.views {
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
}

.navbar-default {
  position: relative;
  background-color: #080e3e;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none !important;
  -moz-user-select: none;
}

.device {
  padding: 70px 0;
}

.device-tabBar {
  width: 240px;
  background-color: #fff;
  cursor: pointer;
}

.device-tabBar-title {
  padding: 35px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #080e3e;
}

.device-tabBar-list-li {
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  color: #585858;
}

.device-tabBar-list-li a:hover {
  color: inherit;
}

.device-ul {
  padding: 0 30px;
  margin-left: 30px;
  background-color: #fff;
  padding-bottom: 40px;
}

.device-ul-title {
  padding: 10px 0;
  font-size: 24px;
  color: #585858;
  border-bottom: 1px dashed #DDD;
}

.device-ul-li {
  margin-top: 40px;
  padding: 0 5px;
}

.device-ul-li-img {
  width: 100%;
  height: 180px;
}

.device-ul-li-h3 {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  color: #585858;
}

.device-ul-li-text {
  font-size: 16px;
  color: #585858;
  max-height: 57px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.device-ul-li:hover > a {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(154, 154, 154, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(154, 154, 154, 0.2);
}

.device-ul-li > a {
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 1px solid #eeeeee;
}

.device-ul-li > a > div:nth-child(2) {
  padding: 23px 19px;
  height: 150px;
}

.device-tabBar-list-li-active {
  background-color: #00ACEF;
}

.device-tabBar-list-li-active a {
  color: #fff;
}

.device-tabBar-list-li-active a:hover {
  color: #fff;
}

#pageLimit li {
  float: left;
}

#pageLimit li a {
  white-space: nowrap;
}

.automation-li {
  margin: 40px 0;
  cursor: pointer;
  height: 180px;
}

.automation-li > a {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.automation-li-img {
  width: 100%;
  height: 100%;
}

.automation-li-content {
  position: absolute;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 100%;
  padding: 0 19px;
}

.automation-li-content-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-top: 40px;
  font-size: 20px;
  color: #fff;
}

.automation-li-content-text {
  display: -webkit-box;
  max-height: 50px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.automation-li .numbering {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FCDB01;
  font-size: 20px;
  color: #fff;
}

.video-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.video-mask-close {
  position: absolute;
  top: 100px;
  right: 160px;
  width: 60px;
  height: 60px;
}

.video-mask video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.video .device-ul-li {
  cursor: pointer;
}

.video .device-ul-li:hover .device-ul-li-img-button {
  -webkit-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
}

.video .device-ul-li:hover > a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.video .device-ul-li-h3 {
  margin: 0;
}

.video .device-ul-li-img {
  position: relative;
}

.video .device-ul-li-img-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 50px;
  height: 50px;
}

.video .device-ul-li-text {
  margin: 0;
}

.recruitment {
  margin-top: 20px;
}

.recruitment-duties-title, .recruitment-claim-title {
  position: relative;
}

.recruitment-duties-title::before, .recruitment-claim-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_duty@2x.png") no-repeat;
  background-size: 100% 100%;
}

.recruitment-duties-title span, .recruitment-claim-title span {
  font-size: 20px;
  color: #585858;
  padding-left: 45px;
}

.recruitment-duties-content, .recruitment-claim-content {
  padding: 37px 30px;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #585858;
}

.recruitment-claim-title::before {
  background: url("../images/icon_require@2x.png") no-repeat;
  background-size: 100% 100%;
}

.machine-goods {
  height: 210px !important;
}

.news_list {
  margin-top: 45px;
}

.news_list .device-ul-li {
  text-align: center;
}

.news_list .device-ul-li-img {
  position: relative;
}

.news_list .device-ul-li-info {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.news_list .device-ul-li-info-time {
  position: relative;
  padding-left: 26px;
}

.news_list .device-ul-li-info-time::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 12px;
  background: url("../images/icon_browse@2x.png") no-repeat;
  background-size: 100% 100%;
}

.news_list .device-ul-li-info-num {
  padding-left: 26px;
  position: relative;
}

.news_list .device-ul-li-info-num::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 12px;
  background: url("../images/icon_date@2x.png") no-repeat;
  background-size: 100% 100%;
}

.news_list .device-ul-li-h3 {
  margin: 0;
}

.news_list .device-ul-li-text {
  margin: 0;
}

.news_detail-info {
  margin: 10px 0;
}

.news_detail-info-ctime {
  position: relative;
  padding-left: 26px;
  margin-right: 10px;
}

.news_detail-info-ctime::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 12px;
  background: url("../images/icon_browse@2xhuise.png") no-repeat;
  background-size: 100% 100%;
}

.news_detail-info-seeNum {
  padding-left: 26px;
  position: relative;
}

.news_detail-info-seeNum::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 12px;
  background: url("../images/icon_date@2xhuise.png") no-repeat;
  background-size: 100% 100%;
}

.hasData img {
  width: 320px;
  height: 198px;
  margin: 90px auto;
}

.hasData p {
  text-align: center;
}

@media (max-width: 1024px) {
  .device-tabBar {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .views {
    padding: 0 0 0 0;
  }
  .video-mask-close {
    top: 215px;
    right: 15px;
    width: 30px;
    height: auto;
  }
  .device {
    padding: 0;
  }
  .device-tabBar {
    width: 100%;
    overflow-x: auto;
  }
  .device-tabBar-list {
    padding-left: 20px;
  }
  .device-tabBar-list-li {
    float: left;
    width: 75px;
    margin-right: 19px;
  }
  .device-tabBar-list-li a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 3px solid #fff;
    font-size: 14px;
  }
  .device-ul {
    margin: 0;
    padding: 0 15px;
    min-height: 298px;
  }
  .device-ul-title {
    font-size: 18px;
  }
  .device-ul-li {
    margin: 20px 0;
  }
  .device-ul-li-img {
    height: auto;
  }
  .device-ul-li-h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #585858;
  }
  .device-ul-li-text {
    margin-top: 10px;
    font-size: 14px;
    color: #585858;
    display: -webkit-box;
    max-height: 57px;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .device-tabBar-list-li-active {
    background-color: transparent;
  }
  .device-tabBar-list-li-active a {
    color: #00ACEF;
    border-bottom: 3px solid #00ACEF;
  }
  .recruitment-duties-title, .recruitment-claim-title {
    position: relative;
  }
  .recruitment-duties-title::before, .recruitment-claim-title::before {
    content: "";
    width: 20px;
    height: 20px;
  }
  .recruitment-duties-title span, .recruitment-claim-title span {
    font-size: 20px;
    padding-left: 25px;
  }
  .recruitment-duties-content, .recruitment-claim-content {
    padding: 37px 30px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #585858;
  }
}
/*# sourceMappingURL=specialPlane.css.map */