<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**++********************************************
***+++data:2025.03.20++**************************
*************************************************/
@charset "utf-8";
/*rest css*/
html{width:100%;min-height:100%;outline:0;font-size:20px;font-family:"å¾®è½¯é›…é»‘";-webkit-text-size-adjust:none;}
body,dd,div,dl,figure,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,textarea,ul{margin:0;padding:0;}
body{background-color:#f6f6f6;color:#333;font:12px/1.5 "Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;font-family: "PingFangSC Regular";width:expression(document.body.clientWidth &lt;= 1320? "1320px": "auto");/*è§£å†³æµè§ˆå™¨çª—å£ç¼©å°æ—¶ç½‘é¡µå­˜åœ¨çš„é—®é¢˜*/min-width:1320px;/*è§£å†³æµè§ˆå™¨çª—å£ç¼©å°æ—¶ç½‘é¡µå­˜åœ¨çš„é—®é¢˜*/overflow-x:hidden;}}
ol li,ul li,i{list-style:none;}
img{border:none;vertical-align:middle;}
a{outline:0;border:0 none;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333333;}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:'\200B';}
.clearfix{zoom:1;}
html{min-width:320px; margin:0 auto; position:relative;overflow-x:hidden;}
body{min-width:320px;font-size:14px;overflow-x:hidden;}
em,i{font-style:normal;}
.l{float:left;}
.r{float:right;}
*{box-sizing: border-box;}
.oe{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
textarea{-webkit-appearance: none;}    
*:focus{outline: none;}
textarea{resize:none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner{border:none; padding:0;}
input::-ms-clear{display:none;}
a:focus, *:focus{noFocusLine: expression(this.onFocus=this.blur());}
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all .5s ease 0s;-webkit-transform:all .5s ease 0s}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all .5s ease 0s;-webkit-transform:all .5s ease 0s}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:before,.clearfix:after{content:" ";display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
ul li{list-style: none}
.contanier{width: 95%;margin: 0 auto;max-width: 1680px;}
.animat{-webkit-transition:all 0.3s ease 0s;  -o-transition:all 0.3s ease 0s;  transition:all 0.3s ease 0s;}
.animat_s{-webkit-transition:all 0.2s ease 0s;  -o-transition:all 0.2s ease 0s;  transition:all 0.2s ease 0s;}
/*tablecell*/
.table{display: table;width:100%;height: 100%;margin: 0 auto;}
.cell{display: table-cell;vertical-align: middle;}
/*flexå¸ƒå±€***/
.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex-wrap{display: flex;flex-wrap: wrap;align-content: flex-start;}
.flex-end{display: flex;justify-content: flex-end;align-items: center;}
/* flexåž‚ç›´æŽ’åˆ— */
.flex-col {display: flex;flex-direction: column;}
/* flexå…¨å±…ä¸­ */
.flex-center {display: flex;align-items: center;justify-content: center;}
/* flexç«–å‘å…¨å±…ä¸­ */
.flex-center-col {display: flex;flex-direction: column;align-items: center;justify-content: center;}
/* flexåž‚ç›´å±…ä¸­ */
.flex-center-y {display: flex;align-items: center;}
/* flexæ°´å¹³å±…ä¸­ */
.flex-center-x {display: flex;justify-content: center;}
/* flexå·¦å³é&nbsp;è¾¹ã€ä¸Šä¸‹å±…ä¸­ */
.flex-between {display: flex;align-items: center;justify-content: space-between;}
/* flexå·¦å³é&nbsp;è¾¹ã€å‘ä¸Šå¯¹å…¶ */
.flex-between-top {display: flex;justify-content: space-between; align-items: flex-start;}
/* flexå·¦å³é&nbsp;è¾¹ã€å‘ä¸‹å¯¹å…¶ */
.flex-between-bottom {display: flex;align-items: flex-end;justify-content: space-between;}
/* flexå‘å·¦å‘ä¸Šå¯¹å…¶ */
.flex-left-top{display: flex;align-items: flex-start; justify-content: flex-start;}
/* æ°´å¹³å‡åŒ€åˆ†å¸ƒ */
.flex-around{display: flex;justify-content: space-around;align-items: center;}
/*æ°´å¹³å±…å·¦-åž‚ç›´å±…ä¸­*/
.flex-left{ display: flex;align-items: center; text-align: left;}
/*æ°´å¹³å±…å³-åž‚ç›´å±…ä¸­*/
.flex-right{ display: flex; align-items: center; text-align: right;justify-content: flex-end;}
/*åˆ‡æ¢å…ƒç´&nbsp;ä½ç½®*/
.flex-flow{ flex-flow: row-reverse;}
/*åž‚ç›´å‡åŒ€åˆ†å¸ƒ */
.flex-column{display: flex;flex-direction: column;justify-content: space-between;}
.flex-ul{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
/**å›¾ç‰‡è‡ªé€‚åº”**/
.img-cover {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
.md-wrap{width: 1320px;margin:0 auto;}

/**é¼&nbsp;æ&nbsp;‡ç§»å…¥æ•ˆæžœ*/
.anitop{ -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;cursor:pointer;}
.anitop:hover{-webkit-transform: translate3d(0, -1%, 0);transform: translate3d(0, -1%, 0);cursor: pointer;}
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s}
/**åŠ¨ç”»å›¾ç‰‡å˜å¤§**/
@-webkit-keyframes scaleBigToSmall {
  0% { 
	opacity: 1;
	-webkit-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	transform: scale(1.2);
  }
  100% { 
	opacity: 1;
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
  }
}
@keyframes scaleBigToSmall {
  0% { 
	opacity: 1;
	-webkit-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	transform: scale(1.2);
  }
  100% { 
	opacity: 1;
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
  }
}
.scaleBigToSmall{
	-webkit-animation-name: scaleBigToSmall;
	animation-name: scaleBigToSmall;
	transform-origin: 50% 50%;
}

.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index:9999999000!important; -webkit-filter: none !important;
	background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top:8vh; left:0%; text-align: center; width: 100%; height: 80%; }
.rebox-contents .rebox-content {display: inline-block; border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px; width:65%; max-height: 100%; object-fit: cover;}
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 15px; color: #fff; font-size: 16px; line-height: 25px; }

.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.4;
	text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
	-webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 10%; top: 10px; }
.rebox-next { right: 10%; top: 48%; }
.rebox-prev { left: 10%; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
	-webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
	-moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
	-ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;
	animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}

@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}
/*æ²¡æœ‰æ•°æ®**/
.no-data{background:url(../../images/empty.png) no-repeat center center;text-align: center;width:100%;height:300px;text-indent: -99999px;margin:0 auto;display: block;}</pre></body></html>