<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*���掩�桁�--綣�紮�*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
*{box-sizing: border-box;}
html, body {min-height: 100%;}
body {font-family: "Microsoft YaHei";font-size:14px;color:#333;}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-size: 14px;}
ul,ol {list-style: none;}
i{font-style: normal;display: inline-block;}
img {border: none;vertical-align: middle;max-width: 100%;max-height: 100%;}
a {text-decoration: none;color: #333;display: inline-block;}
table {border-collapse: collapse;table-layout: fixed;}
input, textarea {outline: none;border: none;font-family: "Microsoft YaHei";}
textarea {resize: none;overflow: auto;}
.clearfix {zoom: 1;}
.clearfix:after {content: ".";width: 0;height: 0;visibility: hidden;display: block;clear: both;overflow:hidden;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipselist{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.wide{width: 1200px; margin: 0 auto;}
.hide{
	display: none;
}
.show{ 
	display: block;
}
.img-center-scale{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}


.img-wrapper{
	/* padding-top筝阪�丞��蕭�綺�/莅乗��上�綺� */
	/* width���莅丞舟 */
	position: relative;
	height: 0;
	overflow: hidden;
}
.img-center{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	/* transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); */
}

.transit{
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

/*羌頵���������腓�*/
#brower-max {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); z-index: 1000; display: none;}
#brower-max.cur00 {display: block;}
#brower {position: fixed; width: 400px; height: 200px; background-color: #fff; text-align: center; top: 50%; left: 50%; margin-left: -200px; margin-top: -100px; padding-top: 50px; z-index: 1000; display: none;}
#brower.cur00 {display: block;}
#brower p {margin-top: 20px;}
#brower p a {color: #ff9c00;}
@media \0screen\,screen\9 {/* ������IE6��7��8 */
  #brower-max {background-color:#000000; filter:Alpha(opacity=50); *zoom:1; /* 羶�羇�IE6��7��haslayout絮��э�莅��莚紙��Alpha */}
  #brower {filter:Alpha(opacity=100);}
}
/*菴���蕁狗��*/
.go-top{position: fixed;bottom: 30px;right: 30px;height: 60px;background-size: 100%;cursor: pointer;z-index: 101;background: rgba(0, 0, 0, .2);text-align: center;width:60px;color: #fff;padding-top:5px;padding-bottom: 5px;font-size: 12px;visibility: hidden;}
.go-top img{display: block;margin: 0 auto;height:60%;margin-bottom: 3px;}

</pre></body></html>