.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;
  text-transform: uppercase;
}
.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: 100%;
  height: auto;
  margin: 0 auto;
}
.content .content-center2 .video {
  width: 94%;
  margin: 0 auto;
  margin-top: 25px;
  object-fit: fill;
}
.content .content-center2 .video iframe {
  width: 100%;
  height: 300px;
}
.content .content-center2 .pro-list {
  width: 94%;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 0 auto;
}
.content .content-center2 .pro-list li {
  width: 49%;
  border: 1px solid #00c738;
  box-sizing: border-box;
  float: left;
  margin-top: 25px;
  cursor: pointer;
  transition: all .4s ease;
}
.content .content-center2 .pro-list li.rig {
  float: right;
}
.content .content-center2 .pro-list li:hover {
  box-shadow: 0px 0px 10px #B3B3B3;
}
.content .content-center2 .pro-list li .pro-img {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #00c738;
  padding-bottom: 0;
}
.content .content-center2 .pro-list li .pro-img img {
  display: block;
  width: 100%;
}
.content .content-center2 .pro-list li .cent-cont {
  width: 100%;
  height: 112px;
  overflow: hidden;
}
.content .content-center2 .pro-list li .cent-cont h4 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  width: 96%;
  margin: 0 auto;
  margin-top: 20px;
}
.content .content-center2 .pro-list li .cent-cont span {
  display: block;
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: lighter;
  width: 98%;
  margin: 0 auto;
  margin-top: 10px;
}
.content .content-center2 .pro-list li .btm-cont {
  width: 100%;
  height: 70px;
  background: #f9f9f9;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
.content .content-center2 .pro-list li .btm-cont.oth b {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  line-height: 20px;
}
.content .content-center2 .pro-list li .btm-cont b {
  text-align: center;
  line-height: 60px;
  font-size: 14px;
}
.content .description {
  width: 100%;
  background: #f9f9f9;
  margin-top: 35px;
}
.content .description .des-center {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.content .description .des-center h4 {
  background: url("../img/des-tit.png") no-repeat;
  background-position: left 7px;
  padding-left: 45px;
  font-size: 28px;
  margin-top: 20px;
}
@media (max-width: 320px) {
  .content .description .des-center h4 {
    font-size: 20px;
  }
}
.content .description .des-center h4 span {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 400;
}
.content .description .des-center p {
  width: 96%;
  margin: 0 auto;
  line-height: 25px;
  font-size: 14px;
  margin-top: 17px;
}
