body{
    letter-spacing: 3px;
}
.focuser {
    height  : 900px;
    position: relative;
}

.focuser ul {
    height: 100%;
    width : 100%;
}

.focuser ul li {
    height    : 100%;
    position  : relative;
    background: top center no-repeat;
}

.focuser ul li:nth-child(1) {
    position        : relative;
    background-image: url(../images/hardware-banner1.jpg);
    background-color: 100%;
}

.focuser .focuser-button.prev {
    left: 120px;
}
.blue_line{
  margin: 30px auto 60px;
}

.focuser .focuser-button.prev::before {
    margin-left : 10px;
    transform   : rotate(45deg);
    border-color: transparent transparent #fff #fff;
}

.focuser .focuser-button.next {
    right: 120px;
}

.focuser .focuser-button.next::before {
    margin-right: 10px;
    transform   : rotate(45deg);
    border-color: #fff #fff transparent transparent;
}

.focuser .focuser-button.prev:not(.swiper-button-disabled):hover::before {
    border-color: transparent transparent #54D85E #54D85E;
}

.focuser .focuser-button.next:not(.swiper-button-disabled):hover::before {
    border-color: #54D85E #54D85E transparent transparent;
}

.focuser .focuser-button.swiper-button-disabled {
    opacity: 0.5;
}

.focuser .focuser-button.swiper-button-disabled:hover {
    cursor: not-allowed;
}
.hardware_swiper_title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.hardware_swiper_title h1{
  font-size: 80px;
  color: #ff7200;
}
.hardware_swiper_title button{
  display: block;
  width: 600px;
  height: 80px;
  border-radius: 40px;
  color: green;
  background: white;
  border: 1px solid green;
  font-size: 24px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.hardware_swiper_title .title{
  font-size: 26px;
  color: #333;
}
.swiper_btn_box{
  width: 100%;
  margin-top: 30px;
}
.swiper_btn_box .btn1_box,
.swiper_btn_box .btn2_box{
  position: relative;
  display: inline-block;
  width: 400px;
  background: #ff7200;
  height: 60px;
  color: white;
  font-size: 20px;
  border-radius: 40px;
  margin-right: 30px;
  line-height: 60px;
}
.swiper_btn_box img{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.swiper_btn_box span{
  margin-left: 25px;
}
.hardware_box1{
  width: 100%;
  text-align: center;
}
.hardware_box1 .header_title{
  font-size: 24px;
  color: #999999;
  margin-top: 34px;
  opacity: 0.3;
}
.hardware_box1 .lists{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.hardware_item{
  display: inline-block;
  width: 200px;
  text-align: center;
}
.hardware_item div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 360px;
}
.hardware_item div:hover{
  background-color: #4BB033;
  color: white;
}
.hardware_item .icon{
  border-radius: 50%;
  width: 73px;
  height: 73px;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hardware_item .icon1{
  background-image: url(../images/hardware-icon01.png);
}
.hardware_item div:hover .icon1{
  background-image: url(../images/hardware-icon02.png);
}
.hardware_item .icon2{
  border-radius: 50%;
  margin: auto;
  width: 73px;
  height: 73px;
  background-image: url(../images/hardware-icon01.png);
  margin-top: 20px;
}
.icon2:hover{
  background-image: url(../images/hardware-icon02.png);
}
.hardware_item .icon3{
  background-image: url(../images/hardware-icon03.png);
}
.hardware_item div:hover .icon3{
  background-image: url(../images/hardware-icon04.png);
}
.hardware_item .icon4{
  border-radius: 50%;
  margin: auto;
  width: 73px;
  height: 73px;
  background-image: url(../images/hardware-icon03.png);
  margin-top: 20px;
}
.icon4:hover{
  background-image: url(../images/hardware-icon04.png);
}
.hardware_item .icon5{
  background-image: url(../images/hardware-icon05.png);
  margin-bottom: 70px;
}
.hardware_item div:hover .icon5{
  background-image: url(../images/hardware-icon06.png);
}
.hardware_item .icon6{
  border-radius: 50%;
  margin: auto;
  width: 73px;
  height: 73px;
  background-image: url(../images/hardware-icon05.png);
  margin-top: 20px;
}
.icon6:hover{
  background-image: url(../images/hardware-icon06.png);
}
.hardware_item .icon7{
  background-image: url(../images/hardware-icon07.png);
}
.hardware_item div:hover .icon7{
  background-image: url(../images/hardware-icon08.png);
}
.hardware_item .icon8{
  border-radius: 50%;
  margin: auto;
  width: 73px;
  height: 73px;
  background-image: url(../images/hardware-icon07.png);
  margin-top: 20px;
}
.icon8:hover{
  background-image: url(../images/hardware-icon08.png);
}
.hardware_item .icon9{
  background-image: url(../images/hardware-icon09.png);
}
.hardware_item div:hover .icon9{
  background-image: url(../images/hardware-icon010.png);
}
.hardware_item .icon10{
  border-radius: 50%;
  margin: auto;
  width: 73px;
  height: 73px;
  background-image: url(../images/hardware-icon09.png);
  margin-top: 20px;
}
.icon10:hover{
  background-image: url(../images/hardware-icon010.png);
}


.hardware_item .icon11{
  background-image: url(../images/hardware-icon011.png);
}
.hardware_item div:hover .icon11{
  background-image: url(../images/hardware-icon012.png);
}
.hardware_item .icon12{
  border-radius: 50%;
  margin: auto;
  width: 73px;
  height: 73px;
  background-image: url(../images/hardware-icon011.png);
  margin-top: 20px;
}
.icon12:hover{
  background-image: url(../images/hardware-icon012.png);
}

.hardware_box2{
  width: 100%;
  height: 902px;
  text-align: center;
  background-image: url(../images/hardware-back1.jpg);
  padding-top: 56px;
  box-sizing: border-box;
  color: white;
}
.hardware_box2 .header_title{
  opacity: 0.3;
  font-size: 24px;
  margin-top: 30px;
}
.sort_header{
  margin-top: 80px;
}
.hardware_box2 .sort_title{
  color: white;
}
.hardware_box2 .blue_line{
  background: white;
}
.animation_right{
  margin-right: 70px;
}
.animation_box1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
  height: 700px !important;
  background-repeat: no-repeat;
}
.hardware_box2 .animation_box1{
  height: auto !important;
}
.animation_box2{
  height: 630px;
  color: #777;
}
.animation_box3{
  height: 586px;
  background-image: url(../images/hardware-back2.jpg);
  color: white;
}
.animation_box4{
  height: 586px;
  color: #777;
}
.animation_box6{
  height: 586px;
  color: white;
  background-image: url(../images/hardware-back3.jpg);
}
.animation_box7{
  height: 586px;
  color: #777;
  background-image: url(../images/hardware-back4.jpg);
  margin-bottom: 80px;
}
.animation_box8{
  display: flex;
  align-items: center;
  width: 100%;
  height: 488px;
  margin-top: 75px;
  margin-bottom: 95px;
}
.animation_box9{
  height: 700px;
}
.animation_box10{
  height: 607px;
}
.right_img_box{
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #F5F5F5;
  padding-left: 100px;
}
.imgs_box{
  position: relative;
  display: inline-block;
}
.postion_icon7{
  position: absolute;
  top: -80px;
  left: 50px;
}
.postion_icon8{
  position: absolute;
  bottom: -100px;
  right: 150px;
}
.postion_icon9{
  position: absolute;
  bottom: -40px;
  right: -10px;
}
.postion_icon10{
  position: absolute;
  bottom: -20px;
  right: 260px;
  z-index: 2;
}
.postion_icon11{
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 1;
}
.postion_icon12{
  position: absolute;
  top: -50px;
  left: -80px;
}
.postion_icon13{
  position: absolute;
  bottom: -100px;
  left: -80px;
}
.postion_icon14{
  position: absolute;
  bottom: -10px;
  right: -70px;
}
.postion_icon15{
  position: absolute;
  top: -70px;
  left: 20px;
}
.detail_box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
}
.round{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 5px;
}
.border_round{
  border: 1px solid #498EEF;
}
.white_round{
  background-color: white;
}
.detail_span1{
  display: flex;
  margin-bottom: 30px;
}
.black_color{
  color: #333;
}
.hardware_box3{
  text-align: center;
}
.hardware_box3 .header_title{
  font-size: 24px;
  color: #999999;
  opacity: 0.3;
  margin-top: 34px;
}
.animation_box5{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 607px;
}
.left_img_box{
  width: 50%;
  height: 100%;
  text-align: right;
  position: relative;
}
.robot_img1{
  width: 479px;
  height: 357px;
  position: absolute;
  right: 85px;
  top: 100px;
  z-index: 2;
}
.robot_img2{
  width: 381px;
  height: 588px;
}
.content1{
  overflow-x: hidden;
  min-width: 1200px;
  padding-top: 80px;
  box-sizing: border-box;
}
.robot_img4{
  position: absolute;
  top: 0px;
  right: 64px;
  width: 580px;
  height: 488px;
  z-index: 1;
}
.robot_detail{
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  padding-left: 100px;
}
.robot_title{
  position: absolute;
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #4BB033;
  opacity: 0.1;
  letter-spacing: 0px;
}

.robot_detail h4{
  font-size: 36px;
  margin-bottom: 50px;
}
.robot_detail  span{
  line-height: 40px;
}
.white_color{
  color: white;
}
.robot_title2{
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #F3F7FF;
  font-size: 100px;
  opacity: 0.1;
}
.robot_title3{
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #4BB033;
  font-size: 100px;
  opacity: 0.1;
}
.green_back{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
  background-color: #50BE8D;
  text-align: right;
  padding-right: 120px;
  
}

.detail_span1 span:nth-child(2){
  width: 400px;text-align: left;
}
.animation_box4 .main_bg{
  width: 640px;
  height: 360px;
}
.animation_box6 .imgs_box,.animation_box4 .imgs_box{
  margin-right: 120px;
}
.imgs_box2{
  margin-left: 50px;
}
.text_content{
  display: none;
}
.animation_box10 .left_img_box{
  width: 50%
}
.apply_box {
  height: 600px;
  width: 100%;
  background: rgba(51, 51, 51, 1);
  padding-top: 70px;
  display: none;
}

.apply_box .apply_title {
  font-size: 40px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.apply_box .apply_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.apply_box .apply_cont .wap_moblie {
  display: none;
}

.apply_box .apply_cont .cont_left {
  margin-right: 270px;
}

.apply_box .apply_cont .cont_left .cont_title {
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 45px;
}

.apply_box .apply_cont .cont_left .option {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 44px;
  cursor: pointer;
}

.apply_box .apply_cont .cont_left .option img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 14px;
}

.apply_box .apply_cont .cont_left .moblie {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-top: 28px;
}

.apply_box .apply_cont .cont_right .cont_input {
  padding: 20px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.apply_box .apply_cont .cont_right .cont_input input {
  margin-left: 15px;
  height: 20px;
  border: none;
  outline: none;
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
}

.apply_box .apply_cont .cont_right .tip {
  font-size: 14px;
  color: rgba(218, 0, 0, 1);
  letter-spacing: 0;
}

.apply_box .apply_cont .cont_right .apply_btn {
  width: 190px;
  height: 48px;
  background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
  border-radius: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
  margin-top: 48px;
}

.animation_box9_wap{
  display: none;
}