body{
  min-width: 1200px;
  /* font-family: -apple-system, BlinkMacSystemFont,  Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',  'Noto Color Emoji'!important; */
}
/* *{
font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',  'Noto Color Emoji'!important;

} */
[v-cloak] {
  display: none;
}
@font-face {
  font-family: 'TGBF';
  src: url('');
  font-weight: normal;
}
.bk1 {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  overflow: hidden;
}
.bk1 .left_img{
  position:absolute;
  top: 3rem;
  left: 3rem;
  width: 12rem;
  height: 6rem;
}
.bk1 .left_img img{ width:100%; height:100%;}
.banner1{
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  /* z-index: ; */
}
.bannerFrist{
  pointer-events: none;
  
}
.bannerActive{
  opacity: 1;
  transition: all 0.5s;
  z-index: 1;
}
.banner1::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,29,101,0) 0%, rgba(0,29,101,0) 50%, rgba(0,11,63,0.33) 100%);
  pointer-events: none;
}
.banner1::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  
  width: 2.54rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,11,63,0) 0%, rgba(0,11,63,0.26) 100%);
}
.bannerImg{
  width: 100%;
  height: 100%;
  
}
.bannerImg img{
  width: 100%;
  height: 100vh;
}
.bannerTitle{
  position: absolute;
  top: 36%;
  width: 15.03rem;
  left: 3.68rem;
  height: 2rem;
  border-bottom: 0.01rem solid rgba(255,255,255,0.4);
  pointer-events: none;
  /* bottom: 6.24rem; */
}
.bannerTitle div:first-child{
  font-size: 0.75rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.13rem;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}
.bannerTitle div:last-child{
  font-size: 0.33rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
  margin-top: 0.1rem;
}
.bannerBtnBox{
  width: 3.62rem;
  position: absolute;
  left: 3.68rem;
  top: calc(36% + 2.5rem);
  /* bottom: 5.08rem; */
  display: flex;
  justify-content: space-between;
  z-index: 99;
  pointer-events: auto;
}
.bannerBtnBox div:first-child{
  width: 1.69rem;
  height: 0.56rem;
  background: #2575E5 url(https://qjzb.kuleiman.com/record/klm/k1/news/playVideo.svg) no-repeat;
  background-size: 0.31rem 0.31rem;
  background-position:  0.21rem 0.11rem;
  border-radius: 0.08rem;
  line-height: 0.56rem;
  padding-left: 0.63rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.bannerBtnBox div:last-child{
  width: 1.69rem;
  height: 0.56rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  line-height: 0.56rem;
  padding-left: 0.63rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #000229;
  background: rgba(255, 255, 255, 1) url(https://qjzb.kuleiman.com/record/klm/k1/news/getPlan.svg) no-repeat;
  background-size: 0.31rem 0.31rem;
  background-position:  0.21rem 0.11rem;
  cursor: pointer;
}
.bannerTips{
  width: 3.1rem;
  height: 2.3rem;
  position: absolute;
  top: 39%;
  right: 0;
  z-index: 9;
}
.bannerTips div:hover{
  font-weight: bold;
}
.bannerTips .activeBannerNot:hover i{
  transform: scale(1.5);
  transition: all 0.5s;
  /* width: 0.13rem;
  height: 0.13rem;
  animation: syscwidth 0.2s ; */
  
}
@keyframes syscwidth {
  0% {
    width: 0.09rem;
  height: 0.09rem;
}

to {
  width: 0.13rem;
  height: 0.13rem;
}
}


.bannerTips::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  /* background: radial-gradient(circle at top 70px left 200px, transparent 0%, transparent 30%, #fff 30%, #fff 31%, transparent 31%, transparent 100%);; */
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bannerTips1.svg) no-repeat;
  background-size: 100% 100%;
  width: 0.39rem;
  height: 2.34rem;
}
.bannerTips div{
  font-size: 0.28rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
  cursor: pointer;
  height: 0.48rem;
  line-height: 0.48rem;
}
.bannerTips div i{
  width: 0.09rem;
  height: 0.09rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.18rem;
  position: relative;
  
}
.bannerTips div:first-child{
  position: absolute;
  top: 0.1rem;
  right:0.18rem ;
}
.bannerTips div:nth-child(2){
  position: absolute;
  top: 0.68rem;
  right:0.33rem ;
}
.activeBanner2{
  right: 0.31rem !important; ;
  
}
.bannerTips div:nth-child(3){
  position: absolute;
  top: 1.25rem;
  right:0.3rem ;
  
}
.activeBanner3 {
  right: 0.27rem !important; ;
  
}
.bannerTips div:last-child{
  position: absolute;
  top: 1.84rem;
  right:0.1rem ;
}
.activeBanner4 {
  right: 0.06rem !important; ;
  
}
.bannerTips .activeBanner{
  font-size: 0.3rem;
  position: relative;
}

.bannerTips .activeBanner i{
  width: 0.13rem;
  height: 0.13rem;
  background: #FFFFFF;
}
.activeBanner .spanTips span{
  position: relative;
  z-index: 8;
}
.activeBanner .spanTips::after{
  content: '';
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(270deg, rgba(177,149,255,0.15) 0%, #5279FF 100%);
  position: absolute;
  bottom: 0.04rem;
  left: 0rem;
}

.btncon{
  overflow: hidden;
  position: relative;
}
.btncon::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: .517rem;
  width: .2522rem;
  height: .2522rem;
  background: radial-gradient(circle closest-side,rgba(0,255,248,.37647),transparent);
  transform: translate(-50%,-50%);
  transition: all .3s ease,left 0s,top 0s
}
.btncon:hover::before {
  opacity: 1;
  width: 1.8916rem;
  height: 1.8916rem;
}

.bannerIcon{
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  transform: translate(-50%,0);
}
.bannerIcon div:first-child{
  width: 0.3rem;
  height: 0.44rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/mouseIcon.svg) no-repeat;
  background-size: 100% 100%;
  animation: jump 1s cubic-bezier(.56,.01,.46,1) infinite alternate;
  
}

.bannerIcon div:last-child{
  width: 0.12rem;
  height: 0.1rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bannerTips.svg) no-repeat;
  background-size: 100% 100%;
  margin-left: 31%;
  animation: jump_dot 1s cubic-bezier(.56,.01,.46,1) infinite alternate;
  margin-top: 0.05rem;
}

@keyframes jump {
  0% {
    transform: translateY(4px)
}

to {
  transform: translateY(-4px)
}
}

@keyframes jump_dot {
  0% {
    transform: translateY(1px)
}

to {
  transform: translateY(-3px)
}
}


.viDivBgserviceingo {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /* display: none; */
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
}

.viDivserviceingo {
  width: 55%;
  height: 70%;
  border: 0rem solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.viDivserviceingo .videoserviceingo{
  width: 100%;
  height: 100%;
  background-color: #000;
}

.viDivserviceingo span {
  width: .425rem;
  height: .425rem;
  position: absolute;
  right: -0.375rem;
  top: -0.375rem;
  cursor: pointer;
  z-index: 889;
  background: #fff;
  border-radius: 50%;
}

.viDivserviceingo span img {
  display: block;
  width: 100%;
  height: 100%;
}

.viDivserviceingo span {
  right: -0.225rem;
  top: -0.225rem;
  background: url("https://qjzb.kuleiman.com/record/klm/comin/1/header/viClose3.png") no-repeat 50% 50%;
  background-size: 92% auto;
}

.viDivserviceingo span:hover {
  background: url("https://qjzb.kuleiman.com/record/klm/comin/1/header/viClose2.png") no-repeat 50% 50%;
  background-size: 92% auto;
}


.bk2 {
  width: 100%;
  height: 10.5rem;
  position: relative;
  background: url("http://www.china-xtg.com/img/bj_3.jpg") no-repeat;
  background-size: 100% 100%;
}

.content2 {
  width: 16.77rem;
  /* height: 11.5rem; */
  overflow: hidden;
  zoom: 1;
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0rem);
}

.content2 .content2-title {
  height: 0.5rem;
  font-size: 0.45rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 0.5rem;
  margin: 0rem auto;
  text-align: center;
}
.content2 .content2-title span{
  font-size: 0.45rem;
  font-weight: bold;
  color: #000E45;
}
.content2 .content2-p {
  font-size: 0.2rem;
  font-weight: 400;
  color: rgb(140, 140, 140);
  line-height: 0.3rem;
  margin: 0.2rem auto 0rem;
  text-align: center;
  font-size: 0.2rem;
  color: #000E45;
}

.content2 .model2-content{
  width: 16.77rem;
  margin: 0.46rem auto 0;
  display: flex;
  justify-content: center;
}
.content2 .model2-content-left{
  width: 14.69rem;
  height: 6.4rem;
  border-radius: 0.18rem;
  margin-right: 0.15rem;
  overflow: hidden;
  position: relative;
}
.content2 .model2-content-left::before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0 45 103 / 68%) 100%);
  position: absolute;
}
.content2 .model2-content-left .playVideoIcon{
  width:0.88rem;
  height: 0.88rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("https://qjzb.kuleiman.com/record/klm/k1/news/playIcon.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  cursor: pointer;
}
.content2 .model2-content-left .model2-conrent-text{
  position: absolute;
  font-size: 0.35rem;
  font-weight: bold;
  color: #FFFFFF;
  left: 0.64rem;
  top: 3.9rem;
  z-index: 9;
}
.content2 .model2-content-left .model2-conrent-text div:first-child{
  font-family: TGBF !important;
  
}
.content2 .model2-content-left .content2Title{
  font-size: 0.48rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 0.71rem;
  text-shadow:0 2px 7px rgba(0, 46, 152, 0.50);
  margin-top: 0.1rem;
}
.content2 .model2-content-left  .content2Desc{
  font-size: 0.2rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
.content2 .model2-content-left img{
  width: 100%;
  height: 100%;
  position: inherit;
  cursor: pointer;
}
.content2 .model2-content-right{
  width: 1.93rem;
}
.content2 .model2-content-right {
  width: 1.93rem;
}
.bk2LearnMore{
  width: 1.5rem;
  height: 0.6rem;
  background: #3972FF;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.25rem;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 5.1rem;
  right: 0.48rem;
  cursor: pointer;
}
.content2 .model2List{
  width: 1.93rem;
  height: 0.93rem;
  margin-bottom: 0.15rem;
  cursor: pointer;
  position: relative;
}
.content2 .model2List img{
  width: 1.93rem;
  height: 0.93rem;
  border-radius: 5px;
}

.content2 .model2List div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  font-size: 0.23rem;
  font-weight: 500;
  color: #000E45;
}

.content2 .activelist div{
  color: #fff;
  
}
.content2 .model2-content-right ul li:last-child .model2List{
  margin-bottom:0;
}


.bk3{
  height: 10.75rem;
  width: 100%;
  overflow: hidden;
  background: url(../img/bjt2-1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.commonTitle{
  font-size: 0.45rem;
  font-weight: 400;
  color: rgba(0, 14, 69, 1);
  margin-top: 0.88rem;
  text-align:center;
}
.commonTitle span{
  font-size: 0.45rem;
  font-weight: bold;
  color: #2575E5;
  
  
}
.commonDesc{
  text-align: center;
  font-size: 0.3rem;
  font-weight: 400;
  color: #000E45;
  margin-top: 0.1rem;
}
.bk3Content{
  height: 8.25rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.leftBkt3{
  height: 100%;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bk3left.jpg) no-repeat;
  background-size: 100% 100%;
}
.leftBkt3,.rightBkt3{
  width: 50%;
  position: relative;
  background-size: 100% 100%;
}
.bk3ListContent{
  width: 7.6rem;
  height: 5.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 1.08rem;
  margin-left: 4.04rem;
}
.bk3List{
  width: 1.78rem;
  height: 1.34rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  border: 0.01rem solid #D8E3FF;
  backdrop-filter: blur(19.459459459459463px);
  text-align: center;
  cursor: pointer;
  font-size: 0.2rem;
  font-weight: 500;
  color: rgba(13, 37, 45, 1);
}

.bk3ListIcon{
  width: 0.33rem;
  height: 0.33rem;
  margin: 0 auto;
  margin-top: 0.37rem;
  margin-bottom: 0.17rem;
}
.bk3ListIcon img{
  max-width: 100%;
  max-height: 100%;
}
.activeB3Hover,.bk3List:hover{
  color: #fff;
  
}
.activeB3{
  background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
  opacity: 1;
  border-radius: 8px;
  /* color: #fff; */
  transform: scale(1.05);
  transition: all 0.5s;
}

.rightBkt3 img{
  max-height: 100%;
  max-width: 100%;
}
.rightBkt3 .img1{
  width:7.58rem ;
  height: 4.53rem;
  margin-top: 1.63rem;
  margin-left: 0.25rem;
}
.rightBkt3 .img1_1{
  width:1.51rem ;
  height: 1.51rem;
  position: absolute;
  top: 3.63rem;
  left: 3.78rem;
}
.rightBkt3 .img2{
  width:4.1rem ;
  height: 5.69rem;
  /* margin-top: 2.26rem; */
  /* margin-left: 3.57rem; */
  position: absolute;
  bottom: 0;
  left: 2.99rem;
}
.rightBkt3 .img2_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  bottom: 0.88rem;
  left: 5.43rem;
}.rightBkt3 .img3{
  width:7.1rem ;
  height: 4.1rem;
  margin-top: 2.03rem;
  margin-left: 0.53rem;
}
.rightBkt3 .img3_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 2.69rem;
  left: 6.02rem;
}.rightBkt3 .img4{
  width:4.17rem ;
  height: 5.1rem;
  margin-top: 1.6rem;
  margin-left: 1.7rem;
}
.rightBkt3 .img4_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 1.37rem;
  left: 4.35rem;
}

.rightBkt3 .img5{
  width:5.36rem ;
  height: 2.71rem;
  margin-top: 2.66rem;
  margin-left: 1.48rem;
}
.rightBkt3 .img5_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.63rem;
  left: 5.15rem;
}

.rightBkt3 .img6{
  width:5.63rem ;
  height: 3.64rem;
  margin-top: 1.99rem;
  margin-left: 1.1rem;
}
.rightBkt3 .img6_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.62rem;
  left: 5.43rem;
}

.rightBkt3 .img7{
  width:6.1rem ;
  height: 4.99rem;
  margin-top: 1.68rem;
  margin-left: 0.9rem;
}
.rightBkt3 .img7_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 2.83rem;
  left: 5.4rem;
}

.rightBkt3 .img8{
  width:5.1rem ;
  height: 3.02rem;
  margin-top: 2.43rem;
  margin-left: 1.45rem;
}
.rightBkt3 .img8_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.81rem;
  left: 5.62rem;
}
.rightBkt3 .img9{
  width:4.71rem ;
  height: 2.35rem;
  margin-top: 2.67rem;
  margin-left: 1.26rem;
}
.rightBkt3 .img9_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.1rem;
  left: 4.25rem;
}
.rightBkt3 .img10{
  width:6.75rem ;
  height: 4.33rem;
  margin-top: 2.1rem;
  margin-left: 0.63rem;
}
.rightBkt3 .img10_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.12rem;
  left: 4.7rem;
}
.rightBkt3 .img11{
  width:5.62rem ;
  height: 5.17rem;
  margin-top: 1.66rem;
  margin-left: 1.02rem;
}
.rightBkt3 .img11_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 3.65rem;
  left: 4.64rem;
}
.rightBkt3 .img12{
  width:5.8rem ;
  height: 5.25rem;
  margin-top: 3.46rem;
  margin-left: 1.17rem;
}
.rightBkt3 .img12_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 3.66rem;
  left: 4.65rem;
}
.rightBkt3 .img13{
  width:5.59rem ;
  height: 2.8rem;
  margin-top: 2.2rem;
  margin-left: 1.15rem;
}
.rightBkt3 .img13_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.31rem;
  left: 4.57rem;
}
.rightBkt3 .img14{
  width:7.08rem ;
  height: 4.09rem;
  margin-top: 1.94rem;
  margin-left: 0.33rem;
}
.rightBkt3 .img14_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.16rem;
  left: 4.68rem;
}
.rightBkt3 .img15{
  width:5.98rem ;
  height: 5.27rem;
  margin-top: 1.58rem;
  margin-left: 0.83rem;
}
.rightBkt3 .img15_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.16rem;
  left: 4.69rem;
}
.rightBkt3 .img16{
  width:6.2rem ;
  height: 5.16rem;
  margin-top: 1.24rem;
  margin-left: 0.5rem;
}
.rightBkt3 .img16_1{
  width:1.89rem ;
  height: 1.89rem;
  position: absolute;
  top: 4.16rem;
  left: 4.69rem;
}

.fadeInRight {
  -webkit-animation: fadeInRight 1s .2s ease both;
  -moz-animation: fadeInRight 1s .2s ease both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  -webkit-transform: translateX(20px)
}

100% {
  opacity: 1;
  -webkit-transform: translateX(0)
}
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
  -moz-transform: translateX(20px)
}

100% {
  opacity: 1;
  -moz-transform: translateX(0)
}
}


.fadeInLefts {
  -webkit-animation: fadeInLefts 1s .2s ease both;
  -moz-animation: fadeInLefts 1s .2s ease both;
}

@-webkit-keyframes fadeInLefts {
  0% {
    opacity: 0;
  -webkit-transform: translateX(-20px)
}

100% {
  opacity: 1;
  -webkit-transform: translateX(0)
}
}

@-moz-keyframes fadeInLefts {
  0% {
    opacity: 0;
  -moz-transform: translateX(-20px)
}

100% {
  opacity: 1;
  -moz-transform: translateX(0)
}
}

.fadeInUps {
  -webkit-animation: fadeInUps 1s .2s ease both;
  -moz-animation: fadeInUps 1s .2s ease both;
}

@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0;
  -webkit-transform: translateY(20px)
}

100% {
  opacity: 1;
  -webkit-transform: translateY(0)
}
}

@-moz-keyframes fadeInUps {
  0% {
    opacity: 0;
  -moz-transform: translateY(20px)
}

100% {
  opacity: 1;
  -moz-transform: translateY(0)
}
}

.bk5{
  width: 100%;
  height: 10.5rem;
  overflow: hidden;
  background: url("../img/bj_3.jpg") no-repeat;
  background-size: cover;
}
.content5 .middle {
  width: 100%;
  height: 0.5rem;
  margin: 0.7125rem auto 0rem;
  justify-content: center;
}

.content5 .navbar {
  height: 0.5rem;
  display: flex;
}

.content5 .navbar li * {
  pointer-events: none;
}

.content5 .search {
  width: 2.1rem;
  height: 0.475rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: rgba(255, 255, 255, 0.5) 0rem 0rem 0.125rem 0rem inset;
  border-radius: 0.225rem;
}

.content5 .search .icon {
  background: url("//xt10.kuleiman.com/klm/2/1/search.png") center center / 100% 100% no-repeat;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  cursor: pointer;
}

.content5 .search input {
  width: 1.25rem;
  height: 0.475rem;
  color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.475rem;
  text-align: center;
}

.content5 .search input::-webkit-input-placeholder {
  font-size: 0.1875rem !important;
  font-weight: 400 !important;
  color: rgb(255, 255, 255) !important;
  text-align: center !important;
}

.content5 .search input::-moz-placeholder {
  font-size: 0.1875rem !important;
  font-weight: 400 !important;
  color: rgb(255, 255, 255) !important;
  text-align: center !important;
}

.content5 .navbar li {
  height: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  line-height: .2rem;
  /* box-shadow: rgba(255, 255, 255, 0.5) 0rem 0rem 0.125rem 0rem inset; */
  border-radius: 0.25rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: #061440;
  position: relative;
  margin-right: 0.125rem;
}

.content5 .navbar li:hover {
  color: rgb(57, 114, 255);
  cursor: pointer;
}
.content5 .navbar li.active5::after {
  width: .375rem;
  height: .05rem;
  background: #5085FB;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: .275rem;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  opacity: 1;
}
.content5 .navbar li.activelist {
  /* background: rgb(255, 255, 255); */
  color: #5085FB;
  cursor: pointer;
}

.swiper-container3 {
  width: 20.13rem;
  height: 8.025rem;
  border-radius: 0.125rem;
  margin: .2rem auto 0rem 2.1rem;
  overflow: hidden;
  padding: 0.0625rem 0rem;
}

.swiper-container3 .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-container3 .swiper3 {
  display: none;
}
.swiper-container3 .swiper3.activebk5 {
  display: block;
}
.swiper-container3 .card-wrap {
  overflow:hidden;
  /*display: grid;
  grid-template-columns: repeat(4, 0fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.2rem;*/
}

.swiper-container3 .card-wrap li {
  float:left;
  margin:5px;
  width: 4.8rem;
  height: 3.03rem;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0rem 0rem 0.075rem 0rem, rgba(255, 255, 255, 0.5) 0rem 0rem 0.125rem 0rem inset; */
  border-radius: 0.125rem;
  transition: transform 0.8s ease 0s;
  position: relative;
}

.swiper-container3 .card-wrap li:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transform: translate(0rem, -0.0625rem);
}

.swiper-container3 .card-wrap li:hover .card-pic {
  transform: scale(1.2);
}
.swiper-container3 .card-wrap li:hover .text-wrap .bottom .tb1 {
  background: url("//xt10.kuleiman.com/klm/2/1/people1.svg") center center / 100% 100% no-repeat;
}

.swiper-container3 .card-wrap li .card-pic-wrap {
  width: 4.8rem;
  height: 3.03rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.swiper-container3 .card-wrap li .card-pic-wrap a {
  width: 4.8rem;
  height: 3.03rem;
  border-radius: 0.1rem;
  display: inline-block;
}
.swiper-container3 .card-wrap li .card-pic-wrap a::after {
  background: rgb(0, 0, 0,0.3);
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.1rem;
  top: 0;
}
.swiper-container3 .card-wrap li .card-pic {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.8s ease 0s;
  transform: scale(1);
}

.swiper-container3 .card-wrap li .text-wrap {
  /* height: 1.075rem; */
  /* padding-left: .2125rem;
  padding-right: 0.2125rem; */
  overflow: hidden;
  zoom: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}
.swiper-container3 .card-wrap li .text-wrap::after {
  width: 0.3755rem;
  height: 0.05rem;
  background: #5085FB;
  border-radius: 2px;
  content: '';
  display: block;
  margin: .1625rem auto 0 auto;
  transition: all 0.5s;
  opacity: 1;
}
.swiper-container3 .card-wrap li .text-wrap h1 {
  font-size: .25rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.1) 0rem 0rem 0.075rem;
  /* margin-top: 0.2rem; */
}

.swiper-container3 .card-wrap li .text-wrap .bottom {
  width: 3.125rem;
  height: 0.25rem;
  margin-top: 0.2125rem;
}

.swiper-container3 .card-wrap li .text-wrap .bottom span {
  display: block;
  font-size: 0.175rem;
  height: 100%;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 0.25rem;
  text-shadow: rgba(0, 0, 0, 0.1) 0rem 0rem 0.075rem;
}

.swiper-container3 .card-wrap li .text-wrap .bottom .tb1 {
  background: url("//xt10.kuleiman.com/klm/2/1/people2.svg") center center / 100% 100% no-repeat;
  width: 0.175rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.swiper-container3 .card-wrap li .text-wrap .bottom .tb2 {
  background: url("//xt10.kuleiman.com/klm/2/1/yj.png") center center / 100% 100% no-repeat;
  width: 0.1825rem;
  height: 0.125rem;
  margin-right: 0.1rem;
}

.bk4{
  width: 100%;
  height: 10.5rem;
  /* background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bk4bg.jpg) no-repeat; */
  /* background-size: 100% 100%; */
  overflow: hidden;
  position: relative;
}
.bj4Bg{
  width: 100%;
  height: 100%;
}
.bj4Bg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.54s;
  
}
.bk4B{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.active4Bg{
  opacity: 1!important;
  transition: all 0.54s;
}
.bk4Content{
  width: 16.69rem;
  height: 5.56rem;
  margin: 0.81rem auto 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.bk4Left{
  width: 2.38rem;
  background: rgba(240, 247, 254, 1);
}
.bk4Right{
  width: 14.31rem;
  background: #fff;
  display: flex;
}

.bk4List{
  width: 2rem;
  height: 0.63rem;
  background: rgba(240, 247, 254, 1);
  border-radius: 0.08rem;
  /* text-align: center; */
  line-height: 0.63rem;
  margin: 0.25rem auto 0;
  font-size: 0.25rem;
  font-weight: 500;
  color: #000229;
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.bk4List span{
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 0.25rem;
  margin-top: 0.18rem;
  float: left;
  margin-right: 0.13rem;
}
.bk4List span img{
  max-width: 100%;
  max-height: 100%;
  
}
.bk4Left .activelist{
  background: #2575E5;
  border-radius: 0.08rem;
  color: #fff;
}
.bk4RightContent{
  width: 7.9rem;
  margin-left: 0.93rem;
}
.model4Title{
  font-size: 0.25rem;
  font-weight: bold;
  color: #000229;
  margin-top: 0.69rem;
}
.model4Title span{
  margin-right: 0.15rem;
}
.model4desc{
  font-size: 0.2rem;
  font-weight: 400;
  color: #000E45;
  line-height: 0.24rem;
  margin-top: 0.11rem;
  height: 0.52rem;
}
.model4RightBox{
  margin-top: 0.28rem;
  display: flex;
}
.model4RightList{
  width: 1.38rem;
  height: 2.13rem;
  background: #F2F7FF;
  border-radius: 0.08rem;
  margin-right: 0.19rem;
  cursor: pointer;
  /* background: rgba(37, 117, 229, 1); */
  position: relative;
  overflow: hidden;
  
}


.model4RightListTitle{
  font-size: 0.2rem;
  font-weight: bold;
  color: #000229;
  text-align: center;
  
  padding-top: 0.37rem;
}
.model4RightListinfo{
  width: 1.18rem;
  height: 0.38rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: #4C5473;
  line-height: 0.2rem;
  text-align: center;
  margin: 0.18rem auto 0;
}
.model4RightListIcon{
  width: 0.75rem;
  height: 0.75rem;
  margin: .13rem auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model4RightListContent{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.model4RightList:hover .model4RightListContent,.model4RightList:hover .model4RightListContentHover{
  transform: translate(0,-2.13rem);
  /* transition: all 0.5s; */
  
  
}
.model4RightListhoverIcon{
  position: absolute;
  left: -100%;
  top: 0.7rem;
}
.model4RightList:hover .model4RightListContentHover .model4RightListhoverIcon{
  transform: translate(1.38rem,0);
  transition: all 0.7s; 
}

.model4RightListIcon img{
  max-width: 100%;
  max-height: 100%;
}

.model4RightListContentHover{
  width: 100%;
  
  height: 100%;
  background: rgba(37, 117, 229, 1);
  overflow: hidden;
  position: relative;
}
.model4RightListContentHover .model4RightListTitle{
  color: #fff;
}
.model4RightListhoverIcon img{
  width: 0.93rem;
  height: 1.26rem;
}
.model4RightBox .model4RightList:last-child .model4RightListhoverIcon img{
  margin-top: 0.26rem;
  
}
.bk4more{
  position: absolute;
  font-size: 0.18rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  top: 1.55rem;
  left: 0;
}
.bk4Arrow{
  width: 0.31rem;
  height: 0.31rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/arrow.svg) no-repeat;
  background-size:100% 100% ;
  top: 0.15rem;
  right: 0.15rem;
  
  position: absolute;
}






.model4casebox{
  margin-top: 0.18rem;
  overflow: hidden;
}
.model4caseList{
  width: 1.74rem;
  height: 0.69rem;
  float: left;
  cursor: pointer;
  margin-right: 0.23rem;
  overflow: hidden;
  
  
  
}
.model4caseList:hover img{
  transform: scale(1.2);
  transition: all 0.5s;
}
.model4casebox img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  transform: scale(1);
}
.bk4RightcaseDetail{
  width: 96%;
  height: 100%;
  margin-left: 0.4rem;
}
.bk4Right ul {
  display: none;
}
.bk4Right ul.bk4active {
  display: block;
}
.bk4RightcaseDetailImg{
  width: 85%;
  margin: 0 auto;
  height: 4.56rem;
  margin-top: 0.56rem;
  margin-bottom: 0.44rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
}
.bk4RightcaseDetailImg:hover img{
  transform: scale(1.2);
  transition: all 0.8s;
}
.bk4CaseTip{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 0.18rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.bk4CaseTip .bk4CaseTipIcon{
  width: 0.75rem;
  height: 0.48rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bk4Tips.png) no-repeat;
  background-size: 100% 100%;
  margin:0 auto 0.11rem;
}

.bk4RightcaseDetailListBox{
  overflow: hidden;
}
.bk4RightcaseDetailImg img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  transform: scale(1);
}
.bk4RightcaseDetailList{
  width: 2.05rem;
  height: 0.58rem;
  background: linear-gradient(90deg, #D2E8FF 0%, #F4FAFF 100%);
  border-radius: 0.06rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #000229;
  text-align: center;
  line-height: 0.58rem;
  float: left;
  margin-top: 0.15rem;
  cursor: pointer;
}
.bk4RightcaseDetailListBox .bk4RightcaseDetailList:nth-child(odd){
  margin-right: 0.15rem;
  
}
.activeCase{
  background: #2575E5;
  color: #fff;
  
}







.bk6 {
  width: 100%;
  height: 10.5rem;
  position: relative;
}

.bjt6 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.content6 {
  position: absolute;
  width: 17.2rem;
  height: 7.625rem;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.content6 .title6 {
  height: 0.45rem;
  font-size: 0.45rem;
  font-weight: 400;
  line-height: 0.45rem;
  color: #000E45;
}
.content6 .title6 span{
  font-weight: bold;
  color: #000E45;;
}
.content6 .p6 {
  font-size: 0.225rem;
  font-weight: 400;
  color: rgb(140, 140, 140);
  line-height: 0.3375rem;
  margin-top: 0.25rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #000E45;
}

.content6 .btn6 {
  width: 1.6rem;
  height: 0.475rem;
  background: rgb(57, 114, 255);
  border-radius: 0.1rem;
  margin-top: 0.375rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 0.475rem;
  text-align: center;
  cursor: pointer;
  display:inline-block;
}

.content6 .btn6:hover {
  background: linear-gradient(53deg, rgb(24, 144, 255) 0%, rgb(24, 83, 255) 100%);
}

.xw-content {
  
  /*width: 12.2rem;*/
  height: 6rem;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  border-radius: 0.1rem;
  margin-top: 0.6125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: .4rem;
}

.xw-content .img-wrap {
  margin-bottom: 0.25rem;
}

.xw-content .tb {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.xw-content .top_bg a{
  width: 3.8125rem;
  height: 1.65rem;
  display: inline-block;
  overflow: hidden;
  margin-bottom: .55rem
}
.xw-content .top_bg .bg {
  width: 3.8125rem;
  height: 1.65rem;
  overflow: hidden;
  transition: transform 0.8s ease 0s;
  transform: scale(1);
  margin-bottom: .55rem
}
.xw-content .top_bg .bg:hover {
  transform: scale(1.2);
}
.xw-content .title {
  display: block;
  height: 0.3rem;
  font-size: 0.25rem;
  font-weight: 600;
  color: rgb(0, 3, 51);
  line-height: 0.3rem;
}

.xw-content .text6-wrap {
  width: 3.95rem;
  position: relative;
}

.xw-content .text6-wrap .text66 {
  width: 3.75rem;
  white-space: nowrap;
  font-size: 0.175rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.175rem;
}

.xw-content .text6-wrap .jt6 {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: rgb(24, 144, 255);
  visibility: hidden;
  transform: translateY(0.06rem);
}

.xw-content .text6-wrap:hover .jt6 {
  visibility: visible;
}
.activety {
  z-index: 999;
  position: fixed;
  top: 163px;
  right: 39px;
  width: 150px;
  height: 150px;
}
@keyframes turnOut_actSpTips {
  0% {
    transform: rotateY(0deg);
}
10% {
  transform: rotateY(-180deg);
}
50% {
  transform: rotateY(-180deg);
}
60% {
  transform: rotateY(-360deg);
}
100% {
  transform: rotateY(-360deg);
}
}
.activety .flipper {
  position: absolute;
  width: 150px;
  height: 150px;
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out;
  animation: turnOut_actSpTips linear infinite 3.8s;
  -moz-backface-visibility:hidden;
}
.activety .flipper img {
  width: 100%;
}
.activety .flipper .front,
.activety .flipper .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.activety .flipper .back {
  transform: rotateY(180deg);
}
.activety .off {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 8;
  transition: 0.3s;
  cursor: pointer;
}
.activety .off img{
  margin: 4px auto;
  width: 12px;
}
.activety .off:hover{
  transform: rotate(180deg);
}
.xw-content .text6 {
  height: 0.175rem;
  width: 100%;
  font-size: 0.22rem;
  font-weight: 400;
  color: #000;
  line-height: 0.3rem;
}

.xw-content .text6:hover {
  cursor: pointer;
  color: rgb(24, 144, 255);
}

.xw-content .ljgd {
  height: 0.175rem;
  font-size: 0.175rem;
  font-weight: 400;
  color: rgb(89, 89, 89);
  line-height: 0.175rem;
}

.xw-content .ljgd:hover {
  cursor: pointer;
  color: rgb(24, 144, 255);
}
.xw-content a:hover {
  cursor: pointer;
  color: rgb(24, 144, 255) !important;
}
.xw-content .text6-wrap {
  margin-bottom: .1rem;
}

.bk8 {
  width: 100%;
  height: 8.48rem;
  overflow: hidden;
  position: relative;
}


.content8 {
  /* position: absolute; */
  width: 100%;
  height: 7.75rem;
  margin: 0.38rem auto;
  /* top: 0; */
  /* left: 0; */
  overflow: hidden;
  zoom: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('https://xt10.kuleiman.com/klm/2/1/bk8/bjt8.png') no-repeat center/88% 100%
}

.content8 .right {
  width: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-left: .8875rem; */
}

.content8 .right .bk8Title {
  font-size: .45rem;
  color: rgba(6, 20, 64, 1);
}
.content8 .right .bk8Title span{
  font-weight: bold;
}
.content8 .right p {
  width: 11.5625rem;
  font-size: .23rem;
  font-weight: 400;
  color: rgba(0, 14, 69, 1);
  line-height: .375rem;
}
.content8 .right p:first-of-type {
  margin-top: .4875rem;
}
.content8 .right ul {
  display: flex;
  margin-top: 1rem;
}

.content8 .right ul li {
  width: 2.77rem;
  height: 2.01rem;
  background: linear-gradient(0deg, #F3F6FE, #FFFFFF);
  border: .025rem solid #FFFFFF;
  box-shadow: 0rem .0875rem .2625rem 0rem rgba(75, 105, 172, 0.2);
  border-radius: .125rem;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  margin-right: .25rem;
  padding-top: 0.19rem;
}

.content8 .right ul li img {
  width: .7rem;
  height: .7rem;
  object-fit: fill;
}

.content8 .right ul li span {
  font-size: .225rem;
  font-weight: 400;
  color: #3972FF;
  align-items: center;
  /* margin-top: .275rem; */
}

.content8 .left {
  width: 7.425rem;
  height: 6.48rem;
}

.content8 .left ul {
  position: relative;
}

.content8 .left ul li {
  position: absolute;
  width: 7.425rem;
  height: 6.48rem;
}

.content8 .right ul li * {
  pointer-events: none;
}
.content8 .right ul li .li_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: .075rem;
}
.content8 .right ul li .li_desc {
  width: 100%;
  height: .45rem;
  padding-left: .15rem;
  padding-right: .125rem;
}
.content8 .right ul li .li_desc span {
  font-size: .2rem;
  font-weight: 400;
  color: #595959;
  display: inline-block;
  width: 80%;
  margin-left: 0.15rem;
}
.content8 .left ul li:nth-of-type(1) .t1 {
  width: 4.12rem;
  height: 6.48rem;
  position: absolute;
  top: 0;
  left: 1.2625rem;
}

.content8 .left ul li:nth-of-type(1) .t2 {
  width: 4rem;
  height: 3rem;
  position: absolute;
  top: 3.25rem;
  left: 0.5rem;
  
}

.content8 .left ul li:nth-of-type(1) .t3 {
  width: 2.45rem;
  height: 3.1875rem;
  position: absolute;
  top: 1.625rem;
  left: 3.6rem;
}

.content8 .left ul li:nth-of-type(2) .t1 {
  width: 4.12rem;
  height: 6.48rem;
  position: absolute;
  top: 0;
  left: 1.2625rem;
}

.content8 .left ul li:nth-of-type(2) .t2 {
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 1.3375rem;
  left: .4rem;
}

.content8 .left ul li:nth-of-type(2) .t3 {
  width: 2.4375rem;
  height: 2.225rem;
  position: absolute;
  top: 3.3625rem;
  right: .175rem;
}

.content8 .left ul li:nth-of-type(2) .t4 {
  width: 3.05rem;
  height: 1.9rem;
  position: absolute;
  bottom: -0.425rem;
  left: 1.525rem;
}

.content8 .left ul li:nth-of-type(3) .t1 {
  width: 4.12rem;
  height: 6.48rem;
  position: absolute;
  top: 0;
  left: 1.2625rem;
}

.content8 .left ul li:nth-of-type(3) .t2 {
  width: 6.45rem;
  height: 2.7rem;
  position: absolute;
  top: 2.65rem;
  left: .2rem;
}

.content8 .left ul li:nth-of-type(3) .t3 {
  width: 4.075rem;
  height: 6rem;
  position: absolute;
  top: 1.4875rem;
  right: -0.7125rem;
}

.content8 .left ul li:nth-of-type(4) .t1 {
  width: 4.12rem;
  height: 6.48rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.content8 .left ul li:nth-of-type(4) .t2 {
  width: 1.65rem;
  height: 3.75rem;
  position: absolute;
  left: 2.875rem;
  top: 1.525rem;
}

.content8 .left ul li:nth-of-type(4) .t3 {
  width: 2.125rem;
  height: 2.55rem;
  position: absolute;
  top: 4.5rem;
  left: 1rem;
}
.content8 .left ul li:nth-of-type(4) .t4 {
  width: 1.875rem;
  height: 1.125rem;
  position: absolute;
  top: 2.375rem;
  left: .9625rem;
}
.content8 .left ul li:nth-of-type(1),
.content8 .left ul li:nth-of-type(2),
.content8 .left ul li:nth-of-type(3),
.content8 .left ul li:nth-of-type(4) {
  display: none;
}
.bk9{
  width: 100%;
  height: 6.5rem;
  background: url("//xt10.kuleiman.com/klm/2/1/bjt6.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.card-bkt9{
  width: 6.68rem;
  position: absolute;
  top: 1.45rem;
  left: 6.54rem;
}
.card-bkt9 div:first-child{
  font-size: 0.45rem;
  font-weight: bold;
  color: #000E45;
}
.card-bkt9 div:last-child{
  font-size: 0.23rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #000E45;
  line-height: 0.63rem
}
.card-bkt9-right{
  width: 5.612rem;
  height: 4.6rem;
  background: rgba(255,255,255,0.42);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0.95rem;
  left: 13.6rem;
}
.card-bkt9-title{
  font-size: 0.25rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #000E45;
  margin-top: 0.57rem;
  margin-left: 0.53rem;
  margin-bottom: 0.1rem;
}
.card-bkt9-tips{
  font-size: 0.18rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #616C91;
  margin-left: 0.53rem;
  margin-top: 0.3rem;
}
.card-bkt9-right input{
  width: 4.6rem;
  height: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-left: 0.53rem;
  margin-top: 0.11rem;
  padding-left: 0.29rem;
  font-size: 0.175rem;
}
.card-bkt9-btn{
  width: 4.6rem;
  height: 0.5rem;
  background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
  border-radius: 4px;
  text-align: center;
  font-size: 0.18rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.5rem;
  margin-left: 0.53rem;
  cursor: pointer;
  margin-top: 0.3rem;
}
.card-bkt9-btn:hover{
  background: #1352f0;
}

.bk91{
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
  vertical-align: middle;
}
.bk91 img{
  max-width: 100%;
  max-height: 100%;
}
.card-bkt9 .blueFont{
  color: rgba(37, 117, 229, 1);
}


.active6-1 {
  display: block !important;
  z-index: 10;
}

.active6-2 {
  background: linear-gradient(136deg, #00A5FF 0%, #006CFF 100%) !important;
  box-shadow: 0rem .0125rem 0rem 0rem #F8FAFF, 0rem .0375rem .075rem 0rem rgba(186, 207, 255, 0.28) !important;
  border: .025rem solid transparent !important;
}
.content8 .right ul .active6-2 span{
  color: #fff!important;
  
}
.bk10{
  width: 100%;
  height: 9rem;
  overflow: hidden;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bk10bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.bk10Content{
  width: 16.69rem;
  height: 5.56rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.43rem 0rem rgba(0,64,255,0.08);
  border-radius: 0.13rem;
  margin: 0.73rem auto 0;
  display: flex;
}
.bk10Left{
  width: 5.91rem;
  padding-top: 1.05rem;
  margin-left: 0.94rem;
}
.bk10LeftTitle{
  font-size: 0.33rem;
  font-weight: bold;
  color: #000E45;
}

.bk10LeftCon{
  font-size: 0.2rem;
  font-weight: 400;
  color: #000E45;
  line-height: 0.35rem;
  margin-top: 0.34rem;
}
.learnMore{
  width: 2rem;
  height: 0.57rem;
  border-radius: 0.29rem;
  border: 0.01rem solid #5085FB;
  overflow: hidden;
  line-height: 0.57rem;
  font-size: 0.23rem;
  font-weight: bold;
  color: #3972FF;
  padding-left: 0.41rem;
  margin-top: 0.66rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/findInto.svg) no-repeat;
  background-size: 0.2rem 0.2rem;
  cursor: pointer;
  background-position:1.41rem 0.17rem;
  transition: all 0.5s;
  
}
.learnMore:hover{
  transform: translate(0%,-10%);
  transition: all 0.5s;
}
.bk10right{
  width: 8.86rem;
  height: 4.99rem;
  margin-top: 0.29rem;
  margin-left: 0.7rem;
  position: relative;
}
.bk10right video{
  width: 8.86rem;
  height: 4.99rem;
}
.playVideoIcon{
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.playVideoIcon img{
  max-width: 100%;
  max-height: 100%;
}


.bk12{
  width: 100%;
  height: 6.69rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/bk11bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.bk12Content{
  width: 15rem;
  height: 3.71rem;
  margin: 1.48rem auto;
  display: flex;
}
.bk12Left{
  position: relative;
}
.bk12Title{
  font-size: 0.5rem;
  font-weight: bold;
  color: #000E45;
}
.bk12Desc{
  font-size: 0.63rem;
  font-weight: bold;
  color: #2575E5;
  margin-top: 0.2rem;
  margin-left: 0.84rem;
  position: relative;
  z-index: 9;
}
.bk12Desc span{
  font-size: 0.75rem;
}
.bk12Tip{
  position: absolute;
  top: 1.2rem;
  left: -0.54rem;
  width: 2.23rem;
  height: 1.26rem;
}
.bk12Tip img{
  max-width: 100%;
  max-height: 100%;
}
.bk12InputBox{
  /* position: absolute;
  left: 0;
  bottom: 0; */
  margin-top: 1.3rem;
  display: flex;
}
.bk12InputBox input{
  width: 3.38rem;
  height: 0.57rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.08rem 0rem rgba(0,0,0,0.11);
  border-radius: 0.08rem;
  margin-right: 0.19rem;
  padding-left: 0.45rem;
  font-size: 0.2rem;
}
.bk12InputBox div{
  position: relative;
}
.bk12InputBox div:first-child span{
  position: absolute;
  top: 0.13rem;
  left: 0.19rem;
  width: 0.28rem;
  height: 0.28rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/nameIcon.svg) no-repeat;
  background-size: 100% 100%;
}
.bk12InputBox div:nth-child(2) span{
  position: absolute;
  top: 0.13rem;
  left: 0.19rem;
  width: 0.28rem;
  height: 0.28rem;
  background: url(https://qjzb.kuleiman.com/record/klm/k1/news/phoneIcon.svg) no-repeat;
  background-size: 100% 100%;
}
.bk12InputBox input::-webkit-input-placeholder {
  /* padding-left: 0.31rem; */
  
}
.bk12btn{
  width: 2.19rem;
  height: 0.57rem;
  background: #2575E5;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.57rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.bk12btn::before{
  opacity: 0;
  content: "";
  position: absolute;
  left: var(--xs);
  top: .517rem;
  width: .2522rem;
  height: .2522rem;
  background: radial-gradient(circle closest-side,rgba(0,255,248,.37647),transparent);
  transform: translate(-50%,-50%);
  transition: all .3s ease,left 0s,top 0s
}


.bk12btn:hover::before {
  opacity: 1;
  width: 1.8916rem;
  height: 1.8916rem;
}

.bk12Right{
  width: 5.38rem;
  height: 3.71rem;
  background: #FFFFFF;
  box-shadow: 0.13rem 0.06rem 0.38rem 0rem rgba(0,0,0,0.08);
  border-radius: 0.19rem;
  margin-left: 0.29rem;
}
.bk12ListBox{
  /* margin-left: 0.96rem; */
  margin-top: 0.61rem;
  display: flex;
}
.bk12List{
  color: #000E45;
  font-size: 0.23rem;
  font-weight: bold;
  padding:  0 0.91rem;
  position: relative;
}
.bk12RightTip{
  width: 0.69rem;
  height: 0.69rem;
  margin:  0 auto;
}
.bk12RightTip img{
  max-width: 100%;
  max-height: 100%;
}
.bk12ListBox .bk12List:first-child{
  border-right: 1px solid rgba(137, 144, 166, 1);
}
.bk12ListBox .bk12ListHover::after{
  content: '';
  width: 1.88rem;
  height: 1.48rem;
  background: rgba(80,133,251,0.04);
  border-radius: 0.1rem;
  position: absolute;
  top: -0.2rem;
  left: 0.37rem;
}
.serviceSupport {
  /* background: url('https:https://qjzb.kuleiman.com/record/klm/zs/1/serviceSupportbg.jpg') no-repeat center/100%; */
  width: 100%;
  height: 8.512rem;
  box-sizing: border-box;
  position: relative;
}

.bjtss {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.serviceSupport .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  zoom: 1;
}

.serviceSupport .serviceSupport-text {
  text-align: center;
}

.serviceSupport .serviceSupport-text h1 {
  font-size: .454rem;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 1.0214rem;
}

.serviceSupport .serviceSupport-text p {
  margin-top: .2018rem;
  font-size: .2018rem;
  font-weight: 400;
  color: #FFFFFF;
}

.serviceSupport #certify {
  position: relative;
  width: 15.3342rem;
  /* min-width: 16.25rem; */
  margin:0.21rem auto 0 ;
}

.serviceSupport #certify .swiper-container {
  padding-bottom: .375rem;
}

.serviceSupport #certify .swiper-container .swiper-wrapper {
  overflow: unset !important;
}

.serviceSupport #certify .swiper-container .swiper-wrapper .swiper-slide-active {
  transition: 300ms;
  /* opacity: 1 !important; */
}

.serviceSupport #certify .swiper-container .swiper-wrapper .swiper-slide-prev .p1 {
  display: none;
}

.serviceSupport #certify .swiper-container .swiper-wrapper .swiper-slide-prev .p2 {
  display: none;
}

.serviceSupport #certify .swiper-container .swiper-wrapper .swiper-slide-next .p1 {
  display: none;
}

.serviceSupport #certify .swiper-container .swiper-wrapper .swiper-slide-next .p2 {
  display: none;
}

.serviceSupport #certify .swiper-slide {
  width: 5.4981rem;
  height: 4.3127rem;
  background: linear-gradient(143deg, #f7fbff 50%, #D3DCFF 100%);
  border-radius: .1009rem;
  padding: .6305rem .4414rem 0px .4161rem;
  /* opacity: 0.5 !important; */
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent {
  display: flex;
  margin-bottom: .3405rem;
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentLeft {}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentRight {
  width: 1.5637rem;
  height: 1.5763rem;
  margin-left: .3026rem;
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentRight img {
  width: 100%;
  height: 100%;
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentLeft .sstlp1 {
  font-size: .3279rem;
  font-weight: bold;
  color: #262A47;
  margin-bottom: .1135rem;
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentLeft .sstlp1 span {
  position: relative;
  z-index: 2;
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentLeft .sstlp1 img {
  position: relative;
  width: 0.1892rem;
  height: .2144rem;
  right: .1513rem;
  z-index: 1;
}

.serviceSupport #certify .swiper-slide .swiper-slidecontent .swiper-slidecontentLeft .sstlp {
  font-size: .1765rem;
  font-weight: 400;
  line-height: 1.8;
  color: #262A47;
}

.serviceSupport #certify .swiper-slide .swiper-slidebottom {
  /* width: 4.6532rem; */
  height: 1.5132rem;
  background: #fff;
  border-radius: .1009rem;
  margin: 0 auto;
  font-size: .1765rem;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
  color: #262A47;
  padding: .1261rem .2522rem 0px .2522rem;
}

@media (max-width: 1400px) {
  .serviceSupport #certify .swiper-slide .swiper-slidebottom span {
    display: inline-block;
  line-height: 1.2;
}
}

.serviceSupport #certify .swiper-pagination {
  width: 100%;
  bottom: -0.1639rem;
}

.serviceSupport #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .025rem;
  background: #ACB3CB;
  width: .1513rem;
  height: .1513rem;
  border-radius: 50%;
  opacity: 1;
}

.serviceSupport #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: .1513rem;
  height: .1513rem;
  background: #288AFF;
  border-radius: 50%;
}

.serviceSupport #certify .swiper-button-prev,
.serviceSupport #certify .swiper-button-next {
  width: .7566rem;
  height: .7692rem;
}

.serviceSupport #certify .swiper-button-prev {
  background: url('https:https://qjzb.kuleiman.com/record/klm/zs/1/swiper-button-previcon.png') no-repeat center/100%;
  left: -0.7566rem;
}

.serviceSupport #certify .swiper-button-next {
  background: url('https:https://qjzb.kuleiman.com/record/klm/zs/1/swiper-button-nexticon.png') no-repeat center/100%;
  right: -0.7566rem;
}
.learnProject{
  width: 1.5rem;
  height: 0.45rem;
  /* background: #2575E5; */
  border-radius: 0.25rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.45rem;
  padding-left: 0.25rem;
  margin: 0.33rem auto 0.33rem;
  background: #2575E5 url(https://qjzb.kuleiman.com/record/klm/k1/news/arrow_left.svg) no-repeat;
  background-size: 0.25rem 0.25rem;
  background-position:1.04rem  0.09rem ;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.learnProject::after{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 100%);
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.8)));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.learnProject:hover:after{
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%
}
}



#count1{
  color: #FF9822;
}#count2{
  color: #FE716C;
}#count3{
  color: #39CFBE;
}#count4{
  color: #5085FB;
}
.hose{
  color: #00ced1!important;
  font-size: 0.48rem!important;
  line-height: 40px; }

.block.block12 {
  padding: 20px 0 89px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative
}
.block .content {
  width: 16.14rem;
  margin: auto;
}
.block.block12 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transition: opacity .5s
}

.block.block12 .bg.bg1 {
  z-index: 1
}

.block.block12 .bg.bg2 {
  z-index: 2
}

.block.block12 .bg.bg3 {
  z-index: 3
}

.block.block12 .title-style {
  width: 16.14rem;
  text-align: center;
  margin: 0 auto 26px
}

.block.block12 .title-style>div {
  font-size: 0.45rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #2575E5;
  margin-bottom: 0.1rem;
}
.block.block12 .title-style>div span{
  font-weight: bold;
}
.block.block12 .title-style>p {
  
  font-size: 0.3rem;
  font-weight: 400;
  color: #000E45;
}

.block.block12 .statistics-right {
  width: 19.2rem;
  flex: 1;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
  border-left: none;
  border-radius: 0 4px 4px 0;
  margin-bottom: 33px
}

.block.block12 .statistics-right li {
  position: relative;
  box-sizing: border-box;
  height: 90px;
  font-size: 16px;
  text-align: center;
  color: #202124;
  display: flex;
  align-items: center
}

.block.block12 .statistics-right li img {
  width: 80px;
  height: 80px;
  margin-right: 8px
}

.block.block12 .statistics-right li:first-child:before {
  display: none
}

.block.block12 .statistics-right li b {
  font-size: 38px;
  font-weight: 700
}

.block.block12 .statistics-right li span {
  font-weight: 600
}

.block.block12 .statistics-right li p {
  margin-top: 9px;
  font-weight: 500
}

.block.block12 .statistics-right li .li-right {
  text-align: center
}

.block.block12 .statistics-right li .li-right b {
  font-size:  0.63rem;;
  font-family: TGBF !important;
  font-weight: 700;
  color: #ff8c00;
  line-height: 40px
}

.block.block12 .statistics-right li .li-right span {
  font-size: 16px;
  font-weight: 600;
  color: #00ced1
}

.block.block12 .statistics-right li .li-right p {
  font-size: 0.4rem;
  font-weight: 500;
  color: #061440;
  line-height: 16px
}

.block.block12 .statistics-right li:last-child:after {
  display: none
}

.block.block12 .list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 4.53rem
}

.block.block12 .list .list-item {
  width: 4.19rem;
  height: 4.53rem;
  box-sizing: border-box;
  background: hsla(0,0%,100%,.4);
  box-shadow: 0 10px 80px 5px rgba(1,40,111,.05);
  border-radius: 8px;
  border: 2px solid hsla(0,0%,100%,.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all .8s;
  overflow: hidden;
  position: relative
}

.block.block12 .list .list-item.active {
  width: 7.48rem;
  height: 4.53rem;
  transition: all .8s
}
.block.block12 .list .list-item.active .subTitle{
  visibility: visible!important;
}.block.block12 .list .list-item.active .num{
  visibility: hidden!important;
}

.block.block12 .list .list-item.active .contraction {
  transform: translateY(-140px);
  transition: all .8s ease-in-out;
  padding-bottom: 12px
}

.block.block12 .list .list-item.active .contraction .num {
  transform: translateY(-14px);
  transition: all .4s .2s;
}

.block.block12 .list .list-item.active .contraction .title {
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 36px;
  transition: all .6s
}

.block.block12 .list .list-item.active .exhibition {
  transform: translateY(-140px);
  transition: all .9s ease-in-out
}

.block.block12 .list .list-item.active .exhibition .tag-item {
  transform: translateY(0)!important;
  transition: all .8s .1s
}

.block.block12 .list .list-item .contraction {
  font-weight: 700;
  transition: all .5s;
  /*padding: 118px 40px 12px;*/
  padding-top: 2.14rem;
  padding-left: 0.43rem;
  transition: all .8s
}

.block.block12 .list .list-item .contraction .num {
  font-size: 0.5rem;
  color: rgba(0,108,255,.2);
  line-height: 40px;
  margin-bottom: 0.1rem;
  transform: translateY(0);
  transition: all .8s;
  visibility: visible;
  
}

.block.block12 .list .list-item .contraction .title {
  font-size: 0.25rem;
  color: #202124;
  line-height: 32px;
  white-space: nowrap;
  transition: all .8s
}

.block.block12 .list .list-item .exhibition {
  width: 100%;
  padding-bottom: 0.45rem;
  box-sizing: border-box;
  white-space: nowrap;
  transform: translateY(20px);
  transition: all .6s
}

.block.block12 .list .list-item .exhibition .subTitle {
  font-size: 0.25rem;
  font-weight: 500;
  color: #7a8799;
  line-height: 0.3rem;
  margin-bottom: 0.6rem;
  padding-left: 0.35rem;
  transition: all .6s;
  visibility: hidden;
}

.block.block12 .list .list-item .exhibition .tag {
  width:6.5rem;
  display: flex;
  justify-content: space-between;
  transition: all 2.4s
}

.block.block12 .list .list-item .exhibition .tag .tag-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-left: 0.3rem;
  /*border-right: 1px solid rgba(0,108,255,.1);*/
  transition: all 1.2s ease-in-out
}
.block.block12 .list .list-item .exhibition .tag .tag-item div{
  font-size: 0.25rem;
}
.block.block12 .list .list-item .exhibition .tag .tag-item:last-child {
  padding-right: 0;
  border-right: none
}

.block.block12 .list .list-item .exhibition .tag .tag-item:first-child {
  padding-left: 0.2rem
}

.block.block12 .list .list-item .exhibition .tag .tag-item img {
  width: 0.4rem;
  display: block;
  margin-bottom: 8px
}

.block.block12 .list .list-item .rightImg {
  width: 1.8rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99
}

.block.block12 .list .list-item:last-child .exhibition .tag-item {
  padding: 0 0.25rem
    padding-left: 0.05rem;
}

.bk11{
  width: 100%;
  height: 11.35rem;
  overflow: hidden;
  background: #EFF2F8;
}
.content3 .content3-title{
  padding-top: 0.95rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  line-height: 0.45rem;
  margin: 0rem auto;
  text-align: center;
}
.content3 .content3-p{
  font-size: 0.23rem;
  font-weight: 400;
  color: rgb(140, 140, 140);
  line-height: 0.3rem;
  /* margin: 0.3875rem auto 0rem; */
  margin-top: 23px;
  text-align: center;
}
.card-bk11{
  width: 100%;
  
}
.card-bkt11-list-content{
  margin-top: 50px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
}
.card-bkt11-list{
  width: 280px;
  height: 260px;
  background: linear-gradient(180deg, #DEE7FF 0%, #FBFCFF 100%);
  box-shadow: 0px 2px 8px 0px rgba(209,225,255,0.75);
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  margin-right: 20px;
}
.card-bk11-info{
  margin: 0 auto;
  width: 250px;
  height: 185px;
  margin-top: 13px;
}
.card-bk11-info img{
  max-height: 100%;
  max-width: 100%;;
}
.card-bk11-text{
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #262A47;
  line-height: 20px;
  margin-top: 20px;
}

@keyframes scrollToRight-data-v-6a32e916 {
  0% {
    transform: translate3d(-100%, 0rem, 0rem);
}

100% {
  transform: translate3d(0%, 0rem, 0rem);
}
}

#picList1 {
  margin: 0 auto;
  margin-top: 0.63rem;
  
}
#picList1 {
  display: flex;
  align-items: center;
  padding: .1261rem 0px;
}
.gloryItem {
  width: 3.5057rem;
  height: 3.2535rem;
  background: linear-gradient(180deg,#e4f2f7,#e9f0ff);
  box-shadow: 0 .0631rem .15rem 0 rgba(209,225,255,.64);
  border-radius: .0757rem;
  border: .0252rem solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  align-items: flex-start;
  text-align: left
}

.gloryItem .box {
  width: 100%;
  margin-top: .1639rem;
  padding: 0px .1892rem 0px .1892rem;
}

.gloryItem .box img {
  width: 100%;
  height: 2.3077rem;
  display: block;
  pointer-events: none;
}

.gloryItem .content {
  font-size: .234rem;
  margin-top: .1639rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #262A47;
  text-align: center;
}

.gloryItemBox{
  margin-right: 0.25rem;
}
.gloryItemBox .gloryItem:last-child{
  margin-top: 0.25rem;
}

.bk11-1{
  display: flex;
  margin-top: 0.42rem;
  justify-content: center;
}
.bk11-1 div{
  margin-right: 0.38rem;
  cursor: pointer;
}
.bk11-1 div,.bk11-1 img{
  width: 0.5rem;
  height: 0.5rem;
}




@keyframes fadeInLeft {
  from {
    opacity: 0;
  transform: translate3d(-30%, 0, 0);
}

to {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInRight {
  from {
    opacity: 0;
  transform: translate3d(30%, 0, 0);
}

to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInRight3 {
  from {
    opacity: 0;
  transform: translate3d(100%,0,0);
}

to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  transform: translate3d(0, 30%, 0);
}

to {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInDown {
  from {
    opacity: 0;
  transform: translate3d(0, -30%, 0);
}

to {
  opacity: 1;
  transform: none;
}
}
.swiper-button-next, .swiper-button-prev{
  margin-top: -38px !important;
}



.bk7 {
  height: 6.875rem;
  overflow: hidden;
  zoom: 1;
}



.select_box {
  width: 19.2rem;
  height: 3.1902rem;
  overflow: hidden;
  margin: 1rem auto 1rem;
  position: relative;
}

.select_box .select_log {
  position: absolute;
  z-index: 10;
  right: 0rem;
  transform: rotate(180deg);
}

.select_box .select_log2 {
  position: absolute;
  z-index: 10;
  left: 0rem;
}

.line_odd {
  width: 36.2395rem;
  animation: 36s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

@keyframes scrollToRight-data-v-6a32e916 {
  0% {
    transform: translate3d(-50%, 0rem, 0rem);
}

100% {
  transform: translate3d(0%, 0rem, 0rem);
}
}

.line_odd img {
  width: 50%;
  display: inline-block;
  float: left;
}

.line_event {
  width: 36.2395rem;
  animation: 28s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

.line_event img {
  width: 50%;
  display: inline-block;
  float: left;
}
.allShadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 999
}

.allShadow img {
  z-index: 1000;
  text-align: center;
  position: absolute;
  /* width: 1000px;
  height: 740px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.allShadow .iconclose-line {
  background: url('https://xt10.kuleiman.com/klm/2/1/bk11/puc_col2.svg') no-repeat center/100%;
  width: .3783rem;
  height: .3783rem;
  display: inline-block;
  
}
.allShadow .iconzuo {
  background: url('https://xt10.kuleiman.com/klm/2/1/bk11/lef1.svg') no-repeat center/100%;
  width: .2018rem;
  height: .3405rem;
  display: inline-block;
}
.allShadow .iconyou {
  background: url('https://xt10.kuleiman.com/klm/2/1/bk11/rig2.svg') no-repeat center/100%;
  width: .2018rem;
  height: .3405rem;
  display: inline-block;
}
.allShadow .left {
  left: 5%
}

.allShadow .left,.allShadow .right {
  z-index: 1000;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer
}

.allShadow .right {
  right: 2%
}

.allShadow .close {
  z-index: 1000;
  text-align: center;
  position: absolute;
  top: 10%;
  right: 2%;
  transform: translate(-50%,-50%);
  cursor: pointer
}
.bjt1 {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/*========================产品新增css========================*/
.ifont-36 {
  font-size: 36px;
}
.ifont-16 {
  font-size: 16px;
}
.ygp-more {
  width: 140px !important;
  display: block;
  text-align: center;
  border: 1px solid #f39800;
  border-radius: 10000px;
  letter-spacing: 1px;
  position: relative;
  transition: .3s;
  padding: 6px 0;
  overflow: hidden;
}

.ygp-more a {
  color: #f39800 !important;
  display: block;
  text-align: center;
}

.ygp-more:hover .btn-iner {
  width: 140%;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.ygp-more:hover {
  border: 1px solid #f39800;
  background-color: #f39800;
}

.ygp-more:hover a {
  color: #ffffff !important;
}
.list_page {
  width: 100%;
  background: #f8f8f8;
  padding: 0.85rem 0;
}
.list_card_content {
  width: 16.69rem;
  margin: 0 auto;
  height: max-content;
  /* padding: 52px 0 0; */
  box-sizing: border-box;
}

.list_card_item {
  width: 100%;
  min-height: 270px;
  overflow: hidden;
  height: auto;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 8.96vh 2.97vw 7.08vh 3.59vw;
  box-sizing: border-box;
  margin: 15px 0;
  transition: .3s all ease-in-out;
}
.list_card_item:hover .card_item_left_title a {
  color:#f39800;
}

.list_card_item:hover {
  transition: .3s all ease-in-out;
  box-shadow: 0 14px 29px 0 rgba(12,12,12,0.08);
  /*    transform: scale(1.01);
  */}
.list_card_item:hover .card_item_left_title{
  color:#f39800;
}
.card_item_left {
  width: 45%;
  /* width: 350px; */
  height: 100%;
}

.card_item_left_img_box {
  /*    width: 53px;
  height: 53px;
  */    position: relative;
  margin-bottom: 2.40vh;
}

.img_index {
  z-index: 999;
}

.card_item_left_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card_item_left_img_hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card_item_left_title {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 25px;
}

.card_item_left_content {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.card_item_center {
  /* width: 225px; */
  width: 11.72vw;
  height: 100%;
  /* background: yellow; */
  padding: 0 36px;
  /* padding: 43px 36px 34px; */
}

.card_item_center_nav_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.card_item_center_nav_item {
  width: max-content;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  height: 26px;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
  cursor: pointer;
  padding-right:20px;
}
.card_item_center_nav_item span:hover{
  border-bottom: 1px solid #f39800;
  color: #f39800;
}
.card_item_center_nav_item a:hover{
  color: #f39800;
}

.nav_item_active {
  border-bottom: 1px solid #f39800;
  color: #f39800;
}

/* Ã¥ÂÂ³Ã¨Â¾Â¹Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Ë†â€”Ã¨Â¡Â¨ */
.card_item_right {
  /* width: 737px; */
  width: 45%;
  /* flex: 1; */
  /* height: 100%; */
  box-sizing: border-box;
  overflow: hidden;
}

.card_item_right_img_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.img_list_img_list_item {
  width: 100%;
  /* flex: 1; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 23px;
}

.img_list_img_list_item:last-of-type {
  margin-right: 0;
}

.img_list_img_box {
  width: 100%;
  position: relative;
  background: url(/web/static/images/bg.jpg) no-repeat center;
  background-size: cover;
}
.img_list_img_box:hover .yg-pr-more{
  display: block;
}
.yg-pr-more:hover .yg-pr-m{
  color: #f39800;
}
.yg-pr-more{
  position:absolute;
  left:0%;
  top:0%;
  right:0%;
  bottom:0%;
  display: none;
}

.yg-pr-flx{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.yg-pr-cm{
  
  /*        filter: url(blur.svg#blur);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
  */
  opacity: 0.9;
}
.yg-pr-n{
  color:#f39800;
}
.yg-pr-m{
  color:#333333;
  font-size: 20px;
  padding-top: 4px;
}

.img_list_img_box img {
  width: 100%;
  /* height: 100%; */
  height: 155px;
  object-fit: contain;
}
/*========================产品新增css========================*/
/*========================产品新增列表css========================*/
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.ifont-22 {
  font-size: 22px;
}
.crumbs_title {
  width: 100%;
  background: #fff;
  margin-bottom: 5.73vh;
  box-sizing: border-box;
}
.ygw1442 {
  width: 16.69rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.product_title {
  width: 100%;
  font-family: PingFangSC-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  width: 100%;
  text-align: center;
  padding: 25px 0 0 0;
}

.products_content {
  width: 100%;
  background: #f8f8f8;
  padding: 15px 0;
  float: left;
  clear: both;
}
.product_list {
  width: 100%;
  float: left;
}
.moreload {
  padding-top: 15px;
}
.con-row {
  margin-left: -15px;
  margin-right: -15px;
}
.product_list_card {
  width: 25%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
.pro-pad {
  background: #ffffff;
  width: 100%;
  border: 1px solid rgba(0,0,0,0);
  box-sizing: border-box;
  overflow: hidden;
}
.pro-pad:hover{
  border:1px solid #f39800;
}
.product_list_card_img {
  width: 100%;
  overflow: hidden;
  transition: all .25s ease;
  /*cursor: pointer;*/
  box-sizing: border-box;
  background: url(../img/bg3.jpg) no-repeat center;
  position: relative;
  background-size:cover;
}
.product_list_card_img img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.product_list_card_img img{
  width: 100%;
  height:259px;
  object-fit: contain;
}
.product_list_card:hover .product_list_card_img img {
  transition: all .25s ease;
  transform: scale(1.15, 1.15);
}
.hotcas-list {
  /*background: url(../img/hot.png) no-repeat center right;*/
  float: left;
  width: 65px;
  padding: 6px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -1px;
}
.product_intor {
  width: 100%;
  height: 120px;
  padding: 0.83vh 2.86vw 0;
  box-sizing: border-box;
}
.product_intor_title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding: 15px 0;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 2.08vh;
}
.product_intor_list {
  width: 100%;
  height: 120px;
  height: 75px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.product_intor_list div {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prfont {
  font-size: 14px;
  padding: 0 0 0 10px;
  margin-top: 4px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.prfont {
}
.prfont::after {
  width: 4px;
  height: 4px;
  background: #cbcbcb;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*========================产品新增列表css========================*/
/*========================产品新增详情css========================*/
.left {
  width: 16.69rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: initial;
  justify-content: space-between;
  padding: 48px 0 70px;
}
.product_contents {
  width: 100%;
  background: #ffffff;
}
.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.col-50 {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.img_items_box {
  width: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
}
.img_item {
  width: 85px;
  height: 53px;
  overflow: hidden;
  background: url(/web/static/images/bg.jpg) no-repeat center;
  background-size: auto;
  background-size: cover;
  margin-bottom: 10px;
}
.img_item_border {
  border: solid 1px rgb(255, 255, 255);
}
.img_item:hover, .img_item_border_hover {
  border: solid 1px #ee7700;
}
.mid_img {
  width: 100%;
  position: relative;
  background: url(/web/static/images/bg.jpg) no-repeat center;
  background-size: auto;
  background-size: cover;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.mid_img img {
  width: 100%;
  height: 100%;
}
.content-detail {
  margin: 0 auto;
  padding: 0;
  padding-top: 0px;
  min-height: calc(100vh - 245px);
  padding-top: 50px;
}
.content-detail-all {
  margin: 0 auto;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}
.content-detail .subtitle h1 {
  font-size: 24px;
  color: #333;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  padding: 20px 0;
  padding-top: 20px;
  margin: 0;
}
.content-detail .subtitle h1, .content-detail-all {
  padding-top: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
hr {
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none !important;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #eee !important;
  clear: both;
  background: 0 0;
}
.content-detail .content-info {
  text-align: left;
  margin: 0 auto;
  min-height: calc(100vh - 431px);
  padding: 20px 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.markdown-body {
  text-align: left;
  width: 100%;
  color: #666;
}
.markdown-body h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #333;
  letter-spacing: 0;
  line-height: 28px;
  padding: 20px 0;
  padding-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.markdown-body h2 {
  color: #2e7bfb;
  font-weight: bolder;
}
.markdown-body p {
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
}
.product-detail {
  margin: 0 auto;
  padding: 0;
}
.markdown-body {
  text-align: left;
  width: 100%;
  color: #666;
}
.markdown-body p {
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
}
.middle {
  /*flex: 1;
  overflow: hidden;*/
}
.Functional {
  min-height: 729px;
  background-color: #fff;
}
.Functionaltext {
  font-size: 30px;
  color: rgba(0,0,0,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

.section2 .Functional {
  min-height: 712px;
  background-color: rgba(75,110,239,.1);
}
.section2 .Functionaltext {
  font-size: 30px;
  color: rgba(0,0,0,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.section2 .Functionalabove {
  display: flex;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
.section2 .left {
  width: 16.69rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: initial;
  margin: 0 auto;
  justify-content: space-between;
}
.section2 .technicaltext {
  width: 6rem;
  height: 1.7rem;
  background-image: linear-gradient(rgba(255,255,255,1),rgba(254,254,254,1));
  border-radius: 5px;
  display: flex;
  margin-bottom: 1rem;
  font-size: 14px;
  color: rgba(0,0,0,1);
  transition: all .3s;
}
.section2 .technicaltext:hover{ 
  box-shadow:0 16px 32px 0 rgb(48 55 66 / 15%);
  background-image:linear-gradient(rgba(236,241,251,1),rgba(254,254,254,1));
  transform:translate(0,-10px)
}
.section2 .technicaltextright {
  width: 15%;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left img {
  /*width: 15px !important;*/
  height: 28px !important;
  margin-top: 18px;
  margin-right: 3px;
}
.section2 .technicaltextleft {
  padding: 0 2%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.functionaltext {
  width: 8rem;
  height: 1.7rem;
  background-color: rgba(247,248,251,1);
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0,0,0,1);
  transition: all .3s;
}
.functionaltext:hover{
  box-shadow:0 16px 32px 0 rgba(48,55,66,.15);
  background-image:linear-gradient(rgba(236,241,251,1),rgba(254,254,254,1));
  transform:translate(0,-10px)
}
.functionaltextright {
  width: 15%;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.functionalbox {
  display: flex;
  flex-direction: column;
  width: 83%;
}
.functionaltexts {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.functionaltextleft {
  width: 85%;
  font-size: 14px;
}
.valuead {
  font-size: 30px;
  color: rgba(255,255,255,1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.valueadabove {
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.valueadss {
  background-color: #fff;
  width: 440px;
  height: 140px;
  margin-bottom: 30px;
  border-radius: 4px;
  display: flex;
}
.valueadimg {
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.valueadtext {
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.valueads {
  background-color: #fff;
  width: 440px;
  height: 140px;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  display: flex;
}
/*========================产品新增详情css========================*/