<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ç‰ˆå¿ƒ */
.banner {
  width: 1200px;
  margin: 0 auto;
}
.container {
  width: 100%;
}
/* header  */
header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.24);
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 172px;
  height: 44px;
  padding: 8px 0;
}
header .logo h1 {
  width: 100%;
  height: 100%;
  background: url(../images/wsstock_01.png) no-repeat;
}
.nav {
  flex: 1;
  height: 60px;
  padding-left: 160px;
}
.nav li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 60px;
  border-bottom: 2px solid #fff;
}

.free-use {
  position: relative;
  box-sizing: border-box;
  width: 100px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #fff;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.free-use .sweep {
  display: none;
  width: 210px;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  color: #333;
  background-color: #fff;
  font-size: 14px;
}
.free-use .sweep p {
  height: 40px;
}

/* main  */
main {
  width: 100%;
}

main .sidebar {
  box-sizing: border-box;
  position: fixed;
  right: 10px;
  top: 25%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #8e8e8e;
}
main .sidebar li {
  box-sizing: border-box;
  position: relative;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
main .sidebar li:last-child {
  border: 0;
}
.hover {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  width: 70px;
  height: 70px;
  padding: 8px 16px;
  font-size: 18px;
  background-color: #0099ff;
  color: #fff;
}
.ws-stock {
  padding: 20px 8px;
}
.service {
  visibility: hidden;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -107px;
  transform: translateX(-50%);
  width: 210px;
  height: 100px;
  padding: 0 15px;
  background-color: #fff;
}
.service .qq {
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #8e8e8e;
  border-bottom: 1px solid #e6e6e6;
}
.service .qq::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/ico_031.png) no-repeat;
}
.service .qq button{
  width: 70px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #3a97ff;
  color: #fff;
}
.service .phone {
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #8e8e8e;
}
.service .phone::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/ico_032.png) no-repeat;
}
.wskc,.sidebar-gzh,.sidebar-service-wx {
  display: none;
  width: 210px;
  position: absolute;
  top: 0;
  left: -110px;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 14px;
  text-align: center;
}
.wskc&gt;p,.sidebar-gzh&gt;p,.sidebar-service-wx&gt;p {
  font-size: 14px;
  color: #333;
  height: 40px;
}
/* å¤§èƒŒæ™¯å›¾  */
.bg {
  box-sizing: border-box;
  height: 560px;
  padding-top: 180px;
  background: url(../images/bg_pic_001.jpg);
}
main .bg .title {
  padding-bottom: 36px;
  font-size: 48px;
  font-weight: 500;
  color: #fff000;
}
main p {
  font-size: 26px;
  color: #fff;
  line-height: 46px;
}
/* æ¥¼å±‚åŒº */
/* .top-content */
.top-content {
  padding-top: 60px;
  background: url(../images/bg_b_pic_036.jpg);
}
/* ä¸“ä¸ºä¸­å°ç”µå•†å•†å®¶ç&nbsp;”å‘çš„å°ç¨‹åº */
.show-floor {
  box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 60px;
}
.show-floor &gt; .title {
  margin-bottom: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.show-floor .show {
  display: flex;
  justify-content: space-between;
}
.show-floor .show li &gt; .title {
  margin-top: 24px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
/* æ&nbsp;¸å¿ƒåŠŸèƒ½æ¨¡å— */
.function-floor {
  padding-bottom: 20px;
}
.function-floor .title {
  margin-bottom: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.function-floor .function {
  overflow: hidden;
}
.function-floor .function li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  padding-top: 36px;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 270px;
  height: 270px;
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(54, 150, 250, 0.08);
  border-radius: 4px;
}
.function-floor .function li:last-child,
.function-floor .function li:nth-of-type(4) {
  margin-right: 0;
}
.function-floor .function li h1 {
  font-size: 18px;
  color: #3b96fa;
  margin-top: 24px;
  margin-bottom: 36px;
}
.function-floor .function li p {
  width: 210px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 21px;
}
/* bottom-content */
.bottom-bg {
  height: 300px;
  background: url(../images/bg_s_pic_014.jpg);
}
.bottom-bg &gt; div {
  width: 900px;
  box-sizing: border-box;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 80px;
}
.bottom-floor {
  padding-top: 60px;
  background: url(../images/bg_b_s_pic_037.jpg);
}
.bottom-floor-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}
.bottom {
  overflow: hidden;
  padding: 0 30px;
}
.bottom &gt; li {
  box-sizing: border-box;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 160px;
  margin-right: 60px;
  margin-bottom: 60px;
  padding-top: 36px;
  box-shadow: 4px 4px 12px rgba(54, 150, 250, 0.2);
  /* box-shadow: 4px 4px 12px rgb(3, 15, 27); */
}
.bottom &gt; li:nth-of-type(5),
.bottom &gt; li:last-child {
  margin-left: 0;
}
.bottom &gt; li &gt; p {
  font-size: 18px;
  color: #666;
  margin-top: 24px;
  line-height: 18px;
}
/* åº•éƒ¨ */
footer {
  box-sizing: border-box;
  height: 300px;
  padding-top: 60px;
  background-color: #00192f;
}
.footer-warp {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.footer-left {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 140px;
  text-align: center;
}
.footer-left .gzh {
  margin-right: 40px;
}
.footer-left img {
  width: 100px;
  height: 100px;
}
.footer-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  height: 126px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 415px;
  height: 126px;
}
</pre></body></html>