@charset "utf-8";
* {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	/*background:#165D93 url(../images/pop/bg.jpg) no-repeat center 70px;   */
	background:#165D93 url(../images/pop/bg.jpg) no-repeat center 0px;
}
h1 {
	line-height: 30px;
	color: #CFCBC7;
	font-size: 14px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	border-top: 3px solid #5b3828;
}
h1 a {
	color:#600;
	font-size: 14px;
	font-family: "微软雅黑";
}
h2 {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
	height: 34px;
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%;
	background-image: url(../images/pop/tit_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2 span      {
	font-family: "微软雅黑";
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9f452d;
	line-height: 36px;
	height: 36px;
}
a:hover {
	text-decoration: underline;
}
.nav {
	height: 6px;
	width: 950px;
	margin:130px auto 0;
	background-color: #980900;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
.main {
	width: 950px;
	margin:0 auto;
	padding: 10px 0;
}
.clear {
	clear: both;
	overflow:hidden;
	height:0px;
}
.footer{margin:0;width:100%;background-color: #D2C4B0;}
.bottom {
	width: 950px;
	margin:0 auto;	
	text-align: center;
	padding: 10px 0;
	color: #630;
}
.bottom a {
	color: #630;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.bg {
	margin-top: 310px;
	background:url(../images/pop/bg.gif) repeat-x;
	height: 100%;
	width: 100%;
}

.page_bg {
	margin-top: 310px;
	background:url(../images/pop/page_bg.gif) repeat-x;
	height: 100%;
	width: 100%;
}
.page_bg .toy_info   {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3E1DF;
	margin-top: 20px;
}
.page_bg .toy_info tr td {
	padding: 5px;
}
.page_bg .pic {
	width: 950px;
	margin:20px auto 0;
	text-align: center;
}

.pic .showimg{ margin: 7px 0px 0px 0px;line-height:20px;line-height:145%;text-align:left;overflow:hidden;
    max-width: 950px;
　　zoom:expression( function(elm) {
 
　　if (elm.width>950) {
 
　　var oldVW = elm.width; 
　　elm.height = elm.height*(950 /oldVW);
 
　　}
 
　　elm.style.zoom = '1';
 
　　}(this));
}
.pic .showimg img {background:#fff;max-width:940px;　　
zoom:expression( function(elm) {
 
　　if (elm.width>940) {
 
　　var oldVW = elm.width;
　　elm.height = elm.height*(940 /oldVW);
 
　　}
 
　　elm.style.zoom = '1';
 
　　}(this));padding:3px;display: block;margin: 5px auto;border: 1px solid #D3E0E5;-webkit-box-shadow:0 1px 3px #E0E0E0;-moz-box-shadow:0 1px 3px #E0E0E0;-khtml-box-shadow:0 1px 3px #E0E0E0;}

/* box */

.toys   {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #C0B6A7;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* box */
.box{
	width:950px;
	margin:10px auto 0;
}
.tab_menu{
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	width: 515px;
}
.tab_menu li{
	width:122px;
	float:left;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background: #A1835C;
	border: 1px solid #5B3828;
	margin-right: 3px;
	font-family: "微软雅黑";
	font-size: 16px;
}
.tab_menu li.current{
	color:#333;
	background: #EEEBE7;
	border:2px solid #5B3828;
	border-bottom:none;
	margin-right: 3px;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 120px;
	text-align: center;
}
.tab_menu li a{color:#fff;text-decoration:none;}
.tab_menu li.current a{color:#333;}
.tab_box .hide{display:none;}
