@charset "utf-8";
.i-banner {
  width: 100%;
  height:100%;
  position: relative;
  z-index:998;
  overflow: hidden;
}
.i-banner .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.i-banner .swiper-slide {
  position: relative;
}
.i-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i-banner .swiper-button-prev,
.i-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  margin-top: -25px;
}
.i-banner .swiper-button-prev {
  left: 3%;
}
.i-banner .swiper-button-next {
  right: 3%;
}
.i-banner .swiper-button-prev:after,
.i-banner .swiper-button-next:after {
  font-size: 1.375rem;
  color: #fff;
}
.i-banner .svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.i-banner .svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.i-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.i-banner .svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.i-banner .svg-swiper-pagination .circle1 {
  stroke: #fff;
}
.i-banner .svg-swiper-pagination .circle2 {
  stroke: #6a1685;
  stroke-dasharray: 0 339;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .i-banner {
    height:calc(100% - 84px);
  }
}
@media (max-width: 992px) {
  .i-banner{
    display: none;
  }
}
@media (max-width: 750px) {
  .i-banner .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .i-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .i-banner .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

.m-banner {
  width: 100%;
  position: relative;
  z-index:998;
  display: none;
  overflow: hidden;
}
.m-banner .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.m-banner .swiper-slide {
  position: relative;
}
.m-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.m-banner .swiper-button-prev,
.m-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -25px;
  border-radius: 50%;
}
.m-banner .swiper-button-prev {
  left: 3%;
}
.m-banner .swiper-button-next {
  right: 3%;
}
.m-banner .swiper-button-prev:after,
.m-banner .swiper-button-next:after {
  font-size: 1.275rem;
  color: #fff;
}
.m-banner .svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.m-banner .svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.m-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.m-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.m-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.m-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.m-banner .svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.m-banner .svg-swiper-pagination .circle1 {
  stroke: #fff;
}
.m-banner .svg-swiper-pagination .circle2 {
  stroke: #6a1685;
  stroke-dasharray: 0 339;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .m-banner{
    display: block;
  }
  .m-banner .swiper-pagination{
    bottom: 20px;
  }
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .m-banner .swiper-button-prev:after,
  .m-banner .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .m-banner .svg-swiper-pagination{
    bottom: 15px;
  }
  .m-banner .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .m-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .m-banner .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}

/*轮播动画*/
@-webkit-keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@-webkit-keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.i-category{
  width: 100%;
  background: #f9f8fa;
  overflow: hidden;
}
.i-category .category-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-category .category-title .left h1{
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}
.i-category .category-title .left h2{
  font-size: 36px;
}
.i-category .category-title .right a{
  display: flex;
  align-items: center;
}
.i-category .category-title .right i{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6a1685;
  margin-right: 10px;
  color: #fff;
  border-radius: 50px;
}
.i-category .category-list li{
  background: url(../images/category-bg.jpg) no-repeat center left;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
.i-category .category-list a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.i-category .category-list .left{
  width: 45%;
  padding-bottom: 45%;
  position: relative;
}
.i-category .category-list .left .box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.i-category .category-list .left .box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.i-category .category-list .right{
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.i-category .category-list .right .subtitle{
  font-size: 280px;
  line-height: 240px;
  font-weight: 600;
  color: #6a1685;
}
.i-category .category-list .right .word{
  width: 100%;
  border-top: 1px #ddd solid;
  margin-top: 50px;
  padding-top: 20px;
}
.i-category .category-list .right .word .word-1{
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i-category .category-list .right .word .word-2{
  width: 100%;
  margin-top: 10px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .i-category .category-title .left h1{
    font-size: 80px;
    line-height: 80px;
  }
  .i-category .category-title .left h2{
    font-size: 32px;
  }
  .i-category .category-list .right .subtitle{
    font-size: 240px;
    line-height: 200px;
  }
  .i-category .category-list .right .word .word-1{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1360px) {
  .i-category .category-title .left h1{
    font-size: 64px;
    line-height: 64px;
  }
  .i-category .category-title .left h2{
    font-size: 28px;
  }
  .i-category .category-list .right .subtitle{
    font-size: 180px;
    line-height: 180px;
  }
  .i-category .category-list .right .word .word-1{
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .i-category .category-title .left h1{
    font-size: 48px;
    line-height: 48px;
  }
  .i-category .category-title .left h2{
    font-size: 24px;
    margin-top: 10px;
  }
  .i-category .category-title .right i{
    width: 40px;
    height: 40px;
  }
  .i-category .category-list li{
    border-radius: 10px;
    background: url(../images/category-bg-mb.jpg) no-repeat center top;
    background-size: 100%;
  }
  .i-category .category-list a{
    flex-direction: column;
    padding: 4%;
  }
  .i-category .category-list .left,
  .i-category .category-list .right{
    width: 100%;
  }
  .i-category .category-list .left{
    padding-bottom: 100%;
  }
  .i-category .category-list .right{
    padding: 4%;
  }
  .i-category .category-list .right .subtitle{
    display: none;
  }
  .i-category .category-list .right .word{
    margin-top: 5%;
    padding-top: 4%;
  }
  .i-category .category-list .right .word .word-1{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-category .category-title{
    flex-direction: column;
    align-items: flex-start;
  }
  .i-category .category-title .left h1{
    font-size: 32px;
    line-height: 32px;
  }
  .i-category .category-title .left h2{
    font-size: 20px;
  }
  .i-category .category-title .right i{
    width: 30px;
    height: 30px;
  }
  .i-category .category-title .right{
    margin-top: 4%;
  }
  .i-category .category-list .right .word .word-1{
    font-size: 20px;
  }
}

.i-application{
  width: 100%;
  background: url(../images/application-bg.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.i-application .word{
  width: 500px;
  color: #fff;
}
.i-application .word .word-1{

}
.i-application .word .word-1 .text-1{

}
.i-application .word .word-1 .text-1 h1,
.i-application .word .word-1 .text-1 h2{
  font-weight: 600;
}
.i-application .word .word-1 .text-1 h1{
  font-size: 36px;
}
.i-application .word .word-1 .text-1 h2{
  font-size: 24px;
}
.i-application .word .word-1 .text-2{
  font-size: 20px;
}
.i-application .word .word-2{
  font-size: 24px;
}
.i-application .image{
  display: none;
}
@media (max-width: 1600px) {
  .i-application .word .word-1 .text-1 h1{
    font-size: 32px;
  }
  .i-application .word .word-1 .text-1 h2{
    font-size: 20px;
  }
  .i-application .word .word-2{
    font-size: 20px;
  }
}
@media (max-width: 1360px) {
  .i-application .word .word-1 .text-1 h1{
    font-size: 28px;
  }
  .i-application .word .word-1 .text-1 h2{
    font-size: 18px;
  }
  .i-application .word .word-2{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .i-application{
    width: 100%;
    background: url(../images/application-bg-mb.jpg) no-repeat left bottom;
    background-size: cover;
    padding-bottom: 0;
  }
  .i-application .word{
    width: 100%;
  }
  .i-application .word .word-1 .text-1 h1{
    font-size: 24px;
  }
  .i-application .word .word-1 .text-1 h2{
    font-size: 16px;
  }
  .i-application .word .word-2{
    font-size: 16px;
  }
  .i-application .image{
    display: block;
  }
  .i-application .image img{
    width: 100%;
    display: block;
  }
}
@media (max-width: 750px) {
  .i-application .word .word-1 .text-1 h1{
    font-size: 20px;
  }
}

.i-products{
  width: 100%;
  background: url(../images/products-bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.i-products .products-detail{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i-products .products-detail .word,
.i-products .products-detail .more{
  width: 27%;
}
.i-products .products-detail .word .title{
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
}
.i-products .products-detail .word .subtitle{
  font-size: 20px;
}
.i-products .products-detail .word .summary{
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.i-products .products-detail .image{
  width: 40%;
  position: relative;
}
.i-products .products-detail .image .box{
  width: 100%;
}
.i-products .products-detail .image img{
  width: 100%;
  display: block;
}
.i-products .products-detail .more a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.i-products .products-detail .more i{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #6a1685;
  margin-left: 20px;
}
.i-products .products-list li.swiper-slide-active{
  background: url(../images/products-li-bg.png) no-repeat left top;
  background-size: 100%;
}
.i-products .products-list a{
  width: 100%;
  padding:20px 0 0 20px;
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.i-products .products-list .image{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.i-products .products-list .image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.i-products .products-list .word{
  display: none;
}
@media (max-width: 1600px) {
  .i-products .products-detail .word .title{
    font-size: 36px;
    line-height: 36px;
  }
  .i-products .products-detail .more i{
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1360px) {
  .i-products .products-detail .word .title{
    font-size: 32px;
    line-height: 32px;
  }
  .i-products .products-detail .word .subtitle{
    font-size: 18px;
  }
  .i-products .products-detail .more i{
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 992px) {
  .i-products .products-detail{
    flex-direction: column;
  }
  .i-products .products-detail .word,
  .i-products .products-detail .image,
  .i-products .products-detail .more{
    width: 100%;
  }
  .i-products .products-detail .word .title{
    font-size: 24px;
    line-height: 24px;
  }
  .i-products .products-detail .word .subtitle{
    font-size: 16px;
  }
  .i-products .products-detail .word .summary{
    margin-top: 4%;
  }
  .i-products .products-detail .image{
    width: 80%;
    margin: 15% auto;
  }
  .i-products .products-detail .more a{
    justify-content: center;
  }
  .i-products .products-detail .more i{
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
@media (max-width: 750px) {
  .i-products .products-detail .word .title{
    font-size: 20px;
  }
}

.i-video{
  width: 100%;
  position: relative;
  background: url(../images/video-bg.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.i-video .wordBox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-video .wordBox .bg img{
  max-width: 100%;
}
.i-video .wordBox .word{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.i-video .wordBox .word img{
  max-width: 100%;
  display: block;
  margin:0 auto;
}
.i-video .wordBox .word .word-1{
  text-align: center;
  color: #6a1685;
}
.i-video .wordBox .word .word-1 p{
  margin-top: 5px;
}
.i-video .wordBox .word .word-2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #6a1685;
  cursor: pointer;
}
.i-video .wordBox .word .word-2 p{
  margin-top: 5px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .i-video{
    width: 100%;
    position: relative;
    background: url(../images/video-bg-mb.jpg) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
  }
  .i-video .wordBox .word{
    width: 45%;
  }
  .i-video .wordBox .word .word-2{
    margin-top: 6%;
  }
  .i-video .wordBox .word .word-2 p{
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .i-video .wordBox .word .word-2 img{
    width: 35px;
  }
}

.i-news{
  width: 100%;
  background: url(../images/news-bg.jpg) #f9f8fa no-repeat center right;
  background-size: 100%;
  overflow: hidden;
}
.i-news .news-title h1{
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}
.i-news .news-title h2{
  font-size: 36px;
}
.i-news .news-list{

}
.i-news .news-list li{
  padding:10px;
}
.i-news .news-list a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url(../images/news-li-bg.png) #fff no-repeat left bottom;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding:20px 30px;
}
.i-news .news-list .tag{
  margin-top: 20px;
}
.i-news .news-list .title{
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.i-news .news-list .typename{
  border:2px #ddd solid;
  padding:5px 20px;
  border-radius: 50px;
  color: #666;
  margin-top: 20px;
  font-size: 14px;
}
.i-news .news-list .date{
  width: 100%;
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px #ddd solid;
  padding:20px 0;
}
.i-news .news-list .date .left{
  display: flex;
  align-items: flex-end;
}
.i-news .news-list .date .left span:nth-child(1){
  font-size: 54px;
  line-height: 54px;
  color: #6a1685;
  font-weight: 400;
  margin-right: 10px;
}
.i-news .news-list .date .right i{
  width: 50px;
  height: 50px;
  background: #e9eaec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-news .news-list a:hover .date .right i{
  background:#6a1685;
  color: #fff;
}
.i-news .news-control{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-news .news-control .swiper-button-prev,
.i-news .news-control .swiper-button-next{
  position: relative;
  margin:0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
}
.i-news .news-control .swiper-button-prev{
  border:1px #7f8085 solid;
  color: #7f8085;
}
.i-news .news-control .swiper-button-next{
  background: #6a1685;
  color: #fff;
  margin-left: 20px;
}
.i-news .news-control .swiper-button-prev:after,
.i-news .news-control .swiper-button-next:after{
  font-size: 25px;
}
@media (max-width: 1600px) {
  .i-news .news-title h1{
    font-size: 80px;
    line-height: 80px;
  }
  .i-news .news-title h2{
    font-size: 32px;
  }
}
@media (max-width: 1360px) {
  .i-news .news-title h1{
    font-size: 64px;
    line-height: 64px;
  }
  .i-news .news-title h2{
    font-size: 28px;
  }
  .i-news .news-list .title{
    font-size: 20px;
  }
  .i-news .news-list .date .left span:nth-child(1){
    font-size: 48px;
    line-height: 48px;
  }
  .i-news .news-control .swiper-button-prev,
  .i-news .news-control .swiper-button-next{
    width: 50px;
    height: 50px;
  }
  .i-news .news-control .swiper-button-prev:after,
  .i-news .news-control .swiper-button-next:after{
    font-size: 20px;
  }
  .i-news .news-control .swiper-button-next{
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .i-news .news-title h1{
    font-size: 48px;
    line-height: 48px;
  }
  .i-news .news-title h2{
    font-size: 24px;
    margin-top: 10px;
  }
  .i-news .news-list .title{
    margin-top: 4%;
  }
  .i-news .news-list .date .left span:nth-child(1){
    font-size: 36px;
    line-height: 36px;
  }
  .i-news .news-control .swiper-button-prev,
  .i-news .news-control .swiper-button-next,
  .i-news .news-list .date .right i{
      width: 45px;
      height:45px;
  }
}
@media (max-width: 750px) {
  .i-news .news-title h1{
    font-size: 32px;
    line-height: 32px;
  }
  .i-news .news-title h2{
    font-size: 20px;
  }
  .i-news .news-control .swiper-button-prev,
  .i-news .news-control .swiper-button-next,
  .i-news .news-list .date .right i{
      width: 35px;
      height:35px;
  }
  .i-news .news-control .swiper-button-prev:after, .i-news .news-control .swiper-button-next:after,
  .i-news .news-list .date .right i{
      font-size:12px;
  }
}