.m20 {
  margin: 20px 0;
}

.lead h3 {
  font-size: 25px;
  text-align: center;
  margin: 30px auto 10px;
  color: #333;
}

.Box {
  position: relative;
}

.Box .content {
  width: 853px;
  margin: 0 auto;
}

.Box h2 {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 250px;
}

.Box .Box_con {
  position: relative;
}

.Box .Box_con .btnl {
  position: absolute;
}

.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}

/* .Box .Box_con .btnl {
  background: url('../image/jtl02.png') no-repeat center;
  left: -50px;
} */

/* .Box .Box_con .btnr {
  background: url(../image/jtr02.png) no-repeat center;
  right: -50px;
} */

/* .Box .Box_con .btnl:hover {
  background: url(../image/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
  background: url(../image/jtr03.png) no-repeat center;
} */

.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}

.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}

.Box .Box_con .conbox ul li {
  float: left;
  width: 277px;
  /* height: 192px; */
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  /* cursor: pointer; */
}

.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}

.Box .Box_con .conbox ul li img {
  display: block;
  width: 277px;
  /* height: 192px; */
  transition: all 0.5s;
  cursor: pointer;
}

/* .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
  } */

.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}

.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.Box .BoxSwitch span.cur {
  background: #cc0000;
}

.robot.gif-sty {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}



.vis-box.robot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin-top: 0;
}

.lead_vbox {
  background: url('../image/text_bg.png') no-repeat;
  height: 216px;
  background-size: cover;
  padding: 50px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 17px;
}

.goHome {
  font-size: 17px;
  background-color: #cc0000;
  color: #fff;
  width: 185px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 45px;
  text-align: center;
  float: right;
  margin: 3px;
}

.goHome:hover {
  color: #ffff;
}

.link_vbox {
  background: url('../image/link_bg.png') no-repeat;
  height: 224px;
  background-size: cover;
  padding: 60px 50px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 20px;
}

.link_hh {
  background: url('../image/link_hh.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.link_vbox li a {
  font-size: 17px;
}

.link_vbox li a:hover {
  color: #cc0000;
}

.link_vbox li {
  width: 50%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.video_vbox {
  background: url('../image/video_bg.png') no-repeat;
  height: 644px;
  background-size: cover;
  padding: 90px;
  box-sizing: border-box;
}

.video_vbox video {
  width: 100%;
  max-height: 500px;
}

.mt20 {
  margin-top: 20px;
}

.video_txt {
  margin: 15px 0;
  line-height: 30px;
  font-size: 17px;
  color: #333;
  text-align: center;
}

.bg_box {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 15px;
  display: none;
}

.bg_box p,
.bg_box a {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-weight: 600;
}

.bg_box p {
  margin-top: 30px;
}

.bg_box a:hover {
  color: #fff;
}

.lead {
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

@media(min-width:761px) {
  .shopBox {
    position: relative;
  }

  .shopBox .tm {
    position: absolute;
    right: 12px;
    top: 19px;
    width: 120px;
    height: 35px;
    display: block;
    z-index: 99;
  }

  .shopBox .jd {
    position: absolute;
    right: 12px;
    top: 68px;
    width: 120px;
    height: 35px;
    display: block;
    z-index: 99;
  }

  .robot-vbox {
    background: url('../image/robotBg.png') no-repeat;
    background-size: contain;
    width: 1170px;
    height: 431px;
  }

  .robot {
    width: 255px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 25px;
  }

  .h530 {
    height: 535px;
  }

  .h413 {
    height: 413px;
  }

  .pst_txt {
    margin-top: 15px;
    background: #f2f2f2;
    padding: 10px 15px;
    /* border-radius: 10px; */
    position: relative;
    height: 190px;
  }

  #liu_tx {
    /* max-width: 90%; */
    border: 2px solid #999;
    width: 100%;
    height: 100px;
    line-height: 20px;
    margin-top: 14px;
    padding: 15px;
    color: #333;
    font-size: 16px;
    color: #999;
    /* border-radius: 5px; */
  }

  .liu_btn {
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #cc0000;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }

  #dkplq {
    border-top: 2px solid #999;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    margin-top: 15px;
  }
}

@media(max-width:760px) {

  .shopBox .tm {
    width: 120px;
    background-color: #CC0200;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin:10px;
    display: inline-block;
  }

  .shopBox .jd {
    width: 120px;
    background-color: #CC0200;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin:10px;
    display: inline-block;
  }

  .pst_txt {
    margin-top: 15px;
    background: #f2f2f2;
    padding: 10px 15px;
    /* border-radius: 10px; */
    position: relative;
    height: 190px;
  }

  #liu_tx {
    /* max-width: 90%; */
    border: 2px solid #999;
    width: 100%;
    height: 100px;
    line-height: 20px;
    margin-top: 14px;
    padding: 15px;
    color: #333;
    font-size: 16px;
    color: #999;
    /* border-radius: 5px; */
  }

  .liu_btn {
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #cc0000;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }

  #dkplq {
    border-top: 2px solid #999;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    margin-top: 15px;
  }

  .h413 {
    height: auto;
  }

  .h530 {
    height: auto;
  }

  .lead_vbox {
    background: #fff;
    height: auto;
    padding: 10px;
    border: 2px solid #cc0000;
  }

  .link_vbox {
    background: #fff !important;
    height: auto !important;
    padding: 10px !important;
    border: 2px solid #cc0000;
  }

  .link_vbox li {
    width: 100%;
    float: none;
  }

  .video_vbox {
    background: #fff;
    height: auto;
    padding: 0px;
    border: 2px solid #cc0000;
    margin-top: 5px;
  }

  .robot-vbox {
    background: url('../image/mrobot.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 244px;
    max-height: 244px;
    max-width: 375px;
  }

  .robot-vbox .robot {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
}

.m30 {
  margin: 30px 0;
}



.logo_in {
  width: 250px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #cc0000;
  border-radius: 25px;
  display: block;
  margin: 20px auto;
  font-size: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.logo_in:hover {
  color: #fff;
}

.close_btn {
  background-color: #cc0000;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.close_btn:hover {
  color: #fff;
}

.answer_box {
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
  position: fixed;
  width: 500px;
  height: 300px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  z-index: 99;
  display: none;
}

.answer_box h3 {
  margin: 15px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.answer_box input {
  margin-right: 5px;
}

.bdy_bg {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.sun_btn {
  background-color: #cc0000;
  color: #fff;
  width: 120px;
  font-size: 16px;
  line-height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto !important;
  display: block;
}

.more_hj ul li {
  list-style-type: disc;
  line-height: 25px;
}

.more_hj ul li a {
  text-decoration: underline;
  font-size: 16px;
}

.more_hj ul {
  padding-left: 15px;
}

#robotBanner {
  margin-top: 20px;
  height: 165px;
  position: relative
}

#robotBanner .swiper-slide {
  width: 260px;
  /* padding: 0 30px; */
  position: relative;
  margin-right: 15px;
}

#robotBanner .swiper-slide .bg {
  /* height: 326px; */
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow: hidden
}


#robotBanner .swiper-button-prev,
#robotBanner .swiper-button-next {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 10px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: url(../images/swiper-btn.png);
  cursor: pointer;
  display: none
}

#robotBanner .swiper-button-next {
  background-position: 0 -60px;
  left: auto;
  right: 10px
}

#robotBanner:hover .swiper-button-prev,
#robotBanner:hover .swiper-button-next {
  display: block
}
