*{
	margin:0;
	padding:0;
}
ul,ol,li,dl,dt,dd{
	list-style-type: none;
}
body{
	background: #f5ecec;
	font-size: 14px;
	color: #333;
}
.pw{
	width:100%;
	background: #fff;
	/*background: url(../img/headerbg.jpg) no-repeat center center;*/
	box-shadow: 0 1px 5px rgba(0,0,0,.04);
	min-width: 1150px;
}
a{
	transition: all .3s;
	text-decoration: none;
}
/*公共样式结束*/

.header{
	width:1150px;
	margin:0 auto;
	overflow: hidden;
	padding: 15px 0;
}
.logoBox{
	float: left;
	font-size: 20px;
}
.logoBox img{
	display: block;
	width:80px;
	height: auto;
	vertical-align: middle;
}
.header-right{
	float: right;
	font-size: 0;
}
.tellBox{
	font-size: 14px;
	float: right;
	color: #333;
	clear: both;
}
.tellBox img{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.navBox{
	font-size: 0;
	clear: both;
	margin-top: 35px;
	padding-top: 15px;
	border-top:solid 1px #e6e6e6;
}
.navBox a{
	color: #222;
	font-size: 16px;
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.navBox a.cur{
	color:#ff3535;
}
.navBox a:hover{
	color: #ff3535;
}
.navBox a:after{
	transition: all .3s;
	position: absolute;
	display: block;
	content: '';
	height: 3px;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	background: #ff3535;
	width: 100%;
	top: -17px;
}
.navBox a:hover:after, .navBox a.cur:after{
	opacity: 1;
}
.navBox a:first-child{
	margin-left: 0;
}
.content-box{
	width: 1098px;
	padding: 25px;
	margin: 30px auto 15px auto;
	background: #fff;
	border-radius: 5px;
	border:solid 1px #e8e8e8;
}
.search-list{
	overflow: hidden;
	padding: 10px 0;
}
.search-list li{
	padding-left: 100px;
	line-height: 17px;
	padding-right: 20px;
}
.search-list li.first-li{
	width:100px;
	text-align: right;
	float: left;
	padding-left: 0;
	padding-right: 0;
}
.search-list li a{
	display: inline-block;
	color: #555;
	margin-left: 30px;
	padding: 3px 5px;
	margin-bottom: 10px;
	line-height: 14px;
}
.search-list li a:hover, .search-list li a.cur{
	background: #ff3535;
	color: #fff;
	border-radius: 4px;
}
.search-list li.search-input{
	padding-left: 130px;
	font-size: 0;
}
.search-input input[type=text]{
	border:solid 1px #b5b5b5;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px;
	outline: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0;
	width:50%;
	box-shadow: 0 2px 4px rgba(0,0,0,.05) inset;
}
.search-input input[type=submit]{
	border:0;
	background: #f92727;
	color: #fff;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 40px;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}
.price-input{
	display: inline-block;
	margin-left: 33px;
}
.price-input input[type=text]{
	border: solid 1px #b5b5b5;
	width:50px;
	height: 20px;
	line-height: 20px;
	outline: none;
	padding: 0 5px;
	vertical-align: middle;
	border-radius: 2px;
}
.price-input input[type=submit]{
	background: #ff3535;
	color: #fff;
	border:0;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
}
/*.search-input input:hover[type=submit]{
	background: #d60a0a;
}*/
.search-result{
	width:1150px;
	margin:20px auto;
}
.search-result span{
	display: inline-block;
	color: #ff3535;
	padding: 0 5px;
	font-weight: bold;
}
.search-result a{
	display: inline-block;
    color: #ff3535;
    border-radius: 3px;
    border: solid 1px #ff3535;
    padding: 0 5px 1px 5px;
    margin-left: 10px;
}
.search-result a:hover{
	background: #ff3535;
	color: #fff;
}
.search-result a.cur{
	background: #ff3535;
	color: #fff;
}
.meiti-list{
	width:1148px;
	margin:0 auto;
	background: #fff;
	border:solid 1px #e8e8e8;
	border-collapse: collapse;
}
.meiti-list img{
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.meiti-list tr{
	border: solid 1px #e8e8e8;
	transition: all .5s;
}
.meiti-list tr:hover{
	background: #fee;
}
.meiti-list tr td{
	padding: 20px 0;
	text-align: center;
}
.meiti-list tr td:first-child{
	/*width:25%;*/
	text-align: left;
	padding-left: 25px;
}
.meiti-list tr td:last-child{
	/*width:25%;*/
	text-align: center;
	padding-right: 10px;
}
.list-tit, tr:hover.list-tit{
	background: #ecdfdf;
}
img.shoucang{
	display: inline-block;
	width:30px;
	height: auto;
}
a.baojia{
	color: #ff3535;
}
a.baojia:hover{
	color: #000;
	text-decoration: underline;
}
.pages{
	width:1100px;
	margin: 30px auto 60px auto;
	text-align: center;
	font-size: 0;
}
.pages a{
	display: inline-block;
	border:solid 1px #f5cfcf;
	border-radius: 3px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 15px;
	background: #ecc9c9;
	color: #333;
	margin:0 3px;
}
.pages span{
	font-size: 14px;
	padding-left: 15px;
}
.pages a:hover, .pages a.cur{
	background: #ff3535;
	color: #fff;
	border: solid 1px #ff3535;
}

/*注册登录样式*/
.loginbox{
	height: 550px;
	min-width: 1150px;
	background: url(../img/login5.jpg) no-repeat center 0;
}
.login-content{
	width:1150px;
	margin:0 auto;
	height: 550px;
}
.login-body{
	background: rgba(255,255,255,.95);
	width: 350px;
	float: right;
	margin-top: 90px;
}
.login-body li{
	overflow: hidden;
}
.login-body li.bt{
	padding: 25px 25px 40px 25px;
}
.login-body li.bt a{
	color: #333;
}
.login-body li.bt a:hover{
	color: #ff3535;
}
.go-reg{ 
	float: right;
}
.login-body h1{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	/*background: #fddcdb;*/
	height: 70px;
	line-height: 70px;
	border-bottom: solid 1px #d2bdbc;
}
.login-body input{
	display: block; 
	width:298px;
	text-indent: 15px;
	margin-left: 25px;
	margin-top: 25px;
	height: 45px;
	line-height: 45px;
	border-radius:5px;
	outline: none;
	border:solid 1px #ccc;
}
.login-body input[type=submit]{
	border-color: #ff3535;
	background: #ff3535;
	text-indent: 0;
	color: #fff;
	font-size: 16px;
}

/*会员注册*/
.register{
	border-radius: 5px;
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
	background: #fff;
}
.register .logoBox{
	margin: 0 auto;
	float: none;
	width: 60px;
}
.register .logoBox img{
	width: 100%;
	height: auto;
}
.register h1{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	border-bottom: solid 1px #eee;
	width: 92%; 
	padding-top: 40px;
	padding-bottom: 10px;
	margin:0 auto; 
}
.reg-box{
	margin:50px 0;
}
.reg-box input{
	display: block;
	height: 40px;
	line-height: 40px;
	border: solid 1px #eaeaea;
	border-radius: 5px;
	outline: none;
	text-indent: 1em;
	width: 100%;
}
.reg-box input[type=submit]{
	text-indent: 0;
	border:solid 1px #ff3535;
	background: #ff3535;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.reg-box li{
	width: 50%;
	margin:0 auto 15px auto;
	position: relative;
}
.codeImg{
	position: absolute;
	top: 1px;
	right: 1px;
	height: 40px;
	width:auto;
}
.reg-box li p{
	margin-bottom: 5px;
}

/*版权通用样式*/
.footer{
	text-align: center;
	padding: 30px 0;
	margin-top: 0px;
	border-top: solid 1px #ccc;
	/*box-shadow: 0 10px 15px rgba(0,0,0,.08) inset;*/
	clear: both;
	float: left;
	width: 100%;
	color: #999;
	line-height: 25px;
	/*background: #fff;*/
}
.footer a{
	display: inline-block;
	color: #333;
	margin:0 15px;
}
.footer p{
	color: #666;
}