<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 主导航侧边栏 */
/*遮罩层专用*/
.zzc{position: fixed; top: 0; left: 0; right:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 99999; display: none;}

.right-redian-box{
	position: fixed;
	right:-450px;
	top: 0;
	bottom: 0;
	width: 450px;
	height:auto;
	background-color:#70b442;
	z-index: 111111;
	padding: 25px 55px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}

.anniu{ width:100%; height:auto; text-align:right}
.b_more{display:inline-table; padding:8px 26px; background-color:#fff; border-radius:50px; color:#000!important; cursor:pointer}
.b_more:hover{ background-color:#ff6700; color:#FFF!important}

.gsm_name{color:#fff; font-size:26px; margin-top:30px;}

.right_note {color:#f2feea; font-size: 12px; line-height:26px; margin-top: 10px;}

.right_news{width:100%; height:auto; margin-top:30px;}
.right_news li{ height:30px; line-height:30px; font-size:14px; color:#FFF; background:url(../images/kuai.jpg) no-repeat left center; text-indent:1em;}
.right_news li a{ display:block; color:#FFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.right_news li a:hover{ color:#FC0}

.right_list{width:100%; height:auto; margin-top:30px; padding-top:10px; border-top:1px solid #dcf0ff}
.right_list li{ height:30px; line-height:30px; font-size:14px; color:#FFF;}
.right_list li a{ display:block; color:#FFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

.right_ewm{ width:150px; height:auto; margin-left:0; margin-top:40px}
.right_ewm img{width:150px; height:auto}</pre></body></html>