.robot_box1 .swiper-container{
    height: 180px;
}
/* swiper box1 */
.robot_box1 .swiper-slide{
    width: 32.3%;
}
.robot_box1 .comTitle{
  margin-bottom: 30px;
}
.robot_stitle{
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--maincol);
  font-weight: bold;
}
.robot_stitle_box2{
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--maincol);
}
.robot_stitle_box2 i{
  font-size: 20px;
  margin-right: 6px;
}
.robot_stitle_box2 span{
  font-weight: bold;

}
/* box2 */
.robot_box2 .robot{
    /* width: 33%; */
    margin: 0;
}
.robot_more_btn{
  display: none;
}
.robot_box2_li{
  height: 155px;
  margin-bottom: 16px;
  margin-right: 1.25%;
  background: rgba(146,181,199,0.13);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px 20px;
}
.robot_box2_li:nth-child(3n){
  margin-right: 0;
}
.robot_box2_liImg{
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid  #fff;
  /* outline: solid 3px var(--maincol);   */
  box-shadow: 0 0 0 3px var(--maincol);
}
.robot_box2_liImg img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.robot_box2_liDes{
  color: var(--maincol);
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.robot_box2_liTitle{
  color: var(--titlecol);
  margin-bottom: 10px;
  font-weight: bold;
}
.robot_box2_liTitle p{
  font-size: 16px;
  color: #33576A;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  flex:1;
  margin-right: 10px;
  width: 0;
}
.robot_box2_liTitle span{
  font-size: 12px;
  color: var(--maincol);
}
.robot_box2_btn{
  color: var(--titlecol);
  background: none;
  border: 1px solid var(--maincol);
  width: 90px;
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.robot_box2_btn:hover{
  background: var(--titlecol);
  color: #fff;
}
.robot_box2_liPeo img{
  width: 20px;
  margin-right: 3px;
}
.robot_box2_liPeo span{
  color: rgba(37,134,184,0.82);
  font-size: 12px;
  font-weight: bold;
  color: var(--maincol);
}
.robot_box2_li:nth-child(3n){
  margin-right: 0;
}
.robot_box2 .robot_box2_li:nth-child(9n+1){
  background: url("/img/robot/robot_box2_1.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+2){
  background: url("/img/robot/robot_box2_2.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+3){
  background: url("/img/robot/robot_box2_3.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+4){
  background: url("/img/robot/robot_box2_4.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+5){
  background: url("/img/robot/robot_box2_5.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+6){
  background: url("/img/robot/robot_box2_6.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+7){
  background: url("/img/robot/robot_box2_7.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+8){
  background: url("/img/robot/robot_box2_8.png") no-repeat center;
  background-size: 100% 100%;
}
.robot_box2 .robot_box2_li:nth-child(9n+9){
  background: url("/img/robot/robot_box2_9.png") no-repeat center;
  background-size: 100% 100%;
}
/* box3 */
.robot_box3 .swiper-container{
    height: 180px;
}
/* swiper box1 */
.robot_box3 .swiper-slide{
    width: 32.3%;
}
.contactBtn{
  display: block;
  width: 180px;
}
.robot_title_span{
  display: none;
}
.robot_box3_title_pc{
  display: block;
}
.robot_box3_title_app{
  display: none;
}
/* 1024-1200 */
@media screen and (max-width: 1200px) {
  .robot_box1 .swiper-slide{
    width: 49.25%;
  }
  .robot_box3 .swiper-slide{
    width: 49.25%;
  }
}
/* ipad pro */
@media screen and (max-width: 1024px) {
  .robot_box2_li{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .robot_box2_li:nth-child(3n){
    margin-right: 1%;
  }
  .robot_box2_li:nth-child(2n){
    margin-right: 0;
  }
}
/* ipad */
@media screen and (max-width: 767px) {
  .robot_box1  .comSmallTitleb{
    display: none;
  }
  .content{
    padding: 0 20px;
  }
  .robot_box1 .langBox {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .robot_title_span{
    display: inline;
  }
  .robot_box1 .swiper-slide{
    width: 98.5%;
  }
  .robot_box3 .swiper-slide{
    width: 98.5%;
  }
  .robot_box1 .swiper-container{
    height: 150px;
  }
  .robot_box1 .indexsw3
  ,.robot_box3 .indexsw3{
    padding: 16px;
  }
  .robot_box1 .indexsw3img
  ,.robot_box3 .indexsw3img{
    width: 78px;
    height: 78px;
  }
  .robot_box1 .indexsw3title
  ,.robot_box3 .indexsw3title{
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    color: #33576A;
  }
  .robot_box1 .indexsw3des
  ,.robot_box3 .indexsw3des{
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
  }
  .robot_box3 .indexsw3des{
    height: 54px;
    margin-bottom: 20px;
  }
  .robot_box1 .indexsw3ad
  ,.robot_box3 .indexsw3ad{
    border: none;
    width: 100px;
    height: 28px;
    line-height: 28px;
    background: var(--titlecol);
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 8px;
  }
  .robot_box3 .comSmallTitle{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
    color: var(--maincol);
  }
  .robot_box3 .comTitleDes{
    line-height: 16px;
    margin-bottom: 20px;
  }
  .robot_box2_li {
    padding: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #fff !important;
    border: 1px solid rgba(96,129,147,0.3);
  }
  .robot_stitle_box2{
    margin: auto;
    color: #333;
  }
  .robot_stitle_box2 i{
    font-size: 0;
  }
  .robot_box2_liTitle span{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    text-align: right;
    color: var(--maincol);
    font-size: 12px;
}
  .robot_box2_liTitle p{
    flex: 1;
    font-size: 14px;
    line-height: 18px;
  }
  .robot_box2_liDes{
    color: var(--headcol);
  }
  .robot_box3_title_pc{
    display: none;
  }
  .robot_box3_title_app{
    display: block;
    line-height: 18px;
    width: 88%;
    margin: auto;
  }
  .robot_stitle{
    padding-left: 18px;
  }
  .robot_box2_btn{
    background:var(--titlecol);
    color: #fff;
  }
  .com_empty{
    font-size: 14px;
  }
  .com_empty i{
    font-size: 120px;
  }
}