.technology .science {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 100px ;
  background: url('../image/science_bg.png') no-repeat;
  background-position: bottom right;
}
.technology .science h4 {
  font-family: Boldss;
  margin-bottom: 32px;
  /*color: var(--themeColor);*/
}
.technology .tech_img{
    display: none;
}
.technology .science>p {
  /*max-width: 1000px;*/
  margin: 0 auto;
  /*color: var(--themeColor);*/
}
.technology .science > ul {
  margin: 0 40px;
  margin-top: 87px;
  margin-bottom: 100px;
}
.technology .science > ul li {
  width: calc((100% - (16px * 6)) / 7);
  margin-right: 16px;
  cursor: pointer;
}
.technology .science > ul li:last-of-type {
  margin-right: 0;
}
.technology .science > ul li > div {
  transition: all 1s;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: 100%;
  border-radius: 8px;
}
.technology .science > ul li:hover > div {
  background: url('../image/tech_li.png');
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  transform: rotateY(180deg);
}
.technology .science > ul li:hover > div .icon_div {
  transition: all 1s ease-out;
  transform: rotateY(180deg);
  /*border: 1px solid rgba(255, 255, 255, 0.6);*/
}
.technology .science > ul li:hover > div .icon_div .iconfont {
  color: #fff;
}
.technology .science > ul li:hover > div h6 {
  transition: all 1s ease-out;
  transform: rotateY(180deg);
  color: #fff;
}
.technology .science > ul li:hover > div p {
  transition: all 1s ease-out;
  transform: rotateY(180deg);
  color: #fff;
}
.technology .science > ul li .icon_div {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 51, 102, 0.6);
}
.technology .science > ul li .icon_div .iconfont {
  font-size: 40px;
  color: var(--themeColor);
}
.technology .science > ul li h6 {
  font-family: Boldss;
  color: var(--themeColor);
  margin-bottom: 20px;
}
.technology .science > ul li a {
  display: block;
  color: var(--themeColor2);
  margin-bottom: 5px;
}
.tech_img{
    display: none;
}
.technology .science .tech_img > div {
  margin-right: 10px;
}
.technology .science .tech_img > div > img:nth-of-type(2) {
  margin-top: 10px;
}
.technology .science .tech_img .tech_img_text {
  text-align: end;
  position: relative;
  padding-right: 10px;
}
.technology .science .tech_img .tech_img_text::before {
  content: "";
  height: 100%;
  width: 4px;
  background: var(--themeColor);
  position: absolute;
  right: 0px;
}
.technology .science .tech_img .tech_img_text span {
  display: block;
  color: rgba(19, 20, 21, 1);
  margin-bottom: 15px;
  font-size: 22px;
}
.technology .science .tech_img .tech_img_text h6 {
  color: var(--themeColor);
  text-align: end;
}
.technology .science .tech_img .tech_img1 {
  position: relative;
}
.technology .science .tech_img .tech_img1 .shang {
  position: absolute;
  top: -10px;
  left: -10px;
}
.technology .science .tech_img .tech_img2 {
  position: relative;
}
.technology .science .tech_img .tech_img2 .xia {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.technology .team {
  /*padding-top: 114px;*/
  /*background: url('../image/bujuimg.png') no-repeat;*/
  /*text-align: center;*/
}
.technology .team h4 {
  /*color: #fff;*/
  font-family: Boldss;
  margin-bottom: 32px;
}
.technology .team p {
  /*color: #fff;*/
}
.ditudiv{
    
}
.technology .team .ditu {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  /*scale: 0.8;*/
  height: 80vh;
}
.technology .team .ditu img {
  display: inline-block;
}
.technology .team .ditu .huxi {
  position: absolute;
}
.technology .team .ditu .huxi .canvas {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 100;
}
.technology .team .ditu .huxi3 .canvas {
  top: 0;
}
.technology .team .ditu .huxi > div:first-of-type {
  position: relative;
  padding: 22px;
  border-radius: 50%;
  background: linear-gradient(rgba(186, 196, 212, 0.4), rgba(186, 203, 224, 0.6));
  box-shadow: inset 0px 0px 6px 4px #0b396f;
  animation: shan 2s infinite linear;
}
@keyframes shan {
  0% {
    transform: scale(0.8);
    /* 注意rgba中的a的设置 */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  60% {
    transform: scale(1);
    box-shadow: 0 0 0 36px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.technology .team .ditu .huxi > div:first-of-type span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0b396f;
}
.technology .team .ditudiv{
    position: relative;
}
.technology .team .huxidiv{
    position: absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}
.technology .team>p{
    text-align: center;
}
.technology .team .huxidiv .huxi{
    margin-bottom: 20px;
    position: relative;
}
.technology .team .huxidiv .huxi::before{
    content:'';
   height: 100%;
   width: 2px;
   background: var(--themeColor);
   position: absolute;
   left: -10px;
   top: 0;
}
.technology .team .huxidiv .huxi::last-of-type{
    margin-bottom: 0px;
}
.technology .team .huxidiv .huxi .ditu_text h3{
    text-align: start;
  color: var(--themeColor);
}
.technology .team .huxidiv .huxi .ditu_text p {
   color: var(--themeColor); 
  font-family: Boldss;
}
.technology .team .ditu .huxi .ditu_text {
  width: 280px;
  position: absolute;
  left: 268px;
  top: 0px;
  text-align: start;
  padding-left: 15px;
}
/*.technology .team .ditu .huxi1 .ditu_text {*/
/*  left: 308px;*/
/*  transform: translateY(-80%);*/
/*}*/
/*.technology .team .ditu .huxi2 .ditu_text {*/
/*  transform: translateY(-10%);*/
/*}*/
.technology .team .ditu .huxi .ditu_text::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  background: #859cb7;
  /*background: #fff;*/
}
/*.technology .team .ditu .huxi .ditu_text h3 {*/
/*  text-align: start;*/
  /*color: #fff;*/
/*}*/
/*.technology .team .ditu .huxi .ditu_text p {*/
  /*color: rgba(255, 255, 255, 0.6);*/
/*  opacity: 1;*/
/*  line-height: 1.5;*/
/*}*/
/*.technology .team .ditu .huxi1 {*/
/*  top: 308px;*/
/*  right: 34.4%;*/
/*}*/
/*.technology .team .ditu .huxi2 {*/
/*  top: 389px;*/
/*  left: 64.5%;*/
/*}*/
/*.technology .team .ditu .huxi3 {*/
/*  top: 545px;*/
/*  position: absolute;*/
/*  left: 69%;*/
/*  display: none;*/
/*}*/
/*.technology .team .ditu .huxi3 .ditu_text {*/
/*  width: 400px;*/
/*  transform: translateY(-80%);*/
/*  left: 182px;*/
/*}*/
/*.technology .team .ditu .huxi4 .canvas{*/
/*  transform: none;*/
/*}*/
/*.technology .team .ditu .huxi4 .ditu_text{*/
/*  left: 307px;*/
/*  transform: translateY(10%);*/
/*}*/
/*.technology .team .ditu .huxi3 .ditu_text p {*/
  /* color: #fff; */
/*  font-family: Boldss;*/
/*}*/
/*.technology .team .ditu .huxii .canvas {*/
/*  left: auto;*/
/*  right: 0;*/
/*  transform: none;*/
/*}*/
/*.technology .team .ditu .huxii .ditu_text {*/
/*  padding-right: 15px;*/
/*  text-align: end;*/
/*  left: auto;*/
/*}*/
/*.technology .team .ditu .huxi6 .ditu_text {*/
/*  right: 512px;*/

/*}*/
/*.technology .team .ditu .huxi7 .ditu_text {*/
/*  right: 649px;*/
/*  transform: translateY(250%);*/
/*}*/
/*.technology .team .ditu .huxii .ditu_text h3 {*/
/*  text-align: end;*/
/*}*/
/*.technology .team .ditu .huxii .ditu_text::before {*/
/*  content: "";*/
/*  left: auto;*/
/*  right: 0;*/
/*}*/
/*.technology .team .ditu .huxi4 {*/
/*  top: 555px;*/
/*  left: 62.5%;*/
/*}*/
/*.technology .team .ditu .huxi5 {*/
/*  top: 730px;*/
/*  left: 62%;*/
/*}*/
/*.technology .team .ditu .huxi5 .ditu_text{*/
/*  left: 319px;*/
/*  transform: translateY(60%);*/
/*}*/
/*.technology .team .ditu .huxi6 {*/
/*  top: 430px;*/
/*  right: 37%;*/
/*  display: none;*/
/*}*/
/*.technology .team .ditu .huxi7 {*/
/*  top: 483px;*/
/*  left: 67%;*/
/*  display: none;*/
/*}*/
.technology .honor {
  padding-top: 100px;
  text-align: center;
}
.technology .honor h4 {
  /*color: var(--themeColor);*/
  font-family: Boldss;
  margin-bottom: 32px;
}
.technology .honor p {
  /*color: var(--themeColor);*/
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.technology .honor .honor_ul1 {
  margin-top: 80px;
}
.technology .honor .honor_ul1 li {
  width: calc((100% - 500px) / 3);
  margin-right: 250px;
}
.technology .honor .honor_ul1 li:last-of-type {
  margin-right: 0;
}
.technology .honor .honor_ul1 li img {
  display: inline-block;
  margin-bottom: 20px;
}
.technology .honor .honor_ul1 li h6 {
  margin-bottom: 40px;
}
.technology .honor .honor_ul1 li h6 i {
  color: var(--themeColor);
}
.technology .honor .honor_ul1 li > div {
  margin-bottom: 10px;
}
.technology .honor .honor_bto {
  margin-top: 75px;
  margin-bottom: 100px;
}
.technology .honor .honor_bto > div {
  height: 550px;
}
.technology .honor .honor_bto aside {
  width: 24%;
  height: 100%;
  position: relative;
  margin-right: 20px;
}
.technology .honor .honor_bto aside img {
  height: 100%;
  width: 100%;
}
.technology .honor .honor_bto aside > div {
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
.technology .honor .honor_bto aside > div i {
  font-size: 60px;
  color: var(--themeColor);
  display: block;
}
.technology .honor .honor_bto aside > div i::after {
  content: "+";
}
.technology .honor .honor_bto aside > div span {
  font-size: 26px;
}
.technology .honor .honor_bto aside > div:first-of-type {
  top: 60px;
}
.technology .honor .honor_bto aside > div:last-of-type {
  top: 300px;
}
.technology .honor .honor_bto .honor_ul2 {
  width: calc(76% - 20px);
  height: 100%;
}
.technology .honor .honor_bto .honor_ul2 li {
  width: 100%;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.03);
  background-size: 100%;
  background-position: bottom right;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  height: calc((100% - 40px) / 4);
}
.technology .honor .honor_bto .honor_ul2 li.active {
  background: url('../image/ulli_bg.png') no-repeat;
  transition: all 0.5s;
  background-size: cover;
  background-position: bottom right;
  height: calc((100% - 40px) / 2);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.08);
}
.technology .honor .honor_bto .honor_ul2 li a{
    height: 100%;
}
.technology .honor .honor_bto .honor_ul2 li.active .ul2_right {
  width: 60%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.technology .honor .honor_bto .honor_ul2 li.active .ul2_right h6 {
  color: #fff;
}
.technology .honor .honor_bto .honor_ul2 li.active .ul2_right p {
  color: #fff;
  display: block;
  display: -webkit-box;
}
.technology .honor .honor_bto .honor_ul2 li.active .ul2_right > div {
  color: rgba(255, 255, 255,1);
}
.technology .honor .honor_bto .honor_ul2 li.active .ul2_right > div a {
  color: #fff;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right {
  width: 100%;
  padding: 0 30px;
  text-align: start;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right h6 {
  text-align: start;
  font-family: Mediumss;
  margin-bottom: 16px;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right p {
  display: none;
  color: rgba(19, 20, 21, 1);
  /*height: 90px;*/
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right > div {
  color: #777777;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right > div > span i {
  margin-right: 5px;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right > div a {
  color: rgba(0, 51, 102, 1);
}
.technology .honor .honor_bto .honor_ul2 li .ul2_right > div a .iconfont {
  font-size: 20px;
  margin-left: 15px;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_li_img {
  width: 40%;
  flex: 1;
  height: 100%;
}
.technology .honor .honor_bto .honor_ul2 li .ul2_li_img img {
  width: 100%;
  height: 100%;
}
.technology .honor .honor_bto button {
  margin-top: 56px;
  color: var(--themeColor);
  width: 150px;
  
  border: 1px solid #d0d9e2;
  background: rgba(0, 51, 102, 0.8);
}
.technology .honor .honor_bto button .iconfont {
  font-size: 14px;
  margin-left: 5px;
}
.technology .honor .honor_bto button a {
  color: #fff;
  padding: 12px 0;
}
.technology .core {
  margin-top: 100px;
  padding-top: 100px;
  text-align: center;
  background: url('../image/hexins.png') no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.technology .core h4 {
  color: #fff;
  font-family: Boldss;
  margin-bottom: 32px;
}
.technology .core p {
  color: #fff;
}
.technology .core > div > p {
  max-width: 1000px;
  margin: 0 auto;
}
.technology .core .core_ul {
  margin-top: 50px;
}
.technology .core .core_ul li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  padding: 40px 30px;
  text-align: center;
  background: #F4F8FF;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.canvas1{
    display: none;
}
.technology .core .core_ul li:hover {
  box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.technology .core .core_ul li:hover h6,
.technology .core .core_ul li:hover p {
  transition: all 0.3s;
  color: var(--themeColor);
}
.technology .core .core_ul li img {
  display: inline-block;
}
.technology .core .core_ul li:last-of-type {
  margin-right: 0;
}
.technology .core .core_ul li h6 {
  margin-top: 25px;
  font-family: Boldss;
  margin-bottom: 20px;
}
.technology .core .core_ul li p {
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  text-align: start;
}
.technology .core .core_num {
  margin-top: 80px;
  padding-bottom: 110px;
}
.technology .core .core_num > div i {
  color: #fff;
  font-size: 60px;
  font-family: Boldss;
}
.technology .core .core_num > div i::after {
  content: "+";
}
.technology .core .core_num > div h6 {
  color: #fff;
  font-weight: normal;
}
.technology .core .core_num > div:first-of-type {
  margin-right: 300px;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--themeColor);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white !important;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*@media screen and (max-width:1750px) {*/
/*  .technology .team .ditu .huxi1{*/
/*    right: 33%;*/
/*  }*/
/*  .technology .team .ditu .huxi2{*/
/*    left: 65.8%;*/
/*  }*/
/*  .technology .team .ditu .huxi3{*/
/*    left: 70.5%;*/
/*  }*/
/*  .technology .team .ditu .huxi4{*/
/*    left: 63.5%;*/
/*  }*/
/*  .technology .team .ditu .huxi5{*/
/*    left: 63%;*/
/*  }*/
/*  .technology .team .ditu .huxi6{*/
/*    right: 35%;*/
/*  }*/
/*  .technology .team .ditu .huxi7{*/
/*    left: 69%;*/
/*  }*/
/*}*/
@media screen and (max-width:1550px) {
  /*.technology .team .ditu img{*/
  /*  scale: 0.8;*/
  /*}*/
  /*.technology .team .ditu .huxi1{*/
  /*  top: 356px;*/
  /*  right: 36%;*/
  /*}*/
  /*.technology .team .ditu .huxi2{*/
  /*  left: 61%;*/
  /*  top: 427px;*/
  /*}*/
  /*.technology .team .ditu .huxi3{*/
  /*  left: 68%;*/
  /*  top: 557px;*/
  /*}*/
  /*.technology .team .ditu .huxi4{*/
  /*  left: 58.8%;*/
  /*  top: 577px;*/
  /*}*/
  /*.technology .team .ditu .huxi5{*/
  /*  left: 58%;*/
  /*  top: 698px;*/
  /*}*/
  /*.technology .team .ditu .huxi6{*/
  /*  right:36%;*/
  /*  top: 460px;*/
  /*}*/
  /*.technology .team .ditu .huxi7{*/
  /*  left: 67%;*/
  /*  top: 508px;*/
  /*}*/
  /*.technology .team .ditu .huxi3 .ditu_text{*/
  /*  left: 167px;*/
  /*}*/
  /*.technology .team .ditu .huxi1 .ditu_text{*/
  /*  left: 248px;*/
  /*}*/
  /*.technology .team .ditu .huxi2 .ditu_text{*/
  /*  left: 225px;*/
  /*}*/
  /*.technology .team .ditu .huxi4 .ditu_text{*/
  /*  left: 330px;*/
  /*}*/
  /*.technology .team .ditu .huxi5 .ditu_text{*/
  /*  left: 302px;*/
  /*}*/
}
/*@media screen and (max-width:1450px){*/
/*    .technology .team .ditu .huxi1{*/
/*        right: 36%;*/
/*    }*/
/*    .technology .team .ditu .huxi2{*/
/*        left: 61%;*/
/*    }*/
/*    .technology .team .ditu .huxi4{*/
/*        left: 58.5%;*/
/*    }*/
/*    .technology .team .ditu .huxi5{*/
/*        left: 58%;*/
/*    }*/
/*}*/
@media screen and (max-width:1280px){
  /*.technology .team .ditu .huxi .canvas{*/
  /*  display: none;*/
  /*}*/
  /*.technology .team .ditu .huxi1{*/
  /*  right: 32%;*/
  /*}*/
  /*.technology .team .ditu .huxi2{*/
  /*  left: 65%;*/
  /*}*/
  /*.technology .team .ditu .huxi3{*/
  /*  left: 70.5%;*/
  /*}*/
  /*.technology .team .ditu .huxi4{*/
  /*  left: 60%;*/
  /*}*/
  /*.technology .team .ditu .huxi5{*/
  /*  left: 58.5%;*/
  /*}*/
  /*.technology .team .ditu .huxi6{*/
  /*  right:38%;*/
  /*}*/
  /*.technology .team .ditu .huxi7{*/
  /*  left: 68%;*/
  /*}*/
}
@media screen and (max-width:1100px){
  /*.technology .team .ditu .huxi1{*/
    /*top: 236px;*/
  /*  right: 29%;*/
  /*}*/
  /*.technology .team .ditu .huxi2{*/
  /*  left: 67%;*/
  /*}*/
  /*.technology .team .ditu .huxi3{*/
  /*  left: 75%;*/
  /*}*/
  /*.technology .team .ditu .huxi4{*/
  /*  left: 65%;*/
  /*}*/
  /*.technology .team .ditu .huxi5{*/
  /*  left: 62.5%;*/
  /*}*/
  /*.technology .team .ditu .huxi6{*/
  /*  right:32%;*/
  /*}*/
  /*.technology .team .ditu .huxi7{*/
  /*  left: 73%;*/
  /*}*/
}
@media screen and (max-width:1025px){
  /*.technology .team .ditu .huxi1{*/
  /*  top: 235px;*/
  /*  right: 23%;*/
  /*}*/
  /*.technology .team .ditu .huxi2{*/
  /*  left: 73%;*/
  /*}*/
  /*.technology .team .ditu .huxi3{*/
  /*  top: 400px;*/
  /*  left: 80%;*/
  /*}*/
  /*.technology .team .ditu .huxi4{*/
  /*  top: 420px;*/
  /*  left: 70%;*/
  /*}*/
  /*.technology .team .ditu .huxi5{*/
  /*  left: 68%;*/
  /*}*/
  /*.technology .team .ditu .huxi6{*/
  /*  right:25%;*/
  /*}*/
  /*.technology .team .ditu .huxi7{*/
  /*  top: 355px;*/
  /*  left: 77%;*/
  /*}*/
}
@media screen and (max-width: 1600px) {
    .technology .honor .honor_ul1 li{
        width: calc((100% - 200px) / 3);
        margin-right: 100px;
    }
  .technology .science > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .technology .science > ul li {
    width: calc((100% - (16px * 4)) / 5);
    margin-bottom: 16px;
  }
  .technology .science > ul li:nth-child(5n) {
    margin-right: 0;
  }
  .tech_img {
    scale: 0.8;
  }
  .technology .team .huxidiv .huxi .ditu_text h3{
      font-size: 16px;
  }
  .technology .team .huxidiv .huxi .ditu_text p{
      font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .technology .honor .honor_bto aside > div a {
    font-size: 60px;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_li_img {
    width: 45%;
  }
  .technology .honor .honor_bto .honor_ul2 li.active .ul2_right {
    width: 55%;
  }
  
  .tech_img {
    scale: 0.7;
  }
  .technology .team .huxidiv .huxi{
      width: 25vw;
  }
}
@media screen and (max-width: 1100px) {
  .technology .honor .honor_ul1 {
    justify-content: center;
  }
  .technology .honor .honor_ul1 li {
    margin-right: 150px;
  }
  .technology .science p {
    max-width: 800px;
  }
}
@media screen and (max-width: 820px) {
    .technology .honor{
        padding-top: 30px;
    }
    .technology .team .huxidiv {
      position: static;
      transform: none;
  }
  .technology .team .ditu{
      height: 70vh;
  }
   .technology .team .huxidiv .huxi{
       width: 80%;
       margin: 0 auto;
       margin-bottom: 20px;
   }
  .technology .science p {
    max-width: 600px;
  }
  .technology .core .core_ul {
    flex-wrap: wrap;
  }
  .technology .science > ul li {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .technology .science > ul li > div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tech_img {
    flex-direction: column;
    scale: 1;
  }
  .tech_img div {
    width: 100%;
  }
  .tech_img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .tech_img .shang,
  .tech_img .xia {
    display: none;
  }
  .tech_img .tech_img_text h6 {
    text-align: end;
    font-size: 24px !important;
  }
  .tech_img .tech_img_text span {
    font-size: 22px !important;
  }
  .technology .team .ditu .huxi .canvas {
    width: 180px;
    transform: rotateY(180deg) translateY(-50%);
    left: auto;
    right: 0;
  }
  .technology .team .ditu .huxi .ditu_text {
    left: auto;
    right: 40px;
    /*width: 240px !important;*/
    text-align: end;
    padding-left: 0;
    padding-right: 10px;
  }
  .technology .team .ditu .huxi .ditu_text::before {
    content: "";
    right: 0;
    left: auto;
  }
  .technology .team .ditu .huxi .ditu_text h3 {
    text-align: end;
  }
  /*.technology .team .ditu img {*/
  /*  width: 115%;*/
  /*}*/
  /*.technology .team .ditu .huxi1 {*/
  /*  top: 150px;*/
  /*  left: auto;*/
  /*  right: 200px;*/
  /*}*/
  /*.technology .team .ditu .huxi2 {*/
  /*  top: 250px;*/
  /*  left: auto;*/
  /*  right: 230px;*/
  /*}*/
  /*.technology .team .ditu .huxi3 {*/
  /*  top: 330px;*/
  /*  left: 53%;*/
  /*}*/
  /*.technology .team .ditu .huxi4 {*/
  /*  top: 440px;*/
  /*  left: 61%;*/
  /*}*/
  /*.technology .team .ditu .huxi5 {*/
  /*  top: 520px;*/
  /*  left: 50%;*/
  /*}*/
  .technology .honor .honor_ul1 li {
    width: calc((100% - 60px) / 3);
  }
  .technology .honor .honor_bto > div {
    flex-direction: column;
    height: auto;
  }
  .technology .honor .honor_bto aside {
    width: 100%;
    margin-bottom: 20px;
  }
  .technology .honor .honor_bto aside img {
    height: 200px;
  }
  .technology .honor .honor_bto aside > div {
    top: 50% !important;
    transform: translateY(-50%);
    left: auto;
  }
  .technology .honor .honor_bto aside > div:first-of-type {
    left: 15%;
  }
  .technology .honor .honor_bto aside > div:last-of-type {
    right: 15%;
  }
  .technology .honor .honor_bto .honor_ul2 {
    width: 100%;
  }
  .technology .honor .honor_bto .honor_ul2 li {
    margin-bottom: 20px;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_right {
    width: 55%;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_right p {
    display: block;
    margin-bottom: 10px;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_right h6 {
    margin-bottom: 10px;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_li_img img {
    height: 100%;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_li_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .technology .science {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .technology .science p {
    max-width: 90%;
    margin: 0 auto;
  }
  .technology .science > ul {
    margin: 20px auto;
    width: 90%;
  }
  .technology .science > ul li > div {
    width: 100%;
  }
  .technology .science > ul li > div>div {
      text-align: center;
    width: 100%;
  }
  .technology .science > ul li .icon_div {
    margin-bottom: 0;
    margin: 0 auto;
  }
  .tech_img .tech_img_text h6 {
    font-size: 20px !important;
  }
  .technology .science .tech_img .tech_img_text span {
    margin-bottom: 5px;
  }
  .technology .team {
    margin-top: 80px;
  }
  .technology .team>p {
    max-width: 90%;
    margin: 0 auto;
  }
  .technology .team .ditu .huxi .canvas {
    display: none;
  }
  /*.technology .team .ditu .huxi .ditu_text {*/
  /*  display: none;*/
  /*}*/
  .technology .team .ditu .huxi > div:first-child {
    padding: 10px;
  }
  .technology .team .ditu .huxi > div:first-child > span {
    width: 10px;
    height: 10px;
  }
  .technology .honor .honor_ul1 {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .technology .honor .honor_ul1 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .technology .honor .honor_bto aside > div:first-of-type {
    left: 12%;
  }
  .technology .honor .honor_bto aside > div:last-of-type {
    right: 12%;
  }
  .technology .honor .honor_bto aside > div i {
    font-size: 42px;
    font-weight: bold;
  }
  .technology .honor .honor_bto aside > div span {
    font-size: 18px;
  }
  .technology .honor .honor_bto .honor_ul2 li {
    flex-direction: column;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_li_img {
    height: auto !important;
    width: 100%;
  }
  .technology .honor .honor_bto .honor_ul2 li .ul2_right {
    width: 100% !important;
    padding: 20px;
  }
  .technology .core {
    margin-top: 40px;
    padding-top: 0px;
    background: none;
  }
  .technology .core h4,
  .technology .core p {
    color: var(--themeColor);
  }
  .technology .core .core_ul li {
    height: auto !important;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0 !important;
  }
  .technology .core .core_ul li > div {
    width: 100%;
  }
  .technology .core .core_ul li > div h6 {
    text-align: center;
    font-size: 20px;
  }
  .technology .core .core_ul li > div p {
    font-size: 14px;
  }
  .technology .core .core_num {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .technology .core .core_num > div:first-of-type {
    margin-right: 30px;
  }
  .technology .core .core_num > div a {
    font-size: 34px;
  }
  .technology .core .core_num > div i {
    font-size: 40px;
  }
  .technology .core .core_num > div h6,
  .technology .core .core_num > div i {
    color: var(--themeColor);
  }
  .tech_img img {
    border-radius: 8px;
  }
  .technology .science .tech_img .tech_img_text {
    margin-bottom: 10px;
  }
  .technology .honor .honor_bto {
    margin-top: 55px;
  }
  .technology .honor .honor_bto button {
    margin-top: 20px;
  }
}
@media screen and (max-width:600px){
    .huxi .canvas1{
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .huxii .canvas1{
      position: absolute;
      right: 0;
      top: 0;
    }
    .canvas1{
        display: block;
    }
    /*.technology .team .ditu .huxi .ditu_text{*/
    /*    scale: 0.8;*/
    /*}*/
    /*.technology .team .ditu .huxi1 .ditu_text{*/
    /*    top: -80px;*/
    /*}*/
    /*.technology .team .ditu .huxi2 .ditu_text{*/
    /*    top: -50px;*/
    /*    right: 47px !important;*/
    /*}*/
    /*.technology .team .ditu .huxi3 .ditu_text{*/
    /*    top: -42px;*/
    /*    right: 53px !important;*/
    /*}*/
    /*.technology .team .ditu .huxi4 .ditu_text{*/
    /*    top: -64px;*/
    /*    right: 27px !important;*/
    /*}*/
    /*.technology .team .ditu .huxi5 .ditu_text{*/
    /*    top: -47px;*/
    /*    right: 20px !important;*/
    /*}*/
    /*.technology .team .ditu .huxi6 .ditu_text{*/
    /*    top: 92px;*/
    /*    right: 23px !important;*/
    /*}*/
    /*.technology .team .ditu .huxi7 .ditu_text{*/
    /*    top: 96px;*/
    /*    right: 50px !important;*/
    /*}*/
  /*.technology .team .ditu .huxi6{*/
  /*  right:17%;*/
  /*  top: 167px;*/
  /*}*/
  /*.technology .team .ditu .huxi7{*/
  /*  top: 194px;*/
  /*  left: 82%;*/
  /*}*/
  /*.technology .team .ditu .huxi1 {*/
  /*  top: 135px;*/
  /*  right: 47px;*/
  /*}*/
  /*.technology .team .ditu .huxi2 {*/
  /*  top: 147px;*/
  /*  right: 40px;*/
  /*  left: auto;*/
  /*}*/
  /*.technology .team .ditu .huxi3 {*/
  /*  top: 219px;*/
  /*  left: 86%;*/
  /*}*/
  /*.technology .team .ditu .huxi4 {*/
  /*  top: 226px;*/
  /*  left: 76%;*/
  /*}*/
  /*.technology .team .ditu .huxi5 {*/
  /*  top: 274px;*/
  /*  left: 74%;*/
  /*}*/
}
