﻿/** 
 * 描述：重置页面元素
 * 作用范围：整体页面
 */
*{margin:0;padding:0;}
a:hover{
	text-decoration: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(255, 84, 89, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 84, 89, 0.6);
    outline: 0 none;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.pageBox{
	width:100%;
	padding-top: 15px;
	padding-bottom:15px;
	text-align: center;
}
.pageBox .pageSum{
	display: inline-block;
}
.pageBox .pageSum span{
	padding: 0 10px;
	height:24px;
	display:inline-block;
	*display:inline;
	*room:1;
	background:#f4f4f4;
	color:#333;
	margin-left: 8px;
	line-height:24px;
	text-align:Center;
	font-size:15px;
	float: left;
	border-radius: 3px;
}
.pageBox .pageSum li.next{
	width: 40px;
}
.pageBox .pageSum li.prev{
	width: 40px;
}
.pageBox .pageSum li.next:hover{
	width: 40px;
}
.pageBox .pageSum li.prev:hover{
	width: 40px;
}
.pageBox .pageSum span,.pageBox .pageSum li:hover{
	padding: 0 10px;
	height:24px;
	display:inline-block;
	line-height: 24px;
	background:#df0303;
	margin-left: 8px;
	text-align:Center;
}
.pageBox .pageSum span,.pageBox .pageSum a:hover{
	color:#fff;
	font-size:12px;
}
.pageBox .pageSum li{
	background:#f4f4f4;
	border-radius: 3px;
	padding: 0 10px;
	height:24px;
	display:inline-block;
	margin-left: 8px;
	line-height:24px;
	text-align:Center;
	float: left;
}
.pageBox .pageSum a{
	color:#686666;
	font-size:12px;
	text-decoration:none;
}
.pageBox .pageCount{
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	display: none;
}
.pageBox .pageCount em{
	color: #C00;
	font-weight: bold;
	font-style: normal;
}
.pageBox2{
	width:100%;
	padding:15px 0;
	text-align:center;
}
.pageBox2 span{
	width:auto;
	padding:0 8px;
	height:25px;
	display:inline-block;
	*display:inline;
	*room:1;
	border-radius:5px;
	margin:0 5px;
	line-height:25px;
	text-align:Center;
	font-size:12px;
	background: #f0f0f0 none repeat scroll 0 0;
    color: #8b99b3;
	cursor:pointer;
}

/*nav*/
.nav{
	background:url("../images/back.gif") repeat-x scroll 0 -666px;
    height: 50px;
	width:100%;
    min-width: 1050px;
	z-index: 2;
	position: relative;
}
.nav ul{
	width:1200px;
	height:50px;
	margin:0 auto;
}
.nav li{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
	*float:left;
	*display:inline;
}
.nav li.right{
	float: right;
}
.nav li.on{
	background:#9f0000;
}
.nav li a{
	padding: 0 20.5px;
	height:50px;
	color:#fff;
	text-align:center;
	float:left;
	display:inline;
	cursor: pointer;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
}
.nav li a.sel{
	color: #9f0000;
}
.nav li:hover{
	background:#9f0000;
}
.nav li.mobile{
	width:90px;
}
.nav li.mobile a{
	padding-left:10px;
	background:url("../images/back.gif") repeat-x -96px -549px;
}
.nav li.mobile  a:hover{
	background:url("../images/back.gif") repeat-x -96px -549px #9f0000;
}
.spBOX{
	position: relative;
	z-index:10;
}
.spBOX .shoplist{
	display: none;
	position: absolute;
	top:50px;
	left:0;
	z-index:10;
	background:#fff;
	border:1px solid #dcdddd;
	width: 103px;
	height: auto;
	box-shadow: 0px 5px 15px #dcdddd;
	border-top: none;
}
.spBOX .shoplist.code-box{
	position: absolute;
	width: 156px;
	height: 156px;
	border: 1px solid #dcdddd;
	border-top: none;
	box-shadow: 0px 0px 5px #dcdddd;
	top: 50px;
	left: -25px;
	background: #ffffff;
	z-index: 3;
	padding-top: 10px;
}
.spBOX .shoplist.code-box i{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 10px;
	background: url("../images/ssn.png") no-repeat center center;
	z-index: 2;
}
.spBOX .shoplist.code-box p{
	width: 100%;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}
.spBOX .shoplist.code-box img{
	width: 104px;
	height: 104px;
	margin: 5px auto 0;
	display: block;
	border: 1px solid #dcdddd;
}
.spBOX .shoplist .sann{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 10px;
	background: url("../images/ssn.png") no-repeat center center;
	z-index: 2;
}
.img-modile-box{
	width: 156px;
	height: 156px;
	border: 1px solid #dcdddd;
	border-top: none;
	box-shadow: 0px 0px 5px #dcdddd;
}
.spBOX .shoplist .clo a{
	color: #df0303;
}
.spBOX .shoplist li{
	float:none;
	width: 100%;
	font-size: 14px;
	color: #666;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	cursor: pointer;
}
.spBOX .shoplist li a {
	color: #666;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding: 0;
	font-size: 14px;
}
.spBOX .shoplist li a.sel{
	color:#b70f0f;
}
.spBOX .shoplist li a:hover{
	color:#b70f0f;
}
.logo-box{
	width: 330px;
	padding:25px 0 0 0;
	float: left;

}
.logo-box img{
	width: 220px;
	height: 36px;
	display: block;
	float: left;
}
.logo-box .mianbao{
	margin-top: 10px;
	padding-left: 5px;
	float: left;
	width: 100%;
}
.logo-box .mianbao a{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.logo-box .mianbao span{
	color: #666666;
	font-size: 12px;
}
.header-ad{
	width: 719px;
	float: right;
	padding: 17px 0px 0 0px;
}
.header-ad a{
	float:right;
}
.search-box{
	width: 840px;
	float: right;
	height: 62px;
	margin-top: 31px;
	display: inline;
}
.search-box .con{
	width: 840px;
	height: 62px;
	margin: 0 auto;
	padding:5px 0;
}
.zyj-new-gg-box{
	width: 1200px;
	margin: 16px auto 0;
}
.zyj-new-gg-box a{
	display: block;
	width: 100%;
	height: 55px;
	margin-top: 4px;
}
.zyj-new-gg-box a img{
	display: block;
	width: 100%;
	height: 55px;
}
.search-box .con .mapview{
	width: 88px;
	height: 38px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.search-box-form{
	width: 460px;
	height: 40px;
	float: left;
}
.search-title{
	width: 359px;
	height: 38px;
	_height: 36px;
	padding: 0px 5px 0px 5px;
	float: left;
	line-height: 38px;
	border-right: none!important;
}
.search-box-form .btn{
	margin: 0px 0px 0px 0px;
	background: #c60000;
	line-height: 40px;
	height: 40px;
	border: none;
	color: white;
	text-align: center;
	width: 90px;
	float: left;
	padding: 0;
	border-radius: 0;
	font-size: 16px;
}
.hot{
	margin: 6px 0 0 16px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	width: 263px;
}
.hot ul{
	float: left;
}
.hot ul li{
	float: left;
	margin-right: 8px;
}
.hot ul li a:hover{
	color: #c00;
}
.footer{
	width: 100%;
	height: 146px;
	background-color: #333333;
	min-width:1200px;
}
.footer-nav{
	width: 100%;
	height: 35px;
	background:#CE0000;
}
.footer-nav-con{
	width: 1050px;
	margin: 0 auto;
	text-align: center;
	color: white;
}
.footer-nav-con a{
	color: black;
	line-height: 35px;
	text-align: center;
}
.footer-nav-con a:hover{
	color: white;
}
.footer-info{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	padding-top: 30px;
}
.footer-info p{
	width: 100%;
	color: #8f8f8f;
	font-size: 12px;
}
.footer-info a{
	color: #8f8f8f;
	font-size: 12px;
}
#body{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
.noDecoration:hover{
	text-decoration: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.zyj0{
	width: 45px;
	height: 20px;
	background: #8dbf4c;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	float: left;
	font-size: 12px;
}
.zyj1{
	width: 45px;
	height: 20px;
	background: #ff9934;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	float: left;
	font-size: 12px;
}
.zyj2{
	width: 45px;
	height: 20px;
	background: #b3b6bf;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	float: left;
	font-size: 12px;
}