.section-title .title-h4 {
  font-size: 20px;
  font-weight: 900;
  margin: 10px 0 20px 0;
}
 .row .section-title p {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.row .section-title span {
  /*font-size: 18px;*/
  font-weight: 900;
  color: #0a0a0a;
}
.room {
  padding-top: 20px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 900px;
}
.room img {
  width: 880px;
  display: block;
  float: left;
  box-shadow: 4px 4px 12px rgba(0,0,0,.6);
  margin-left: 10px;
}

.room2 {
  margin: 0 auto;
  width: 1200px;
  padding: 20px 0 20px 0;
  overflow: hidden;
}

.room2 img {
  width: 48%;
  display: block;
  float: left;
  height: 450px;
  box-shadow: 4px 4px 12px rgba(0,0,0,.6);
  margin-left: 10px;
}

.room1 img {
  width: 48%;
  display: block;
  float: left;
  height: 550px;
  box-shadow: 4px 4px 12px rgba(0,0,0,.6);
  margin-left: 12px;
}

.room1 {
  padding-top: 20px;
  margin: 0 auto;
  width: 900px;
  overflow: hidden;
  height: 600px;
}
.product {
  width: 700px;
  margin: 0 auto;
}

.product img {
  width: 100%;
}


.page-btn {
  padding-top: 50px;
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

.detail-content {
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}

.news-list {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.news-list-content {
  width: 100%;
  height: 200;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #000;
  position: relative;
  box-shadow: 2px 3px 8px rgba(0,0,0,.4);
}

.news-list-content a {
  display: block;
  width: 100%;
  height: 200px;
  /*border: 1px solid #000;*/
}

.news-list-content a:hover {
  background-color: #ddd;
}

.news-list-content img {
  display: block;
  width: 150px;
  height: 200px;
  float: left;
}

.news-list .news-list-content p {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  padding: 20px 0 15px 200px;
}

.news-list .news-list-content span {
  display: block;
  text-align: left;
  padding-left: 200px;
  color: #aaa;
  font-size: 14px;
}

.news-list .news-list-content b {
  font-size: 14px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.container .section-title .section-title-author {
  padding-bottom: 20px;
  width: 500px;
  margin: 0 auto;
}



/*product 的样式*/
/*.container .row-piece {
  margin-bottom: 20px;
}
*/
.row-software {
  margin-bottom: 40px;
}

.row-software .section-title ul li img {
  width: 400px;
  height: 300px;
}

.row-software .section-title li {
  width: 400px;
  height: 350px;
  float: left;
}

.row-software .section-title a {
  width: 100%;
}
.row-software .section-title span {
  width: 400px;
  display: block;
  text-align: center;
}
.section li:hover {
  box-shadow: 2px 3px 8px rgba(0,0,0,.4);
  transform: translatey(-5px);
  transition: all 0.5s;
}


.news-list > .news-row {
  box-sizing: border-box;
  padding: 5px;
}
.news-list > .news-row > .news-left, .news-list > .news-row > .news-right {
  width: 48.5%;
  height: 200px;
  box-shadow: 2px 3px 8px rgba(0,0,0,.4);
  font-size: 0px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.news-list > .news-row > .news-left:hover, .news-list > .news-row > .news-right:hover {
  transform: translatey(-5px);
  transition: all 0.4s;
}
.news-list > .news-row > a {
  display: block;
  width: 100%;
}
.news-list > .news-row > .news-left > a > .news-img, .news-list > .news-row > .news-right > a > .news-img {
  width: 35%;
  padding: 3px;
  height: 100%;
  float: left;
}
.news-list > .news-row > .news-left > a > .news-content, .news-list > .news-row > .news-right > a > .news-content {
  width: 64.9%;
  height: 100%;
  padding: 5px;
  float: right;
  position: relative;
}
.news-list > .news-row > .news-left > a > .news-content > div, .news-list > .news-row > .news-right > a > .news-content > div {
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  color: black;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
 }
.news-list > .news-row > .news-left > a > .news-content > div:nth-child(2), .news-list > .news-row > .news-right > a > .news-content > div:nth-child(2) {
  height: 100px;
  margin-top: 5px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px !important;
}
.news-list > .news-row > .news-left > a > .news-content > div:nth-child(3), .news-list > .news-row > .news-right > a > .news-content > div:nth-child(3) {
  text-align: right;
  font-size: 14px !important;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.news-list > .news-row > .news-left > a img, .news-list > .news-row > .news-right > a img {
  width: 100%;
  height: 100%;
  display: block;
}
