/*
Theme Name: amos
Theme URI: 
Description: 
Version: 1.1
Author: 曾老师
Author URI: 
Tags: 呵呵
*/
	
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
em,ol,ul,li{list-style-type:none;}
img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
.clear{ clear:both;}
.red{ color:#ff0000;}
.redcd{color:#CD2626}
.bold{ font-weight:400;}
.green{color:#66CC66}
.blue{ color:#0273C6;}
.fr{ float:right;}
.fl{ float:left;}
.mleft5{ margin-left:5px;}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #fcfbf7 /*url(../images/body-bg.jpg) no-repeat center top*/;
	font: .81em/150% ;font-family: 'Microsoft Yahei',"微软雅黑",arial,"宋体",sans-serif;
	color: #555;
}
a {
	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover {color:#ff0000;
	text-decoration: underline;
}
article a {
    color: #0273C6;
}
article h2 a {
    color: #555;
}
p {
	margin: 0 0 1em; font-size:1em;
	padding: 0; line-height:1.8em;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #343434;
}
h1 {
	font-size: 1.8em;font-weight:400; color:#333; margin-bottom:15px; padding-bottom:10px;
}
.index_h1 {
	
	 border-bottom:1px dashed #ccc;
}
h2 {
	font-size: 1.6em;font-weight:400; color:#333; margin-bottom:15px; padding-bottom:10px;
}
h3 {
	font-size: 1.3em;font-weight:500; color:#555; }
h4 {
	/*font-size: 1.0em;*/
	font-size:1.4em;font-weight:400; color:#333; padding-bottom:15px; margin-bottom:15px; padding-top:20px; border-bottom:1px dashed #ccc;
}
h5 {
	font-size: 1.0em;padding-bottom:5px;border-bottom:1px dashed #ccc;color:#006699;
}
h6 {
	font-size: .6em; background:#dedede;
}

.font16{font-size: 1.4em;}
.tabs{font-size: 1.3em;font-weight:500; color:#333;margin: 5px 0 .4em;}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1080px;
	margin: 0 auto;
}

.blank10{ height:10px; line-height:10px; font-size:0; clear:both;overflow:hidden; display:block;}
.blank15{ height:15px; line-height:15px; font-size:0; clear:both;overflow:hidden; display:block;}
.center{ text-align:center;}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 165px;
}
#header img{
/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* site logo */
#site-logo2{ display:none;}
#site-logo {
	position: absolute;
	top: 60px;
}
#site-logo a {
	font: bold 30px/100% ;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description {
	font: 16px/100% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px; display:none;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 8px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 100px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

#searchform .s_sinput {
    float:left;
    width:80px;
    height:19px;
    line-height:19px;
    padding:3px 5px;
    border:#A7A7A7 1px solid;
    background:white;
    color:#888;
    font-size:12px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    outline: none;
}

#searchform .s_sinput:focus {
    width:90px;
}
 
#searchform .s_sbtn {
    cursor:pointer;
    height:27px;
    font-size:12px;
    float:left;
    width:50px;
    margin-left:-1px;
    background:#eee;
    display:inline-block;
    padding:0 12px;
    vertical-align:middle;
    border:#A7A7A7 1px solid;
    color:#666;
}
 
#searchform .s_sbtn:hover {
    background:#ddd;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: /*#2e962e;*/#E20B00;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #E20B00 /*url(../images/nav-bar-bg.png) repeat-x*/;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background:#bb0d0c;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	/*font-weight: bold;*/
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #750909;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 20px;
	width: 731px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	word-wrap: break-word;
	word-break:break-all;*/
	border: 1px solid #CCCCCC;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}


/* post */
div.post {
	width:95%;
	margin:0 0 0 0;
	padding:20px 1% 2px 1%;
	text-align:left;
	clear:both; 
	word-break:break-all;
}
.post p {
	margin-bottom: 15px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.4em; color:#333;
}
.post-title a {
	text-decoration: none;
	color: #333;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}
.post-date-single{_display: inline-block;
color: #999;
line-height: 22px; font-size:0.8em;
font-family:arial,"\5b8b\4f53",sans-serif; padding:15px; padding-left:0;
 border-bottom:1px dashed #ccc; margin-bottom:15px;
}
.post-date-single a{color: #999; margin-right:5px;}
.post-date-single .spance_r{margin: 0 10px;
color: #e1e1e1;}

.post-footer{ background:#fcfcfc;
	width:99%;
	margin:30px 0 0px 0;
	padding:10px 10px 10px 0;
	font-size:1em;
    font-weight: normal;
	color:#aaa;
	text-align:left;font-family: 'Microsoft Yahei',"微软雅黑",arial,"宋体",sans-serif;
}
.xiang_guan{padding-top:10px; border-top:3px solid #666; width:100%;text-align:left;font-family: 'Microsoft Yahei',"微软雅黑",arial,"宋体",sans-serif;}
.xiang_guan_ul{width:100%; margin-top:-10px; margin-left:0px;}
.xiang_guan_ul li{font-size:100%;line-height: 40px;height: 40px;border-bottom: 1px solid #efefef; overflow:hidden;}
.xiang_guan_ul li a{color:#555;}
.xiang_guan_ul li:hover{ background:#fcfcfc;}


.rank {width:100%;float:left;color:#666; border-bottom:1px solid #ddd;}
.rank .posttxt{ font-size:0.9em; }
.rank .posttxt a{ color:#343434;}
.rank .posttxt a:hover{color:#ff0000}
.rank .golook{background:#0897cf; float:right;
	width:80px; height:28px; line-height:28px;
	margin:8px 0 0px 0;
	padding:0 0 1px 0;
	font-size:0.9em;
    font-weight: normal;
	color:#aaa;
	text-align:center;
	 -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
}
.rank .golook a{ color:#FFFFFF;}
.rank .golook a:hover{ text-decoration:none;}
.rank .golook:hover{background:#177aa0;}
.rank h2{font-size:1.3em; color:#0273C6;font-family:microsoft yahei; margin-left:0px; font-weight:400;
}
.line{background:url(../images/sline.png) no-repeat top;}
.post-date-list{_display: inline-block;
color: #999;
line-height: 22px; font-size:0.8em;
font-family:arial,"\5b8b\4f53",sans-serif; padding:5px; padding-left:0;
}
.post-date-list a{color: #999; margin-right:5px;}
.post-date-list .spance_r{margin: 0 10px;
color: #e1e1e1;}

/*--------------------------分页条-------------------------------*/
span.page{
	color:#666;
	font-weight:bolder;
	padding:2px 5px 2px 5px;
	margin:4px;
	border:1px solid #cccccc;
}

span.now-page{
	color:#666;
	font-weight:bolder;
	padding:2px 5px 2px 5px;
	margin:5px;
	border:1px solid #666;
}

a:hover span.page{
	color:red;
	border:1px solid red;
}

ul.ul-subcates{
	padding: 8px 0 0 0;
	margin-bottom:-8px;
}
span.sh{
	border:1px solid #CCC;
	padding:0 3px;
	margin-right:5px;
	font-size:.5em;
	font-family:monospace;
	cursor:pointer;
	color:#666;
}
.pagebar{
	padding:30px 1% 5px 1%;
}
ul.mutuality,ul.pagebar,ul.msghead{
	border:none;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
	border: 1px solid #CCCCCC;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.widget .widget_top{ height:auto;padding-top:10px; margin-bottom:-5px; text-align:center;

}
.widget .widget_top img{
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li { font-size:.95em; width:100%; height:30px; line-height:30px; overflow:hidden;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: dashed 1px #eee;
}


/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.more{font-size:0.3em; float:right; margin-bottom:-10px; font-family:Verdana, Arial, Helvetica, sans-serif}
.more a{color:#be0700;}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #666;
	font-size: 85%;
}
#footer a {
	color: #666; margin-right:10px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



/* fixed-bar */
.fixed-bar .icon,.fixed-bar .consult-list .tel-icon{background:url(../images/js_02.png) no-repeat;}
.fixed-bar .icon{display:block;position:absolute;top:50%;left:50%;width:23px;height:12px;overflow:hidden;margin:-18px 0 0 -12px;background-position:right -220px;text-indent:-999em;}
.fixed-bar{position:fixed;right:20px;bottom:180px;z-index:101;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-30);}
.fixed-bar .gotop{position:relative;z-index:1;display:block;width:68px;height:36px;overflow:hidden;margin:-1px 0 0;padding:32px 0 0;border:1px solid #e6e6e6;border-top:1px dashed #eaeaea;background-color:#fff;color:#666;font:normal 14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .share{height:68px;overflow:hidden;margin:-1px 0 0;border:1px solid #e6e6e6;}
.fixed-bar .gotop:hover{z-index:10;border-color:#2acb6b;background-color:#2acb6b;color:#fff;text-decoration:none;}
.fixed-bar .gotop:hover .icon{background-position:right -251px;}
.fixed-bar .consult-box{border:1px solid #e6e6e6;}
.fixed-bar .consult-box .consult-header{position:relative;height:92px;margin:-1px -1px 0;/*background:#2acb6b;*/ background:url(../images/heard.gif)}
.consult-header img{ width:115px; margin-top:10px; margin-left:8px;}
.consult-header .china{ margin-top:15px;font-size:26px;color:#fff;font-family:Arial, Helvetica, sans-serif; width:100%; text-align:center;}
.consult-header .guan_wang{ margin-top:10px;font-size:16px;color:#fff;font-family:"Microsoft YaHei",Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif; width:100%; text-align:center;}
.fixed-bar .consult-box .consult-title{color:#fff;font:normal 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .consult-box .icon{display:none;top:0;left:-28px;width:28px;height:36px;overflow:hidden;margin:0;background-position:-80px -530px;cursor:pointer;}
.fixed-bar .consult-box .icon:hover{background-position:-110px -530px;}
.fixed-bar .consult-list{margin:0 2px -1px;padding:9px 0;border-bottom:1px dashed #eaeaea;}
.fixed-bar .consult-list li{padding:6px 0 6px 23px;color:#666;font:normal 12px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
.fixed-bar .consult-list span,.fixed-bar .consult-list a{float:left;line-height:24px;}
.fixed-bar .consult-list span{padding-right:10px;}
.fixed-bar .consult-list img{vertical-align:top;}
.fixed-bar .wide-bar{width:134px;background:#fff;}
.fixed-bar .wide-bar .share .bds_more{width:148px;_width:146px;background-position:-252px -568px;}
.fixed-bar .wide-bar .share .bds_more:hover{background-position:-354px -568px;}
.fixed-bar .wide-bar .gotop{width:132px;}
.fixed-bar .consult-list .tel-icon{margin-left:-15px;padding:0 0 0 20px;background-position:-591px -264px;}

.my_tables{ width:100%; background:#e5e5e5;font:14px/180%;font-family:'Microsoft Yahei',"微软雅黑",arial,"宋体",sans-serif; text-align:center; }
.my_tables td{ margin:1px; padding:3px; background:#FFF;}
.my_tables th{margin:1px; height:30px; background:#f9f9f9; font-family:'Microsoft Yahei',"微软雅黑",arial,"宋体",sans-serif;}

.go_reg{ margin:10px 0 10px 0; width:100%; height:60px; line-height:60px;font-family: 'Microsoft Yahei',"微软雅黑",arial,"宋体",sans-serif; text-align:center; font-size:2em; background:#E20B00;
/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.go_reg a{ color:#FFF; text-decoration:none;}
.go_reg:hover{ background:#ff523e;}

.go_reg2{ width:100%; height:70px; line-height:70px;
}
.go_reg2 img:hover{
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*sale*/
.sale_top{width:100%; padding:10px 0 10px 0; height:auto; min-height:335px; margin-top:15px; border:1px solid #CCC;"
}
.sale_top .pic{width:38%; float:left;}
.sale_top .pic img{ border:none;}
.sale_top .txt{width:61%; float:left;}
.sale_top li{ width:100%; border-bottom:1px solid #dedede; line-height:40px;}
.sale_top .txt .goumai{ margin-left:22px; width:100%; text-align:center; background:#ddd;}
.goumai a{ width:130px; color:#FFFFFF; text-decoration:none; height:40px; line-height:40px; display:inline-block; float:left; margin-right:15px;
/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.goumai .xz{background:#CC0066}
.goumai .lx{background:#99CC33}
.goumai .ys{background:#66CC00}

.goumai a:hover{ background:#666;}

.imgps{ max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}
	

/***/
.h_guide{ }
.hg_top{ background:url(../images/h_guide.jpg) no-repeat; padding-top:20px; padding-left:80px; font-size:20px; color:#f7df95; height:45px; margin-bottom:3px;}
.h_guide li{ padding-bottom:2px;font-family: "微软雅黑";text-decoration:none;outline:none;}
.h_guide li a{ display:block; background:#ede5cf; padding-left:93px; height:51px; line-height:49px; font-size:18px;}
.h_guide li a:hover{ background-position:0 -51px; color:#f7df95;text-decoration:none;outline:none;}

.date{ margin-top:15px; margin-bottom:-15px; font-size:0.7em; color:#999;

}

/*--- banner ---*/
#banner{ margin:0 auto;width:100%; overflow:hidden;text-align: center; margin-top:10px; clear:both;}

/*#banner img{ vertical-align: middle;}*/

/*幻灯片 */
/* hot-event */
.hot-event{position:relative;height:215px;width:100%;margin:0 auto;}
.hot-event .switch-tab{text-align:center;position:absolute;bottom:10px;left:42%;z-index:999;}
.hot-event .switch-tab a, .hot-event .switch-tab .current{margin:0 2px;display:inline-block;width:15px;height:15px;line-height:99em;overflow:hidden;background-image:url(../images/bg.png);background-position:-161px 0;}
.hot-event .switch-tab .current{background-image:url(../images/bg.png);background-position:-195px 0;}
.hot-event .switch-nav{position:absolute;right:12px;top:170px;z-index:2;}
.hot-event .switch-nav .i-prev{background-image:url(../images/bg.png);background-position:-127px 0;}
.hot-event .switch-nav .prev{border-radius:3px 0 0 3px;border-width:1px;}
.hot-event .switch-nav .next{border-radius:0 3px 3px 0;border-width:1px 1px 1px 0;}
.hot-event .switch-nav .i-next{background-image:url(../images/bg.png);background-position:-144px 0;}
.hot-event .switch-nav a{display:inline-block;padding:7px 16px;background:rgba(0,0,0,.3);border-style:solid;border-color:rgba(255,255,255,.6);}
.hot-event .switch-nav a:hover{background:rgba(0,0,0,.2);}
.hot-event .event-item{height:215px;width:100%;position:absolute;z-index:1;left:0;top:0;}
.ico{display:inline-block;width:16px;height:16px;line-height:999em;overflow:hidden;}

table{ background:#dedede; line-height: 30px;margin: 20px 10px;}
td{background:#FFFFFF; border:1px solid #dedede;padding:3px;}

#down_tab {line-height: 30px;margin: 20px 10px;font-size:14px;}
#down_tab a{font-size:14px !important;}
  #down_tbl , #down_tbc ,#down_tbr,#down_intro{padding: 0px 15px;}
  #down_tbl {width: 200px;}
  #down_tbc {width: 460px;word-break: normal;}
  #down_tbr {width: 34px;}
  #down_intro {line-height: 30px;}

.fenlei{  float:left; margin-right:20px; padding:10px;}
#yidong{display:block;margin-top:15px; margin-bottom:-8px;}
#yidong img{/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);}
	
#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../images/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image:url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

  <!-- End SlidesJS Optional-->

  <!-- SlidesJS Required: These styles are required if you'd like a responsive slideshow -->

    #slides {
      display: none
    }

    .container { margin-top:10px;
      /*margin: 0 auto*/
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container { display:none;
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: auto
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 980px
      }
    }
	
	
/* table styles */
	
table, td{ text-align:center;
	font-size:.95em;font-family: Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #F4A460;}
th{background:#fff;color:#555;}
td{background:#fff; color:#555;}

/* tablecloth styles */

tr.even td{background:#FAF0E6;}
tr.odd td{background:#FAEBD7;}

td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

.my-mgrt15{margin-right:15px;}





#header .subheader{display:none;}
hgroup h1{font-family: Arial black; text-align: center;}
hgroup h1 a { background:url(../images/logo.png) no-repeat scroll 0 0 transparent;
  /*background:url(../images/logogoods.png) no-repeat scroll 0 0 transparent;*/
  display: block;
  width: 100%;
  height: 120px;
  text-indent: -9999px;
  margin-top:-20px;
}

.price-color{color:#e67200;font-weight:400;font-size:1.8em;}

/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/


	.show-on-phones { display: none !important; }	
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block; }

	.hide-on-phones { display: block !important; }	
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: none; }


	@media only screen and (max-device-width: 800px), only screen and (device-width: 800px) {
		.hide-on-phones { display: block !important; }
		.hide-on-tablets { display: none !important; }
		.hide-on-desktops { display: block !important; }

		.show-on-phones { display: none !important; }
		.show-on-tablets { display: block !important; }
		.show-on-desktops { display: none !important; }
		hgroup h1 a{background:url(../images/mobilelogo.png) no-repeat scroll 0 0 transparent;}
	}


	@media only screen and (max-width: 767px) {
		.hide-on-phones { display: none !important; }
		.hide-on-tablets { display: block !important; }
		.hide-on-desktops { display: block !important; }

		.show-on-phones { display: block !important; }
		.show-on-tablets { display: none !important; }
		.show-on-desktops { display: none !important; }
		hgroup h1 a{background:url(../images/mobilelogo.png) no-repeat scroll 0 0 transparent;display: block;
  height: 60px; margin-bottom:-20px; margin-top:-10px;
  }
	}
	
	
	
	
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}

	/* content */
	#content {
		width: 60%;
		padding: 3% 4%;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
	
	.fixed-bar{ display:none;}
	#kefu1{ display:none;}
	#hangqing{ display:none;}
	
	.sale_top .pic{width:100%; float:none;}
	.sale_top .txt{width:100%; float:none;}
	.goumai a{ width:90%; margin-bottom:5px;}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto; 
	}
	
	/* site logo */
	#site-logo{ display:none;}
	#ft_icon{display:none;}
	#banner{display:none;}
	/*#yidong{display:none;}*/
	#site-description img{display:none;}
	#site-logo2{ display:block; }
	#site-logo2 a{color:#FFFFFF;}
	.go_reg{font-size:1.5em;}
	#main-nav {
	width: 100%;
	background:#fff;
	
	}
	
	#main-nav li { 
	margin: 0px;
    width: 25%;
    text-align: center;
	background: #E20B00;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	
/*	margin: 0;*/
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
    margin-left: 0px;
}
#main-nav a:hover {
	color: #fff;
	background: #750909;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
	/* search form */
	#searchform { display:none;
		position: absolute;
		top: 2px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}

	/* main nav */
	#main-nav {
		position: static;
	}

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
	.sale_top .pic{width:100%; float:none;}
	.sale_top .txt{width:100%; float:none;}
	.goumai a{ width:90%; margin-bottom:5px;}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	
	#ft_icon{display:none;}
	#banner{display:none;}
	/*#yidong{display:none;}*/
	
		/* site logo */
	#site-logo{ display:none;}
	#site-logo2{ display:block; }
	#site-logo2 a{color:#FFFFFF;}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}

}

/************************************************************************************
lager than 1280
*************************************************************************************/
@media screen and (max-width: 1280px) {


.fixed-bar{ right:10px;}
}


	