<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{ scroll-behavior:smooth;}
body{ margin: 0; padding: 0;}
ul{ margin: 0; padding: 0;}
li{ list-style: none;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.cl:after{ content: ''; clear: both; display: table;}
a{ text-decoration: none !important;}

h1{ font-size: 2.25rem;}
h2{ font-size: 1.875rem;}
h3{ font-size: 1.5rem;}
h4{ font-size: 1.125rem;}
h5{ font-size: 1rem;}
h6{ font-size: 1rem;}

.dw{position: relative;}
.mg_0{ margin: 0; }
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.absolute_img{
  position: relative;
  overflow: hidden;
}
.absolute_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

/* å…³äºŽflex */
.flex{
  display: flex;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}

.flex-start-center{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex-start-end{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.flex-start-between{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex-center-start{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-center-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-end{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-center-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-end-start{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.flex-end-center{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.flex-end-end{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-end-between{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.flex-stretch-start{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.flex-stretch-center{
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.flex-stretch-end{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.flex-stretch-between{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.flex-stretch-around{
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
.flex-start-around{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.flex-end-around{
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.flex-center-around{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* å…³äºŽç¿»å±-åŠ¨ç”» */
.ani-in{ opacity: 0; pointer-events: none; transition: all 0.5s;}
.ani-in.cur{ opacity: 1; pointer-events: auto; transition-delay: 0.6s;}
.ani-down{ transform: translateY(-60px); opacity: 0; pointer-events: none; transition: all 0.5s;}
.ani-down.cur{ transform: translateY(0); opacity: 1; pointer-events: auto; transition-delay: 0.6s;}
.ani-up{ transform: translateY(60px); opacity: 0; pointer-events: none; transition: all 0.5s;}
.ani-up.cur{ transform: translateY(0); opacity: 1; pointer-events: auto; transition-delay: 0.6s;}
.ani-left{ transform: translateX(60px); opacity: 0; pointer-events: none; transition: all 0.5s;}
.ani-left.cur{ transform: translateX(0); opacity: 1; pointer-events: auto; transition-delay: 0.6s;}
.ani-right{ transform: translateX(-60px); opacity: 0; pointer-events: none; transition: all 0.5s;}
.ani-right.cur{ transform: translateX(0); opacity: 1; pointer-events: auto; transition-delay: 0.6s;}
.ani-zoom{ transform: scale(0.5); opacity: 0; pointer-events: none; transition: all 0.6s;}
.ani-zoom.cur{ transform: scale(1); opacity: 1; pointer-events: auto; transition-delay: 0.6s;}

.ani-3d-left{ transform: rotateY(120deg); transform-origin: left center; opacity: 0; pointer-events: none; transition: all 0.6s ease-out;}
.ani-3d-left.cur{ transform: rotateY(0); opacity: 1; pointer-events: auto; transition-delay:  0.6s;}

.ani-3d-down{ transform: rotateX(120deg); transform-origin: center bottom; opacity: 0; pointer-events: none; transition: all 0.6s ease-out;}
.ani-3d-down.cur{ transform: rotateX(0); opacity: 1; pointer-events: auto; transition-delay:  1s;}


/* è§†é¢‘æŒ‰é’®æ•ˆæžœ */
.mod_video_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 5.75rem;
  height: 5.75rem;
  cursor: pointer;
}
.mod_video_btn i {
  color: #fff;
  font-size: 2.875rem;
  z-index: 2;
  opacity: 0.75;
  filter: drop-shadow(0 0 .3rem rgba(0,0,0,0.3));
  transition: opacity .2s ease-in-out;
}
.mod_video_btn:hover i{
  opacity: 0.65;
}
.mvb_ani{
  -webkit-filter: blur(1px) contrast(20) blur(10px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  border-radius: 100%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1.5rem -.875rem #fa0;
}
.mvb_ani::before,
.mvb_ani::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
  z-index: 10;
  box-shadow: 0 0 1.2rem -0.6rem #fa0;
}

.mvb_ani::before {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: .8;
  transform: translate(-50%, -50%);
  -webkit-animation: mvbPlay 6s linear infinite;
  animation: mvbPlay 6s linear infinite;
  background-color: #fa0;
  background-image: linear-gradient(transparent 29.29%, #06f 0, #09f 70.71%, transparent 0), linear-gradient(90deg, transparent 29.29%, #06f 0, #09f 70.71%, transparent 0);
}

.mvb_ani::after {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: .5;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-animation: mvbPlay2 10s linear infinite;
  animation: mvbPlay2 10s linear infinite;
  background: linear-gradient(transparent 29.29%, #06f 0, #09f 70.71%, transparent 0), linear-gradient(90deg, transparent 29.29%, #06f 0, #09f 70.71%, transparent 0);
}

.mvb_bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%) rotate(30deg);
  width: 6.25rem;
  height: 6.25rem;
  box-shadow: 1px .3rem 1.5rem -0.625rem, inset -1px .875rem 1.5rem -.3rem #fff, inset -1px -0.875rem 1.5rem -0.3rem #036, inset 0 3.625rem 0.2rem -1.875rem rgb(255 255 240 / 20%);
}

@keyframes mvbPlay2 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg)
  }
}
@keyframes mvbPlay {
  0% {
    transform: translate(-50%, -50%) rotate(1turn)
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg)
  }
}



/* æ‰‹æœºå¯¼èˆªå›¾æ&nbsp;‡ */
.menu-link{ cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* display: none; */
}
.menu-link span{ width: 1.5rem; height: 1.25rem; display: inline-block; position: relative;}
.menu-link span i{ width: 100%; height: 3px; display: block; background: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%);transition: all 0.3s ease-out;}
.menu-link span:after{ content: ''; background: #fff; width: 100%; height: 3px; position: absolute; top: 0; left: 0;transition: all 0.3s ease-out; transform-origin: right top;}
.menu-link span:before{ content: ''; background: #fff; width: 100%; height: 3px; position: absolute; bottom: 0; left: 0;transition: all 0.3s ease-out; transform-origin: right bottom;}
.menu-link.active span:after{ transform: rotate(-45deg);}
.menu-link.active span:before{transform: rotate(45deg);}
.menu-link.active span i{ background: transparent;}




/*é‡Œé¢çš„ä»£ç&nbsp;å¯ä»¥æ&nbsp;¹æ®è‡ªå·±éœ€æ±‚åŽ»è¿›è¡Œæ›´æ”¹*/
/* è®¾ç½®æ»šåŠ¨æ¡çš„æ&nbsp;·å¼ */
.h_auto{
  overflow-y: auto;
}
.h_auto::-webkit-scrollbar {
  width:2px;
  }
  /* æ»šåŠ¨æ§½ */
  .h_auto::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.2);
  }
  /* æ»šåŠ¨æ¡æ»‘å— */
  .h_auto::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .h_auto::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
  }
  
  
  
  #videModal.cur{ opacity: 1; pointer-events: auto;}
  #videModal.cur .modal_bai{ top: 50%;}
  #videModal{ background: rgba(0,0,0,0.3); width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; opacity: 0; pointer-events: none; transition: all 0.5s;}
  #videModal .modal_bai{ width: 40.5rem; background: #fff; padding: 0 5px; box-shadow: 0px 2px 4px rgba(0,0,0,0.3);  position: absolute; top: 60%; left: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #fff; border-radius: 2px; transition: all 0.3s;}
  #videModal .modal_bai .modal-header{ border: none; font-size: 1rem; font-weight: bold; position: relative; color: #333; padding-left: 0; padding-right: 0;}
  #myModalLabel{ font-size: 1rem; font-weight: bold; line-height: 1rem;}
  #videModal .modal_bai .modal-header .close{ position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 2.5rem; height: 2.5rem; line-height: 2.5rem; cursor: pointer; text-align: center; font-size: 1.125rem; color: #333; opacity: 1; padding: 0; margin: 0;}
  #videModal .modal_bai .modal-body{ padding: 0;}
  #videModal .modal_bai .modal-body video{width: 100%; min-height: 23rem;}
  #videModal .modal_bai .modal-body iframe{width: 100%; min-height: 23rem;}
  
  
  
  /* é€šç”¨css */
  .fanye{ text-align:center; margin-top: 2.5rem;}
  .fanye a, .fanye span{ display:inline-block; margin: 0 .3rem; padding:1rem 1.5rem;background: #EEEEEE; color: #b9a88e;text-decoration:none; text-transform: uppercase; font-size: 1.125rem;}
  .fanye a:hover{ background:#b9a88e; color:#fff;}
  .fanye a.active{ background:#b9a88e; color:#fff;}
  .fanye a.active:hover{ color:#fff;}
  .fanye a.cur{ color:#999; pointer-events: none}
  .fanye a.disabled{ border: none; pointer-events: none;}
  /* .fanye a:first-child, .fanye a:last-child{
    background: none;
  } */
  /* .fanye a:first-child:hover, .fanye a:last-child:hover{
    color: #b9a88e;
    background: none;
  } */

  .fanye02{ padding-top: 2.5rem; display: flex; justify-content: space-between;}
  .fanye02 a{ display: flex; position: relative;
    align-items: center; font-size: 1.125rem; width: 48%; color: #666; transition: all 0.3s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  .fanye02 a:hover{ color: #b9a88e;}
  .fanye02 a:last-child{ justify-content: flex-end; padding-right: 5.625rem;}
  .fanye02 a:first-child{
    padding-left: 5.625rem;
  }
  .fanye02 a:first-child span{
    left: 0;
  }
  .fanye02 a:first-child span i{
    display: inline-block;
    transform: rotate(180deg);
  }
  .fanye02 a:last-child span{
    right: 0;
  }
  .fanye02 a span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  

  .mod_content.color_white{ color: white;}
  .mod_content{ font-size: 16px; line-height: 1.8; color: #0b0500;}
  .mod_content img{ max-width: 100%; height: auto !important;}
  .mod_content table{ text-align: center; max-width: 100%; border-top: 1px solid #dedede; border-left: 1px solid #dedede;}
  .mod_content table tr td{ padding: 0.4rem 0.8rem; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; vertical-align: middle;}
  .mod_content table tr:first-child td{ font-weight: bold; background: #366092; color: #fff;}
  
  .my-map { margin: 0 auto; width: 100%; height: 37.5rem;}
  .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
  .amap-container{height: 100%;}
  .myinfowindow{width: 240px;min-height: 50px;}
  .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
  .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
  
  
  
  
@media (max-width:767px){
  body,
  h5,
  h6,
  .mod_content{
    font-size: 1.125rem;
  }

  #videModal .modal_bai{ width: calc(100% - 30px);}
  #videModal .modal_bai .modal-body iframe{ min-height: 260px;}
}</pre></body></html>