<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1200px) {
  .floor {
    width: 1200px !important;
    margin: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .floor, .breadcrumb-p {
    width: 1600px !important;
    margin: auto;
  }
}
.banner-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.breadcrumb-p {
  font-size: 16px;
  width: 1200px;
  margin: auto;
  padding: 12px 0;
}
.breadcrumb-p span {
  color: #333333;
}

.floor {
  font-size: 16px;
  width: 1200px;
  margin: auto;
}
.floor .floor-title-box {
  padding-top: 50px;
  padding-bottom: 20px;
}
.floor .floor-title-box .floor-title {
  font-size: 35px;
  color: #333333;
  text-align: center;
  line-height: 75px;
  background-image: url(../images/title-underline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.sg-iconlist {
  margin: 20px 0;
  color: #333;
}
.sg-iconlist p {
  max-width: 100%;
}
.sg-iconlist p img {
  max-width: 100%;
}
.sg-iconlist .sg-iconlist-item {
  width: 388px;
  margin-right: 18px;
  margin-bottom: 15px;
  transition: all 0.2s linear;
}
.sg-iconlist .sg-iconlist-item:nth-child(3n) {
  margin-right: 0;
}
.sg-iconlist .sg-iconlist-item:hover {
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  box-shadow: 0 2px 10px rgba(98, 98, 98, 0.5);
}
.sg-iconlist .sg-iconlist-item .sg-iconlist-item-head {
  height: 150px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}
.sg-iconlist .sg-iconlist-item .sg-iconlist-item-desc {
  padding: 10px 10px;
  color: #666;
  font-size: 14px;
  background-color: #F9F9F9;
}
.sg-iconlist .sg-iconlist-item .sg-iconlist-item-desc .sg-iconlist-item-desc-title {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.sg-numlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1175px;
  padding-bottom: 40px;
}
.sg-numlist .sg-numlist-item {
  width: 365px;
  margin: 0 10px 20px 10px;
  transition: all 0.2s linear;
  box-shadow: 2px 2px 3px lightgrey;
  border: 1px solid #f5f5f5;
  height: 300px;
  background-color: #fff;
  box-sizing: border-box;
}
.sg-numlist .sg-numlist-item:hover {
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  box-shadow: 0 2px 10px rgba(98, 98, 98, 0.5);
}
.sg-numlist .sg-numlist-item .sg-numlist-item-num {
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-top: 20px;
}
.sg-numlist .sg-numlist-item .sg-numlist-item-textbox {
  padding: 28px;
  background-color: #fff;
}
.sg-numlist .sg-numlist-item .sg-numlist-item-textbox h5 {
  font-size: 20px;
  color: #000;
  line-height: 35px;
  margin-bottom: 30px;
  text-align: center;
}
.sg-numlist .sg-numlist-item .sg-numlist-item-textbox .num-item-line {
  text-align: center;
  margin: -12px 0 20px 0;
}
.sg-numlist .sg-numlist-item .sg-numlist-item-textbox .num-item-line span {
  width: 40px;
  height: 5px;
  background-color: #d0cfcf;
  display: inline-block;
}
.sg-numlist .sg-numlist-item .sg-numlist-item-textbox p {
  font-size: 14px;
  color: #333;
  text-indent: 0;
  line-height: 28px;
  text-align: left;
}

.floor-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 900px;
  padding-top: 20px;
}
.floor-list .floor-list-item {
  margin: 0 40px 40px 40px;
  width: 365px;
  height: 445px;
  background-color: #F9F9F9;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.floor-list .floor-list-item:hover {
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  box-shadow: 0 2px 10px rgba(98, 98, 98, 0.5);
}
.floor-list .floor-list-item .floor-list-item-img img {
  width: 100%;
  height: 225px;
}
.floor-list .floor-list-item .floor-list-item-textbox {
  padding: 28px;
  background-color: #f9f9f9;
}
.floor-list .floor-list-item .floor-list-item-textbox h5 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.floor-list .floor-list-item .floor-list-item-textbox p {
  text-indent: 0;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: left;
}

.ld-iconlist .sg-iconlist-item {
  width: 285px;
}
.ld-iconlist .sg-iconlist-item:nth-child(3n) {
  margin-right: 20px;
}
.ld-iconlist .sg-iconlist-item:nth-child(4n) {
  margin-right: 0;
}

.sg-yycj {
  padding: 20px 0;
}
.sg-yycj .con-wrap {
  display: flex;
}
.sg-yycj .con-wrap .img-box {
  width: 510px;
  line-height: 0;
  text-align: center;
}
.sg-yycj .con-wrap .img-box img {
  width: 100%;
  height: 100%;
}
.sg-yycj .con-wrap .sg-yycj-textbox {
  flex: 1;
  padding-left: 20px;
  margin-left: 30px;
}
.sg-yycj .con-wrap .sg-yycj-textbox h5 {
  color: #333;
  font-size: 25px;
  margin-top: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}
.sg-yycj .con-wrap .sg-yycj-textbox p {
  color: #333;
  font-size: 16px;
  line-height: 32px;
}

/*# sourceMappingURL=proshow.css.map */
</pre></body></html>