<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Rotation {
  width: 100%;
  height: 700px;
  /* background: url(../images/banner/indexa.png) no-repeat bottom;
  background-size: cover; */
  overflow: hidden;
}

.RotatiCent&gt;img {
  /* width: 100%; */
  object-fit: cover;
  animation-name: scaleDra;
  /*鍏抽敭甯у悕绉�*/
  /*鍔ㄧ敾鐨勯€熷害鏇茬嚎*/
  animation-iteration-count: infinite;
  /*鍔ㄧ敾鎾斁鐨勬鏁�*/
  animation-duration: 36s;
  /*鍔ㄧ敾鎵€鑺辫垂鐨勬椂闂�*/
}

@keyframes scaleDra {

  /*瀹氫箟鍏抽敭甯с€乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉�*/
  0% {
    transform: scale(1);
    /*寮€濮嬩负鍘熷澶у皬*/
  }

  25% {
    transform: scale(1.1);
    /*鏀惧ぇ1.1鍊�*/
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}




@media (min-width: 1600px) {
    .RotatiCent&gt;img{
        width: 100%;
    }
}

.Rotation {
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.RotatiCent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.neiquan {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}


.neiquan .hengxian{
  width: 200px;
  height: 2px;
  display: flex;
  background: white;
  margin-top: 30px;
}
.swiper-slide-active .hengaa{
    width: 100%;
}
.hengaa{
    display: flex;
    width: 0%;
    height: 100%;
    background: #1b849e;
    transition: all 10s;
}

.neiquan&gt;div&gt;.spanaa {
  display: flex;
  width: 100px;
  height: 2px;
  background: #1b849e;
  margin-top: 20px;
}

.neiquan&gt;div&gt;.spanbb {
  display: flex;
  width: 100px;
  height: 2px;
  background: white;
  margin-top: 20px;
}

.neiquan&gt;p {
  margin-top: 20px;
}


.waiquan {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.shuBiao {
    height: 50px;
  position: absolute;
  bottom: 0px;
  z-index: 9999999999;
  /*animation-name: scaleDraaa;*/
  /*鍏抽敭甯у悕绉�*/
  /*animation-timing-function: ease-in-out;*/
  /*鍔ㄧ敾鐨勯€熷害鏇茬嚎*/
  /*animation-iteration-count: infinite;*/
  /*鍔ㄧ敾鎾斁鐨勬鏁�*/
  /*animation-duration: 6s;*/
  /*鍔ㄧ敾鎵€鑺辫垂鐨勬椂闂�*/
}

/*@keyframes scaleDraaa {*/

  /*瀹氫箟鍏抽敭甯с€乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉�*/
/*  0% {*/
/*    transform: scale(1);*/
    /*寮€濮嬩负鍘熷澶у皬*/
/*  }*/

/*  25% {*/
/*    transform: scale(1.1);*/
    /*鏀惧ぇ1.1鍊�*/
/*  }*/

/*  50% {*/
/*    transform: scale(1);*/
/*  }*/

/*  75% {*/
/*    transform: scale(1.1);*/
/*  }*/
/*}*/



.shuBiao&gt;img {
  width: 30px;
}


.indexTow {
  width: 96%;
  padding: 140px 2%;
  background: url(../images/back/ia.png) no-repeat center;
  background-size: cover;
}

.indexTitl {
  display: flex;
  justify-content: center;
  font-weight: 900;
  text-align: center;
}


.indexXiao {
  width: 60%;
  margin-left: 20%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  line-height: 25px;
}

.indexTow&gt;.fontS14 {
  color: #666666;
}

.indexTCon {
  width: 90%;
  padding: 50px 5%;
  margin-top: 90px;
  background: #e5eceb;
  display: flex;
}

.indeTConLetf {
  width: 50%;
}

.indeTConLetf&gt;.fontS22 {
  color: #1b849e;
  font-weight: 900;
}


.indeTConLetf&gt;.fontS18 {
  color: #666666;
  margin-top: 10px;
}

.indexLeftBot {
  margin-top: 50px;
  width: 100%;
  height: 406px;
  overflow: hidden;
  position: relative;
}

.SecurityChip {
  width: 90%;
  padding: 70px 5%;
  background: #1b849e;
  color: white;
}

.SecurityChip&gt;p {
  width: 100%;
}

.SecurityChip&gt;.fontS15 {
  width: 80%;
  margin-top: 50px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.SeeMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 55px;
  background: #25a7be8e;
  border: 1px solid #25a7be;
  color: white;
  margin-top: 40px;
  border-radius: 100px;
  font-size: 16px;
  transition: all 1s;
}


.SeeMore:hover {
  transform: scale(1.05);
  border: 1px solid #25a7be;
  background: #ffffff;
  color: #25a7be;
}
.SeeMore&gt;img {
  width: 50px;
  margin-right: 15px;
}


.indeTCoRight {
  width: 50%;
  height: 519px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indeTCoRight&gt;img {
  object-fit: cover;
}


.business {
  width: 96%;
  padding: 90px 2%;
  padding-bottom: 400px;
  background: url(../images/back/iq.png) no-repeat center center;
  background-size: cover !important;
  color: white;
}

.business&gt;.fontS14 {
  color: #aeb0b3;
}


.characteristic {
  width: 80%;
  padding: 50px 10%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.characteristic&gt;li {
  width: 15%;
  margin: 0 20px;
  /* border-right: 1px saddlebrown solid; */
}


.characteristic&gt;li&gt;.fontS20 {
  padding: 15px 0;
  /* border-right: 1px rgba(224, 224, 224, 0.404) solid; */
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.characteristic&gt;li&gt;.fontS17 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* border-right: 1px rgba(224, 224, 224, 0.404) solid; */
}

.inFunction {
  width: 96%;
  padding: 50px 2%;
}

.inFunctiCon {
  width: 75%;
  padding: 50px 2.5%;
  margin: 0 10%;
  background:  #e5eceb;
  margin-top: -400px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.inFunctiConLeft&gt;.fontS28 {
  color: #1b849e;
}

.inFunctiConLeft&gt;div {
  margin-top: 30px;
  line-height: 35px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inFunctiConLeft {
  width: 60%;
}


.inFunctiCoRigth {
  width: 35%;
  overflow: hidden;
}

.inFunctiCoRigth&gt;img {
  object-fit: cover;
}

.canWeDo {
  width: 95%;
  padding: 80px 2.5%;
}


.canWeDo&gt;.fontS14 {
  color: #666666;
}



.WhatCanWe {
  width: 80%;
  margin: 60px 10%;
  display: flex;
  justify-content: space-between;
}

.WhatCanWe&gt;li {
  width: 27%;
  padding: 0 2%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  transition: all 1s;
}


.WhatCanWe&gt;li:hover {
  -moz-box-shadow: 5px 5px 10px #ddd;
  -webkit-box-shadow: 5px 5px 10px #ddd;
  box-shadow: 5px 5px 10px #ddd;
  transform: translate3d(0, -2px, 0);
  transform: scale(1.05);
}

.WhatCanWe&gt;li&gt;p {
  font-size: 22px;
  border-bottom: 3px solid #1b849e;
  padding-bottom: 5px;
}


.WhatCanWe&gt;li&gt;div {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: 30px 0;
  color: #666666;
}


.WhatCanWe&gt;li&gt;a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  transition: all 1s;
  border: 1px solid #ffffff00;
}

.WhatCanWe&gt;li&gt;a&gt;span {
  margin-left: 15px;
}


.WhatCanWe&gt;li&gt;a:hover {
  border: 1px solid #1b849e;
  color: #1b849e;
}

.newCenter {
  width: 80%;
  padding: 80px 10%;
  background: #e5eceb;
}

.newCenter&gt;.fontS28 {
  font-weight: 900;
}

.newCenter&gt;a {
  display: flex;
  width: 200px;
  padding-left: 15px;
  margin-top: 20px;
  font-size: 18px;
  height: 50px;
  align-items: center;
  border: 1px solid #1b849e00;
  border-left: 3px solid #ccc;
  transition: all 1s;
}

.newCenter&gt;a:hover {
  border: 1px solid #1b849e;
  border-left: 3px solid #1b849e;
}

.newContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}


.newContent&gt;li {
  width: 32%;
}

.tuwenNew {
  transition: all .5s;
  overflow: hidden;
  background: white;
}




.tuwenNew&gt;a {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.tuwenNew&gt;a:hover {
  color: #1b849e;
}

.tuwenTu {
  width: 100%;
  /*height: 360px;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
}


.tuwenTu&gt;img {
  object-fit: cover;
  transition: all 2s;
  width: 100%;
}


.tuwenTu&gt;img:hover{
  transform: scale(1.1);
}

.tuwenWen {
  width: 90%;
  padding: 30px 5%;
}


.tuwenWen&gt;.fontS16 {
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tuwenWen&gt;.fontS12 {
  color: #666666;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.NewTimeRigth {
  display: flex;
  justify-content: flex-end;
}

.TiaoLiNew {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}


.TiaoLiNew&gt;span {
  display: flex;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.TiaoNnor {
  width: 100%;
  display: flex;
  transition: all .5s;
}

.TiaoNnor:hover {
  color: #1b849e;
}

.TimeWode {
  width: 20%;
}

.TimeWode&gt;.fontS14 {
  color: #666666;
}

.NewMsg {
  width: 80%;
}

.NewMsg&gt;.fontS16 {
  font-weight: 900;
}

.NewMsg&gt;.fontS12 {
  margin-top: 10px;
  color: #666666;
}

.technical {
  width: 100%;
  background: url(../images/back/iw.png) no-repeat center center;
  background-size: cover !important;
  padding: 120px 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.technical .indexXiao {
  margin-left: 0 !important;
}

.technical&gt;a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 55px;
  background: #25a7be79;
  color: white;
  margin-top: 70px;
  border-radius: 100px;
  font-size: 14px;
  transition: all 1s;
  border: 1px solid #08a8b7;
}



.technical&gt;a:hover{
  background: rgba(255, 255, 255, 0.835);
  color: #08a8b7;
}


.technical&gt;a&gt;img{
  margin-right: 19px;
}

.HuoBan{
  width: 100%;
  padding: 80px 0
}

.BannerHezuo{
  width: 80%;
  margin: 0 10%;
  margin-top: 30px;
}



@media (max-width: 1200px) {
  .indexTCon,.characteristic,.WhatCanWe,.newContent{
    flex-wrap: wrap;
  }
  .indeTConLetf{
    width: 100%;
  }
  .indeTCoRight{
    width: 100%;
  }
  .indeTCoRight&gt;img{
    width: 100%;
  }
  .characteristic&gt;li{
    width: 42%;
    margin-top: 30px;
  }
  .inFunctiCon{
    width: 95%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .WhatCanWe&gt;li{
    width: 45%;
  }
  .newContent&gt;li{
    width: 48%;
  }
  .TiaoLiNew{
    width: 100% !important;
    margin-top: 20px;
  }
  .TiaoNnor{
    padding: 20px 0;
  }
}


@media (max-width: 800px) {
  .inFunctiCon{
    flex-wrap: wrap;
  }
  .inFunctiConLeft,.inFunctiCoRigth {
    width: 100%;
  }
  .inFunctiCoRigth&gt;img{
    width: 100%;
    margin-top: 30px;
  }
  .WhatCanWe&gt;li{
    width: 100%;
    margin-top: 30px;
    padding: 0 !important;
  }
  .newContent&gt;li{
    width: 100%;
    margin-top: 20px;
  }
  .Rotation{
    height: 600px;
  }
  .indeTConLetf&gt;.fontS22{
      margin-left: 15px;
  }
  .indeTConLetf&gt;.fontS18{
      margin-left: 15px;
  }
}


@media (max-width: 500px){
  .indexXiao {
    width: 80%;
    margin-left: 10%;
  }
  .indeTCoRight{
    height: auto !important;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .characteristic&gt;li{
    width: 35%;
  }
  .characteristic&gt;li&gt;div&gt;img{
    width: 40px;
  }
  .characteristic{
    
    padding: 0px 10%;
    margin-top: 0px !important;
  }

  .inFunctiCon {
    width: 90%;
    padding: 51px 5%;
  }
  .tuwenTu {
    /*height: 240px;*/
  }
}</pre></body></html>