<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*通用类*/
body{		
	min-width:1150px;
	margin:0 auto;
	font-size:14px;	
	font-family:"Microsoft Yahei";
	background:#f2f3f5;
	color:#555;
	text-align:center;
}
.wb{
	background:#fff;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#555;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#ff6049;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1150px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header_t{
	height: 36px;
	line-height: 36px;
	clear: both;
	background:#333;
	font-size:12px;
	color:#afafaf;
}
.header_t a{
	color:#afafaf;
}
.header_t a:hover{
	color:#fff;
}
.ht_left a{
	float: left;
	margin-right:20px;
}
.ht_right a{
	float: left;
	margin-left:20px;
}
.header{
	height: 90px;
	background:#fff;
	position: relative;
	z-index: 100;	
}
.header .logo{
	float: left;
	margin-top: 16px;
    margin-bottom: 15px;
}
.nav{
	float: left;	
	padding:15px 0 0 0px;
}
.nav a{
	float: left;
	margin-left:50px;
	display:inline-block;
	height: 58px;
	line-height: 58px;
	border-bottom:3px solid #fff;
	padding:0 5px;
	font-size:16px;
	color:#333;
	font-weight: bold;
	position: relative;
}
.nav a:hover,.nav a.hover{
	color:#ff6049;
	border-color:#ff6600;
}
.nav .hot{
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left:-19px;
}
.nav_search{
	width: 178px;
	height: 30px;
	float: right;
	margin-top:29px;
	border:1px solid #d6d6d6;
	border-radius:15px;
	position: relative;
}
.nav_search .text{
	width: 115px;
	height: 30px;
	float: left;
	border:0;
	background:none; 
	padding-left:15px;
}
.nav_search .sub{
	width: 32px;
	height: 30px;
	float: right;
	background:url("../homeimg/nav_sub.png") no-repeat center center;
}
/*header 结束*/

.footer_top{
	background:#3b3b3b;
	border-bottom:1px solid #4c4b4b;
	padding-top:27px;
	height: 96px;
}
.footer_top .fls{
	width: 212px;
	float: left;
}
.footer_top .ico{
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	margin:4px 0 0 0;
}
.footer_top dl{
	float: right;
	width: 140px;
}
.footer_top dt{
	height: 32px;
	line-height: 32px;
	font-size:16px;
	color:#fff;
}
.footer_top dd{
	line-height: 18px;
	font-size:12px;
	color:#999;
}
.footer_top .fg{
	width: 100px;
	height: 50px;
	float: left;
}

.footer_center{
	background:#3b3b3b;
	height: 180px;
}
.fc_nav{
	width: 120px;
	float: left;
}
.fc_nav dt{
	height: 68px;
	line-height: 68px;
	font-size:14px;
	font-weight: bold;
	color:#fff;
}
.fc_nav dd{
	height: 20px;
	line-height: 20px;
	font-size:12px;
}
.footer_center .fg{
	width: 68px;
	height: 132px;
	float: left;
	border-left:1px solid #4c4b4b;
	margin:30px 0 0 0;
}
.fc_nav dd a{
	color:#999;
}
.fc_nav dd a:hover{
	color:#fff;
}
.fc_inf{
	width: 340px;
	float: left;
	text-align: center;
	padding:20px 0 0 0;
	margin-right:30px;
}
.fc_inf .t1{
	height: 40px;
	line-height: 40px;
	color:#fff;
	font-size:36px;
}
.fc_inf p{
	line-height: 20px;
	font-size:14px;
	color:#999;
}
.fc_inf .online{
	background:#fff url("../homeimg/fc_online.png") no-repeat 12px center;
	font-size:14px;
	color:#ff6407;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-left:40px;
	text-align:left;
	margin:10px auto 0 auto;
}
.ft_code{
	width: 93px;
	float: right;
}
.ft_code dt{
	height: 56px;
	line-height: 56px;
	font-size:14px;
	font-weight: bold;
	color:#fff;
}
.ft_code img{
	display: block;
	width: 93px;
	height: 93px;
}
.fri_links{
	height: 33px;
	line-height: 43px;
	background:#222;
	color:#6a6a6a;
}
.fri_links a{
	float: left;
	color:#6a6a6a;
	margin-right:10px;
}
.fri_links a:hover{
	color:#fff;
}
.footer_copy{
	text-align: center;
	background:#222;
	color:#6a6a6a;
	padding:10px 0;
	line-height: 24px;
}

.hm_limit{
	width: 1150px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.hm_limit .s_list{
	width: 1165px;
}

.limit_item{
	width: 218px;
	height: 360px;
	float: left;
	margin-right:15px;
	background:#fff;
}
.limit_item .photo{
	display: block;
	width: 218px;
	height: 218px;
	position: relative;
	overflow: hidden;
}
.limit_item .photo img{
	display: block;
	width: 218px;
	height: 218px;
}
.limit_item .tp{
	height: 94px;
	padding:18px 18px 0 18px;
	border-bottom:1px solid #f3f3f3;
}
.limit_item .name{
	line-height: 18px;
	height: 36px;
	text-align:left;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;	
}
.limit_item .price{
	height: 58px;
	line-height: 58px;
	color:#f44c48;
	font-size:20px;
	float: left;
}
.limit_item .price em{
	font-size:14px;
}
.limit_item .old{
	float: right;
	font-size:12px;
	line-height: 58px;
	color:#999;
}
.limit_item .old em{
	text-decoration:line-through;
}
.limit_item .bt{
	height: 28px;
	line-height: 28px;
	color:#555;
	font-size:12px;
	padding-left:40px;
	background:url("../homeimg/limit_bt.png") no-repeat 20px center;
}

.hm_title{
	height: 90px;
	line-height: 90px;
	clear: both;
	position: relative;
}
.hm_title .tit{
	float: left;
	font-size:20px;
	color:#333;
	padding-left:8px;
	position: relative;
}
.hm_title .tit i{
	display: block;
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-10px;
	background:#ff6600;
}
.hm_title .handle{
	float: left;
	margin:34px 0 0 0;
}
.hm_title .handle a{
	float: left;
	display:inline-block;
	height: 20px;
	line-height: 20px;
	border:1px solid #f2f3f5;
	padding:0 10px;
	border-radius:10px;
	font-size:12px;
	color:#555;
	margin-left:15px;
}
.hm_title .handle .hover{
	color:#ff6600;
	border-color:#f60;
}
.hm_title .more{
	float: right;
	font-size:12px;
}

.page{
	text-align: center;
	padding:50px 0;
}
.page a,.page span{
	display:inline-block;
	height: 34px;
	line-height: 34px;
	border:1px solid #e5e5e5;
	background:#f9f8f8;
	padding:0 14px;
	margin:0 5px;
}
.page a:hover,.page span{
	background:#ff6600;
	color:#fff;
}

.now_pos{
	height: 52px;
	line-height: 52px;
	clear: both;
	font-size:12px;
}
.ne_slider{
	float: right;
	height: 52px;
	position: relative;
	overflow: hidden;
}
.ne_slider li{
	height: 52px;
	padding-left:24px;
	background:url("../homeimg/cup.png") no-repeat left center;
	clear: both;
}
.ne_slider .name{
	float: left;
	display:inline-block;
	max-width:520px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ne_slider .red{
	float: left;
	color:#e60012;
}

.main{
	background:url("../homeimg/mainbg.png") repeat-y left top;
}
.aside{
	width: 240px;
	float: left;
}
.as_title{
	height: 100px;
	line-height: 100px;
	border-bottom:1px solid #dfdfdf;
	font-size:24px;
	color:#f60;
	font-weight: bold;
	padding-left:72px;
	background:url("../homeimg/as_title.png") no-repeat 26px center;
	margin-bottom:20px;
}
.as_nav .handle{
	height: 48px;
	line-height: 48px;
	padding-left:24px;
	display: block;
	background:url("../homeimg/ashandle.png") no-repeat right top;
}
.as_navdown .handle{
	background-position:right bottom;
	color:#f60;
	font-weight: bold;
}
.as_nav ul{
	display: none;
}
.as_navdown ul{
	display: block;
}
.as_nav li{
	height: 32px;
	line-height: 32px;
	vertical-align:top;
	padding-left:46px;
	font-size:12px;
}
.as_nav .hover{
	color:#f60;
}

.section{
	width: 850px;
	float: right;
	margin-right:25px;
}
.se_title{
	text-align: center;
	padding:25px 0;
	line-height: 46px;
	font-size:24px;
	border-bottom:1px solid #dfdfdf;
}

/*公用CSS 结束*/</pre></body></html>