<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * è½¯ä»¶ä¸‹è½½
 * æ›´æ–°äºŽ2021-11-22
 * ç‰ˆæƒå½’å±žwpzt.net
 */

 *{box-sizing:border-box;}
 *:focus{outline:none;}
html {height:100%;}
body { 
	font-family:'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;line-height:1.4;color:#333;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*åªåœ¨è‹¹æžœè®¾å¤‡æœ‰æ•ˆï¼Œç‚¹å‡»é“¾æŽ¥æŒ‰é’®æ—¶æœ‰ç°è‰²åŠé€æ˜ŽèƒŒæ™¯*/
	-webkit-tap-highlight-color:transparent;/*åŽ»æŽ‰è¢«ç‚¹å‡»æ—¶çš„é«˜äº®*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;/*è¾¹æ¡†å’Œå†…è¾¹è·ç®—åœ¨å†…*/
	letter-spacing:.3px;/*å­—é—´è·*/
	-webkit-font-smoothing:antialiased;/*åŽ»é”¯é½¿*/
	-moz-osx-font-smoothing:grayscale;
	height:100%
	}
a {text-decoration:none;}
a:hover,a:active {text-decoration:none;}
button,input,button:focus,input:focus {outline:none;}/*åŽ»æŽ‰ç‚¹å‡»æ—¶çš„è¾¹æ¡†*/
ul,li {margin:0;padding:0}
li {list-style:none;}
img {object-fit:cover;}/*å›¾ç‰‡å…¨è¦†ç›–ä¸”ä¸å˜å½¢*/
h1,h2,h3,h4,h5,h6 {margin-top:0;padding:0;margin-bottom:0;}
h1{font-size:26px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
p,pre{margin:0;}

/*-----------------------------------å¸ƒå±€å®½åº¦----------------------------------*/
/*å¤§å®½é¡µ--æœ¬æ¡†æž¶é’ˆå¯¹æµè§ˆå™¨å¤§å°æœ‰ä¸åŒçš„å®½åº¦è®¾ç½®ï¼Œä»¥ä¸‹containeræ&nbsp;¹æ®æµè§ˆå™¨å®½åº¦è®¾ç½®ä¸‰æ¡£ï¼Œ1400px&amp;1200px&amp;100%ï¼Œè‡ªåŠ¨åˆ‡æ¢*/

.container{padding:0;margin:0 auto;max-width:1200px}
@media (max-width:1200px){.container{max-width:100%;}
}

/*---åˆ—å®½---*/
.col5{	width:5%;}
.col10{	width:10%;}
.col20{	width:20%;}
.col25{	width:25%;}
.col26{	width:26%;}
.col30{	width:30%;}
.col33{	width:33%;}
.col35{	width:35%;}
.col38{	width:38%;}
.col40{	width:40%;}
.col45{	width:45%;}
.col48{	width:48%;}
.col49{	width:49%;}
.col50{	width:50%;}
.col55{	width:55%;}
.col60{	width:60%;}
.col65{	width:65%;}
.col68{	width:68%;}
.col70{	width:70%;}
.col75{	width:75%;}
.col80{	width:80%;}
.col90{	width:90%;}
.col100{ width:100%;}
/*--ä¸‰ç­‰åˆ†åˆ—å®½*/
.col-3x{width:32%;}/*ä¸Žå¼¹æ€§ç›’å­åŒç”¨ï¼Œæœ‰é—´éš”*/
.col-3d{width:33.33%;}
/*å·¦ä¾§å¸¦ä¾§è¾¹æ&nbsp;å·¥å…·çš„å¸ƒå±€ï¼Œä¾§è¾¹æ&nbsp;å›ºå®š350px*/
.col350{width:350px;}
.col830{width:830px;}
.col850{width:850px;}
.height100{height:100%;}
.height50{height:50%;}

/*-------------------------å¼¹æ€§ç›’å­ï¼ˆclassè¯·å¸¦ä¸Š d-flexï¼‰--------------------------*/
.fw-n{flex-wrap: nowrap;}/*ä¸æ¢è¡Œ*/
.fw-w{flex-wrap:wrap;}/*æ¢è¡Œ*/
.fw-wr{flex-wrap: wrap-reverse;}/*æ¢è¡Œï¼Œç¬¬ä¸€è¡Œåœ¨ä¸‹æ–¹*/

.jc-fs {justify-content: flex-start;}/*å·¦å¯¹é½*/
.jc-fe {justify-content:flex-end;}/*å³å¯¹é½*/
.jc-c {justify-content:center;}/*å±…ä¸­*/
.jc-sb {justify-content:space-between;}/*ä¸¤ç«¯å¯¹é½ï¼Œé¡¹ç›®ä¹‹é—´çš„é—´éš”éƒ½ç›¸ç­‰*/

.ai-fs {align-items: flex-start;}/*äº¤å‰è½´çš„èµ·ç‚¹å¯¹é½*/
.ai-fe {align-items:flex-end;}/*äº¤å‰è½´çš„ç»ˆç‚¹å¯¹é½*/
.ai-c {align-items:center;}/*äº¤å‰è½´çš„ä¸­ç‚¹å¯¹é½*/
.ai-b {align-items:baseline;}/*é¡¹ç›®çš„ç¬¬ä¸€è¡Œæ–‡å­—çš„åŸºçº¿å¯¹é½*/
.ai-s {align-items: stretch;}/*å&nbsp;æ»¡æ•´ä¸ªå®¹å™¨çš„é«˜åº¦*/
/*----å¸¸ç”¨ç»„åˆ-----*/
.sb-c{justify-content:space-between;align-items:center;}/*ä¸¤ç«¯å¯¹é½-äº¤å‰è½´ä¸­ç‚¹å¯¹é½*/
.sb-fs{justify-content:space-between;align-items: flex-start;}/*ä¸¤ç«¯å¯¹é½-äº¤å‰è½´èµ·ç‚¹å¯¹é½*/
.sb-s{justify-content:space-between;align-items: stretch;}/*ä¸¤ç«¯å¯¹é½-å&nbsp;æ»¡æ•´ä¸ªå®¹å™¨çš„é«˜åº¦*/
.fs-c{justify-content:flex-start;align-items:center;}/*å·¦å¯¹é½-äº¤å‰è½´ä¸­ç‚¹å¯¹é½*/
.fs-fs{justify-content:flex-start;align-items: flex-start;}/*å·¦å¯¹é½-äº¤å‰è½´èµ·ç‚¹å¯¹é½*/
.fs-s{justify-content:flex-start;align-items: stretch;}/*å·¦å¯¹é½-å&nbsp;æ»¡æ•´ä¸ªå®¹å™¨çš„é«˜åº¦*/
.flexauto:after {content: "";flex: auto;}

/*----------------------------------è¾¹è·--------------------------------------*/
/*--4ä¸ªå¤–è¾¹è·--margin*/
.m0{	margin:0;}
.m5{	margin:5px;}
.m10{	margin:10px;}
.m15{	margin:15px;}
.m20{	margin:20px;}
.m25{	margin:25px;}
.m30{	margin:30px;}
.m35{	margin:35px;}
.m40{	margin:40px;}
.m45{	margin:45px;}
.m50{	margin:50px;}
.m55{	margin:55px;}
.m60{	margin:60px;}
.m65{	margin:60px;}
.m70{	margin:60px;}
.m75{	margin:60px;}
.m80{	margin:60px;}
.m85{	margin:60px;}
.m90{	margin:60px;}
/*--ä¸Šä¸‹å¤–è¾¹è·--margin-top-bottom*/
.mtb0{	margin-top:0;margin-bottom:0;}
.mtb5{	margin-top:5px;margin-bottom:5px;}
.mtb10{	margin-top:10px;margin-bottom:10px;}
.mtb15{	margin-top:15px;margin-bottom:15px;}
.mtb20{	margin-top:20px;margin-bottom:20px;}
.mtb25{	margin-top:25px;margin-bottom:25px;}
.mtb30{	margin-top:30px;margin-bottom:30px;}
.mtb35{	margin-top:35px;margin-bottom:35px;}
.mtb40{	margin-top:40px;margin-bottom:40px;}
.mtb45{	margin-top:45px;margin-bottom:45px;}
.mtb50{	margin-top:50px;margin-bottom:50px;}
.mtb55{	margin-top:55px;margin-bottom:55px;}
.mtb60{	margin-top:60px;margin-bottom:60px;}
.mtb65{	margin-top:65px;margin-bottom:65px;}
.mtb70{	margin-top:70px;margin-bottom:70px;}
.mtb75{	margin-top:75px;margin-bottom:75px;}
.mtb80{	margin-top:80px;margin-bottom:80px;}
.mtb85{	margin-top:85px;margin-bottom:85px;}
.mtb90{	margin-top:90px;margin-bottom:90px;}
/*--å·¦å³å¤–è¾¹è·--margin-left-right*/
.mlrauto{	margin-left:auto;margin-right:auto;}
.mlr0{	margin-left:0;margin-right:0;}
.mlr5{	margin-left:5px;margin-right:5px;}
.mlr10{	margin-left:10px;margin-right:10px;}
.mlr15{	margin-left:15px;margin-right:15px;}
.mlr20{	margin-left:20px;margin-right:20px;}
.mlr25{	margin-left:25px;margin-right:25px;}
.mlr30{	margin-left:30px;margin-right:30px;}
.mlr35{	margin-left:35px;margin-right:35px;}
.mlr40{	margin-left:40px;margin-right:40px;}
.mlr45{	margin-left:45px;margin-right:45px;}
.mlr50{	margin-left:50px;margin-right:50px;}
.mlr55{	margin-left:55px;margin-right:55px;}
.mlr60{	margin-left:60px;margin-right:60px;}
.mlr65{	margin-left:65px;margin-right:65px;}
.mlr70{	margin-left:70px;margin-right:70px;}
.mlr75{	margin-left:75px;margin-right:75px;}
.mlr80{	margin-left:80px;margin-right:80px;}
.mlr85{	margin-left:85px;margin-right:85px;}
.mlr90{	margin-left:90px;margin-right:90px;}
/*--ä¸Šå¤–è¾¹è·--margin-top*/
.mt0{	margin-top:0;}
.mt5{	margin-top:5px;}
.mt10{	margin-top:10px;}
.mt15{	margin-top:15px;}
.mt20{	margin-top:20px;}
.mt25{	margin-top:25px;}
.mt30{	margin-top:30px;}
.mt35{	margin-top:35px;}
.mt40{	margin-top:40px;}
.mt45{	margin-top:45px;}
.mt50{	margin-top:50px;}
.mt55{	margin-top:55px;}
.mt60{	margin-top:60px;}
.mt65{	margin-top:65px;}
.mt70{	margin-top:70px;}
.mt75{	margin-top:75px;}
.mt80{	margin-top:80px;}
.mt85{	margin-top:85px;}
.mt90{	margin-top:90px;}
/*--å³å¤–è¾¹è·--margin-right*/
.mr0{	margin-right:0;}
.mr5{	margin-right:5px;}
.mr10{	margin-right:10px;}
.mr15{	margin-right:15px;}
.mr20{	margin-right:20px;}
.mr25{	margin-right:25px;}
.mr30{	margin-right:30px;}
.mr35{	margin-right:35px;}
.mr40{	margin-right:40px;}
.mr45{	margin-right:45px;}
.mr50{	margin-right:50px;}
.mr55{	margin-right:55px;}
.mr60{	margin-right:60px;}
.mr65{	margin-right:65px;}
.mr70{	margin-right:70px;}
.mr75{	margin-right:75px;}
.mr80{	margin-right:80px;}
.mr85{	margin-right:85px;}
.mr90{	margin-right:90px;}
/*--ä¸‹å¤–è¾¹è·--margin-bottom*/
.mb0{	margin-bottom:0;}
.mb5{	margin-bottom:5px;}
.mb10{	margin-bottom:10px;}
.mb15{	margin-bottom:15px;}
.mb20{	margin-bottom:20px;}
.mb25{	margin-bottom:25px;}
.mb30{	margin-bottom:30px;}
.mb35{	margin-bottom:35px;}
.mb40{	margin-bottom:40px;}
.mb45{	margin-bottom:45px;}
.mb50{	margin-bottom:50px;}
.mb55{	margin-bottom:55px;}
.mb60{	margin-bottom:60px;}
.mb65{	margin-bottom:65px;}
.mb70{	margin-bottom:70px;}
.mb75{	margin-bottom:75px;}
.mb80{	margin-bottom:80px;}
.mb85{	margin-bottom:85px;}
.mb90{	margin-bottom:90px;}
/*--å·¦å¤–è¾¹è·--margin-left*/
.ml0{	margin-left:0;}
.ml5{	margin-left:5px;}
.ml10{	margin-left:10px;}
.ml15{	margin-left:15px;}
.ml20{	margin-left:20px;}
.ml25{	margin-left:25px;}
.ml30{	margin-left:30px;}
.ml35{	margin-left:35px;}
.ml40{	margin-left:40px;}
.ml45{	margin-left:45px;}
.ml50{	margin-left:50px;}
.ml55{	margin-left:55px;}
.ml60{	margin-left:60px;}
.ml65{	margin-left:65px;}
.ml70{	margin-left:70px;}
.ml75{	margin-left:75px;}
.ml80{	margin-left:80px;}
.ml85{	margin-left:85px;}
.ml90{	margin-left:90px;}
/*--4ä¸ªå†…è¾¹è·--padding*/
.p0{	padding:0;}
.p5{	padding:5px;}
.p10{	padding:10px;}
.p15{	padding:15px;}
.p20{	padding:20px;}
.p25{	padding:25px;}
.p30{	padding:30px;}
.p35{	padding:35px;}
.p40{	padding:40px;}
.p45{	padding:45px;}
.p50{	padding:50px;}
.p55{	padding:55px;}
.p60{	padding:60px;}
.p65{	padding:65px;}
.p70{	padding:70px;}
.p75{	padding:75px;}
.p80{	padding:80px;}
.p85{	padding:85px;}
.p90{	padding:90px;}
/*--ä¸Šä¸‹å†…è¾¹è·--padding*/
.ptb0{	padding-top:0;padding-bottom:0;}
.ptb5{	padding-top:5px;padding-bottom:5px;}
.ptb10{	padding-top:10px;padding-bottom:10px;}
.ptb15{	padding-top:15px;padding-bottom:15px;}
.ptb20{	padding-top:20px;padding-bottom:20px;}
.ptb25{	padding-top:25px;padding-bottom:25px;}
.ptb30{	padding-top:30px;padding-bottom:30px;}
.ptb35{	padding-top:35px;padding-bottom:35px;}
.ptb40{	padding-top:40px;padding-bottom:40px;}
.ptb45{	padding-top:45px;padding-bottom:45px;}
.ptb50{	padding-top:50px;padding-bottom:50px;}
.ptb55{	padding-top:55px;padding-bottom:55px;}
.ptb60{	padding-top:60px;padding-bottom:60px;}
.ptb65{	padding-top:65px;padding-bottom:65px;}
.ptb70{	padding-top:70px;padding-bottom:70px;}
.ptb75{	padding-top:75px;padding-bottom:75px;}
.ptb80{	padding-top:80px;padding-bottom:80px;}
.ptb85{	padding-top:85px;padding-bottom:85px;}
.ptb90{	padding-top:90px;padding-bottom:90px;}
/*--å·¦å³å†…è¾¹è·--padding*/
.plr0{	padding-left:0;padding-right:0;}
.plr5{	padding-left:5px;padding-right:5px;}
.plr10{	padding-left:10px;padding-right:10px;}
.plr15{	padding-left:15px;padding-right:15px;}
.plr20{	padding-left:20px;padding-right:20px;}
.plr25{	padding-left:25px;padding-right:25px;}
.plr30{	padding-left:30px;padding-right:30px;}
.plr35{	padding-left:35px;padding-right:35px;}
.plr40{	padding-left:40px;padding-right:40px;}
.plr45{	padding-left:45px;padding-right:45px;}
.plr50{	padding-left:50px;padding-right:50px;}
.plr55{	padding-left:55px;padding-right:55px;}
.plr60{	padding-left:60px;padding-right:60px;}
.plr65{	padding-left:65px;padding-right:65px;}
.plr70{	padding-left:70px;padding-right:70px;}
.plr75{	padding-left:75px;padding-right:75px;}
.plr80{	padding-left:80px;padding-right:80px;}
.plr85{	padding-left:85px;padding-right:85px;}
.plr90{	padding-left:90px;padding-right:90px;}
.plr-15{	padding-left:-15px;padding-right:-15px;}
/*--ä¸Šå†…è¾¹è·--padding-top*/
.pt0{	padding-top:0;}
.pt5{	padding-top:5px;}
.pt10{	padding-top:10px;}
.pt15{	padding-top:15px;}
.pt20{	padding-top:20px;}
.pt25{	padding-top:25px;}
.pt30{	padding-top:30px;}
.pt35{	padding-top:35px;}
.pt40{	padding-top:40px;}
.pt45{	padding-top:45px;}
.pt50{	padding-top:50px;}
.pt55{	padding-top:55px;}
.pt60{	padding-top:60px;}
.pt65{	padding-top:65px;}
.pt70{	padding-top:70px;}
.pt75{	padding-top:75px;}
.pt80{	padding-top:80px;}
.pt85{	padding-top:85px;}
.pt90{	padding-top:90px;}
/*--å³å†…è¾¹è·--padding-right*/
.pr0{	padding-right:0;}
.pr5{	padding-right:5px;}
.pr10{	padding-right:10px;}
.pr15{	padding-right:15px;}
.pr20{	padding-right:20px;}
.pr25{	padding-right:25px;}
.pr30{	padding-right:30px;}
.pr35{	padding-right:35px;}
.pr40{	padding-right:40px;}
.pr45{	padding-right:45px;}
.pr50{	padding-right:50px;}
.pr55{	padding-right:55px;}
.pr60{	padding-right:60px;}
.pr65{	padding-right:65px;}
.pr70{	padding-right:70px;}
.pr75{	padding-right:75px;}
.pr80{	padding-right:80px;}
.pr85{	padding-right:85px;}
.pr90{	padding-right:90px;}
/*--ä¸‹å†…è¾¹è·--padding-bottom*/
.pb0{	padding-bottom:0;}
.pb5{	padding-bottom:5px;}
.pb10{	padding-bottom:10px;}
.pb15{	padding-bottom:15px;}
.pb20{	padding-bottom:20px;}
.pb25{	padding-bottom:25px;}
.pb30{	padding-bottom:30px;}
.pb35{	padding-bottom:35px;}
.pb40{	padding-bottom:40px;}
.pb45{	padding-bottom:45px;}
.pb50{	padding-bottom:50px;}
.pb55{	padding-bottom:55px;}
.pb60{	padding-bottom:60px;}
.pb65{	padding-bottom:65px;}
.pb70{	padding-bottom:70px;}
.pb75{	padding-bottom:75px;}
.pb80{	padding-bottom:80px;}
.pb85{	padding-bottom:85px;}
.pb90{	padding-bottom:90px;}
/*--å·¦å†…è¾¹è·--padding-left*/
.pl0{	padding-left:0;}
.pl5{	padding-left:5px;}
.pl10{	padding-left:10px;}
.pl15{	padding-left:15px;}
.pl20{	padding-left:20px;}
.pl25{	padding-left:25px;}
.pl30{	padding-left:30px;}
.pl35{	padding-left:35px;}
.pl40{	padding-left:40px;}
.pl45{	padding-left:45px;}
.pl50{	padding-left:50px;}
.pl55{	padding-left:55px;}
.pl60{	padding-left:60px;}
.pl65{	padding-left:65px;}
.pl70{	padding-left:70px;}
.pl75{	padding-left:75px;}
.pl80{	padding-left:80px;}
.pl85{	padding-left:85px;}
.pl90{	padding-left:90px;}

/*-------------------------------æ¸…é™¤æµ®åŠ¨clearfix---------------------------------*/
.clearfix::after {display: block;clear: both;content: "";}

/*-------------------------------æ˜¾ç¤º--display---------------------------------*/
.dis-none {display:none;}
.d-inline {display:inline !important;}
.d-inline-block {display:inline-block !important;}
.d-block {display:block !important;}
.d-table {display:table !important;}
.d-table-row {display:table-row !important;}
.d-table-cell {display:table-cell !important;}
.d-flex {display:-ms-flexbox !important;display:flex !important;}/*ç»“åˆå¼¹æ€§ç›’å­*/
.d-inline-flex {display:-ms-inline-flexbox !important;display:inline-flex !important;}

/*-------------------------------overflow---------------------------------*/
.overflow-auto {overflow:auto !important;}
.overflow-hidden {overflow:hidden !important;}

/*-------------------------------position---------------------------------*/
.position-s {position:static !important;}
.position-r {position:relative !important;}
.position-a {position:absolute !important;}
.position-f {position:fixed !important;}
.position-sticky {position:-webkit-sticky !important;position:sticky !important;}/*ç²˜æ€§ä½ç½®*/
.fixed-top {position:fixed;top:0;right:0;left:0;z-index:1030;}
.fixed-bottom {position:fixed;right:0;bottom:0;left:0;z-index:1030;}

/*-------------------------------æ–‡å­—å¯¹é½æ–¹å¼---------------------------------*/
.textalign-c{text-align:center;}
.textalign-l{text-align:left;}
.textalign-r{text-align:right;}
.textalign-f{text-align:justify;}/*ä¸¤ç«¯å¯¹é½*/

/*-------------------------------æ–‡å­—å¸¸ç”¨é¢œè‰²å€¼---------------------------------*/
.text-black{color:#000;}
.text-gray-3{color:#333;}
.text-gray-6{color:#666;}
.text-gray-9{color:#999;}
.text-gray-a{color:#aaa;}
.text-gray-b{color:#bbb;}
.text-gray-c{color:#ccc;}
.text-gray-e{color:#eee;}
.text-white{color:#fff;}
.text-red{color:#ff0000;}
.text-yello{color:#ffff00;}
.text-orange{color:#ff9900;}
.text-orange-d{color:#ff6600;}/*æ©˜çº¢è‰²*/
.text-blue{color:#0094ff;}/*å¤©è“è‰²*/
.text-green{color:#339933;}/*æ£®æž—ç»¿*/
.text-wood{color:#deb887;}/*å®žæœ¨è‰²*/

/*-------------------------------èƒŒæ™¯å¸¸ç”¨è‰²---------------------------------*/
.bgc-black{background-color:#000;}
.bgc-white{background-color:#fff;}
.bgc-gray-e{background-color:#eee;}/*ç°è‰²èƒŒæ™¯*/
.bgc-gray-de{background-color:#dedede;}/*deç°è‰²èƒŒæ™¯*/
.bgc-gray-f4{background-color:#f4f4f4;}/*æµ…ç°è‰²ç°è‰²èƒŒæ™¯*/
.bgc-gray-f46{background-color:#f4f4f6;}/*åè“æµ…ç°è‰²ç°è‰²èƒŒæ™¯*/
.bgc-gray-f46{background-color:#f4f4f6;}/*åè“æµ…ç°è‰²ç°è‰²èƒŒæ™¯*/
.bgc-bluegray{background-color:#172433;}/*æ·±è“ç°è‰²èƒŒæ™¯-æ›´å¤šä½¿ç”¨äºŽé¡µè„š*/
.bgc-bluegray-00{background-color:#001328;}/*æ·±è“ç°è‰²æŽ¥è¿‘é»‘è‰²èƒŒæ™¯-æ›´å¤šä½¿ç”¨äºŽé¡µè„š*/
.bgopc-black-03{background-color:rdb(0,0,0,0.3);}/*é»‘è‰²èƒŒæ™¯é€æ˜Žåº¦0.3*/
.bgopc-black-05{background-color:rdb(0,0,0,0.5);}
.bgopc-black-07{background-color:rdb(0,0,0,0.7);}
.bgopc-white-03{background-color:rdb(255,255,255,0.3);}/*ç™½è‰²èƒŒæ™¯é€æ˜Žåº¦0.3*/
.bgopc-white-05{background-color:rdb(255,255,255,0.5);}
.bgopc-white-07{background-color:rdb(255,255,255,0.7);}

/*-------------------------------å¸¸ç”¨è¾¹æ¡† ---------------------------------*/
/*-------------------------------å¸¸ç”¨è¾¹æ¡† ---------------------------------*/
.border-no{border:none;}
.border{border:1px #eee solid;}
.border-top{border-top:1px #eee solid;}
.border-right{border-right:1px #eee solid;}
.border-bottom{border-bottom:1px #eee solid;}
.border-left{border-left:1px #eee solid;}

/*-------------------------------å¸¸ç”¨åœ†è§’ ---------------------------------*/
.radius3{border-radius:3px;}
.radius5{border-radius:5px;}
.radius6{border-radius:6px;}
.radius8{border-radius:8px;}
.radius10{border-radius:10px;}
.radius15{border-radius:15px;}
.radius20{border-radius:20px;}
.radius50x{border-radius:50%;}

/*-------------------------------æ»¤é•œ ---------------------------------*/
  /*--åŠ¨æ„Ÿæ¨¡ç³Š*/
.blur{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px); 
}


/*-------------------------------å¸¸ç”¨é˜´å½± ---------------------------------*/
.boxshadow{box-shadow:0 0 6px #000;}
/*-------------------------------å¸¸ç”¨z-index ---------------------------------*/
.z-index-9{z-index:-9;}
.z-index-99{z-index:-99;}
.z-index-999{z-index:-999;}
.z-index-9999{z-index:-9999;}
.z-index-99999{z-index:-99999;}
.z-index9{z-index:9;}
.z-index99{z-index:99;}
.z-index999{z-index:999;}
.z-index9999{z-index:9999;}
.z-index99999{z-index:99999;}

/************************************************************************/
.site-wrapper{
	background:#f4f4f6;	
	min-height:100%;
	
}
a{
	color:#555;
}
a:hover{
	color:#22c485;
}
/*psç«¯é¡µå¤´*/
.header-pc{

}
.logo img{
	height:56px;
}
.header-logo{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:25px;
	padding-bottom:25px;
}
.logo{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.logotel{
	color:#bbb;
	padding-left:25px;
	margin-left:25px;
	border-left:1px #dedede solid;
}
.logotel i:last-child{
	font-size:28px;
	line-height:32px;
	font-weight:600;
	display:block;
}
.search input{
	display: block;
    font-size: 15px;
    border: none;
    width: 373px;
    float: left;
    background: #eeeeee;
    color: #666;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search button{
	display: block;
    float: right;
    letter-spacing: 5px;
    width: 65px;
    font-size: 16px;
    background: #22c485;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-left:5px;
}
.search button i{
	font-size:20px;
}
input::-webkit-input-placeholder {      /* WebKit browsers */
    color: #bbb;
}
input:-moz-placeholder {                /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}
input::-moz-placeholder {               /* Mozilla Firefox 19+ */
    color: #bbb;
}
input:-ms-input-placeholder {           /* Internet Explorer 10+ */
    color: #bbb;
}
/*--ç™»å½•æ³¨å†Œ*/


/*å¯¼èˆª*/
.menunav{
	position:relative;
	z-index:99;
	width:100%;
	height:44px;
	background:#22c485;
}
.menunav .navul{
	display:flex;
	justify-content:flex-start;
	text-align:center;
	/*flex-wrap:wrap;*/
}
.menunav .navul &gt; li{
	position:relative;
	z-index:99;
}
.menunav .navul &gt; li &gt; a{
	display:block;
	line-height:44px;
	height:44px;
	padding-left:25px;
	padding-right:25px;
	font-size:16px;
	color:#fff;
	min-width:100px;
	position:relative;
	z-index:99;
	white-space:nowrap;
}
.menunav .navul &gt; li.current-menu-item &gt; a, .menunav .navul &gt; li:hover &gt; a{
	background:rgba(0,0,0,0.2);
}
.menunav .navul &gt; li.menu-item-has-children a i{
	font-size:12px;
	position:absolute;
	top:0;
	right:-2;
	transition: all 0.25s;
}
.menunav .navul &gt; li.menu-item-has-children:hover a i{
	 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menunav .sub-menu{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	box-shadow:3px 3px 6px rgba(0,0,0,0.16);
	padding:5px;
	transition:0.5s;
	-webkit-transition:0.5s;
	background:#fff;
	z-index:32;	
	display:none;
	opacity:0;
}
 .menunav .navul &gt; li:hover .sub-menu{
	 top:44px;
	display:block;
	opacity:1;
 }
.menunav .sub-menu a{
	display:block;
	white-space:nowrap;
	color:#888;
	line-height:40px;
	height:40px;
	text-align:center;
	min-width:140px;
	font-size:15px;
	border-bottom:1px #dedede dotted;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.menunav .sub-menu li:last-child a{
	border-bottom:none;
}
.menunav .sub-menu li:hover a{
	background:#f4f4f4;
	color:#22c485;
}
/*é¦–é¡µæ¿å—*/
.homebk{
	padding:10px;	
}
/*banner*/
.banner{
	background:#fff;
}
.bannerlist ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
 }
.bannerlist ul li{
	width:9.1%;
	padding:0 15px;
	text-align:center;
	height: 105px;
    overflow: hidden;
}
.bannerlist ul li img{
	width:100%;
	border-radius:18px;
	margin-bottom:5px;
}
.bannerlist ul li a{
	
}
.bannerimg{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	height:375px;
}
.bannerimg-l{
	width:72%;
}
.bannerimg-swiper img{
	width:100%;
	height:100%;
}
.bannerimg-swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #22c485;/* ä¸¤ç§éƒ½å¯ä»¥ */
  }
.bannerimg-swiper .swiper-pagination-bullet{
	border-radius:0;
}
.bannerimg-swiper .swiper-pagination{
	text-align:left;
	padding-left:20px;
}
.bannerimg-r{
	width:28%;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	align-items:center;
}
.bannerimg-r a{
	display:block;
	height:calc(33.33% - 6.666px);
	width:100%;
	margin-bottom:10px;
}
.bannerimg-r a:last-child{
	margin:0;
}
.bannerimg-r a img{
	width:100%;
	height:100%;
}

/*é¦–é¡µæ¿å—æ&nbsp;‡é¢˜h2*/
.homebk-title {	
	position:relative;
}
.homebk-title h2{
	font-size:20px;
	font-weight:700;
	display:flex;
	align-items:center;
}
.homebk-title a{
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	display:block;
	/*width:23px;
	height:20px;
	background:url(../images/more-2.png) no-repeat top right;*/
	color:#bbb;
}
.homebk-title a:hover{
	/*background:url(../images/more-1.png) no-repeat top right;*/
	opacity:0.8;
}
.homebk-title img{
	width:auto;
	height:30px;
	margin-right:5px;
}
.homebk1{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.homebk-sidebar{
	background:#fff;
	width:25%;
}
.homebk-sidebar-ctn,.homebk1-r-ctn {
	border-top:1px #ebebeb solid;
}
.homebk-sidebar-ctn ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;	
}
.homebk-sidebar-ctn ul li{
	height:103.5px;
	width:33.33%;
}
.homebk-sidebar-ctn ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	border-left:1px #fff solid;
	border-top:1px #fff solid;
	border-right:1px #ebebeb solid;
	border-bottom:1px #ebebeb solid;
	background:#fafbfd;
	font-size:13px;
	font-weight:700;
}
.homebk-sidebar-ctn ul li:nth-child(3n) a{
	border-right:none;
}
.homebk-sidebar-ctn ul li img{
	width:45px;
	height:45px;
	margin-bottom:5px;
}
.homebk1-r{
	width:calc(75% - 15px);
	background:#fff;
}
.homebk1-r-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}
.homebk1-r-ctn .homebk1-item{
	width:33.33%;
	padding:10px;
	overflow:hidden;
}

.homebk1-item-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	border:1px #ebebeb solid;
	border-radius:3px;
	padding:15px 10px;
	transition:0.2s;
}
.homebk1-item-ctn:hover{
	box-shadow: 0 0 10px #dedede;
}
.homebk1-img{
	height:86px;
	width:86px;
	border-radius:18px;
	overflow:hidden;
	margin-right:10px;
}
.homebk1-img img{
	height:86px;
	width:86px;
}
.homebk1-img a{
    display: block;
    width:100%;
}
.homebk1-item-r{
	padding-top:5px;
	padding-bottom:5px;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	font-size:13px;
	color:#999;
	position:relative;
	width:60%;
}
.homebk1-item-r h3{
	font-size: 16px;
	color:#333;
}
.homebk1-item-r h3 a{
	text-overflow:ellipsis;
	white-space: normal;
    display: block;
    width: 100%;
    height: 22px;
    overflow: hidden;
}

.homebk1-xzbtn{
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	width:100%;
	transition:0.1s;
	opacity:0;
}
.homebk1-xzbtn a{
	display:block;
	font-size:13px;
	color:#fff;
	background:#22c485;
	padding:3px 0;
	width:70px;
	border-radius:5px;
	text-align:center;
}	
.homebk1-xzbtn a:hover{
	color:#fff;
	opacity:0.8;
}
.homebk1-item:hover .homebk1-xzbtn{
	opacity:1;
}
	
.homebk2{
	background:#fff;
}	
.homebk2-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.homebk2-item{
	width:25%;
}
.homebk2-item a{
	display:block;
	height:135px;
	position:relative;
	overflow:hidden;
}	
.homebk2-item img{
	width:100%;
	height:100%;
}	
.homebk2-item h3{
	width:100%;
	height:32px;
	line-height:32px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	font-size:15px;
	line-height:32px;
	position:absolute;
	bottom:0;
	left:0;	
	text-overflow:ellipsis;
	white-space:nowrap;
} 
.homebk2-item-title{
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	color:#fff;
	transition:0.3s;
}	
.homebk2-item-title p{
	font-size:24px;
	margin-bottom:10px;
	font-weight:700;
	text-overflow:ellipsis;
	white-space:nowrap;
}	
.homebk2-item-title span{
	display:inline-block;
	padding:4px 13px;
	background:#e05b33;
	font-size:15px;
}	
.homebk2-item:hover .homebk2-item-title{
	top:0;
}	
.homebk2-item:hover h3{
	opacity:0;
}
.homebk3{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
}
.homebk3-item{
	background:#fff;
	width:calc(33.33% - 10px);
	margin-right:15px;
	height:530px;
}
.homebk3-item:last-child{
	margin-right:0;
}

.homebk3-li{
	border-bottom:1px #ebebeb dotted;
	padding-left:40px;
	position:relative;
}
.homebk3-li p{
    padding:0;
    height:40px;
    line-height: 40px;
    overflow: hidden;
}
.homebk3-li:before{
	content:"";
	height:20px;
	width:20px;
	background:#1bbc9b;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
}
.homebk3-item:nth-child(2) .homebk3-li:before{background:#53c5e7;}
.homebk3-item:nth-child(3) .homebk3-li:before{background:#fe6553;}
.homebk3-li:nth-child(1):before{content:"1";}
.homebk3-li:nth-child(2):before{content:"2";}
.homebk3-li:nth-child(3):before{content:"3";}
.homebk3-li:nth-child(4):before{content:"4";}
.homebk3-li:nth-child(5):before{content:"5";}
.homebk3-li:nth-child(6):before{content:"6";}
.homebk3-li:nth-child(7):before{content:"7";}
.homebk3-li:nth-child(8):before{content:"8";}
.homebk3-li:nth-child(9):before{content:"9";}
.homebk3-li:nth-child(10):before{content:"10";}

.homebk3-liactive{
	width:100%;
	height:95px;
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	display:none;
}	
.homebk3-limg img{
	border-radius:15px;
	width:70px;
	height:70px;	
}	
.homebk3-li-text{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:column;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	height:100%;
	color:#666;
}	
.homebk3-li-text h3{
	font-size: 16px;
    height: 70px;
    overflow: hidden;
    line-height: 30px;
}	
.homebk3-xz{
	position: absolute;
    right: 0;
    top:50%;
    width: 66px;
    height: 22px;
    border-radius: 3px;
    background: #22c485;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
	transition:0.2s;
}	
.homebk3-xz:hover{
	color: #fff;
	opacity:0.8;
}
.homebk3 .active .homebk3-li-title{
	display:none;
}
.homebk3 .active .homebk3-liactive{
	display:flex;
}
.homebk3 .homebk3-li.active:before{
	height:100%;
} 
.homebk4{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.homebk4-l,.homebk4-r{
	background:#fff;
}
.homebk4-l{
	width:66.3%;	
}
.homebk4-r{
	width:calc(33.7% - 15px);
	margin-left:15px;
}
.homebk4-l-ctn{
	height:360px;
	padding:20px;
}
.homebk4-l-item{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-direction:column;
	flex-wrap:wrap;
	height:320px;
}
.homebk4-l-item li{
	height:40px;
	width:46%;
	padding-left:20px;
	overflow:hidden;
	position:relative;
	border-bottom:1px #e3e3e3 dotted;
}
.homebk4-l-item li a{
	display:block;
	line-height:40px;
}
.homebk4-l-item li:nth-child(n+2):before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#1bbc9b;
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	
}
/*.homebk4-l-item li a{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:100%;
}*/
.homebk4-l-item li.homebk4-l-topnew{
	height:120px;
	padding-bottom:30px;
	position:relative;
	padding-left:130px;
}
.homebk4-l-topnew img{
	height:90px;
	width:120px;
	position:absolute;
	top:0;
	left:0;
}
.homebk4-l-item li .homebk4-l-text{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:column;
	color:#999;
	height:100%;
	font-size:12px;
}
.homebk4-l-item li .homebk4-l-text p{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height:1.5;
}
.homebk4-l-item li .homebk4-l-text h3{
	font-size:16px;
	font-weight:700;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:100%;
	color:#333;
}
.homebk4-l-item li .homebk4-l-text h3:hover{
	color:#22c485;
}
.homebk4-r-ctn{
	padding:20px;
}
.homebk4-r-item{
	height:80px;
	padding:10px 0;
	position:relative;
	padding-left:95px;
	border-bottom:1px #e3e3e3 dotted;
}
.homebk4-r-item img{
	height:60px;
	width:80px;
	position:absolute;
	left:0;
	top:10px;
}
.homebk4-r-item h3{
	font-size:15px;
	line-height:1.5;
}

/*é¡µè„š*/
footer{
	background:#333;
	color:#bbb;
	text-align:center;
}
footer a{
	color:#bbb;
	
}
.friendlink a{
	padding:0 15px;
	border-right:1px #666 solid;
	margin-bottom:8px;
}






	
/*************************************å†…é¡µ*************************************/
/*é¢åŒ…å±‘*/
.wbreadcrumb{
	display:flex;
	flex-wrap: nowrap;
	align-items: baseline;
	color: #999;
    font-size: 14px;
}
.wbreadcrumb li{
    padding-left: 10px;
    padding-right: 10px;
}
.wbreadcrumb li a{
	color: #999;
}
/*åˆ†é¡µ*/
.w-fylink{
	display:flex;
	flex-wrap: nowrap ;
	justify-content:center;
	margin-top:30px;
	margin-bottom:20px;
}
.w-fylink a{
	display:block;
	border: 1px #dedede solid;
	border-radius:3px;
	padding: 6px 12px;
	margin-left:3px;
	color:#666 ;
	font-size:13px;
}
.w-fylink a.active{
    color: #22c485;
    border: 1px #22c485 solid;
}
.w-fylink a:hover{
	color: #22c485;
    border: 1px #22c485 solid;
}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active:hover{
	color: #22c485;
    border: 1px #22c485 solid;
}
/*åˆ†ç±»*/
.classify{
	background:#fff;
}
.classify-item{
	padding:20px 15px;
	color:#666;
}
.classify-item ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.classify-item ul li{
	margin-right:5px;
	margin-bottom:5px;
}
.classify-item ul a{
	display:block;
	padding:5px 15px;
}
.classify-item ul a:hover,.classify-item ul .active a{
	background:#22c485;
	color:#fff;
}
/**********æ&nbsp;‡ç­¾é¡µ**********/
.userbqy{
	min-height:800px;
}
.w-bqy{
	background:#fff;
	
}
.w-bqy-header{
	padding:8px 10px;
	border-bottom:1px #eee solid;
}
.w-bqy-body{
	padding:30px 15px;
}
.w-bqy-body ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.w-bqy-body ul li{
	padding:5px 7px;
}
.w-bqy-body ul li a{
	display:block;
	padding:5px 15px;
	text-align:center;
	border-radius:5px;
	white-space:nowrap;
	
}
/**********åˆ—è¡¨é¡µ************/
.applink{
	background:#fff;	
}
.applink-ctn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.applink-item{
	padding:25px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	width:50%;
	border-right:1px #f4f4f4 solid;
	border-bottom:1px #f4f4f4 solid;
	transition:0.2s;
}
.applink-item:nth-child(2n){
	border-right:none;
}
.applink-item:hover{
	box-shadow:0 0 6px rgba(0,0,0,0.1);
}
.applink-item img{
	width: 100px;
    height: 100px;
	border-radius:15px;
}
.applink-text{
	width:100%;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.applink-text h3{
	font-size:18px;
	margin-bottom: 10px;
    margin-top: 5px;
}
.applink-info{
	position:relative;
	color:#999;
}
.applink-info p{
	white-space:nowrap;
	line-height:1.8;
}
.applink-info p a{
	color:#999;
}
.applink-info p span{
	margin-left:8px;
	margin-right:8px;
}
.applink-info .btn-ckxq{
	width:100px;
	height:32px;
	line-height:32px;
	text-align:center;
	border:1px #22c485 solid;
	color:#22c485;
	display:block;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	transition:0.2s;
}
.applink-info .btn-ckxq:hover{
	color:#fff;
	background:#22c485;
}
/**********åˆé›†************/
.collection-top{
	background:#fff;
	height:175px;
	overflow:hidden;
}
.collection-item{
	background:#fff;
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	height:265px;
}
.collection-item-l{
	width:25%;
	background:#f4f4f4;
	padding:5px;
}
.collection-item-l img{
	width:100%;
	height:160px;
}
.collection-item-l h3{
	line-height:2;
	font-size:18px;
}
.collection-item-l p{
	color:#999;
}
.collection-item-r{
	width:75%;
	padding-left:20px;
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
}
.collection-item-rit{
	text-align:center;
	width:calc(25% - 9px);
	margin-right:12px;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	height:100%;
	border:1px #eee solid;
	border-radius:5px;
	padding-bottom:40px;
	position:relative;
	transition:0.2s;
	overflow:hidden;
}
.collection-item-rit:last-child{
	margin-right:0;
}
.collection-item-rit &gt; img{
	width:84px;
	height:84px;
	border-radius:15px;
}
.collection-item-rit .collection-ckxq{
	width:100%;
	height:40px;
	line-height:40px;
	border-top:1px #eee solid;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	color:#999;
	transition:0.2s;
}
.collection-item-rit .collection-ckxq:hover{
	background:#22c485;
	color:#fff;
}
.collection-item-rit p{
	margin-top:10px;
	color:#999;
}
.collection-item-rit:hover{
	box-shadow: 0 0 10px #dedede;
}
/*åˆé›†-ä»‹ç»*/
.hjintd{
	background:#fff;
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	
}
.hjintd img{
	width:340px;
	height:220px;
}
.hjintd-text{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:column;
}
.hjintd-text h3{
	font-weight:700;
}
.hjintd-text h3 span{
	display:block;
	margin-top:10px;
	font-size:14px;
	color:#999;
	font-weight:400;
}
.hjintd-text p{
	line-height:1.8;
	color:#999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hjintd-date{
	color:#999;
}
.hjintd-date span{
	margin-right:25px;
}


/**********æŽ’è¡Œæ¦œ************/
.sortlist{
	background:#fff;
	counter-reset:section;
}
.sortlist-item{
	padding-top:25px;
	padding-bottom:25px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	border-bottom:1px #eee solid;
	padding-left:50px;
	position:relative;
	counter-reset:subsection;
}
.sortlist-item:before{	
	counter-increment:section;
	content:" " counter(section) " ";
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:40px;
	height:60px;
	font-size:30px;
	text-align:center;
	color:#666;
	
}
.sortlist-item:nth-child(1):before{content:" ";background:url(../images/sortlist-1.jpg) no-repeat center;background-size:cover;}
.sortlist-item:nth-child(2):before{content:" ";background:url(../images/sortlist-2.jpg) no-repeat center;background-size:cover;}
.sortlist-item:nth-child(3):before{content:" ";background:url(../images/sortlist-3.jpg) no-repeat center;background-size:cover;}

.sortlist-item img{
	width:110px;
	height:110px;
	border-radius:15px;
}
.sortlist-item-text{
	width:100%;
	padding-left:30px;
	padding-right:180px;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:column;
	height:110px;
}
.sortlist-item-text .sortlist-btn{
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	width: 66px;
    height: 26px;
    border-radius: 3px;
    background: #22c485;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.sortlist-item-text .sortlist-btn:hover{
	opacity:0.8;
}
.sortlist-item-text span,.sortlist-item-text p{
	color:#999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height:1.6;
}

/**********æ–°é—»åˆ—è¡¨************/
.newslist-ctn{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.newslist-l{
	width:calc(75% - 20px);
	margin-right:20px;
	background:#fff;
}

.newslist-item{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px #eee solid;
	height:201px;
}
.newslist-img{
	display:block;
	width:210px;
	height:150px;
}
.newslist-img img{
	width:100%;
	height:100%;
}
.newslist-text{
	width:75%;
	padding-left:20px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:column;
	height:100%;	
	padding-top:5px;
	padding-bottom:5px;
}
.newslist-text h3{
	width:100%;
}
.newslist-text h3 a{
	transition: 0.2s;
    -webkit-transition: 0.2s;
	font-size:17px;
	font-weight:700;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	width: 100%;
    display: block;
}
.newslist-text p{
	color:#999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height:1.6;
}
.newslist-text &gt; div {
	color:#aaa;
	font-size:13px;
}
.newslist-text &gt; div a{
	display: inline-block;
    padding: 3px 8px;
    border: 1px #dedede solid;
    color: #aaa;
    font-size: 12px;
    border-radius: 2px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.newslist-text &gt; div a:hover{
	border: 1px #22c485 solid;
    color: #22c485;
}
.newslist-text span{
	margin-right:15px;
	margin-left:15px;
}
.newslist-item-noimg .newslist-text{
	width:100%;
}
.single-nxgtj ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.single-nxgtj ul li{
	width:50%;
	height:40px;
	line-height:40px;
	
}
.single-nxgtj ul li a{
	display:block;
	padding-left:12px;
	padding-right:15px;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.single-nxgtj ul li a:before{
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    background:#22c485;
    border-radius: 50%;
}










/*é¡µé¢ä¾§è¾¹æ&nbsp;*/
.pagesidebar{
	width:25%;
}
.pagesidebar1-ctn{
	background:#fff;
}
.pagesidebar-title h2{
	font-size:16px;
	font-weight:700;
	padding-right:15px;
	padding-left:25px;
	position:relative;
	height:40px;
	line-height:40px;
	border-bottom:1px #eee solid;
}
.pagesidebar-title h2:before{
	content:"";
	position:absolute;
	top:50%;
	left:12px;
	transform:translateY(-50%);
	width:3px;
	height:22px;
	background:#22c485;
	
}
.pagesidebar-title h2 a{
	font-size:12px;
	color:#aaa;
	font-weight:400;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
}
.pagesidebar1-list{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.pagesidebar1-list li{
	width:50%;
	padding:15px 10px;
	border-right:1px #eee solid;
	border-bottom:1px #eee solid;
}
.pagesidebar1-list li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
}
.pagesidebar1-list li a img{
	width:70px;
	height:70px;
	border-radius:15px;
}
.pagesidebar1-list li a h3{
	font-size:14px;
	margin-top:10px;
	font-weight:700;
	line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.pagesidebar1-list li:nth-child(2n){
	border-right:none;
}
.pagesidebar2-list{
	counter-reset: section;
}
.pagesidebar2-item{
	border-bottom:1px #eee dotted;
	padding-left:40px;
	padding-right:15px;
	counter-reset: subsection;
	position:relative;
	cursor:pointer;
}
.pagesidebar2-item:before{
	counter-increment: section;
    content: " " counter(section) " ";
	position:absolute;
	left:8px;
	top:50%;
	transform:translateY(-50%);
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#d2d2d2;
	color:#fff;
}
.pagesidebar2-item:nth-child(1):before{background:#FE2D0B;}
.pagesidebar2-item:nth-child(2):before{background:#FF8003;}
.pagesidebar2-item:nth-child(3):before{background:#ffc600;}
.pagesidebar2-item &gt; p{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	height:54px;
	line-height: 54px;
	font-size:14px;
	overflow: hidden;
}
.pagesidebar2-item p span{
	font-size:12px;
	color:#aaa;
	white-space: nowrap;
}
.pagesidebar2-item a{
	display:block;
	position:relative;
	padding-left:60px;
	height:80px;
	padding-top:15px;
	padding-bottom:15px;
} 
.pagesidebar2-item a img{
	width:50px;
	height:50px;
	border-radius:10px;
	position:absolute;
	left:0;
	top:15px;
}
.pagesidebar2-item a h3{
	font-size:14px;
	line-height:30px;
	height: 30px;
    overflow: hidden;
}
.pagesidebar2-item a p{
	color:#aaa;
	padding:0;
}
.pagesidebar2-item a span{
	width: 50px;
    height: 22px;
    display: block;
    border-radius: 3px;
    background: #22c485;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
	position:absolute;
	right:0;
	bottom:15px;
}
.pagesidebar2-item a,.pagesidebar2-item.active &gt; p{
	display:none;
}
.pagesidebar2-item.active a{
	display:block;
}
.pagesidebar3-swiper,.pagesidebar4{
	height:180px;
}
.pagesidebar3 img,.pagesidebar4 img{
	width:100%;
	height:100%;
}
.pagesidebar3-swiper{
    --swiper-theme-color: #fff;/* è®¾ç½®Swiperé£Žæ&nbsp;¼ */
    --swiper-navigation-color: #fff;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 36px;/* è®¾ç½®æŒ‰é’®å¤§å° */
  }

.sidebar-tags ul{
	padding: 10px 15px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	
}
.sidebar-tags li{
	padding:3px;
	width:33.33%;
	margin-bottom:5px;
}
.sidebar-tags li a{
	display: block;
    color: #777;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.sidebar-tags li a:hover{
	background:#f4f4f4;
	color:#333;
}


/**********æ–‡ç«&nbsp;é¡µé¢************/
.single-l{
	width: calc(75% - 20px);
    margin-right: 20px;  
}

.single-l h2{
	font-size: 18px;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 25px;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.single-l h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 3px;
    height: 22px;
    background: #22c485;
}
/*æ–‡ç«&nbsp;é¡µé¢-ä¸‹è½½*/

.single-xz{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	padding:40px 20px;
	border-bottom:1px #eee solid;
}
.single-xz img{
	width:120px;
	height:120px;
	border-radius:15px;
	margin:0;
}
.single-xztext{
	width:100%;
	padding-left:30px;
	padding-right:170px;
	position:relative;
}
.single-xztext h1{
	font-size:22px;
	font-weight:700;
	line-height:1.8;
}
.single-xztext ul img{
	height:15px;
	width:auto;
}
.single-xztext ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width:500px;
}
.single-xztext ul li{
	width:50%;
	height:24px;
	line-height:24px;
	color:#999;	
	font-size:12px;	
}

.single-xztext ul li.xzsm{
	position:relative;
	cursor:pointer;
}
.single-xztext ul li.xzsm div{
	width:200px;
	background:#f4f4f4;
	padding:10px;
	line-height:1.5;
	text-align:justify;
	position:absolute;
	top:40px;
	left:0	;
	font-size:12px;
	border-radius:3px;
	display:none;
}
.single-xztext ul li div:before{
	content:"";
	position:absolute;
	left:15px;
	top:-19px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid #f4f4f4;
}
.single-xztext ul li.xzsm:hover div{
	display:block;
}
.single-xztext-btn {
	position:absolute;
	right:30px;
	bottom:0;
	width:140px;
	text-align:center;
}
.xzdpc,.xzdmb{
	display:block;
	height:48px;
	line-height:48px;
	background:#41ae1c;
	color:#fff;
	border-radius:5px;
	font-size:15px;
	letter-spacing:1px;
	transition:0.2s;
	position:relative;
}
.xzdmb{
	background:#14c6e3;
	margin-top:10px;
}
.single-xztext-btn a i{
	margin-right:5px;
	font-size:17px;
}
.single-xztext-btn a:hover{
	background:#77bd60;
	color:#fff;
}
a.xzdmb:hover{
	background:#77deef;
}
.single-xztext-ewm{
	position:absolute;
	top:60px;
	right:0;
	background:#fff;
	box-shadow:0 0 13px rgba(0,0,0,0.3);
	padding:8px;
	border-radius:10px;
	display:none;
	justify-content:flex-start;
	align-items:center;
	z-index: 999;
}
.single-xztext-ewm:before{
	content:"";
	position:absolute;
	right:60px;
	top:-19px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid transparent;
	border-bottom:10px solid #fff;
}
.single-xztext-ewm img{
	border-radius:5px;
	width:100px;
	height:100px;
}
.single-xztext-ewm p{
	padding:10px;
	text-align:center;
	color:#999;
	font-size:12px;
	line-height:1.5;
}

.single-xztext-btn a:hover .single-xztext-ewm{
	display:flex;
}
/*æ–‡ç«&nbsp;é¡µé¢-å›¾é›†*/
.single-imgs-ctn{
	position:relative;
	padding:40px 60px;
}
.single-swiper .swiper-slide{
	padding:15px;
}
.single-swiper .swiper-slide img{
	width:100%;
	height:auto;
}
.single-imgs-ctn{
    --swiper-theme-color: #dedede;/* è®¾ç½®Swiperé£Žæ&nbsp;¼ */
    --swiper-navigation-color: #dedede;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 46px;/* è®¾ç½®æŒ‰é’®å¤§å° */
  }
/*æ–‡ç«&nbsp;é¡µé¢-ä»‹ç»è¯¦æƒ…*/
.single-ctn{
	 background: #fff;
}
.single-intd {
	font-size:15px;
	line-height:1.8;
	word-wrap:break-word;
	color:#555;
	padding:20px 40px;
	text-align:justify;
}
.single-intd img {
	width:50%;
	margin:20px auto;
	display:block;
}
blockquote:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 22px;
	display:block;
	width:36px;
	height:36px;
	background:url(../images/yinghao.png) no-repeat center;
	background-size:cover;
}
blockquote{
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #eee;
    border-left: 0;
    font-size: 15px;
    border-radius: 6px;
	margin-top:30px;
	margin-bottom:30px;
	color:#999;
}
.single-intd p{
	margin-bottom:20px;
}
.single-intd ul{
	padding-left:50px;
	margin-bottom:30px;
}
.single-intd ul li{
	list-style-type:disc;
}
.single-intd h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
	margin-top:30px;
}
.single-intd img{
	width:auto;
	height:auto;
	display:block;
	margin:30px auto;
	max-width:100%;
}
.newsingle-title{
	text-align:center;	
	padding:50px 30px 30px;
	border-bottom:1px #eee solid;
}
.newsingle-title h1{
	font-size: 24px;
    font-weight: 700;
	margin-bottom:20px;
}
.newsingle-info{
	color: #999;
}
.newsingle-info a{
	color: #999;
}
.newsingle-info span{
	margin:0 15px;
}
/*æ–‡ç«&nbsp;é¡µé¢-åŽ»ä¸‹è½½*/
.single-intd-xz{
	border:1px #bbb dotted;
	padding:20px;
	width:100%;
	background: #f4f4f4;
}
.single-intd-xz{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.single-intd-xz .single-xztext-btn{
	bottom:50%;
	transform:translateY(50%);
	right:20px;
}
.single-intd-xz .single-xztext-btn a{
	margin-top:0;
}
.single-intd-xz .single-xztext ul li.stars{
	width:100%;
}
/*æ–‡ç«&nbsp;é¡µé¢-æ&nbsp;‡ç­¾*/
.single-tags{
	font-size: 14px;
    color: #999;
	padding-top:20px;
}
.single-tags a{
	display: inline-block;
    font-size: 12px;
    border:none;
	background:#eee;
    border-radius: 3px;
    color: #999;
    line-height: 20px;
    padding: 3px 8px;
    word-break: keep-all;
    white-space: normal;
	margin-right:5px;
	margin-bottom:10px;
}
.single-tags a:hover{
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}
/*æ–‡ç«&nbsp;é¡µé¢-æŽ¨èåˆé›†*/
.single-recom{
	background:#fff;
}
.single-recom-t{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	padding-top:10px;
	padding-bottom:25px;
	border-bottom:1px #eee dotted;
}
.single-recom-t img{
	width:220px;
	height:140px;
	border-radius:10px;
}
.single-recom-t div{
	padding-left:20px;
	line-height:1.6;
}
.single-recom-t div h3{
	line-height:2;
	margin-bottom:10px;
}
.single-recom-t div p{
	color:#999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.single-recom-b ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.single-recom-b ul li{
	width:33.33%;
	padding:10px;
	position:relative;
	padding-left:80px;
	margin-bottom:30px;
}
.single-recom-b ul li img{
	width:65px;
	height:65px;
	border-radius:10px;
	position:absolute;
	top:0;
	left:0;
}
.single-recom-b ul li h4{
	font-size:15px;
	margin-bottom:10px;
}
.single-recom-b ul li p{
	font-size:12px;
	color:#999;
}
/*æ–‡ç«&nbsp;é¡µé¢-ç¿»é¡µ*/
.single-turepage{
	padding:20px;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	background: #fff;
    overflow: hidden;
	margin-top:20px;
	position:relative;
	border-top:1px #dedede solid;
}
.single-turepage &gt; div{
	width:48%;
	position:relative;
	font-size:15px;
}
.single-turepage &gt; div span{
	display:block;
	color:#999;
	font-size:13px;
	margin-bottom:10px;
}
.single-turepage &gt; div a{
	color:#333;
}
.single-turepage &gt; div a:hover{
	color:#22c485;
}
.single-turepage &gt; div i{
    font-size: 12px;
}
.single-turepage-prve{
	text-align:left;
}
.single-turepage-prve i{
	left:0;
}
.single-turepage-next{
	text-align:right;
}
.single-turepage-next i{
	right:0;
}


/*********æ˜Ÿæ˜Ÿ******/
.stars {
	width:76px;
	height:15px;
	background:url("../images/yxk_bg.png") no-repeat;
	background-position:-76px 0;
}
.stars span {
	display:block;
	max-width:76px;
	height:15px;
	background:url("../images/yxk_bg.png") no-repeat;
	background-position:0 0;
}

/*********æ–‡ç«&nbsp;ä¸“é¢˜**********/
.artspecial .homebk-title{
    padding-top:40px;
}
.artspecial .homebk-title h2 {
    font-size: 32px;
    font-weight: 400;
    border-bottom: 1px #ccc solid;
	text-align:center;
	justify-content:center;
}
.artspecial .homebk-title h2 span {
    padding: 8px 30px;
    border-bottom:3px #1d59c5 solid;
}
.specialflex{
	display:flex;
	justify-content:space-between;
	align-items: stretch;
	flex-wrap:wrap;
}
.special-listitem{
	width: 48.5%;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16);
    padding: 20px;
    margin-bottom: 30px;
    height: 351px;
    border: 1px #ddd solid;
    border-top: 3px #1d59c5 solid;
}
.special-listitem:hover{
	box-shadow:0px 1px 6px rgba(0,0,0,0.16);
}
.spclst-top{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	padding-bottom:20px;
	border-bottom:1px #dedede dotted;
}
.spclst-top-img{
	width:200px;
	height:120px;
} 
.spclst-top-img img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.spclst-top-r {
	position:relative;
	padding-left:20px;
	width:64%;
}
.spclst-top-r h3 {
	margin-bottom:10px;
}
.spclst-top-r h3 a{
	font-size:20px;
	color:#333;
	font-weight:600;
}
.spclst-top-r h3 a:hover{
	text-decoration:none;
}	
.spclst-top-r p{
	font-size:14px;
	color:#999;
	margin-bottom:10px;
	text-align:left;
	height:54px;
	display:block;
	overflow:hidden;
}
.spclst-top-r a.goinspecial{
	font-size:14px;
	color:#50bfff;
	position:absolute;
	right:10px;
	bottom:0;
}
.spclst-top-r a.goinspecial:after{
	position: absolute;
    right: -10px;
    top: 0;
    font-family: FontAwesome;
    content: "&gt;";
    font-size: 14px;
    line-height: 20px;
}
.spclst-bottom{
	margin:0;
	padding:20px 0 0 0;
}
.spclst-bottom li{
	list-style:none;
	
}
.spclst-bottom li a{
	display:block;
	width:100%;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	font-size:14px;
	color:#999;
	position:relative;
	padding:5px 15px;
}
.spclst-bottom li a:before{
	position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "&gt;";
    font-size: 14px;
    line-height: 31px;
}
.spclst-bottom li a:hover{
	color:#50bfff;
}
/*ä¸“é¢˜æ–‡ç«&nbsp;åˆ—è¡¨é¡µ*/
.specialbanner{
	background-size:cover;
	background-position:center;
	height:240px;
	text-align:center;
	color:#fff;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.specialbanner:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
}
.specialtitle{	
	padding-top:80px;
	position:relative;
	z-index:99999;
}
.specialtitle h2{
	font-size:32px;
	margin-bottom:15px;
	
}
.specialtitle p{
	padding:0 100px;
}



















.mbhas{
		display:none;
	}
/***************************é€‚é…ç§»åŠ¨ç«¯*****************************/
@media (min-width:841px) and (max-width:1040px){
	.container{
		padding-left:15px;
		padding-right:15px;
		width:100%;
	}
}
@media (max-width:840px){
	.site-wrapper{
		padding:0;
	}
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	.mb-hid{
		display:none;
	}
	.mb-has,.mbhas{
		display:block;
	}
	.footer-top{
		display:none;
	}
	/*ç§»åŠ¨ç«¯å¯¼èˆª*/
	.header-m .logo{
		width:70%;
		text-align:center;
		width:auto;
		padding: 0;
		background:none;
		position: initial;
	}
	.header-m .logo img{
		max-width:100%;
		height:42px;
	}
	.searchmod{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		display:none;
		z-index:999;
	}
	.searchmod .search-form{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		background:#fff;
		padding:50px;
		border-radius:8px;
	}
	.searchmod .search-form input{
		width:520px;
		height:42px;
		border:none;
		border-bottom:1px #dedede solid;
		padding-left:15px;
		padding-right:50px;
	}
	.searchmod .search-form button{
		position:absolute;
		top:50px;
		right:50px;
		background:none;
		border:none;
	}
	.searchmod .search-form button i{
		font-size:28px;
	}
	.searchmod .search-form .closesearch{
		position:absolute;
		top:-10px;
		right:-10px;
		color:#777;
		background:none;
		box-shadow:none;
		padding:0;
	}
	.searchmod .search-form .closesearch i{
		font-size:14px;
		display:block;
		width:25px;
		height:25px;
		line-height:25px;
		background:#dedede;
		border-radius:50%;
		text-align:center;
	}
	.searchmod .search-form .closesearch:hover{
		box-shadow:none;
	}
	.mbnav{
		position:fixed;
		top:0;
		bottom:0;
		left:-100%;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		z-index:999;
		overflow-y:auto;
	}
	.mbnav nav{
		background:#fff;
		width:80%;
		padding:30px;
		min-height: 100%;
	}
	.mbnav .navclose{
		position:absolute;
		top:20px;
		right:20px;
		color:#000;
		display:block;
		width:40px;
		height:40px;
		line-height:40px;
		text-align:center;
		background:#ccc;
		border-radius:50%;
	}
	.mbnav .navclose i{
		font-size:20px;
	}
	.mbnavuc{
		padding:15px;
		background:#f4f4f4;
		color:#999;
	}
	.mbnavuc img{
		width:40px;
		height:40px;
	}
	.mbnavuc a{
		font-size:16px;
		color:#333;
		margin:0 10px;
	}
	.mbnavul{
		margin-top:15px;
	}
	.mbnavul &gt; li {
		border-bottom:1px #dedede dotted;
	}
	.mbnavul &gt; li &gt; a{
		display:block;
		height:42px;
		line-height:42px;
		padding-left:10px;
		padding-right:10px;
		font-weight:600;
		font-size:16px;
	}
	.mbnavul .sub-menu{
		padding-left:15px;
		padding-bottom:15px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
	}
	.mbnavul .sub-menu li{
		width:48%;
		margin-bottom:6px;
	}
	.mbnavul .sub-menu li a{
		display:block;
		width:100%;
		height:36px;
		line-height:36px;
		text-align:center;
		background:#f4f4f4;
		border-radius:5px;
		
	}

	.header-m {
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:10px 15px;
		background:#fff;
	}
	.header-m a{
		color:#333;
	}
	.header-m a.mb-navbtn{
		color:#22c485;
		display:block;
	}
	.header-m a i{
		font-size:20px;
	}
	.header-m .schcart-btn a i{
		font-size:24px;
		
	}
	.header-m .logo img{
		height:52px;
	}
	.searchmod{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,0.6);
		z-index: 999;
		padding: 20px;
		display: none;
	}
	.searchmod form{
		width:80%;
		margin:0 auto;
		background:#fff;
	}
	.search-form{
		width:85%;
		padding:20px;
	}
	.search-form input{
		width:100%;
	}
	.search-form button {
		top: 25px;
		right: 15px;
	}
	/*é¦–é¡µ*/
	.bannerlist ul li:nth-child(9),.bannerlist ul li:nth-child(10),.bannerlist ul li:nth-child(11){
		display:none;
	}
	.bannerlist ul li {
		width: 13.1%;
	}
	.bannerimg-r{
		display:none;
	}
	.bannerimg-l{
		width:100%;
	}
	.homebk1{
		flex-wrap:wrap;
	}
	.homebk-sidebar,.homebk1-r {
		width:100%;
	}
	.homebk-sidebar{
		margin-bottom:20px;
	}
	.homebk-sidebar-ctn ul li{
		width:16.66%;
	}
	.homebk3,.homebk4{
		flex-wrap:wrap;
	}
	.homebk3-item,.homebk4-l{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.homebk4-r{
		width:100%;
		margin-left:0;
	}
	.applink-item{
		width:100%;
		border-right: none;
	}
	.hjintd img {
		width: 260px;
		height: 180px;
	}
	.pagesidebar{
		display:none;
	}
	.single-l{
		width:100%;
		margin-right:0;
	}
	.single-xztext{
		text-align:center;
	}
	.single-xz {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.single-xztext-btn a.xzdpc{
		display:none;
	}
	.newslist-l{
		width:100%;
		margin-right:0;
		padding:10px;
	}
	
}
@media (max-width:440px){
	.bannerlist{
		overflow-x:scroll;
	} 
	.bannerlist ul{
		width:auto;
	}
	.bannerlist ul li {
		width: auto;
	}
	.bannerlist ul li img{
		width: 65px;
		height: 65px;
		border-radius:12px;
		display:block;
	}
	.bannerimg{
		height:auto;
	}
	.homebk-sidebar-ctn ul li {
		width: 25%;
	}
	.homebk-sidebar-ctn ul li:nth-child(3n) a{
		border-right:1px #ebebeb solid;
	}
	.homebk1-r-ctn .homebk1-item{
		width:100%;
	}
	.homebk1-img {
		height: 75px;
		width: 75px;
		border-radius: 12px;
	}
	.homebk2-item {
		width: 100%;
		padding:0;
		margin-bottom:20px;
	}	
	.homebk4-l-ctn,.homebk4-l-item{
		height:auto;
	}
	.homebk4-l-item li{
		width:100%;
	}	
	.searchmod .search-form input{
		width:100%;
	}
	.searchmod .search-form{
		padding:50px 20px;
	}
	.searchmod .search-form button{
		right: 20px;
	}
	.friendlink {
		padding:0;
	}
	/*åˆé›†*/
	.collection-top{
		height:auto;
	}
	.collection-item-l{
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
	.collection-item-r{
		width:100%;
		padding:0;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.collection-item{
		display:block;
		height:auto;
		padding: 10px;
	}
	.collection-item-rit{
		width:48%;
		margin-right:0;
		margin-bottom:20px;
		padding:10px 10px 50px;
	}
	.hjintd img{
		display:none;
	}
	.applink-item {
		padding: 25px 0;
	}
	.applink-item img{
		width:75px;
		height:75px;
	}
	.applink-text h3{
		font-size:15px;
		font-weight:700;
		margin-bottom:5px;
	}
	.applink-info p{
		line-height:1.5;
		font-size:12px;
	}
	.applink-info .btn-ckxq{
		display:none;
	}
	.sortlist-item:before{
		width: 22px;
		height: 35px;
		font-size: 22px;
	}
	.sortlist-item{
		padding-left: 30px;
	}
	.sortlist-item-text p{
		display:none;
	}
	.sortlist-item img{
		width:70px;
		height:70px;
	}
	.sortlist-item-text {
		width: 100%;
		padding-left: 10px;
		padding-right: 0;
		height: 75px;
	}
	.sortlist-item-text .sortlist-btn{
		display:none;
	}
	.classify-item ul a{
		display: block;
		padding: 5px;
		white-space:nowrap;
	}
	/*.sortlist-item-text h3{
		font-size:16px;
		font-weight:700;
	}*/
	.single-xztext {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom:80px;
	}
	.single-xztext ul{
		width:100%;
	}
	.single-xztext ul li{
		display:none;
	}
	.single-xztext ul li:nth-child(3000),.single-xztext ul li:nth-child(4){
		display:block;width:100%;
	}
	.single-xztext-btn{
		right:50%;
		transform:translateX(50%);
		width:80%;margin-left:10px;
	}
	.single-intd-xz .single-xztext-btn{
		position:static;
	}
	.single-intd-xz  .single-xztext{
		padding-bottom:30px;
	}
	.single-imgs-ctn {
		--swiper-navigation-size: 26px;
	}
	.single-imgs-ctn{
		padding:20px;
	}
	.single-imgs{
		padding-left:0;
		padding-right:0;
	}
	.single-intd{
		padding-left:15px;
		padding-right:15px;
	}
	.single-swiper .swiper-slide {
		padding: 5px;
		width:80%!important;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left:0;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right:0;
	}
	.single-recom-t &gt; a{
		display:none;
	}
	.single-recom-b ul li{
		width:100%;
	}
	.single-xz img {
		width: 100px;
		height: 100px;
	}
	.newslist-img {
		width: 100px;
		height: 80px;
	}
	.newslist-text{
		padding-left:15px;
	}
	.newslist-text div{
		display:none;
	}
	.newslist-item{
		height:110px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.newslist-text h3{
		margin-bottom:5px;
	}
	.newslist-text h3 a{
		font-size:16px;
		
	}
	.single-nxgtj ul li{
		width:100%;
	}
	.single-nxgtj ul li a{
		padding-right:0;
	}
	.newsingle-title {		
		padding: 30px 10px;		
	}
	.newsingle-info span{
		font-size:12px;
		margin: 0 5px;
	}
	.userbqy {
		min-height: 500px;
		padding-top:20px;
		padding-bottom:20px;
	}

} 

@media(min-width:800px){
	.contenttip{
		position:absolute;width:100%;height:100%;opacity:1;z-index:50;background:#fff url(../images/img404-1.png)no-repeat center;
	}
	.contenttip::before{content:"ç½‘é¡µä¸å­˜åœ¨ï¼Œæˆ–å·²ç»åˆ&nbsp;é™¤ï¼Œçœ‹çœ‹åˆ«çš„å§";}
	.newscontent{height:1000px;overflow:hidden;}
}
.sidebar-item2 li{
 padding-top:10px;
 padding-bottom:10px;
}
.sidebar-item2 li a{
 display:flex;
 justify-content:flex-start;
 align-items:center; 
}
.sidebar-item2 li a h3{
 text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 -webkit-box-orient: vertical;
 font-size:14px;
 line-height:1.8
}
.sidebar-item2 img{
 width:100px;
 height:70px;
 margin-right:8px;
}

/**/
.collection-item-rit h5{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width:100%;
    padding-left:15px;
    padding-right:15px;
}

.newscontent{position:relative;}
.friendlink{display:none;}

/*å¹¿å‘Š*/
.guanggao{display:none;}
@media (max-width:440px){
.guanggao{display:block;width:100%;margin-bottom:15px;}
.guanggao img{width:100%;}
}



a:hover,.homebk4-l-item li .homebk4-l-text h3:hover,.single-turepage &gt; div a:hover,.spclst-top-r a.goinspecial,.spclst-bottom li a:hover{color:#d82419;}
.search button,.menunav,.homebk3-xz,.homebk1-xzbtn a,.homebk4-l-item li:nth-child(n+2):before,.classify-item ul a:hover, .classify-item ul .active a,.applink-info .btn-ckxq:hover,.pagesidebar-title h2:before,.pagesidebar2-item a span,.single-l h2:before,.single-nxgtj ul li a:before{background: #d82419;}
.applink-info .btn-ckxq,.w-fylink a.active,.w-fylink a:hover,.newslist-text &gt; div a:hover{border: 1px #d82419 solid;color: #d82419;} 
.header-m a.mb-navbtn{color:#d82419!important;}
.special-listitem{border-top: 3px #d82419 solid;}
.artspecial .homebk-title h2 span { border-bottom: 3px #d82419 solid;}

/*.menunav{background:#d82419;}
.menunav .navul &gt; li.current-menu-item &gt; a, .menunav .navul &gt; li:hover &gt; a {
    background: rgb(255 149 0);
}*/
</pre></body></html>