<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
* å…¬å…±æ&nbsp;·å¼è¡¨ 
*/
html,body,div,header,nav,span,img,h2,h3,h4,h5,h6,ul,li,a,footer,p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "æ–°ç´°æ˜Žé«”", "æ–°ç»†æ˜Žä½“", PMingLiu, "ç´°æ˜Žé«”", "ç»†æ˜Žä½“", MingLiu,Microsoft JhengHei,Helvetica, "Myriad Pro", Arial, sans-serif;
}

a {
  color: #111;
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

/* å¤´éƒ¨æ&nbsp;·å¼ */
header .header {
  position: relative;
  height: 100vh;
}

header .header .imgborder_span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.3;
  z-index: 10;
}

header .header .imgborder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(/skin/image/121.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll, fixed;
  display: inherit;
  -webkit-animation: mybackground linear 7s infinite alternate;
  -moz-animation: mybackground linear 7s infinite alternate;
  -o-animation: mybackground linear 7s infinite alternate;
  animation: mybackground linear 7s infinite alternate;
  z-index: -1;
}

header .header .imgborder_m {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(/skin/image/121_m.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll, fixed;
  display: inherit;
  -webkit-animation: mybackground linear 7s infinite alternate;
  -moz-animation: mybackground linear 7s infinite alternate;
  -o-animation: mybackground linear 7s infinite alternate;
  animation: mybackground linear 7s infinite alternate;
  z-index: -1;
}

header .header .imgborder_mm {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 85vh;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(/skin/image/121_m.png);
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll, fixed;
  display: inherit;
  -webkit-animation: mybackground linear 7s infinite alternate;
  -moz-animation: mybackground linear 7s infinite alternate;
  -o-animation: mybackground linear 7s infinite alternate;
  animation: mybackground linear 7s infinite alternate;
  z-index: -1;
}

header .header .pc_nav {
  width: 100%;
  position: absolute;
  z-index: 10;
}

header .header .pc_nav img {
  width: 300px;
  margin-left: 90px;
  margin-top: 10px;
}

header .header .pc_nav ul {
  float: right;
  padding: 3% 90px;
}

header .header .pc_nav ul li {
  float: left;
  padding: 10px;
}

header .header .pc_nav ul li a {
  color: white;
  font-size: 17px;
}

header .header .pc_nav ul li a:hover {
  color: #007aff;
}

header .header .pc_nav ul::after {
  content: "";
  display: block;
  clear: both;
}

header .header .mobile_nav_menu {
  display: none;
}

header .header .title_span img {
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 656px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

header .header .pc_move_menu {
  display: none;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: fixed;
  background-color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 80px;
  box-shadow: 0px 0px 4px gainsboro;
  z-index: 10000;
}

header .header .pc_move_menu img {
  width: 13%;
  margin-left: 10%;
  margin-top: 5px;
}

header .header .pc_move_menu ul {
  width: 47%;
  float: right;
  margin-top: 20px;
}

header .header .pc_move_menu ul li {
  float: left;
  font-size: 16px;
  margin: 10px;
  font-weight: bold;
  color: #9e9e9e;
}

header .header .pc_move_menu ul li:hover a {
  color: #007aff;
}

header .header .pc_move_menu ul::after {
  content: "";
  display: block;
  clear: both;
}

.menu {
  position: relative;
  width: 100%;
  background-color: white;
  overflow: hidden;
}

.menu ul {
  width: 71%;
  margin: 0 auto;
}

.menu ul li {
  float: left;
  width: 12.5%;
  padding: 15px;
  box-sizing: border-box;
}

.menu ul li a img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.menu ul li a img:nth-of-type(2) {
  width: 0%;
}

.menu ul li:hover a img:nth-of-type(1) {
  width: 0%;
  opacity: 0;
}

.menu ul li:hover a img:nth-of-type(2) {
  width: 70%;
}

.menu ul li:hover a span {
  color: #2d569e;
}

.menu ul li:hover a p {
  color: #2d569e;
}

.menu ul li a span {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: black;
  text-align: center;
  display: block;
}

.menu ul li a p {
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
  color: black;
}

.menu ul::after {
  content: "";
  display: block;
  clear: both;
}

.title_span_mobile {
  display: none;
}

/* é¢åŒ…å±‘å¯¼èˆª */
.bread_leader {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  padding: 35px 0 10px;
}

.bread_leader .leader_left {
  width: 30%;
  background-color: #f6f6f6;
  float: left;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 7px;
}

.bread_leader .leader_left span {
  float: right;
  font-size: 18px;
}

.bread_leader .leader_left span a {
  color: black;
}

.bread_leader .leader_left span a:hover {
  color: #2d569e;
}

.bread_leader .leader_right {
  width: 32%;
  background-color: #f6f6f6;
  float: right;
  padding: 7px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.bread_leader .leader_right span {
  font-size: 18px;
}

.bread_leader::after {
  content: "";
  display: block;
  clear: both;
}

/* å¾®ä¿¡å¼¹çª—æ&nbsp;·å¼ */
@keyframes modelshow {
  0% {
    opacity: 0;
    display: none;
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    display: block;
    transform: scale(1);
  }
}

.modal-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal-bg img {
  display: block;
}

.img-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-bg img:nth-of-type(1) {
  width: 300px;
}

.modal-bg img:nth-of-type(2) {
  position: absolute;
  top: -25%;
  right: -20%;
  width: 40px;
  cursor: pointer;
}

/* å‹é“¾ */
.new_footer .footer_bottom .footer_03 .flink_title {
  display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
}

.new_footer .footer_bottom .footer_03 .flink_title span {
  color:#FFF;
}

.new_footer .footer_bottom .footer_03 .flink_title img {
  width: 20px;
  float: unset;
  margin: 0;
  padding-left: 3px;
  margin-top:3px;
}

.flink {
  display: none;
}

.flink a {
  color: #000eee;
  margin-right:5px;
}

/* ç”µè¯å¼¹æ¡†æ&nbsp;·å¼ */
.visible_body1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  z-index: 999;
  transition: 1s;
}
.visible_body1 .body_confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 289px;
  padding: 20px;
  border-radius: 5px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.visible_body1 .body_confirm .confirm_top p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: unset;
}
.visible_body1 .body_confirm .confirm_bottom {
  width: 259px;
  margin: 16px auto;
}
.visible_body1 .body_confirm .confirm_bottom span {
  padding: 10px 8px;
  border-radius: 5px;
  display: block;
  width: 105px;
  text-align: center;
  float: left;
  font-size: 15px;
}
.visible_body1 .body_confirm .confirm_bottom span:nth-of-type(1) {
  color: #00a6f7;
  background: #e4e4e4;
  cursor: pointer;
}
.visible_body1 .body_confirm .confirm_bottom span:nth-of-type(2) {
  color: white;
  background: #00a6f7;
  float: right;
  padding: unset;
  width: 121px;
}
.visible_body1 .body_confirm .confirm_bottom span:nth-of-type(2) a {
  display: inline-block;
  padding: 10px 45px;
}

/* åº•éƒ¨å¯¼èˆªæ&nbsp; */
.dbdaohang {
  width: 100%;
  height: 46px;
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  border: 1px solid gainsboro;
  background-color: white;
  z-index: 155;
  display: none;
}
.dbdaohang a {
  display: block;
  overflow: hidden;
  width: 30%;
  float: left;
  box-sizing: border-box;
}
.dbdaohang a span {
  display: block;
  width: 68px;
  text-align: center;
  margin: 0 auto;
}
.dbdaohang a span img {
  width: 27px;
  display: block;
  margin: 0 auto;
}
.dbdaohang a span p {
  width: 60px;
  float: left;
  margin-top: 0;
  color: #8a8a8a;
  margin-left: 5px;
  font-size: 10px;
}
.dbdaohang a span::after {
  display: block;
  content: "";
  clear: both;
}

/* å°¾éƒ¨æ&nbsp;·å¼ */
footer {
  position: relative;
  height: 500px;
}

.new_footer .footer_bottom {
  width: 100%;
  background-color: #239dc6;
  padding-bottom: 25px;
}

.new_footer .footer_bottom .footer_01 {
  width: 55%;
  margin: 0 auto;
  padding-top: 35px;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li {
  width: 12.5%;
  height: 300px;
  float: left;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li img {
  float: left;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li .footer_001 {
  float: left;
  height: 100%;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li .footer_001 ul {
  margin-left: 10px;
  padding-left: 5px;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li .footer_001 ul li {
  padding: 5px;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li .footer_001 ul li a {
  color: white;
  font-size: 14px;
}

.new_footer .footer_bottom .footer_01 &gt; ul &gt; li::after {
  content: "";
  display: block;
  clear: both;
}

.new_footer .footer_bottom .footer_01 &gt; ul::after {
  content: "";
  display: block;
  clear: both;
}

.new_footer .footer_bottom .footer_02 {
  text-align: center;
  margin-top: 2%;
}

.new_footer .footer_bottom .footer_02 span {
  background-color: #0f98c6;
  display: inline-block;
  height: 33px;
  line-height: 33px;
}

.new_footer .footer_bottom .footer_02 span a {
  padding: 10px;
  color: white;
  font-size: 13px;
}

.new_footer .footer_bottom .footer_03 {
  width: 70%;
  margin: 40px auto 0;
}

.new_footer .footer_bottom .footer_03 img {
  float: left;
  margin-top: 31px;
  padding-left: 20%;
  width: 23%;
}

.new_footer .footer_bottom .footer_03 .footer_003 {
  width: 53%;
  float: left;
  margin-left: 1%;
}

.new_footer .footer_bottom .footer_03 .footer_003 p {
  color: white;
  margin: 4px;
}

.new_footer .footer_bottom .footer_03::after {
  content: "";
  display: block;
  clear: both;
}

/*åˆ—è¡¨é¡µåˆ†é¡µæŒ‰é’®*/
.pages {
    display: flex;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}
.pages li {
    list-style: none;
    text-align: center;
    padding: 3px 8px;
    border: 1px solid #239dc6;
    margin: 0px 5px;
    transition: all 0.3s;
}
.pages .active{
    background: #239dc6;
}
.pages .active a{
    color: #fff;
}

@media screen and (max-width: 1354px) {
  header .header .pc_nav img {
    margin-left: 50px;
    width: 20%;
  }

  header .header .pc_nav ul {
    width: 67%;
    padding: 0px 1px;
    padding-top: 20px;
  }

  header .header .pc_nav ul li {
    padding: 10px 7px;
  }

  header .header .pc_nav ul li a {
    font-size: 14px;
  }

  header .header .title_span img {
    width: 54%;
  }

  header .header .pc_move_menu ul {
    margin: 0;
    line-height: 80px;
  }

  header .header .pc_move_menu ul li {
    margin: 3px;
    font-size: 15px;
  }

  .menu ul {
    width: 75%;
  }

  .menu ul li {
    padding: 8px;
    width: 12.5%;
  }

  .menu ul li a img {
    width: 50px;
  }

  .menu ul li a span {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  .new_footer .footer_bottom .footer_01 {
    width: 75%;
  }
  .new_footer .footer_bottom .footer_03 {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  header .header .pc_move_menu img {
    width: 23%;
    margin-left: 5%;
    margin-top: 8px;
  }

  header .header .pc_move_menu ul {
    width: 60%;
  }
}

@media screen and (max-width: 980px) {
  .menu ul {
    width: 95%;
  }
  .new_footer .footer_bottom .footer_01 {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  header .pc_nav img {
    display: none;
  }

  header .pc_nav ul {
    display: none;
  }

  header .header .imgborder_span {
    display: none;
  }

  header .header .imgborder {
    background-position: 62%;
    display: none;
  }

  header .header .imgborder_m {
    display: block !important;
  }

  header .header .mobile_nav {
    position: fixed;
    width: 30px;
    height: 24px;
    border-radius: 5px;
    z-index: 998;
    top: 20px;
    right: 20px;
    padding: 5px;
    background-color: #77bae4;
  }

  header .header .mobile_nav span {
    width: 30px;
    height: 5px;
    display: block;
    background-color: white;
    margin-bottom: 4px;
  }

  header .header .mobile_nav_menu {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 990;
    background-color: #5ec9ff;
    -webkit-transition: 0.66s;
    -o-transition: 0.66s;
    -moz-transition: 0.66s;
    transition: 0.66s;
  }

  header .header .mobile_nav_menu img {
    width: 55%;
    display: block;
    margin: 10px 0 0 30px;
  }

  header .header .mobile_nav_menu ul {
    margin-top: 15px;
    margin-left: 15px;
  }

  header .header .mobile_nav_menu ul li {
    padding: 10px 25px;
  }

  header .header .mobile_nav_menu ul li a {
    color: white;
    font-size: 16px;
    display: block;
  }

  header .header .mobile_nav_menu ul li a:hover {
    color: black;
  }

  header .header .mobile_nav_menu ul li a:active {
    background: #0082f3;
  }

  header .header .mobile_nav_menu .mobile_bottom {
    padding: 0 39px;
    overflow: hidden;
    padding-top: 20px;
  }

  header .header .mobile_nav_menu .mobile_bottom span {
    font-size: 14px;
    color: white;
    float: left;
  }

  header .header .mobile_nav_menu .mobile_bottom .mobile_bottom_1 {
    float: right;
  }

  header .header .mobile_nav_menu .mobile_bottom .mobile_bottom_1 img {
    width: 40px;
    float: left;
  }

  header .header .mobile_nav_menu .mobile_bottom .mobile_bottom_1 img {
    margin-top: 3px;
  }

  header .header .mobile_nav_menu .mobile_bottom p {
    float: right;
    line-height: 24px;
    color: white;
  }

  header .header .mobile_nav_menu .mobile_bottom &gt; img {
    width: 100%;
    margin: 0;
  }

  header .header .pc_move_menu {
    display: none !important;
  }

  header .header .title_span img {
    display: none;
  }

  header .header .title_span_mobile {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    width: 100%;
    border-radius: 40px 40px 0 0;
    height: 159px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
  }

  header .header .title_span_mobile span {
    font-size: 23px;
    text-align: center;
    display: inherit;
    color: #77bae4;
  }

  header .header .title_span_mobile img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  .menu {
    padding-bottom: 10px;
  }

  .menu ul {
    width: 100%;
  }

  .menu ul li {
    width: 25%;
    padding: 0;
    padding-bottom: 8px;
  }

  .menu ul li a span {
    font-size: 15px;
  }

  .menu ul li a p {
    display: none;
  }

  .menu ul li a img {
    width: 50px;
  }

  .menu ul li:hover a img:nth-of-type(2) {
    width: 50px;
  }

  .dbdaohang {
    display: block;
  }

  /* 768px é¢åŒ…å±‘å¯¼èˆª */
  .bread_leader .leader_left {
    width: 50%;
  }

  .bread_leader .leader_right {
    line-height: 16px;
    text-indent: 0.5em;
  }

  .bread_leader .leader_left span {
    font-size: 9px;
  }

  .bread_leader .leader_right span {
    font-size: 9px;
  }

  .modal-bg img:nth-of-type(1) {
    width: 200px;
  }

  .modal-bg img:nth-of-type(2) {
    right: -25%;
    width: 30px;
  }

  .new_footer .footer_bottom .footer_01 {
    width: 86%;
  }

  .new_footer .footer_bottom .footer_02 {
    display: none;
  }

  .new_footer .footer_bottom .footer_03 {
    width: 82%;
  }

  .new_footer .footer_bottom .footer_03 &gt;img {
    display: none;
  }

  .new_footer .footer_bottom .footer_03 .footer_003 {
    width: 100%;
  }

  .new_footer .footer_bottom .footer_01 &gt; ul &gt; li {
    width: 106px;
  }

  .new_footer .footer_bottom {
    padding-bottom: 50px;
  }

  .flink_title img {
    display: inline-block;
  }
  .pages{
      width: 90%;
  }
}

@media screen and (max-width: 530px) {
  .new_footer .footer_bottom .footer_01 &gt; ul &gt; li {
    width: 33%;
  }
}

@media screen and (max-width: 500px) {
    .pages{
        width: 100%;
    }
    .pages li{
        padding: 3px 6px;
        font-size: 14px;
    }
}

@media screen and (max-width: 440px) {
  header .header .imgborder_m {
    display: none !important;
  }

  header .header .imgborder_mm {
    display: block !important;
  }
}

@media screen and (max-width: 363px) {
  .bread_leader .leader_right {
    width: 35%;
  }
}</pre></body></html>