@charset "gbk";

@media screen and (min-width: 900px){
	.site{
		display:none;
	}
}

@media screen and (max-width: 899px){
	.no-mobile{
		display:none;
	}
}

.no-mobile{
	text-align:center;
	font-size:24px;
	width:500px;
	margin:auto;
	font-size:'PT-Sans',sans-serif,'ËÎÌå';
	padding-top:200px;
	line-height:40px;
}

#hidepage{
	z-index:999999;
	position: absolute; 
	left:0px; 
	top:0px; 
	background-color:#FFF; 
	layer-background-color:#FFF;
	height:700px; 
	width:100%;
}

#hidepage img{
	padding-top:20px;
}

.center-text{
	padding-top:150px;
	text-align:center;
}

.home{}
.about{	display:none}
.portfolio{ display:none;}
.blog{display:none;}
.contact{display:none;}

.empty-clear-menu{
	height:50px;
}

.clear{
	clear:both;
}

/*
body{
	background-image:url(../pic/bg.png);
	background-repeat:repeat;
}
*/
.header-deco{
	background-image:url(../pic/header-deco.png);
	background-repeat:repeat-x;
	height:7px; 
	margin-left:-10px;
	padding-right:10px;
	width:102%;
	margin-top:0px;
}

.header{
	padding-top:15px;
	margin-bottom:15px;
}

.body10{margin:10px;}

.social-icons{
	float:right;
}

.social-icons img{
	padding-left:10px;
}


.decoration{
	background-image:url(../pic/deco_style_1.png);
	height:2px;
	width:100%;
	display:block;	
	background-repeat:repeat-x;
	padding-bottom:20px; 
}

.image-deco{
	padding:3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	-moz-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
}

.image-width{
	width:98%;	
}


.round-icon{
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80);
	width:32px;
	height:33px;
	background-image:url(../pic/gray_bg.png);
	background-repeat:no-repeat;
	padding-right:10px;
	padding-bottom:2px;
	margin-top:5px;
}

.footer{
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#CCC;
	background-image:url(../pic/footer-bg.png);
	background-repeat:repeat;
	margin-left:-10px;
	width:102%;
	padding-right:14px;
	margin-bottom:-1px;
}
.topnav{
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#CCC;
	background-image:url(../pic/footer-bg.png);
	background-repeat:repeat;
	margin-left:-10px;
	width:102%;
	padding-right:14px;top:0;
	margin-top:0;margin-bottom:6px;opacity:0.5;
}
.topnav td{padding-top:6px;padding-bottom:6px}
/*//////////////////*/
/*Notification Boxes*/
/*//////////////////*/

.notification-box-green{
	margin-bottom:20px;
	width:100%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#3ca730;
	background-color: rgba(60, 167, 48, 0.3);
}

.notification-box-green a{
	display:block;
	overflow:hidden;
}


.notification-box-yellow{
	margin-bottom:20px;
	width:100%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#cda51b;
	background-color: rgba(255, 210, 1, 0.5);
}

.notification-box-yellow a{
	display:block;
	overflow:hidden;
}

.notification-box-blue{
	margin-bottom:20px;
	width:100%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#649bae;
	background-color: rgba(100, 155, 174, 0.5);
}

.notification-box-blue a{
	display:block;
	overflow:hidden;
}


.notification-box-red{
	margin-bottom:20px;
	width:100%;
	height:32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#c24747;
	background-color: rgba(219, 84, 84, 0.5);
}

.notification-box-red a{
	display:block;
	overflow:hidden;
}

.notification-icon{
	padding-top:9px;
	padding-left:10px;
	float:left;
}

.notification-text{
	float:left;
	margin-top:7px;
	padding-left:20px;
}

.notification-quit-green{
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:90%;
	position:absolute;
	color:#3ca730!important;
}

.notification-quit-yellow{
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:90%;
	position:absolute;
	color:#cda51b!important;
}

.notification-quit-blue{
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:90%;
	position:absolute;
	color:#649bae!important;
}

.notification-quit-red{
	float:left;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:8px;
	margin-left:90%;
	position:absolute;
	color:#c24747!important;
}
/**********************/

*{ margin:0; padding:0}
* {
    border: 0 none;
    font-family: 'Î¢ÈíÑÅºÚ',Arial,sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
h2 {
    font-family: "Î¢ÈíÑÅºÚ",Arial;
    font-size: 1.6em;
    padding-bottom: 0.1em;
}
h3 {
    font-size: 1.4em;
}
img {
    /*height: auto;*/
    max-width: 100%;
    border: 0 none;
    display: block;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#box {
    /*background: none repeat scroll 0 0 #F4F4F4;*/
    margin: 0 auto;
    min-height: 400px;
    max-width: 640px;
    overflow:hidden;
}
.head {
    background: url("../pic/bg1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 73px;
    text-align: center;
}
.head img {
    margin: 0 auto;
    padding-top: 4px;
    max-width: 211px;
	max-height:60px;
}
.clr:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

#nr {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
}

.tit {
    background: none repeat scroll 0 0 #825C0C;
    color: #FFFFFF;
    display: inline-block;
    line-height: 24px;
    margin: 0 0 6px;
    padding: 6px 10px;
}
.dm {
    padding-bottom: 5px;
    width: 100%;
}
.map {
    margin-top: 10px;
}

#qk {
    bottom: 0;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 910;
}
#qk ul{
    max-width:640px;overflow:hidden;
}
#qk li {
    background: url(../pic/bg3.png) repeat-x scroll 0 0 #7F5F1B;
    cursor: pointer;
    float: left;
    height: 50px;
    text-align: center;
    width: 20%;
}
#qk li a {
    color: #FFFFFF;
    display: block;
    height: 50px;
	background: url("../pic/line.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
}

.v1, .v2, .v3, .v4, .v5 {
    background: url("../pic/icon_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    margin: 5px auto 0;
    width: 30px;
}
.v1 {
    background-position: 0 0;
}
.v2 {
    background-position: 0 -78px;
}
.v3 {
    background-position: 0 -154px;
}
.v4 {
    background-position: 0 -231px;
}
.v5 {
    background-position: 0 -310px;
}

.qadata{border:0;border-top:1px solid #cccccc;border-left:1px solid #cccccc;}
.qadata th{text-align:center;padding:3px;border:0;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;height:26px;background:#eeeeee url(../pic/bgth.gif);}
.qadata td{padding:3px;font-family:Tahoma,"ËÎÌå";border:0;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;}
.sm{width:100%;border:1px solid #FD8201;background:#FD8201;border-radius:5px;overflow:hidden;text-align:center;font-family:'Î¢ÈíÑÅºÚ';}
.sm span{display:block;padding:8px;}
.hand{cursor:hand;cursor:pointer;}
.qa input,.qa select{border: 1px solid #ccc;padding: 3px;border-radius: 5px;overflow: hidden;}
.qa td{font-size:1em}
.pa2 td,.pa2 input,.pa2 select{padding:2px;font-size:12px}
.pa3 td,.pa3 input,.pa3 select{padding:3px;font-family:'ËÎÌå',"Î¢ÈíÑÅºÚ";font-size:1em}
.small{font-size:0.875em;}
.price{color:blue;font-family:"Î¢ÈíÑÅºÚ",Arial;}
.un{color:#999999;text-decoration:line-through;vertical-align:middle;}
.px16{font-size:16px}
.gpic{border:0px solid #aeaeae; padding:3px; background:#FFF;overflow:hidden;}
.gtitle,#gtitle {border-bottom:0px solid #7E6435;color:#947136;font-size:16px;padding-bottom:3px;font-weight:bold;}
.otitle{color:blue;font-family:Tahoma,Georgia,Arial;font-size:16px;font-weight:bold;}
.oprice{color:red;font-family:Georgia,Tahoma,Arial;font-size:16px;font-weight:bold;}
.noborder td{padding:3px}
.noborder0 td{padding:0}
.ptitle {
    background: none repeat scroll 0 0 #ffffff;
	border-bottom: 0px dashed #999999;
    color: #FE8D03;
    display: block;
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    position: relative;
}
.ptitle a{font-size:14px;}
.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}
.b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:1px solid #999;border-right:1px solid #999;}
.b1,.b1b{margin:0 5px;background:#999;}
.b2,.b2b{margin:0 3px;border-width:2px;}
.b3,.b3b{margin:0 2px;}
.b4,.b4b{height:2px;margin:0 1px;}
.d1{background:#FFFFFF;}/*#F7F8F9*/
.mg10{margin-top:0.5em}
.mgtb1{margin-top:1em;margin-bottom:1em;}
.bg9{BACKGROUND:#9999CC;}
.bgc{BACKGROUND:#CCCC99;}
.bgg{BACKGROUND:#66CC66;}
.bgr{BACKGROUND:#FF6633;}
.bgb{BACKGROUND:#6699FF;}

.goods {
    border: 1px solid #AAAAAA;
    float: left;
    max-height: 280px;
    margin: 6px;
    overflow: hidden;
    max-width: 160px;
}
.gimg img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AEAEAE;
    max-height: 150px;
    overflow: hidden;
    padding: 3px;
    max-width: 150px;
}
.gimg, .gimg a {
    padding: 0;
}
.noborder1 td{padding:1px}
.hui{color:red;font-size:12px}
.hui .price{color:red;font-size:16px}
.gua{color:#999999;font-size:12px}
.gua .price{color:#999999;font-size:16px}
table,tr,th,td{padding:0;margin:0}

.dm img{width:100%;border-radius:8px;margin-top:10px;margin-bottom:10px;}
