.content {
  width: 100%;
  height: auto;
}
.content .content-center {
  width: 1200px;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
}
.content .content-center h2 {
  text-align: center;
  font-size: 38px;
  color: #2a2a2a;
  font-weight: 400;
  margin-top: 70px;
}
.content .content-center span {
  color: #c6c6c6;
  display: block;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
}
.content .fg {
  width: 100%;
  height: 1px;
  background: #d2d2d2;
}
.content .fg span {
  display: block;
  width: 62px;
  height: 23px;
  background: white;
  position: relative;
  top: -11px;
  margin: 0 auto;
}
.content .content-center2 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.content .content-center2 .video {
  margin-top: 65px;
  height: 500px;
  width: 1200px;
}
.content .content-center2 .video embed {
  width: 1200px;
  height: 500px;
}
.content .content-center2 .pro-list {
  width: 1220px;
  position: relative;
  left: -20px;
  overflow: hidden;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.content .content-center2 .pro-list li {
  width: 388px;
  height: 445px;
  border: 1px solid #00c738;
  box-sizing: border-box;
  float: left;
  margin-top: 25px;
  cursor: pointer;
  margin-left: 18px;
  transition: all .4s ease;
}
.content .content-center2 .pro-list li:hover {
  box-shadow: 0px 0px 10px #B3B3B3;
}
.content .content-center2 .pro-list li .pro-img {
  width: 386px;
  height: 250px;
  border-bottom: 1px solid #00c738;
}
.content .content-center2 .pro-list li .pro-img img {
  width: 386px;
  height: 250px;
}
.content .content-center2 .pro-list li .cent-cont {
  width: 100%;
  height: 112px;
  overflow: hidden;
}
.content .content-center2 .pro-list li .cent-cont h4 {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.content .content-center2 .pro-list li .cent-cont span {
  display: block;
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
  width: 330px;
  margin: 0 auto;
  margin-top: 10px;
}
.content .content-center2 .pro-list li .btm-cont {
  width: 100%;
  height: 80px;
  background: #f9f9f9;
  text-align: center;
}
.content .content-center2 .pro-list li .btm-cont.oth b {
  margin-top: 25px;
  width: 125px;
  float: left;
  line-height: 20px;
  margin-left: 55px;
}
.content .content-center2 .pro-list li .btm-cont.oth b:last-child {
  margin-top: 35px;
  margin-left: 5px;
}
.content .content-center2 .pro-list li .btm-cont b {
  text-align: center;
  line-height: 80px;
  font-size: 18px;
}
.content .description {
  width: 100%;
  height: 240px;
  background: #f9f9f9;
  margin-top: 35px;
}
.content .description .des-center {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
}
.content .description .des-center h4 {
  background: url("../img/des-tit.png") no-repeat;
  background-position: left 7px;
  padding-left: 45px;
  font-size: 30px;
  margin-top: 30px;
}
.content .description .des-center h4 span {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 400;
}
.content .description .des-center p {
  width: 1130px;
  margin: 0 auto;
  line-height: 33px;
  font-size: 20px;
  margin-top: 17px;
}
