.page-banner {
  height: 250px;
}
.page-banner img {
  width: 100%;
  height: 100%;
}
.wrapper {
  padding-top: 30px;
}
.left-sidebar {
  width: 240px;
  float: left;
}
.page-con {
  width: 910px;
  float: right;
}
.page-row {
  width: 100%;
}
.page-row .page-row-title {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px;
  display: block;
  background-color: #49b176;
  color: #FFFFFF;
  font-weight: bold;
}
.about-list {
  padding: 10px 20px 30px 20px;
}
.about-list .active a {
  color: #49b176;
}
.about-list a {
  font-size: 14px;
  line-height: 30px;
}
.about-list a:hover {
  color: #49b176;
  text-decoration: none;
}
.hot-news {
  padding-bottom: 30px;
}
.hot-news li {
  padding: 10px 20px 5px 30px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.hot-news li:before {
  content: ">";
  position: absolute;
  left: 15px;
  top: 10px;
}
.hot-news li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hot-news li a:hover {
  text-decoration: none;
  color: #49b176;
}
.hot-news li span {
  font-size: 12px;
  color: #cccccc;
}
.web-post {
  padding: 5px 0;
}
.web-post p {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
  padding-left: 25px;
  background: url("../images/home.png") no-repeat left center;
}
.web-post p a {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.web-post p a:hover {
  text-decoration: none;
  color: #000000;
}
.page-btn {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.page-btn .active a {
  background-color: #49b176;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.page-btn li {
  display: inline-block;
  margin: 0 5px;
}
.page-btn li a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #000000;
  padding: 5px 11px;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.page-btn li a:hover {
  text-decoration: none;
  background-color: #49b176;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.page {
  min-height: 600px;
}
.img-list {
  min-height: 600px;
}
.img-list .img-list-title {
  font-size: 24px;
  display: block;
  color: #000000;
  line-height: 30px;
  padding: 30px 0;
}
.img-list .img-list-con {
  margin-bottom: 30px;
  width: 100%;
}
.img-list .img-list-con li {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-top: 20px;
}
.img-list .img-list-con li:nth-child(3n+1) {
  margin-left: 0;
}
.img-list .img-list-con li .img-fa-scale {
  height: 180px;
}
.img-list .img-list-con li .img-fa-scale img {
  max-width: 65% !important;
}
.img-list .img-list-con li .img-list-name {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  display: block;
  text-align: center;
}
.img-info {
  min-height: 600px;
  padding-top: 20px;
}
.img-info .img-info-top {
  margin-bottom: 20px;
}
.img-info .img-info-top .img-fa-scale {
  height: 180px;
  width: 32%;
  margin-right: 3%;
  /*float: left;*/
  display:inline-block;
  vertical-align: middle;
}
.img-info .img-info-top .img-info-info {
  width: 64%;
  /*float: right;*/
  display:inline-block;
  vertical-align: middle;
}
.img-info .img-info-top .img-info-info p{
  font-size: 36px;
  line-height: 1.5;
  color: #666666;
  font-weight: bold;
  text-align: center;
}
.img-info .img-info-con {
  min-height: 400px;
}
.img-info .img-info-con .img-info-title {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px;
  display: block;
  background-color: #49b176;
  color: #FFFFFF;
  font-weight: bold;
}
.turn {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.turn p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.turn p:first-child {
  float: left;
}
.turn p:last-child {
  float: right;
}
.turn p a {
  color: #666666;
}
.turn p a:hover {
  color: #49b176;
  text-decoration: none;
}
.product-about {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 24px;
}
.product-about .hd {
  border-bottom: 2px solid #49b176;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-about .product-btn {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #49b176;
  display: inline-block;
  float: right;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}
.product-about .product-btn:hover {
  text-decoration: none;
}
.product-about .bd {
  overflow: hidden;
}
.product-about .bd li {
  margin-right: 10px;
  float: left;
}
.product-about .bd li img {
  width: 296px;
}
.product-title {
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
}
.latest-news {
  min-height: 200px;
  max-height: 400px;
}
.latest-news .hd {
  border-bottom: 2px solid #49b176;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.latest-news .bd ul {
  overflow: hidden;
}
.latest-news .bd li {
  float: left;
  width: 49%;
  margin-left: 2%;
  padding-left: 20px;
  position: relative;
}
.latest-news .bd li:before {
  content: "";
  border-width: 6px;
  border-color: transparent transparent transparent #333333;
  border-style: dashed solid dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -8px;
}
.latest-news .bd li:nth-child(2n+1) {
  margin-left: 0;
}
.latest-news .bd li a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 38px;
  display: block;
}
.latest-news .bd li a:hover {
  text-decoration: none;
  color: #49b176;
}
.news-page {
  min-height: 600px;
}
.news-page .news-page-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-page .news-page-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #999999;
  overflow: hidden;
}
.news-page .news-page-list .img-fa-scale {
  width: 135px;
  height: 90px;
  float: left;
  margin-right: 20px;
}
.news-page .news-page-list .news-page-con {
  float: right;
  width: 82%;
}
.news-page .news-page-list .news-page-con h2 {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-page-list .news-page-con h2 a {
  display: block;
}
.news-page .news-page-list .news-page-con h2 a:hover {
  color: #da251d;
  text-decoration: none;
}
.news-page .news-page-list .news-page-con span {
  font-size: 12px;
  color: #cccccc;
}
.news-page .news-page-list .news-page-con p {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
}
.news-page .news-page-list .news-page-con p a:hover {
  color: #da251d;
  text-decoration: none;
}
.page-btn div {
    /* float: left; */
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #ccc;
    width: 35px;
    height: 30px;
    line-height: 28px;
}
.page-btn div a {
    display: block;
    width: 35px;
    height: 30px;
    text-decoration: none
}
.page-btn .active a {
    display: block;
    width: 35px;
    height: 30px;
}
.page-btn a:hover{
    background: rgba(73,177,118,1);
    color: #fff;
}
