<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*side*/
#side{
	width: 210px;
	overflow: hidden;
	float: left;
	margin: 0px 0 20px 0;}
/*head*/
#side .head{
	width: 210px;
	height: 31px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../images/small-head.jpg);}
#side .head h1{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	padding-left: 10px;
	font-weight: normal;}
/*box*/
#side .box{
	width: 208px;
	overflow: hidden;
	border: 1px solid #ebebec;
	border-top: 0;}
#side .box ul{
	width: 100%;
	overflow: hidden;}
#side .box ul li{
	width: 100%;
	height: 35px;
	background: url(../images/small-tx-bg.jpg) repeat-x;}
#side .box ul li:hover{
	width: 100%;
	height: 35px;
	background: url(../images/small-tx-bg-on.jpg) repeat-x;}
#side .box ul li a{
	width: 82%;
	height: 35px;
	font-size: 13px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: block;
	margin: 0 auto;
	color: #000;
	padding: 0 10% 0 0; 
	line-height: 35px;
	background: url(../images/small-to-right.png) no-repeat right center;}
#side .box ul li:hover a{
	background: url(../images/small-to-right-color.png) no-repeat right center;}










/*currency*/
#currency{
	width: 760px;
	overflow: hidden;
	float: right;
	margin: 0px 0px 20px 0;}
/*å½“å‰ä½ç½®*/
.current-position{
	width: 100%; 
	overflow: hidden; 
	text-align: right;
	margin: 0px auto 5px; 
	color: #000; font-size: 14px;
	border-bottom: 1px solid #e5e5e5;}
.current-position a{
	color: #000; line-height: 30px; font-size: 14px;}










.subNavBox {
	width: 210px;
	overflow: hidden;
	float: left;
	border-top: 2px solid #277fc2;}
.subNav {
	width: 190px;
	overflow: hidden;
	cursor: pointer;
	font-size: 13px;
	color: #000;
	line-height: 23px;
	padding: 5px 10px 10px 10px;
	background: url(../images/sider-en-bg.png) repeat-x
;}
.subNav:hover {
	color: #fff;
	background: #277fc2;}
.currentDd {
	color: #fff;}
.currentDt {
	background: #277fc2;}
.navContent {
	display: none;
	margin-bottom: 10px;
	padding: 5px 0;
	background: #f7f7f7;}
.navContent li a {
	display: block;
	width: 190px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	padding: 0 10px 0 20px;
	background: url(../images/to-ico.png) no-repeat 10px center;}
.navContent li a:hover {
	color: #277fc2;
	background: url(../images/to-ico-c.png) no-repeat 10px center;}</pre></body></html>