<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote,
body,
div,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
  list-style-type: none;
}
a img,
a,
a:hover,
a:active,
a:visited {
  border: none;
  text-decoration: none;
  outline: none;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
a {
  color: #333333;
}
input,
button,
select,
textarea {
  outline: none;
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .content {
    overflow: hidden;
  }
}
.com-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 5px rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.navbar-blue {
  background: #3b9ad7;
  box-shadow: 0px 3px 5px rgba(59, 154, 215, 0.5);
}
.header.navbar-blue .h-nav li:hover a,
.header.navbar-blue .h-nav li.active a {
  color: #FFFFFF;
}
.header .logo {
  float: left;
  position: relative;
}
.header .h-nav {
  position: relative;
  float: right;
}
.header .h-nav li {
  float: left;
  height: 90px;
  text-align: center;
  line-height: 90px;
  margin-left: 45px;
}
.header .h-nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .h-nav li:hover a,
.header .h-nav li.active a {
  color: #3b9ad7;
}
/*footer*/
.footer {
  width: 100%;
  height: 256px;
  min-width: 1200px;
  background: #444444;
  text-align: center;
}
.footer .f-txt {
  height: 115px;
  border-bottom: 1px solid #8c8c8c;
  width: 100%;
  line-height: 115px;
}
.footer .f-txt .f-nav {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
  vertical-align: middle;
}
.footer .f-txt .f-nav li {
  float: left;
  color: #c2c2c2;
}
.footer .f-txt .f-nav li a {
  font-size: 16px;
  color: #c2c2c2;
}
.footer .f-txt .f-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
}
.footer .f-txt .f-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .f-txt .f-icon .icon-wx {
  width: 30px;
  height: 24px;
  float: left;
  background: url(../images/wx.png) no-repeat center center;
  margin-left: 38px;
  margin-top: 45px;
  position: relative;
}
.footer .f-txt .f-icon .icon-wx .hideweixin {
  width: 140px;
  height: 135px;
  position: absolute;
  top: -158px;
  left: -65px;
  padding: 10px;
  background: url(../images/weixin-bg-b.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: none;
  z-index: 90;
}
.footer .f-txt .f-icon .icon-qq {
  width: 24px;
  height: 24px;
  float: left;
  background: url(../images/qq.png) no-repeat center center;
  margin-top: 45px;
}
.footer .f-last .left {
  float: left;
  margin-top: 40px;
  text-align: left;
}
.footer .f-last .left p {
  color: #8b8b8b;
  line-height: 27px;
}
.footer .f-last .left p a {
  color: #8b8b8b;
}
.footer .f-last .right {
  float: right;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
}
/*pageshow*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #E62129;
  border-color: #E62129;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page {
  text-align: center;
  clear: both;
}
.page li.active a {
  background: #3b9ad7;
  border: solid 1px #3b9ad7;
}
</pre></body></html>