@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
.programme-info {
  width: 1020px;
  text-align: left;
  margin-top: 50px;
}
.equipment-info {
  margin: 2rem auto;
}
.equipment-info ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.equipment-info ul li {
  position: relative;
  display: inline-block;
  width: 25%;
  overflow: hidden;
}
.equipment-info ul li .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
}
.equipment-info ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.equipment-info .title {
  color: #fff;
  padding-top: 50px;
  padding-left: 30px;
  font-size: 28px;
  height: 100%;
  background: #297AFF;
}
.equipment-info .tip {
  background: #fff;
  width: 35px;
  height: 4px;
  margin-bottom: 10px;
}
.equipment-info .mask-title {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.equipment-info ul li:hover .mask-title {
  opacity: 1;
}
.equipment-info ul li:hover img {
  transform: scale(1.05, 1.05);
}
.equipment-info ul li:hover .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  transition-duration: 1s;
}
.product-info {
  width: 1020px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 60px;
}
.product-info .product-box {
  width: calc(33.33% - 30px);
}
.product-info .product-img {
  background: #EEEEEE;
  border-radius: 10px;
  height: 347px;
}
.product-info .product-name {
  color: #888888;
  margin-top: 20px;
  font-size: 20px;
}
.product-info .product-btn {
  padding: 4px 16px;
  margin-top: 19px;
  background: #fff;
  border: 1px solid #BFBFBF;
  color: #B0B0B0;
  border-radius: 2px;
}
.product-info .product-btn:hover {
  background: #297AFF;
  border: 1px solid #297AFF;
  color: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
}
.function-info {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 1020px;
  text-align: left;
}
.function-info img {
  width: 50%;
  position: relative;
}
.function-info .function-info-img {
  position: absolute;
  width: 202px;
  height: 397px;
}
.function-info .function-center {
  padding: 60px 45px 20px;
  width: 50%;
}
.function-info .function-title {
  font-size: 22px;
  color: #404040 ;
  font-weight: 500;
  margin-bottom: 20px;
}
.function-info .function-subtitle {
  display: flex;
  justify-content: initial;
  color: #888888;
  margin-bottom: 12px;
  font-size: 16px;
}
.function-info .function-subtitle div {
  width: 33%;
  text-align: left;
}
.function-info .function-subtitle .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #297AFF;
  display: inline-block;
  text-align: center;
  margin: 4px 10px 4px 0px;
}
.industry-info {
  margin: 3rem auto;
  width: 1020px;
}
.industry-info .text-1 {
  color: #404040;
  padding: 4% 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
}
.industry-img {
  display: flex;
  justify-content: space-between;
}
.industry-img .img-box {
  background-color: #fff;
  border-radius: 3px;
  width: calc(33.33% - 20px);
  height: 350px;
  box-shadow: 0px 20px 40px 0px rgba(200, 200, 200, 0.3);
  display: table-cell;
  vertical-align: middle;
}
.industry-img .text {
  width: 56%;
  font-size: 15px;
  line-height: 25px;
  color: #888888;
}
.industry-img .industry-title {
  font-size: 18px;
  color: #373737;
  margin: 40px 0 10px 0;
}
.mes-info {
  width: 1020px;
  position: relative;
}
.mes-info img {
  margin-top: 180px;
}
.mes-info .annotation {
  width: 230px;
  padding: 20px;
  background: rgba(86, 148, 252, 0.7);
  border: 1px solid #297AFF;
  border-radius: 11px;
  text-align: left;
}
.mes-info .annotation .annotation-title {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.mes-info .annotation .annotation-tips {
  width: 100px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin-top: 10px;
}
.mes-info .annotation ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 5px;
}
.mes-info .annotation ul li {
  list-style: none;
  color: #fff;
  width: 50%;
  font-size: 14px;
}
.framework-info {
  margin-top: 200px;
}
.framework-info .framework-text-1 {
  font-size: 18px;
  margin-top: 40px;
}
.label {
  display: flex;
  justify-content: space-between;
  width: 1020px;
}
.label img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.data-info {
  background: url(images/industrialSolutions/bg-1.png) no-repeat left top;
  height: 365px;
  margin-top: 100px;
  padding-top: 150px;
  background-size:cover;
  margin-bottom:148px;
}
.data-info .data-center {
  font-size: 17px;
  width: 1020px;
  display: flex;
  justify-content: space-between;
}
.data-info .data-center p {
  padding: 0;
  margin: 10px 0;
  color: #297AFF;
  font-size: 32px;
  font-weight: 600;
}
