/* 功能 */
.feature-container {
  padding-top: 60px;
  padding-bottom: 80px;
}
.feature-wrap {
  padding: 0 10px;
}
.feature-item {
  display: inline-block;
  margin-left: 50px;
  text-align: center;
}
.feature-item img {
  width: 144px;
}
.feature-item p {
  text-align: center;
}
.feature-item .title {
  font-size:24px;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:40px;
  margin-top: -10px;
}
.feature-item .desc {
  font-size:14px;
  color:rgba(153,153,153,1);
  line-height: 24px;
}

/* 公司简介 */
.introduce-container {
  height: 500px;
  background-image: url('../images/index/introduce.png');
  color:rgba(255,255,255,1);
  text-align: center;
  /* background-attachment: fixed; */
}
.introduce-container .title {
  font-size:18px;
  font-weight:bold;
  padding-top: 100px;
}
.introduce-container .sub-title {
  font-size:24px;
  font-family:'Times New Roman';
  margin-bottom: 78px;
}
.introduce-container .desc {
  font-size:16px;
  margin-top: 18px;
}

/* 产品界面 */
.product-container {
  padding: 60px 0 160px;
  background:rgba(246,246,246,1);
}
.product-container .title {
  text-align: center;
  margin-bottom: 160px;
}
.product-container .product-show {
  left: 50%;
  top: 170px;
  z-index: 2;
  margin-left: -276px;
}
.product-container .product-item {
}
.product-container .product-item img {
  width: 220px;
  height: 385px;
  box-shadow:4px 4px 10px 0px rgba(0, 0, 0, 0.04);
}

/* 我们的客户 */
.customer-container {
  padding: 60px 0;
}
.customer-container .title {
  text-align: center;
}
.customer-list {
  margin-top: 50px;
}
.customer-list .customer-item {
  margin-top: 14px;
  /* margin-left: 80px; */
  display: inline-block;
  border: 1px solid rgba(221,221,221,1);
}

/* 视频弹框 */
.video-container {
  width: 800px;
  height: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -250px;
  background-color: #000000;
  z-index: 101;
}
#myVideo .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -22px;
}
.video-container .close {
  position:absolute;
  cursor: pointer;
  font-family:'宋体';
  line-height: 0.64em;
  width: 0.8em;
}
	
