<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*project-wrap*/
.project-wrap {
  margin: 20px 12px 5px 12px;
  height: 45px;
  overflow: hidden;
}
.project-wrap .project-logo {
  float: left;
  display: block;
  display: inline-block;
  height: 38px;
  width: 185px;
  float: left;
}
.project-wrap .project-logo img {
  max-width: 100%;
  max-height: 100%;
}
.project-wrap .project-caption {
  float: right;
  display: block;
}
.project-wrap .project-caption .service {
  float: left;
  display: block;
  margin-right: 10px;
  font-size: 16px;
  color: #155193;
  font-weight: bold;
  padding-top: 14px;
}
/*banner-wrap*/
.banner-wrap {
  position: relative;
  min-width: 1000px;
  height: 300px;
  overflow: hidden;
}
.banner-wrap.label-show .banner-label {
  bottom: 0;
}
/*banner-label*/
.banner-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -47px;
  height: 50px;
  background-color: #00000099;
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
  z-index: 2;
}
.banner-label .swiper-slide {
  border-right: 1px solid #ffffff99;
}
.banner-label .swiper-slide:last-child {
  border: 0;
}
.banner-label .label-item {
  cursor: pointer;
  width: 80%;
  margin: auto;
  display: table;
  height: 50px;
}
.banner-label .label-item a {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  margin: auto;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.banner-label .label-item .title {
  display: block;
  width: auto;
  height: 16px;
  margin-bottom: 4px;
  overflow: hidden;
}
.banner-label .label-item .sub-title {
  display: block;
  width: auto;
  height: 16px;
  margin-top: 3px;
  overflow: hidden;
}
.banner-label .swiper-slide-thumb-active {
  background-color: #FF8C00;
}
/*.banner-content*/
.banner-content {
  height: inherit;
}
.banner-content .swiper-button-next, .banner-content .swiper-button-prev {
  color: #3339;
}
.banner-content a {
  height: inherit;
  display: block;
}
.banner-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
/*main-wrap*/
.main-wrap {
  min-width: 1000px;
  width: 100%;
  padding: 0 10px;
  margin: 10px 0;
}
.main-wrap .banner-wrap {
  margin-left: 160px;
  /* margin-right: 160px; */
  min-width: unset;
  width: auto;
  overflow: hidden;
  background-color: #f5f5f5;
}
/*main-nav*/
.main-wrap .main-nav {
  width: auto;
  height: 34px;
  background-color: #375c79;
  font-size: 17px;
  line-height: 34px;
}
.main-wrap .main-nav .main-nav-inner {
  height: inherit;
  overflow: hidden;
}
.main-wrap .main-nav .main-nav-inner .label {
  width: 160px;
  /* padding-left: 40px; */
  height: inherit;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  background-color: #375c79;
  float: left;
  cursor: pointer;
}
.main-wrap .main-nav .main-nav-inner .label .iconfont {
  margin-left: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.main-wrap .main-nav .main-nav-inner .label .text {
  margin-left: 5px;
  font-size: 15px;
  vertical-align: middle;
}
.main-wrap .main-nav .main-nav-inner .list {
  overflow: hidden;
}
.main-wrap .main-nav .main-nav-inner .list .item {
  margin-left: 24px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.main-wrap .main-nav .main-nav-inner .list .item a {
  padding: 0 3px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.main-wrap .main-nav .main-nav-inner .list .item.cur a {
  color: #ff8c00;
}
.main-wrap .main-nav .main-nav-inner .list .item a:hover {
  background-color: #ff8c00;
  color: #fff;
}
/*main-service*/
.main-service {
  display: none;
  width: 160px;
  height: 300px;
  float: right;
  overflow: hidden;
  background-color: #f5f5f5;
}
/*main-menu*/
.main-wrap .main-menu {
  position: relative;
  width: 160px;
  height: 300px;
  background-color: #3c6585;
  color: #fff;
  float: left;
  z-index: 10;
}
.main-wrap .main-menu .menu-item {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
  float: left;
  color: #fff;
  cursor: default;
}
.main-wrap .main-menu .menu-item .menu-item-inner {}
.main-wrap .main-menu .menu-item .menu-item-inner .label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  vertical-align: middle;
  color: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-1 {
  background-image: url(../img/menu-icon-1.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-2 {
  background-image: url(../img/menu-icon-2.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-3 {
  background-image: url(../img/menu-icon-3.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-4 {
  background-image: url(../img/menu-icon-4.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-5 {
  background-image: url(../img/menu-icon-5.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-6 {
  background-image: url(../img/menu-icon-6.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-7 {
  background-image: url(../img/menu-icon-7.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-8 {
  background-image: url(../img/menu-icon-8.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-9 {
  background-image: url(../img/menu-icon-9.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .label.label-13 {
  background-image: url(../img/menu-icon-13.png);
}
.main-wrap .main-menu .menu-item .menu-item-inner .title {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  color: inherit;
}
.main-wrap .main-menu .menu-item .menu-item-inner .explain {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
.main-wrap .main-menu .menu-item.hover {
  background-color: #ff8c00;
  color: #fff;
  border-right: none;
  overflow: visible;
  z-index: 10;
}
.menu-pop {
  width: auto;
  height: auto;
  min-height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 160px;
  border: 1px #ff8c00 solid;
  background: #fff;
  z-index: -1;
}
.menu-pop .menu-pop-inner {}
.menu-pop .menu-pop-inner .menu-subclass {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #e47911;
  margin-top: 20px;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 24px;
  margin-right: 104px;
}
.menu-pop .menu-pop-inner .menu-subclass .subclass-item {
  margin-top: 20px;
  overflow: hidden;
}
.menu-pop .menu-pop-inner .menu-subclass .label {
  width: 80px;
  margin-right: 8px;
  text-align: right;
  float: left;
}
.menu-pop .menu-pop-inner .menu-subclass .label a {
  color: #e47911;
}
.menu-pop .menu-pop-inner .menu-subclass .label a:hover {
  text-decoration: underline;
}
.menu-pop .menu-pop-inner .menu-subclass .brand {
  color: #111111;
  white-space: nowrap;
  margin-left: 80px;
  overflow: hidden;
}
.menu-pop .menu-pop-inner .menu-subclass .brand a {
  padding: 0 8px;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  border-left: 1px solid #ccc;
}
.menu-pop .menu-pop-inner .menu-subclass .brand a:first-child {
  border: 0;
}
.menu-pop .menu-pop-inner .menu-subclass .brand a:hover {
  text-decoration: underline;
}
/*ad-wrap*/
.ad-wrap {}
.ad-wrap .ad-item {
  margin-bottom: 25px;
}
.ad-wrap .ad-item:last-child {
  margin-bottom: 0;
}
.ad-wrap .ad-item a {
  display: block;
}
.ad-wrap .ad-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
/*push-wrap*/
.push-wrap {
  width: 100%;
  /* max-width: 1200px; */
  padding: 0 10px;
  margin: 20px auto;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
}
.push-header {
  position: relative;
  width: 160px;
  float: left;
  text-align: center;
  height: 260px;
  background-color: #3c6585;
  color: #fff;
  font-size: 28px;
  line-height: 260px;
}
.push-header .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #3c6585;
  margin-right: -14px;
  z-index: 1;
}
.push-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  height: 260px;
  padding: 5px 5px 0 0;
  background-color: #f5f5f5;
  margin-left: 160px;
  overflow: hidden;
}
.push-prod-item {
  flex-grow: 1;
  width: 200px;
  margin-bottom: 5px;
  margin-left: 5px;
  background-color: #fff;
  overflow: hidden;
}
.push-prod-item .push-prod-item-inner {
  width: inherit;
  margin: auto;
  overflow: hidden;
}
.push-prod-item .push-prod-image {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 9px auto 6px;
  overflow: hidden;
}
.push-prod-item .push-prod-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.push-prod-item .push-prod-info {
  height: 80px;
  margin: 0 14px 15px;
  overflow: hidden;
}
.push-prod-item .push-prod-info .push-prod-title {
  height: 28px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.push-prod-item .push-prod-info .push-prod-title a {
  color: #000;
}
.push-prod-item .push-prod-info .push-prod-title .sub-title {
  margin-left: 2px;
  color: #ff0000;
}
.push-prod-item .push-prod-info .push-prod-price {
  height: 20px;
  padding-top: 2px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  color: #b12704;
}
.push-prod-item .push-prod-info .push-prod-option {
  margin-top: 8px;
}
.push-prod-item .push-prod-info .push-prod-option .button {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  background: #cd4d00;
  border-color: #cd4d00;
  border-radius: 3px;
}
/*floor-wrap*/
.floor-wrap {}
.floor-item {
  width: 100%;
  /* max-width: 1200px; */
  padding: 0 10px;
  margin: 20px auto;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
}
.floor-item .floor-header {
  display: table;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 3px solid #000;
}
.floor-item .floor-header .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  float: left;
}
/*floor-content*/
.floor-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.floor-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-bottom: 1px solid #ededed;
}
.floor-content .floor-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  background-color: #efefef;
  overflow: hidden;
}
.floor-content .floor-menu .floor-menu-item {
  /* flex: 1; */
  /* max-width: 33.3333%; */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -1px;
  padding-left: 1px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
  float: left;
}
.floor-content .floor-menu .floor-menu-title {
  display: inline-block;
  max-width: 84px;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
  font-weight: normal;
  float: left;
}
.floor-content .floor-menu .floor-menu-title a {
  color: #000;
}
.floor-content .floor-menu .floor-menu-title a:hover {
  font-weight: bold;
}
.floor-content .floor-menu .floor-menu-content {
  padding: 0px;
  margin: 0 -4px;
  max-width: 384px;
  max-height: 64px;
  list-style-type: none;
  overflow: hidden;
  float: left;
}
.floor-content .floor-menu .floor-menu-content li {
  position: relative;
  width: 88px;
  max-width: 294px;
  height: 22px;
  padding: 0;
  margin: 4px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  float: left;
}
.floor-content .floor-menu .floor-menu-content a {
  color: #000;
}
.floor-content .floor-menu .floor-menu-content a:hover {
  font-weight: bold;
}
.floor-prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  max-height: 452px;
  overflow: hidden;
  border-left: 1px solid #ededed;
}
.floor-prod .floor-prod-item {
  flex-grow: 1;
  width: 210px;
  overflow: hidden;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.floor-prod .floor-prod-item .floor-prod-item-inner {
  width: inherit;
  margin: auto;
  overflow: hidden;
}
.floor-prod .floor-prod-image {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 6px auto 6px;
  overflow: hidden;
}
.floor-prod .floor-prod-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.floor-prod .floor-prod-info {
  height: 48px;
  margin: 0 14px 15px;
  overflow: hidden;
}
.floor-prod .floor-prod-info .floor-prod-title {
  height: 28px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.floor-prod .floor-prod-info .floor-prod-title a {
  color: #000;
}
.floor-prod .floor-prod-info .floor-prod-title .sub-title {
  margin-left: 2px;
  color: #ff0000;
}
.floor-prod .floor-prod-info .floor-prod-price {
  height: 20px;
  padding-top: 2px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  color: #b12704;
}</pre></body></html>