@import url("iscroll.css");
#mainBox{padding:50px;}
#mainLeft{float:left;width:500px;margin-right:30px;}
#mainRight{float:left;width:440px;}
/*ËÑË÷*/
.search{width:96%; margin:0px auto;position:relative;line-height:40px;padding-top: 20px;}
.search .key{
	border: 1px solid #D5D5D5;
	width:60%;
	padding:0;
	margin:0;
	height:30px;
	line-height:38px;
	padding-left:40px;
	font-size:14px;
	color:#9B9C9E;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	background-image: url(../imgs/s.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
}
input:focus { outline: none; }
.search .submit{ width:20%;height:30px; line-height:30px;padding:0; margin-right:5%;border-radius:21px !important; border:none;background:#35717C;-webkit-appearance: none; text-align:center; color:#fff; font-size:16px; font-weight:;-moz-border-radius: 0px; -webkit-border-radius: 0px;border-radius:0px;}
.search p{ padding:0px 8px; height:40px; line-height:40px; font-size:16px;}
.search p a{ color:#999;}


#cj{height:20px;margin-top:10px;}
#box {
	float:left;
	width:100%;
	background: #ffffff;
	padding: 25px 0px 0px 0px;
	margin: 0px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#box dl{float:left;
	width:28%;margin-right:5%;
	height:160px;
	margin-bottom:20px;
}
#box dt{float:left;
	border:3px solid #A76745;
	width:100%;height:140px;
}
#box dt img{
	width:100%;
	height:100%;
}
#box dd{text-align:center;
}


/*win*/
#win{top:0;left:0;
	width:100%;
	height:100%;
	position: fixed;
	z-index: 9999999;
	display:none;
}
#win #closeBtn{
	float:right;
	width:40px;
	height:40px;
	line-height:36px;
	font-size:30px;
	text-align: center;
	border-radius: 40px;
	margin:10px;
	font-family: Helvetica, sans-serif;
	position: absolute;
	z-index: 1;
	top:-30px;
	right:-20px;
	color: #fff;
	background-color: #014A8F;
	border: 2px solid #fff;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}
#winBg{
	width:100%;
	height:100%;
	background-color: #000;
	opacity:.85;
	filter:alpha(opacity=85);
	position: absolute;z-index:1;
}
#winCon{
	width:300px;
	height:320px;padding:50px;
	margin-left:-150px;
	position: absolute;
	z-index:2;
	left:50%;
	top:10%;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #C6D8E7;
	box-shadow: 0 3px 3px #666;

}
#winCon h3{
	line-height:40px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#mainRight .mH3{text-align:center;font-size:24px;margin-bottom:40px;}
#the2Code2{text-align:center;}
#the2Code2 table{margin:0 auto;}
#rMsg{line-height:200%;margin-top:50px;font-size:18px;border:2px solid #eee;background-color: #eee;padding:50px;}

#pagebox{text-align:center;margin-bottom: 40px;}
#nextBtn,#preBtn{
	background-color: #C39D50;color: #fff;padding:5px 20px;margin-right:5px;
}
#preBtn{}

