<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
     *reset style
 */
html,
body,
ul,
p,
dd,
dl,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  border: none;
}
input,
select,
textarea {
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
p {
  vertical-align: top;
}
/*
 * globe style
 */
@font-face {
  font-family: 'shiyuan';
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.woff ') format('woff'), url('//at.alicdn.com/t/uhrpvn87n45cdi.ttf ') format('truetype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.svg#NotoSansHans-DemiLight ') format('svg');
}
@font-face {
  font-family: 'ndate';
  /* project id 557327 */
  src: url('../fonts/REVI565N.ttf') format('truetype');
}
@font-face {
  font-family: 'avgardm';
  /* project id 557327 */
  src: url('../fonts/AVGARDM.ttf') format('truetype');
}
@font-face {
  font-family: 'dincond';
  src: url('../font/DINCond-Bold.ttf') format('truetype');
}
body {
  font-family: "PingFang SC", "PingHei", "STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "microsoft yahei", "SimHei", "tahoma", "Arial", "Verdana", "sans-serif", "shiyuan", "Microsoft YaHei", "寰蒋闆呴粦", "SimSun", "瀹嬩綋", HELVETICA;
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr {
  margin-right: 0;
}
.mb {
  margin-bottom: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.g-container {
  width: 7.7083rem;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: none;
}
a {
  display: block;
  width: 100%;
  height: 100%;
}
.tobig {
  /* cursor:pointer; */
  overflow: hidden;
  text-align: center;
}
.tobig img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.tobig:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
      transform: scale(1.15);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.oneline {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.twoline {
  word-break: break-all;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page {
  display: table;
  margin: 0.2rem auto;
}
.page a {
  width: auto;
}
.icon {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'iconfont';
  /* project id 665647 */
  src: url('//at.alicdn.com/t/font_665647_1z7l1xwo4ai.eot');
  src: url('//at.alicdn.com/t/font_665647_1z7l1xwo4ai.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_665647_1z7l1xwo4ai.woff') format('woff'), url('//at.alicdn.com/t/font_665647_1z7l1xwo4ai.ttf') format('truetype'), url('//at.alicdn.com/t/font_665647_1z7l1xwo4ai.svg#iconfont') format('svg');
}
.arrow {
  color: #fff;
  font-family: "iconfont";
  -webkit-animation: bounce-down 1.5s linear infinite;
  animation: bounce-down 1.5s linear infinite;
  cursor: pointer;
}
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-7px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(7px);
  }
}
@keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
/*鑿滃崟鐗规晥*/
.navlist li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
}
/*header*/
.header-fixed {
  height: .4688rem;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: .4688rem;
  z-index: 10;
}
.header.on {
  background: #fff;
}
.header.on .head-logo {
  /*background-image: url(/images/logo-block.png?ver=1);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.header.on .head-mid .navlist ul li a {
  color: #333;
}
.header.on .head-mid .navlist ul li a:before {
  background: #333;
}
.header.on .head-mid .navlist ul li a:hover {
  color: #000;
}
.header.on .head-login span {
  color: #333;
}
.header.on .subheader .subli {
  background-color: #fff;
  height: .1rem;
}
.header.on .subheader .subul {
  background-color: #fff;
}
.header.on .subheader ul li a {
  color: #333;
}
.header.on .subheader ul li a:hover {
  color: #1b2d76;
}
.header.on .subheader ul li a:hover span {
  color: #1b2d76;
}
.header .header-fix {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .head-logo {
  width: 1.3906rem;
  height: .4688rem;
  /*background-image: url(/images/logo-white.png?ver=1);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 1.1458rem;
  z-index: 3;
}
.header .head-mid {
  height: .4688rem;
  position: absolute;
  right: 1.5104rem;
  top: 0;
  line-height: .4688rem;
  z-index: 5;
}
.header .head-mid .navlist ul li {
  font-size: 14px;
  margin-left: 40px;
}
.header .head-mid .navlist ul li a:hover {
  color: #fff;
}
.header .head-login {
  width: .2604rem;
  height: .4688rem;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 1.1458rem;
  line-height: .4688rem;
}
.header .head-login:hover span {
  opacity: 0.75;
}
.header .head-login span {
  color: #fff;
  font-size: .125rem;
}
.header .subheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .9375rem;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: 0.5s,-webkit-transform 0.5s;
  transition: 0.5s,-webkit-transform 0.5s;
  -o-transition: 0.5s,transform 0.5s;
  transition: 0.5s,transform 0.5s;
  transition: 0.5s,transform 0.5s,-webkit-transform 0.5s;
  -webkit-transform: translateY(-0.9375rem);
      -ms-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
  overflow: hidden;
}
.header .subheader.on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header .subheader .subheader-w {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header .subheader .subheader-w.on {
  opacity: 1;
}
.header .subheader .subli {
  width: 100%;
  height: .4688rem;
  display: none;
}
.header .subheader .subli.on {
  display: block;
}
.header .subheader .subli:nth-of-type(2) .subul ul {
  right: 1.4rem;
}
.header .subheader .subli:nth-of-type(3) .subul ul {
  right: 0rem;
}
.header .subheader .subli:nth-of-type(4) .subul ul {
  right: 1.1rem;
}
.header .subheader .subli:nth-of-type(5) .subul ul {
  right: -0.3rem;
}
.header .subheader .subul {
  position: absolute;
  top: .4688rem;
  width: 7.7083rem;
  left: 50%;
  margin-left: -3.8542rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: .4688rem;
  border-top: 1px solid #ddd;
}
.header .subheader ul {
  position: absolute;
  top: 0;
}
.header .subheader ul li {
  margin: 0 0.1rem;
}
.header .subheader ul li a {
  color: #333;
}
.header .subheader ul li a span {
  font-size: .125rem;
  color: #999;
  margin-right: 0.05rem;
  vertical-align: middle;
}
.footer .footer-top {
  background: #f9f9f9;
  padding: .3646rem 0 0;
  height: 260px;
}
.footer .footer-top .footer-top-list {
  position: relative;
  height: 260px;
}
.footer .footer-top .footer-top-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5.7812rem;
  width: 1px;
  height: 1.0417rem;
  background: #dedede;
}
.footer .footer-top .footer-top-list ul {
  width: 5.7812rem;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-top .footer-top-list ul li {
  width: .9635rem;
  text-align: left;
}
.footer .footer-top .footer-top-list ul li h4 {
  font-size: 13px;
  margin: 0;
  
  font-weight: normal;
}
.footer .footer-top .footer-top-list ul li h4 a {
  color: #333;
  display: block;
  margin-bottom: .1042rem;
}
.footer .footer-top .footer-top-list ul li p {
  font-size: 12px;
  margin-bottom: .0521rem;
}
.footer .footer-top .footer-top-list ul li p a {
  color: #999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-top .footer-top-list ul li p:hover a {
  color: #333;
}
.footer .footer-top .footer-top-list .footer-code {
  width: 1.5625rem;
  height: 1.0417rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-top .footer-top-list .footer-code ul {
  width: 1.5625rem;
}
.footer .footer-top .footer-top-list .footer-code ul li {
  width: .4167rem;
  margin-left: .104rem;
  text-align: center;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(1):hover span {
  color: #fc0f3d;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(1):hover p {
  color: #fc0f3d;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(2):hover span {
  color: #e72416;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(2):hover p {
  color: #e72416;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(3) {
  cursor: pointer;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(3):hover span {
  color: #62b900;
}
.footer .footer-top .footer-top-list .footer-code ul li:nth-of-type(3):hover p {
  color: #62b900;
}
.footer .footer-top .footer-top-list .footer-code ul li span {
  display: block;
  font-size: 48px;
  color: #666;
}
.footer .footer-top .footer-top-list .footer-code ul li p {
  color: #666;
  font-size: 12px;
}
.footer .footer-top .footer-top-list .wx-code {
  width: .7812rem;
  height: .7812rem;
  overflow: hidden;
  position: absolute;
  right: -0.2rem;
  top: .6115rem;
  display: none;
}
.footer .footer-word {
  background: #f9f9f9;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
}
.footer .footer-word p {
  font-size: 12px;
  color: #888;
  margin: 0 0 0.07rem;
}
.footer .footer-word p a {
  color: #0073ce;
  display: inline;
}
.footer .footer-word p a:hover {
  color: #1b2d76;
}
.footer .footer-bom {
  background: #3c3c3c;
  padding: .1042rem 0;
}
.footer .footer-bom .footer-info {
  position: relative;
  color: #999;
}
.footer .footer-bom .footer-info span {
  font-size: 14px;
}
.footer .footer-bom .footer-info h3 {
  margin: 0;
  font-size: 24px;
}
.footer .footer-bom .footer-info p {
  font-size: 12px;
}
.footer .footer-bom .footer-info p a {
  display: inline;
  color: #999;
}
.footer .footer-bom .footer-info .footer-link {
  background: #919090;
  width: .7812rem;
  height: .2083rem;
  border-radius: .2604rem;
  text-align: center;
  line-height: .2083rem;
  position: absolute;
  top: .1042rem;
  right: .1042rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer-bom .footer-info .footer-link a {
  font-size: 16px;
  color: #3c3c3c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer-bom .footer-info .footer-friends {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 320px;
  right: 0;
  overflow: hidden;
}
.footer .footer-bom .footer-info .footer-friends ul {
  width: 320px;
}
.footer .footer-bom .footer-info .footer-friends span {
  color: #bbb;
  font-size: 12px;
}
.footer .footer-bom .footer-info .footer-friends li {
  padding: 0 15px;
  font-size: 12px;
  border-left: 1px solid #999;
}
.footer .footer-bom .footer-info .footer-friends li:first-child {
  border-left: 0;
}
.footer .footer-bom .footer-info .footer-friends li a {
  color: #999;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer-bom .footer-info .footer-friends li:hover a {
  color: #fff;
}
.page {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  .header .subheader .subli:nth-of-type(2) .subul ul {
    right: 1.56rem;
  }
  .header .subheader .subli:nth-of-type(3) .subul ul {
    right: 0rem;
  }
  .header .subheader .subli:nth-of-type(4) .subul ul {
    right: 1.25rem;
  }
  .header .subheader .subli:nth-of-type(5) .subul ul {
    right: -0.3rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1600px) {
  .header .subheader .subli:nth-of-type(2) .subul ul {
    right: 1.85rem;
  }
  .header .subheader .subli:nth-of-type(3) .subul ul {
    right: 0.3rem;
  }
  .header .subheader .subli:nth-of-type(4) .subul ul {
    right: 1.45rem;
  }
  .header .subheader .subli:nth-of-type(5) .subul ul {
    right: -0.2rem;
  }
}
</pre></body></html>