
/************************重置css  开始*****************************/
*{margin: 0;padding: 0;list-style: none;}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}
 /** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 ,'微软雅黑';
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
 
/** 重置列表元素 **/
ul, ol { list-style: none; }
 
/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
 
 
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: inherit; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
 
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
 
 *{	font-family:”微软雅黑”;
	padding:0;
	margin:0;
	border:none;
}
html{
	font-size: 10px;
}
a,p,h1,h2,h3,h4,h5,h6,span,div,strong,li,b{
	font-family: "微软雅黑";
}
a{
	color:#333;
}
p{
	text-align: justify;
}
li{
	list-style: none;
}
.clearFix{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/* 清除浮动 */
.ks-clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks-clear, .clear {
  *zoom: 1;
}
.clearFix{
	clear:both;
}
.heightCenter{/*居中样式*/
	width: 1100px;
	margin:0 auto;
}
/*浮动样式*/
.left{
	float: left;
}
.right{
	float: right;
}
/*导航	开始*/
nav{
	background: #fff;
}
nav ul li a,nav ul li a span{
	display: block;
	text-align: center;
}
nav ul li{
	width: 80px;
	float: left;
	position: relative;
    bottom: -1px;
    margin:0 10px;
}
nav ul li a span:nth-child(1){
/*	font-weight: bold;*/
	font-size: 18px;
	color:#ff7129;
	line-height: 24px;
}
nav ul li a:hover{
	text-decoration: none;
	border-radius: 4px;
}
nav ul li a{
	padding:6px 0;
}
nav{
	border-bottom: 1px solid #f6f6f6;
}
nav ul li.currentNavA{
    border-bottom:3px solid #ff7129;
}
/*鼠标经过导航条*/
nav li:hover{
	border-bottom: 3px solid #ff7129;
}
/*nav ul li.currentNavA a span:nth-child(1){
	color:#fff;
}*/
/***************导航结束***********/

/*...................重置css样式  结束...............*/
/*顶部导航*/
.topBox{
	background: #fff;
}
.topLeft{
	display: block;
	width: 135px;
	height: 60px;
	background: url(../images/logo.png) 0 9px no-repeat;
}
/*导航*/
nav ul li a span:nth-child(2){
	color: #e1e1e1;
	font-size: 12px;
	line-height: 16px;
	text-transform:Uppercase;
}
/*搜索*/
.topCenter{
	width: 530px;
	position: relative;
	margin-left:150px;
	margin-top:12px;
	float: left;

}
.searchTxt{
	display: block;
	width: 530px;
	border:none;
	line-height: 32px;
	background: none;
	border-bottom:1px solid #ff7129;
    font-size: 14px;
    text-indent: 6px;
}
.search{
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/tripIcon.png) -7px -6px no-repeat;
    position: absolute;
    right: -2px;
    top: 6px;
}
.topRight{
	width: 160px;
	padding-top:20px;
}
.topRight a{
	float: left;
	display: block;
	font-size: 16px;
	color:#ff7129;
	line-height: 16px;
	border-right: 1px solid #ff7129;
	padding-right: 10px;
	margin-right: 10px;
}
.topRight a:last-child{
	border:none;
}
/*....................顶部导航结束...................*/
/*...................轮播banner  开始...............*/
.bannerBox{
	width:600px;
	height: 500px;
}
.banner{ 
	width:100%; 
	height:auto; 
	overflow:hidden; 
	position:relative;
}
.bImg{ 
	height:260px;  
	position:absolute; 
	left:0; 
	top:0;
}
.bImg a{ 
	display:block; 
	height:260px; 
	float:left;
}

.bImg a p{
	position: absolute;
	bottom:0 ; 
	height: 30px;
	color:#fff;
}
.bList{ 
	height:20px; 
	padding-top:270px; 
	position:relative; 
	margin:0 auto;
	z-index:1; 
	cursor: pointer;
}
.bList span{ 
	display:block;
	cursor:pointer; 
	width:10px; 
	height:10px; 
	border-radius:50%; 
	float:left; 
	margin:0 4px; 
	_margin:0 3px;
	border: 1px solid #FF712B;
}
.bList .spcss{
	background:#f50;
}
.barLeft{ 
	position: absolute;
    z-index: 500;
    display: block;
    width: 30px;
    height: 50px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    top: 50%;
    margin-top: -50px;
}
.barRight{ 
	position: absolute;
    z-index: 500;
    display: block;
    width: 30px;
    height: 50px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    top: 50%;
    margin-top: -50px;
}
.barLeft em{ 
	display:block; 
	width:17px; 
	height:32px; 
	background:url(../images/arrow2.png) 0px 0px no-repeat; 
	margin:0 auto;
	margin-top:8px;
	margin-left:6px;
}
.barRight em{ 
	display:block; 
	width:17px; 
	height:32px; 
	background:url(../images/arrow2.png) -17px 0px no-repeat; 
	margin:0 auto;
	margin-top:8px;
	margin-left:8px;
}
.barLeft .emcss{ 
	background-position:0px -32px;
}
.barRight .emcss{ 
	background-position:-17px -32px;
}
.bImg{
	z-index: 30;
}
.bImg a p{
	z-index: 222;
	width: 100%;
	background:rgba(0,0,0,0.5);
	color: #fff;
	text-indent: 0;
	font-size: 16px;
	line-height: 30px;
	text-indent: 10px;
	position: absolute;
	bottom:0 ; 
	height: 30px;
	color:#fff;
}
.bImg a{
	position: relative;

}
/*..........................轮播banner结束...................*/

/*....................底部.................*/
.pageBottomBox{
	background: #0f1113;
	line-height: 40px;
}
.pageBottomBox {
	text-align: center;
	color:#292f34;
}
.pageBottomBox .pageBottom{
	background:#0f1113;
}
.pageBottom span:nth-child(1),
.pageBottom span:nth-child(1) a{
	color:#fff;
	padding:0 5px;
    font-size: 16px;
}
.pageBottom span{
    font-size: 16px;
}

/*登录成功之后的会员状态*/
.userPng{
  width: 100px;
  height:36px;
  border-radius: 18px;
  position: relative;
  top: -8px;
  float:right;
}
.userPngBox{
  width:100px;
}
.userPngBoxSpan{
  display:block;
  line-height: 34px;
  text-indent: 5px;
  width:60px;
  color:red;
  font-weight:bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.userPng img{
 margin-top:2ox;
  display: block;
  width: 36px;
  height:36px;
  border-radius: 18px;
}
.userPng ul{
    position: absolute;
    bottom: -142px;
    left: 0px;
    width: 100px;
    background:#f2f2f2;
    z-index: 2;
    display:none;
}
.topRight .userPng ul li a{
    line-height:28px;
    display:block;
    text-align:center;
    width: 100%;
    text-decoration: none;
    margin:0;
    padding:0;
    color:#232323;
    font-size: 14px;
}
.topRight .userPng ul li:nth-child(1) a{
   color:red;
}
.userPng ul li a:hover{
    background:#c2c2c2;
}

/*页码*/
.pageBox a.cur{
	background: #ff7129;
	color:#fff;
}

/*底部*/
footer{
	background: #21252a;
	padding-top:20px;
    border-top: 2px solid #ff7129;
}
.footerbox{
	background: #21252a;
}
.footerBoxLeft{
	padding-top:10px;
}
.footerBoxLeft,.floatBoxRight{
	width: 450px;
	float: left;
}
.footerBoxLeft img{
	display: block;
	float: left;
	margin-left: 30px;
}
.footerBoxLeft .aboutUs{
	line-height: 60px;
    text-align: center;
    padding-bottom: 5px;
}
.footerBoxLeft .aboutUs a{
	font-size:18px;
	font-weight: bold;
	color:#fff;
	padding-right:6px;
}
.footerBoxRight ul{
	width: 99px;
    color: #fff;
    height: 180px;
    float: left;
    margin-bottom: 5px;
    padding-left: 30px;
    border-left: #b4b4b4 solid 1px;
    line-height: 20px;
}
.footerBoxRight ul li:nth-child(1){
	font-size:18px;
	font-weight: bold;
	padding-bottom:10px;
	color:#c7c7c7;
}
.footerBoxRight ul li a{
	line-height: 20px;
	font-size: 12px;
	color:#c7c7c7;
}
.footerBottom{
	background: #0f1113;
}
.footerBottom p{
	width:1240px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin:0 auto;
	font-size:14px;
}
.footerBottom p span a{
	font-size:14px;
	color: #fff;
}
.footerBottom p span:nth-child(2){
	color:#292f34;
	font-size:14px;
}
.footerBoxRight ul li a:hover{
	color:#fff;
}
.linkBox{
	background: #fff
}
img{
	display: block;
}
.footerbox {
    width: 1100px;
    margin: 0 auto;
}
.aboutUs a:hover{
	text-decoration: none;
	color:#ff7129;
}