<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
  margin: 0px 50px
}

.venus-menu {
  margin: 0;
  position: relative;
  float: left;
  font-family: "Open Sans", sans-serif;
  list-style: none
}

.venus-menu li {
  position: relative;
  width: 130px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  margin-right: 53px
}

.venus-menu li:last-child {
  margin-right: 0
}

.venus-menu .active&gt;a {
  color: #be3826 !important
}

.venus-menu .active&gt;a .home {
  background-image: url(../images/棣栭〉.png)
}

.venus-menu&gt;li&gt;a {
  font-size: 16px;
  /*font-weight: 500;*/
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  display: block
}

.venus-menu&gt;li&gt;a .dot {
  float: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 8px
}

.venus-menu&gt;li&gt;a .home {
  float: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  vertical-align: -2px;
  background-image: url(../images/棣栭〉鍒濆鎬�.png)
}

.venus-menu li:hover&gt;a {
  color: #be3826
}

.venus-menu li:hover .dot {
  background-color: #be3826
}

.venus-menu li:hover .home {
  background-image: url(../images/棣栭〉.png)
}

.venus-menu&gt;li:hover&gt;a i,
.venus-menu li.active a i {
  color: #fff
}

.venus-menu ul li:first-child {
  border-radius: 6px 6px 0 0;
}

.venus-menu ul li:last-child {
  border-radius: 0 0 6px 6px;
}

.venus-menu ul,
.venus-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  width: 160px
}

.venus-menu ul {
  left: 50%;
  margin-left: -80px;
  padding-top: 24px
}

.venus-menu ul li:first-child {
  border-radius: 6px 6px 0 0;
}

.venus-menu ul li:last-child {
  border-radius: 0 0 6px 6px;
}

.venus-menu&gt;li&gt;ul&gt;li:first-child a:before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 1px;
  height: 24px;
  font-size: 22px;
  background: #fff
}

.venus-menu&gt;li&gt;ul&gt;li ul li:first-child a:before {
  content: "|";
  position: absolute;
  bottom: 16px;
  left: 45%;
  margin-left: -71px;
  width: 0;
  height: 0
}

.venus-menu ul li ul {
  top: 0;
  left: 100%;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px
}

.venus-menu ul li {
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  text-align: center
}

.venus-menu ul li a {
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  clear: both;
  box-sizing: border-box;
  padding: 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.venus-menu ul li:hover&gt;a {
  background-color: #b92a17;
  color: #fff;
  border: 0px;
  font-weight: normal;
}

.venus-menu ul li:first-child:hover&gt;a {
  border-radius: 6px 6px 0 0;
}

.venus-menu ul li:last-child:hover&gt;a {
  border-radius: 0 0 6px 6px;
}

.venus-menu&gt;li&gt;ul&gt;li:first-child:hover a:before {
  border-bottom-color: #fff
}

.venus-menu&gt;li&gt;ul&gt;li ul li:first-child:hover a:before {
  border-right-color: #fff
}

.venus-menu&gt;li .indicator {
  position: absolute;
  color: #bababa;
  top: 19px;
  right: 8px;
  font-size: 20px;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.venus-menu&gt;li:hover&gt;.indicator {
  color: #fff
}

.venus-menu ul&gt;li .indicator {
  top: 14px;
  right: 8px;
  color: #fff
}

.venus-menu i {
  line-height: 20px !important;
  margin-right: 6px;
  font-size: 20px;
  float: left
}

.venus-menu&gt;li.showhide {
  display: none;
  width: 100%;
  height: 46px;
  cursor: pointer;
  color: #777;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff
}

.venus-menu&gt;li.showhide span.title {
  margin: 13px 0 0 20px;
  float: left
}

.venus-menu&gt;li.showhide span.icon {
  margin: 16px 20px;
  float: right
}

.venus-menu&gt;li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ccc
}

.venus-menu li.search {
  float: right
}

.venus-menu li.search form {
  margin: 13px 20px 0 0
}

.venus-menu li.search form input.search {
  height: 26px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  color: #777;
  outline: none;
  border: solid 1px #dedede;
  -o-transition: border .3s linear;
  -moz-transition: border .3s linear;
  -webkit-transition: border .3s linear;
  transition: border .3s linear
}

.venus-menu li.search form input.search:focus {
  border-color: #018a00
}

.zoom-out {
  -webkit-animation: zoomOut 600ms ease both;
  -moz-animation: zoomOut 600ms ease both;
  -o-animation: zoomOut 600ms ease both;
  animation: zoomOut 600ms ease both
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(.6)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(.6)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes zoomOut {
  0% {
    -o-transform: scale(.6)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(.6)
  }

  100% {
    transform: scale(1)
  }
}

/*@media only screen and (max-width:768px) {*/
/*  .venus-menu li {*/
/*    display: block;*/
/*    width: 100%*/
/*  }*/

/*  .venus-menu&gt;li&gt;a {*/
/*    padding: 13px 0 14px 20px*/
/*  }*/

/*  .venus-menu&gt;li.brand {*/
/*    display: none !important*/
/*  }*/

/*  .venus-menu a {*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box*/
/*  }*/

/*  .venus-menu ul,*/
/*  .venus-menu ul li ul {*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    left: 0;*/
/*    border: none;*/
/*    position: static;*/
/*    box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box*/
/*  }*/

/*  .venus-menu&gt;li&gt;ul&gt;li:first-child a:before,*/
/*  .venus-menu&gt;li&gt;ul&gt;li ul li:first-child a:before {*/
/*    border: none*/
/*  }*/

/*  .venus-menu ul li {*/
/*    border-left: none;*/
/*    border-right: none*/
/*  }*/

/*  .venus-menu ul li a {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px*/
/*  }*/

/*  .venus-menu ul&gt;li&gt;a {*/
/*    padding-left: 40px !important*/
/*  }*/

/*  .venus-menu&gt;li .indicator {*/
/*    top: 14px;*/
/*    right: 20px;*/
/*    font-size: 20px*/
/*  }*/

/*  .venus-menu ul&gt;li .indicator {*/
/*    top: 10px;*/
/*    right: 20px*/
/*  }*/

/*  .venus-menu li.search form {*/
/*    margin: 12px 18px 0 18px*/
/*  }*/

/*  .venus-menu li.search form input.search {*/
/*    width: 100%;*/
/*    margin-bottom: 12px;*/
/*    box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box*/
/*  }*/

/*  .venus-menu&gt;li&gt;ul&gt;li&gt;a {*/
/*    padding-left: 40px !important*/
/*  }*/

/*  .venus-menu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {*/
/*    padding-left: 60px !important*/
/*  }*/

/*  .venus-menu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {*/
/*    padding-left: 80px !important*/
/*  }*/
/*}*/

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