.w1200{
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.line1{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body{
  min-width: 1200px;
}
.header {
  height: 107px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: none;
  transition: all .5s;
}
.header.fixed{
  background: #595BC2;
}
.header .header-inner{
  width: 87%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-inner .logo-box{
  width: 23%;
}
.header .header-inner .logo-box img{
  width: 100%;
}
.header .header-inner .nav-list{
  display: flex;
  flex: 1;
  margin: 0 15%;
  justify-content: space-between;
}
.header .header-inner .nav-list li{
  position: relative;
}
.header .header-inner .nav-list li:hover .sndNav{
  /* display: block; */
  height: auto;
  opacity: 1;
  padding-top: 22px;
}
.header .sndNav{
  position: absolute;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  padding-top: 0;
  width: 800px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all .3s;
  transform: translate(-50%);
}
.header .sndNav::before{
  position: absolute;
  content: '';
  width:30px;
  height: 30px;
  background-color: white;
  transform: rotate(45deg);
  top: 10px;
  left: 50%;
  margin-left: -15px;
  border-radius: 4px;
}
.header .sndNav .snd-nav-inner{
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
}
.header .sndNav .snd-nav-inner .nav-item-list {
  width: 140px;
}
.header .sndNav .snd-nav-inner .nav-item-list h4{
  font-size: 20px;
  font-weight: bold;
  color: #6435FF;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.header .sndNav .snd-nav-inner .nav-item-list ul{
  
}
.header .sndNav .snd-nav-inner .nav-item-list li{
  margin-top: 18px;
}
.header .sndNav .snd-nav-inner .nav-item-list li a:hover{
  color: #6435FF;
}
.header .sndNav .snd-nav-inner .nav-item-list li a{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  transition: all .3s;
}
.header .header-inner .nav-list li.active::after{
  position: absolute;
  top: 100%;
  content: '';
  width: 20px;
  left: 50%;
  height: 3px;
  background-color: #FFFFFF;
  margin-left: -10px;
}
.header .header-inner .nav-list li a{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  display: flex;
}
.code-phone{
  width: 90px;
  display: flex;
  justify-content: space-between;
}
.code-phone .phone-icon{
  width: 26px;
  height: 26px;
  background: url(../img/phone.png) no-repeat center / cover;
  cursor: pointer;
}
.code-phone .wechart-icon{
  width: 30px;
  height: 24px;
  background: url(../img/wechart.png) no-repeat center / cover;
  cursor: pointer;
}
.footer{
  background: url(../img/footer_bg.png) no-repeat center / 100% 100%;
  box-sizing: border-box;
  padding-top: 54px;
  min-width: 1200px;
}
.footer .footer-box1{
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer .footer-box1 .w1200{
  display: flex;
  padding-bottom: 60px;
}
.footer-box1-left{
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.footer-box1-center{
  flex: none;
  box-sizing: border-box;
  width: 33.3%;
}
.footer-box1-right{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, .2);

}
.footer .footer-box1 .footer-box1-title{
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
  margin-bottom: 14px;
}
.footer .footer-box1 .foot-info{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer .footer-box1 .foot-info li{
  margin-bottom: 16px;
}
.footer .footer-box1-center{
  padding: 0 60px;
  box-sizing: border-box;
}
.footer .footer-box1-center .foot-nav{
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-box1-center .foot-nav li{
  list-style: inherit;
  margin-bottom: 16px;
  width: 70%;
}
.footer .footer-box1-center .foot-nav li:nth-of-type(2n){
  width: 30%;
}
.footer .footer-box1-center .foot-nav li::marker{
  color: #FFFFFF;
}
.footer .footer-box1-center .foot-nav li a{
  color: #FFFFFF;
  white-space: nowrap;
}
.footer-box1-right .qrcode{
  width: 130px;
  height: 130px;
}
.footer-box1-right .qr-text{
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 39px;
  opacity: 0.5;
  width: 130px;
  text-align: center;
}
.friend-link{
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.friend-link .w1200{
  display: flex;

}
.friend-link .w1200>p{
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  flex: none;
}
.friend-link .w1200>ul{
  display: flex;
  flex: 1;
}
.friend-link .w1200>ul li{
  margin-right: 30px;
}
.friend-link .w1200> ul li a{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
}
.footer .copyright .w1200{
  padding: 24px 0;
  display: flex;
  font-size: 14px; 
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  justify-content: space-between;
}
.marks{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.5);
}
.inner-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 400px;
  min-height: 160px;
  background-color: white;
  padding-top: 30px;
}
.inner-box .close-icon{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat center / cover;
  cursor: pointer;
}
.inner-box .content{
  padding: 20px 40px;
  font-size: 16px;
  color: #333;
}
.inner-box .content li {
  margin-bottom: 20px;
}
.inner-box .content img{
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 30px;
}
.banner{
  height: 700px;
  min-width: 1200px;
}
.indexBanner{
  height: 100%;
}
.indexBanner .swiper-slide{
  height: 100%;
}
.indexBanner .swiper-slide .slider-inner{
  padding-top: 210px;
  box-sizing: border-box;
  width: 72%;
  margin: 0 auto;
  min-width: 1100px;
}
.indexBanner .swiper-slide a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  font-size: 0;
}
.indexBanner .swiper-slide .slider-inner .f-title{
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 3px 3px 10px rgba(45, 29, 118, 0.3);
  margin-bottom: 42px;
  transform: translateY(-40px);
  transition: all .5s;
  opacity: 0;
}
.indexBanner .swiper-slide .slider-inner .f-desc{
  width: 634px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  transition: all .5s;
  transition-delay: .2s;
  transform: translateY(-30px);
  opacity: 0;
}
.indexBanner .swiper-slide .slider-inner .f-btn{
  width: 210px;
  height: 60px;
  background: #FA7411;
  border-radius: 30px;
  margin-top: 74px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  transition: all .5s;
  transition-delay: .5s;
  transform: translateX(20px);
  opacity: 0;
}
.indexBanner .swiper-slide-active .slider-inner .f-title{
  transform: translateY(0);
  opacity: 1;
}
.indexBanner .swiper-slide-active .slider-inner .f-desc{
  transform: translateY(0);
  opacity: 1;
}
.indexBanner .swiper-slide-active .slider-inner .f-btn{
  transform: translateX(0);
  opacity: 1;
}
.indexBanner .swiper-pagination-clickable .swiper-pagination-bullet{
  background: white;
  opacity: 1;
}
.indexBanner .swiper-pagination-clickable .swiper-pagination-bullet-active{
  background: #FA7411;
}

.product-center{
  padding: 70px 0 110px;
  overflow: hidden;
}
.section-title{
  font-size: 40px; 
  font-weight: bold;
  color: #4F4F6F;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.section-desc{
  font-size: 15px;
  font-weight: 400;
  color: #4F4F6F;
  line-height: 1;
  text-align: center;
}
.product-center .product-main{
  display: flex;
  justify-content: space-between;
  margin-top: 98px;
  align-items: center;
}
.product-center .product-main-left{
  width: 560px;
}
.product-center .product-main-right-zs{
  width: 530px;
  height: 420px;
  background: url(../img/product-right.png) no-repeat center / cover;
}
.product-center .product-main-left .product-h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #4F4F6F;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 38px;
}
.product-center .product-main-left .product-h3::after{
  position: absolute;
  content: '';
  height: 3px;
  bottom: 0;
  left: 0;
  width: 48px; 
  background: #4F4F6F;
}
.product-center .product-main-left .product-desc{ 
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 76px;
}
.product-center .product-main-left .product-btn{
  display: block;
  width: 150px;
  height: 50px;
  background: #FA7411;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.application-scheme {
  padding: 70px 0 103px;
  background: url(../img/application-bg.png) no-repeat center / cover;
}
.application-scheme .section-title{
  color: #FFFFFF;
}
.application-scheme .section-desc{
  color: #FFFFFF;
  margin-bottom: 60px;
}
.application-scheme-main{

}
.application-scheme-main .application-scheme-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.application-scheme-main .application-scheme-top li{
  width: 220px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #4D2C71;
  transition: all .3s;
  cursor: pointer;
}
.application-scheme-main .application-scheme-top li:hover{
  color: #FA7411;
}
.application-scheme-main .application-scheme-top li.active{
  background: #FA7411;
  color: #fff;
}
.application-scheme-content .application-item{
  height: 400px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  font-size: 0;
  display: none;
}
.application-scheme-content .application-item.active{
  display: flex;
}
.application-scheme-content .application-item .application-item-left,
.application-scheme-content .application-item .application-item-right{
 width: 50%;
 height: 100%;
}
.application-scheme-content .application-item-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-scheme-content .application-item-right{
  padding: 50px;
  box-sizing: border-box;
}
.application-scheme-content .application-item-right .t{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #4F4F6F;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 38px;
}
.application-scheme-content .application-item-right .t::after{
  position: absolute;
  content: '';
  height: 3px;
  bottom: 0;
  left: 0;
  width: 48px; 
  background: #4F4F6F;
}
.application-scheme-content .application-item-right .d{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 60px;
  height: 120px;
  overflow: hidden;
}
.application-scheme-content .application-item-right .b{
  display: block;
  width: 150px;
  height: 50px;
  background: #FA7411;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.advantage{
  padding: 77px 0 85px;
}
.advantage .section-desc{
  margin-bottom: 60px;
}
.advantage-list{
  display: flex;
}
.advantage-list .advantage-item{
  width: 380px;
  height: 430px;
  background: #F6F5FA;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
  transition: all .3s;
}
.advantage-list .advantage-item a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.advantage-list .advantage-item .advantage-pic{
  height: 290px;
  width: 100%;
}
.advantage-list .advantage-item .advantage-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage-list .advantage-item:nth-of-type(3n){
  margin-right: 0;
}
.advantage-list .advantage-item .advantage-info{
  padding: 22px;
  box-sizing: border-box;
  text-align: center;
}
.advantage-list .advantage-info .advantage-title{
  display: inline-block;
  min-width: 150px;
  height: 40px;
  background: linear-gradient(165deg, #73C9FF, #7873FF);
  border-radius: 20px;
  line-height: 40px;
  margin-bottom: 20px; 
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.advantage-list .advantage-info .advantage-pic{
  font-size: 16px;
  font-weight: 400;
  color: #4F4F6F;
}
.classic-case{
  background: url(../img/classic-bg.png) no-repeat center / cover;
  padding: 70px 0 30px;
}
.classic-case .section-title{
  color: #fff;
}
.classic-case .section-desc{
  color: #fff;
  margin-bottom: 50px;
}
.classicCase-main .swiper-slide{
  height: 408px;
}
.classicCase-main .slide-top-box{
  display: flex;
  margin-bottom: 40px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.classicCase-main .slide-top-box .slide-top-left{
  width: 50%;
  height: 408px;
}
.classicCase-main .slide-top-box .slide-top-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classicCase-main .slide-top-box .slide-top-right{
  width: 50%;
  height: 408px;
  padding: 50px;
  box-sizing: border-box;
}
.classicCase-main .slide-top-box .slide-top-right h3{
  height: 60px;
  margin-bottom: 25px;
}
.classicCase-main .slide-top-box .slide-top-right h3 img{
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.classicCase-main .slide-top-box .slide-top-right .desc{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 30px;
  max-height: 90px;
  overflow: hidden;
}
.classicCase-main .slide-top-box .slide-top-right .date{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  padding-left: 26px;
  margin-right: 25px;
  background: url(../img/date-icon.png) no-repeat left center / 18px 18px;
}
.classicCase-main .slide-top-box .slide-top-right .see{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  padding-left: 26px;
  margin-right: 25px;
  background: url(../img/eye-icon.png) no-repeat left center / 20px 13px;
}
.classicCase-main .slide-top-box .slide-top-right .seeD {
  display: block;
  width: 150px;
  height: 50px;
  background: #FA7411;
  border-radius: 25px;
  margin-top: 65px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.classicCase-main .slide-bottom-box{
  display: flex;
}
.classicCase-main .slide-bottom-box .slide-bottom-list{
  display: flex;
  overflow: hidden;
}
.classicCase-main .slide-bottom-box .slide-bottom-list li{
  width: 180px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 24px;
  position: relative;
}
.classicCase-main .slide-bottom-box .slide-bottom-list li.active::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #7D63FF;
  z-index: 2;
}
.classicCase-main .slide-bottom-box .slide-bottom-list li img{
  max-width: 100%;
}
.classicCase-main .slide-bottom-box .seedetail{
  width: 180px;
  height: 80px;
  background: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  line-height: 80px;
  color: #333333;
}
.classic-case .swiper-container{
  padding-bottom: 40px;
}
.company-box{
  padding: 75px 0 90px;
  background: #F6F5FA;
}
.company-box .section-desc{
  margin-bottom: 70px;
}
.company-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-main-left{
  width: 652px;
  height: 390px;
}
.company-main-left img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.company-main-right{
  width: 500px;
}
.company-main .company-main-right .company-h3 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  color: #4F4F6F;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 38px;
}
.company-main .company-main-right .company-h3::after{
  position: absolute;
  content: '';
  height: 3px;
  bottom: 0;
  left: 0;
  width: 48px; 
  background: #4F4F6F;
}
.company-main .company-main-right .company-desc{ 
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 76px;
}
.company-main .company-main-right .company-btn{
  display: block;
  width: 150px;
  height: 50px;
  background: #FA7411;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.index-news{
  padding: 85px 0 100px;
}
.index-news .section-desc{
  margin-bottom: 70px;
}
.index-news-main{
  height: 400px;
  display: flex;
}
.index-news-main .index-news-left {
  width: 50%;
  position: relative;
  height: 400px;
}
.index-news-main .index-news-left a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.index-news-main .index-news-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news-main .index-news-left .info{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  background: #000000;
  opacity: 0.7;
  padding: 18px;
  box-sizing: border-box;
}
.index-news-main .index-news-left .index-news-title {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.index-news-main .index-news-left .index-news-desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.index-news-main .index-news-right {
  width: 50%;
  background-color: #F8F7FF;
  padding: 30px 85px 30px 50px;
  position: relative;
  box-sizing: border-box;
}
.index-news-main .index-news-right::before{
  position: absolute;
  content: '';
  top: 0;
  left: 110px;
  bottom: 0;
  width: 1px;
  background: #CFCFCF;
}
.index-news-main .index-news-right .index-news-item{
  position: relative;
  display: flex;
  margin-bottom: 38px;
}
.index-news-main .index-news-right .index-news-item a{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.index-news-main .index-news-right .index-news-item .date{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.index-news-main .index-news-right .index-news-item .date .year{
  color: #999;
}
.index-news-main .index-news-right .index-news-item .cricle{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CFCFCF;
  position: absolute;
  top: 8px;
  left: 55px;
}
.index-news-main .index-news-right .index-news-item .news-item-info{
  padding-left: 50px;
  width: 92%;
  box-sizing: border-box;
}
.index-news-main .index-news-right .index-news-item .news-item-info .index-news-title{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
  padding-top: 4px;
  line-height: 1;
}
.index-news-main .index-news-right .index-news-item .news-item-info .index-news-desc{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.index-news-main .index-news-right .seeMore{
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #6435FF;
  line-height: 1;
  left: 136px;
  bottom: 28px;
}


.binli-banner{
  height: 520px;
  background: url(../img/top-sds.png) no-repeat center / cover;
}
.binli-banner .w1200{
  padding-top: 255px;
}
.binli-banner .w1200 h1{
  font-size: 42px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 3px 3px 10px rgba(45, 29, 118, 0.3);
  margin-bottom: 37px;
}
.binli-banner .w1200 h3{
  font-size: 42px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 3px 3px 10px rgba(45, 29, 118, 0.3);
  margin-bottom: 37px;
}
.binli-banner .w1200 p{ 
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  width: 700px;
}
.mbx {
  padding: 24px 0;
  font-size: 14px;
  color: #999999;
}
.mbx a{
  color: #999;
}
.mbx span{
  color: #4F4F6F;
}
.blxt-box{
  padding: 42px 0 100px;
}
.blxt-box .section-desc{
  margin-bottom: 60px;
}
.blxt-list{
  display: flex;
  flex-wrap: wrap;
}
.blxt-list .blxt-item{
  width: 270px;
  height: 306px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(45, 29, 118, 0.08);
  border-radius: 10px;
  position: relative;
  margin-right: 40px;
  padding: 30px 15px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.blxt-list .blxt-item:nth-of-type(4n){
  margin-right: 0;
}
.blxt-list .blxt-item .icon{
  width: 100px;
  height: 100px;
  margin: 4px auto 20px;
}
.blxt-list .blxt-item .icon img{
  width: 100%;
  height: 100%;
  border-radius:10px;
}
.blxt-list .blxt-item .title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
.blxt-list .blxt-item .desc{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow-y: hidden;
  height: 100px;
}
.blxt-list .blxt-item:hover .item-hover{
  transform: rotateY(0);
}
.blxt-list .blxt-item .item-hover{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: linear-gradient(165deg, #73C9FF, #7873FF);
  border-radius: 10px;
  padding: 60px 15px 40px;
  transform: rotateY(90deg);
  transition: all .3s;
}
.blxt-list .blxt-item .item-hover .hover-title{
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}
.blxt-list .blxt-item .item-hover .hover-desc{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  overflow-y: hidden;
  height: 100px;
}
.blxt-list .blxt-item .item-hover .hover-btn{
  display: block;
  width: 150px;
  height: 40px;
  color: #7474E6;
  border-radius: 20px;
  background: white;
  font-size: 16px;
  text-align: center;
  margin: 50px auto 0;
  line-height: 40px;
}

.function{
  padding: 77px 0 73px;
  background: url(../img/func-bg.png) no-repeat center / cover;
}
.function .section-title{
  color: white;
}
.function .section-desc{
  margin-bottom: 53px;
  color: #fff;
}
.function-list {
  display: flex;
  flex-wrap: wrap;
}
.function-list  .function-item {
  width: 380px;
  height: 226px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 50px;
  margin: 0 30px 30px 0;
  position: relative;
}
.function-list  .function-item:nth-of-type(3n){
  margin-right: 0;
}
.function-list  .function-item .icon{
  width: 100px;
  height: 100px;
  margin: 0 auto 14px;
}
.function-list  .function-item .icon img{
  width: 100%;
  height: 100%;
}
.function-list  .function-item  .desc{
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 36px;
}
.function-list  .function-item  .hover-box {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 226px;
  background: linear-gradient(165deg, #73C9FF, #7873FF);
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 35px 40px;
  transform: rotateY(90deg);
  transition: all .3s;
}
.function-list  .function-item:hover  .hover-box {
  transform: rotateY(0);
}
.function-list  .function-item  .hover-box .hover-desc{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 30px;
}
.function-list  .function-item  .hover-box .hover-btn {
  display: block;
  width: 150px;
  height: 40px;
  color: #7474E6;
  border-radius: 20px;
  background: white;
  font-size: 16px;
  text-align: center; 
  line-height: 40px;
}

.characteristic{
  padding: 90px 0 100px;
}
.characteristic .section-desc{
  margin-bottom: 75px;
}
.characteristic-main{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.characteristic-left{
  width: 550px;
}
.characteristic-left-item{
  display: none;
}
.characteristic-left-item.active{
  display: block;
}
.characteristic-left .characteristic-h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #4F4F6F;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 38px;
}
.characteristic-left .characteristic-h3::after{
  position: absolute;
  content: '';
  height: 3px;
  bottom: 0;
  left: 0;
  width: 48px; 
  background: #4F4F6F;
}
.characteristic-left .characteristic-desc{ 
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 76px;
}
.characteristic-left .characteristic-btn{
  display: block;
  width: 150px;
  height: 50px;
  background: #FA7411;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.characteristic-right {
  width: 510px;
}
.characteristic-list {
  display: flex;
  flex-wrap: wrap;
}
.characteristic-list li{
  width: 148px;
  height: 148px;
  background: #6C78F5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: whites;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  transition: all .5s;
}
.characteristic-list li.active{
  transform: scale(1.5);
  border-radius: 50%;
  font-size: 14px;
}
.characteristic-list li:hover{
  transform: scale(1.5);
  border-radius: 50%;
  font-size: 14px;
}
.characteristic-list li:nth-of-type(3n){
  margin-right: 0;
}
.characteristic-list li:nth-of-type(1){
  background-color: #A0A0FD;
}
.characteristic-list li:nth-of-type(2){
  background-color: #1676F2;
}
.characteristic-list li:nth-of-type(3){
  background-color: #7056EB
}
.characteristic-list li:nth-of-type(4){
  background-color: #6E62D2;
}
.characteristic-list li:nth-of-type(5){
  background-color: #88CAFF;
}
.characteristic-list li:nth-of-type(6){
  background-color: #6C78F5;
}

.page-see {
  padding: 76px 0 66px;
  /* background: #F6F5FA url(../img/classic-bg.png) no-repeat bottom center / 100% ; */
  background: #F6F5FA;
}
.page-see .section-desc{
  margin-bottom: 60px;
}
.page-see-main .swiper-container {
  padding-bottom: 60px;
}
.page-see-main .swiper-container .swiper-slide{
  height: 620px;
}
.page-see-main .swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-see-main .swiper-container .swiper-pagination-bullet{
  width: 24px;
  height: 6px;
  background: #FFE0DF;
  border-radius: 3px;
  opacity: 1;
}
.page-see-main .swiper-container .swiper-pagination-bullet-active{
  background: #FA7411;
}
.function-page{
  padding: 90px 0 110px;
  background: url(../img/func-page-bg.png) no-repeat center / cover;
}
.function-page .section-desc{
  margin-bottom: 60px;
}
.function-page .function-page-main{
  height: 610px;
  box-shadow: 0px 0px 20px 0px rgba(45, 29, 118, 0.08);
  border-radius: 5px;
  overflow: hidden;
}
.function-page .function-page-main img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lss.product-main-right{
  width: 500px;
  height: 470px;
}
.lss.product-main-right .swiper-slide{
  height: 470px;
}
.lss .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classicCase-main .swiper-container .swiper-pagination-bullet,
.honor-main .swiper-container .swiper-pagination-bullet,
.lss .swiper-container .swiper-pagination-bullet{
  width: 24px;
  height: 6px;
  background: #FFE0DF;
  border-radius: 3px;
  opacity: 1;
}
.classicCase-main .swiper-container .swiper-pagination-bullet-active,
.honor-main .swiper-container .swiper-pagination-bullet-active,
.lss .swiper-container .swiper-pagination-bullet-active{
  background: #FA7411;
}

.flowpath{
  padding: 80px 0 100px;
  background: #F6F5FA;
}
.flowpath .section-desc{
  margin-bottom: 60px;
}
.flowpath .flowpath-main ul{
  position: relative;
  height: 394px;
  width: 418px;
  margin: 0 auto;
  background: url(../img/flow-path.png) no-repeat center / cover;
}
.flowpath .flowpath-main ul li{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
}
.flowpath .flowpath-main ul li:nth-of-type(1){
  top: 30px;
  right: 386px;
}
.flowpath .flowpath-main ul li:nth-of-type(2){
  right: 428px;
  top: 223px;
}
.flowpath .flowpath-main ul li:nth-of-type(3){
  top: 410px;
  left: 50%;
  transform: translateX(-50%);
}
.flowpath .flowpath-main ul li:nth-of-type(4){
  left: 428px;
  top: 223px;
}
.flowpath .flowpath-main ul li:nth-of-type(5){
  top: 30px;
  left: 386px;
}
.solution.binli-banner{
  text-align: center;
  background: url(../img/solution-banner.png) no-repeat center / cover;
}
.solution .section-desc {
  margin-bottom: 60px;
}
.solution .solution-list{
  display: flex;
  flex-wrap: wrap;
}
.solution .solution-list .solution-item{
  width: 374px;
  height: 496px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(45, 29, 118, 0.08);
  border-radius: 10px;
  margin-right: 39px;
  margin-bottom: 38px;
  position: relative;
  transition: all .3s;
  border-color: white;
}
.solution .solution-list .solution-item a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.solution .solution-list .solution-item:nth-of-type(3n){
  margin-right: 0;
}
.solution .solution-list .solution-item .pic-box {
  height: 280px;
}
.solution .solution-list .solution-item .pic-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .solution-list .solution-item .solution-info{
  padding: 30px;
  box-sizing: border-box;
  transition: all .3s;
}
.solution .solution-item .solution-info .solution-h3{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 14px;
  transition: all .3s;
}
.solution .solution-item .solution-info .solution-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  transition: all .3s;
  max-height: 112px;
  overflow: hidden;
}
.solution .solution-item:hover{
  background: #7D63FF;
}
.solution .solution-item:hover .solution-h3{
  color: white;
}
.solution .solution-item:hover .solution-desc{
  color: white;
}
.pages{
  padding: 26px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
.pages a{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 5px 0px rgba(48, 28, 146, 0.1);
  border-radius: 20px;
  margin-right: 15px;
}
.pages a:nth-last-of-type(1){
  margin-right: 0;
}
.pages a:nth-of-type(1),.pages a:nth-last-of-type(1){
  width: 80px;
}
.pages a.active,.pages a.curpage{
  background: linear-gradient(153deg, #7466DD, #7E9FD5);
  color: white;
}
.pages a:hover{
  color: #FA7411;
}
.random-remm{
  padding: 40px 0 70px;
}
.random-remm .w1200{
  display: flex;
  justify-content: space-between;
}
.random-left {
  width: 800px;
  height: 376px;
  background: #F6F5FA;
  box-sizing: border-box;
  padding: 25px 36px;
}
.random-left h3{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 40px;
}
.random-left li{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
}
.random-left li:nth-last-of-type(1){
  margin-bottom: 0;
}
.random-left li a{
  display: block;
  color: #555555;
  padding-left: 30px;
  background: url(../img/new-icon.png) no-repeat left center / 8px 12px;
}
.random-right {
  width: 380px;
  height: 376px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
}
.random-right h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #EFEFEF;
  padding: 22px 24px;
}
.random-right ul{
  display: flex;
  padding: 16px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.random-right ul li{
  width: 168px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #F8F8F8;
  margin: 0 9px 9px 0;
}
.random-right ul li:nth-of-type(2n){
  margin-right: 0;
}
.lss.company-main-left{
  width: 558px;
  height: 480px;
}
.lss.company-main-left .swiper-slide{
  height: 440px;
}
.lss.company-main-left .swiper-container{
  padding-bottom: 40px;
}
.webTag {
  background: url(../img/tag-banner.png) no-repeat center / cover;
}
.webtag-box{
  padding: 40px 0 110px;
}
.webtag-box .section-desc{
  margin-bottom: 52px;
}
.webtag-main {
  padding: 40px;
  background: #F6F5FA;
}
.webtag-main h3{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 36px;
}
.webtag-main h3 span{
  color: #7873FF;
  font-size: 30px;
}
.taglist{
  display: flex;
  flex-wrap: wrap;
}
.taglist .tagItem{
  min-width: 180px;
  height: 56px;
  text-align: center;
  transition: all .3s;
  line-height: 56px;
  margin: 0 35px 50px 0;
  cursor: pointer;
  background: #FFFFFF url(../img/tag-bg.png) no-repeat left bottom / 180px 56px;
  border-radius: 28px;
}
.taglist .tagItem a{
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.taglist .tagItem:hover{
  background: linear-gradient(165deg, #73C9FF, #7873FF);
}
.news-banner {
  background: url(../img/news-banner.png) no-repeat center / cover;
}
.news-box{
  padding: 20px 0 44px;
}
.news-box .section-desc{
  margin-bottom: 55px;
}
.pic-info-list{

}
.pic-info-list .pic-info-item{
  display: flex;
  position: relative;
  padding: 30px 0;
  border-bottom: #EEEEEE 1px solid;
}
.pic-info-list .pic-info-item a{
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.pic-info-list .pic-info-item .pic-b {
  flex: none;
  width: 290px;
  height: 190px;
  border-radius: 5px;
  margin-right: 43px;
  position: relative;
  z-index: 2;
}
.pic-info-list .pic-info-item::before{
  position: absolute;
  content: '';
  left: -80px;
  right: -80px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all.3s;
}
.pic-info-list .pic-info-item:hover::before{
  background: #F6F5FA; 
}
.pic-info-list .pic-info-item .pic-b  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-info-list .pic-info-item .tg-list{
  font-size: 14px; 
  font-weight: 400;
  color: #462DC0;
  line-height: 1.5;
  margin-bottom: 12px;
}
.pic-info-list .pic-info-item .tg-list a{
  position: relative;
  margin-right: 20px;
  top: 0;
}
.pic-info-list .pic-info-item .p-i-title{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
.pic-info-list .pic-info-item:hover .p-i-title{
  color: #595BC2;
  font-weight: bold;
}
.pic-info-list .pic-info-item .p-i-desc{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-bottom: 20px;
  max-height: 94px;
  overflow: hidden;
}
.pic-info-list .pic-info-item .info-box{
  position: relative;
  z-index: 2;
  flex: 1;
}
.pic-info-list .pic-info-item .info-box::after{
  position: absolute;
  top: 25px;
  right: 2px;
  width: 12px;
  height: 20px;
  content: '';
  background: url(../img/right-icon.png) no-repeat center / contain;
}
.pic-info-list .pic-info-item .other{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.pic-info-list .pic-info-item .other .company {
  background: url(../img/public-icon.png) no-repeat left center / 11px 11px;
  padding-left: 20px;
  margin-right: 20px;
}
.pic-info-list .pic-info-item .other .date {
  background: url(../img/date-icon.png) no-repeat left center / 14px 14px;
  padding-left: 20px;
  margin-right: 20px;
}
.pic-info-list .pic-info-item .other .see {
  background: url(../img/eye-icon.png) no-repeat left center / 14px 10px;
  padding-left: 20px;
  margin-right: 20px;
}
.pic-info-list .pic-info-item .other .tag-f {
  background: url(../img/tgs.png) no-repeat left center / 14px 14px;
  padding-left: 20px;
  margin-right: 20px;
}
.news-main .pages{
  margin-top: 30px;
}
.juhe-banner{
  background: url(../img/tag-banner.png) no-repeat center / cover;
}
.hezuoanli-banner{
  background: url(../img/hezuo-banner.png) no-repeat center / cover;
}
.detail-box{
  padding: 60px 0 20px;
}
.detail-box .detail-title{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 26px;
  text-align: center;
}
.detail-box .detail-info{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.detail-box .detail-info span{
  margin-right: 20px;
}
.detail-main {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.detail-main img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.detail-box .pre-next{
  margin-top: 100px;
  border-top: 1px solid #E5E5E5;
}
.detail-box .pre-next a{
  display: block;
  padding: 49px;
  border-bottom: 1px solid #E5E5E5;
}
.detail-box .pre-next a .label{
  margin-right: 30px;
}
.detail-box .pre-next a:hover{
  color: #7D63FF;
}
.detail-box .gobacklist{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin: 39px 0;
  display: inline-block;
}
.detail-box .gobacklist:hover{
  color: #7D63FF;
}
.detail-other{
  padding: 15px 30px;
  background-color: #f5f5f5;
}
.detail-other p{
  font-size: 14px;
  font-weight: 400;
  color:#666666;
}
.detail-other p .label{
  color: #7D63FF;
}

.aboutus{
  background: url(../img/about-banner.png) no-repeat center / cover;
}
.aboutUs-box{
  padding: 50px 0 90px;
}
.aboutUs-box .section-desc{
  margin-bottom: 56px;
}
.aboutUs-box .aboutUs-main{
  width: 1200px;
  height: 520px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(25, 14, 78, 0.08);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.aboutUs-box .aboutUs-main-left{
  width: 50%;
  box-sizing: border-box;
  padding: 43px 46px;
}
.aboutUs-box .aboutUs-main-right{
  width: 50%;
  height: 520px;
}
.aboutUs-box .aboutUs-main-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutUs-box .aboutUs-main-left h3{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #4F4F6F;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 38px;
}
.aboutUs-box .aboutUs-main-left h3::after{
  position: absolute;
  content: '';
  height: 3px;
  bottom: 0;
  left: 0;
  width: 48px; 
  background: #4F4F6F;
}
.aboutUs-box .aboutUs-main-left .desc{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.honor{
  background: #F6F5FA;
  padding: 76px 0 70px;
}
.honor .section-desc{
  margin-bottom: 69px;
}
.honor-main .swiper-container{
  padding-bottom: 54px;
}
.honor-main .swiper-container .swiper-slide{
  height: 310px;
  width: 240px;
  background: white;
  transition: all .3s;
  box-sizing: border-box;
  padding: 40px 44px 0;
}

.honor-main .swiper-container .swiper-slide:hover{
  background: #F6F5FA;
  position: relative;
}
.honor-main .swiper-container .swiper-slide:hover::after{
  height: 6px;
  background: #FA7411;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
}
.honor-main .swiper-container .swiper-slide .img{
  width: 135px;
  height: 190px;
  margin: 0 auto;
}
.honor-main .swiper-container .swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor-main .swiper-container .swiper-slide p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
.classic-case .swiper-container-horizontal>.swiper-pagination-bullets,
.honor-main .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0;
}
.contract-us{
  padding: 80px 0 100px;
}
.contract-us .section-desc{
  margin-bottom: 70px;
}
.contract-us-main{
  display: flex;
  justify-content: space-around;
}
.contract-us-main .contract-item{
  text-align: center;
  width: 250px;
}
.contract-us-main .contract-item .icon{
  width: 100px;
  height: 100px;
  background-color: red;
  margin: 0 auto;
  margin-bottom: 24px;
}
.contract-us-main .contract-item .icon.phone{
  background: url(../img/contact-phone.png) no-repeat center / cover;
}
.contract-us-main .contract-item .icon.addr{
  background: url(../img/contact-addr.png) no-repeat center / cover;

}
.contract-us-main .contract-item .icon.email{
  background: url(../img/contact-email.png) no-repeat center / cover;

}
.contract-us-main .contract-item p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A2B3C;
  line-height: 36px;
  text-align: center;
}
.contract-us-main .contract-item.p p{
  font-weight: bold;
}

.function-page-main{
  box-sizing: border-box;
  padding: 30px 20px;
  background: white;
  display: flex;
}
.function-page-main .func-page-left{
  border-right: 2px solid #eee;
  margin-right: 40px;
  flex: none;
}
.function-page-main .func-page-left .func-first-nav-list{

}
.function-page-main .func-page-left .func-first-nav-item{
  width: 165px;
  height: 40px;
  background: white;
  border-radius: 20px 0 0 20px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .3s;
}
.function-page-main .func-page-left .func-first-nav-item.active{
  background: linear-gradient(165deg, #73C9FF, #7873FF);
}
.function-page-main .func-page-left .func-first-nav-item.active a{
  color: #FFF;
}
.function-page-main .func-page-left .func-first-nav-item a{
  color: #333333;
  display: block;
}
.function-page-main .func-page-right{
  flex: 1;
}
.function-page-main .func-page-right .content-item{
  display: none;
}
.function-page-main .func-page-right .content-item.active{
  display: block;
}
.function-page-main .func-page-right .content-item h3{
  background: #6435FF;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding: 8px 26px;
  display: inline-block;
  margin-bottom: 20px;
}
.function-page-main .func-page-right .content-item .func-snd-nav{
  margin-bottom: 10px;
}
.function-page-main .func-page-right .content-item .func-snd-nav h4{
  font-size: 14px;
  font-weight: 400;
  color: #6435FF;
  line-height: 1;
  margin-bottom: 16px;
  padding-left: 22px;
  position: relative;
}
.function-page-main .func-page-right .content-item .func-snd-nav h4::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #6435FF;
  border-radius: 50%;
  margin-top: -3px;
}
.function-page-main .func-page-right .content-item .func-snd-nav ul{
  display: flex;
  flex-wrap: wrap;
  padding-left: 22px;
  box-sizing: border-box;
}
.function-page-main .func-page-right .content-item .func-snd-nav ul li{
  width: 25%;
  margin-bottom: 16px;
}
.function-page-main .func-page-right .content-item .func-snd-nav ul li a{
  color: #666;
}

.seemask{
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background: rgba(255,255,255,.7);
}
.seemask img{
  max-height: 100%;
  max-width: 100%;
}
.company-main-right-item{
  display: none;
}
.company-main-right-item.active{
  display: block;
}

.update-product-main{
  display: flex;
  justify-content: flex-start !important;
  margin-top: 50px;
}
.update-product-main .update-product-item{
  width: 270px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(45, 29, 118, 0.08);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 34px 36px;
  margin-right: 40px;
  height: 507px;
}
.update-product-main .update-product-item:nth-of-type(4){
  margin-right: 0;
}
.update-product-main .update-product-item img{
  display: block;
  height: 124px;
  margin: 0 auto;
}
.update-product-main .update-product-item h4{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin: 10px 0 20px;
  text-align: center;
}
.update-product-main .update-product-item ul li{
  margin-top: 10px;
}
.update-product-main .update-product-item ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  transition: all .3s;
}
.update-product-main .update-product-item ul li a:hover{
  color: #6435FF;
}