/* 基于normalize bootstrap 的全局重置CSS文件部分1.2版本 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {  font-family: sans-serif; /* 1 */  -ms-text-size-adjust: 100%; /* 2 */  -webkit-text-size-adjust: 100%; /* 2 */-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 消除移动浏览器点击蓝色背景 */}
body {  margin: 0;padding:0;text-align:left;font:12px/18px "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-;erif ;background:#fff;}
article,aside,details, /* 1 */figcaption,figure,footer,header,main, /* 2 */menu,nav,section,summary { /* 1 */  display: block;}
audio,canvas,progress,video {  display: inline-block;}
audio:not([controls]) {  display: none;  height: 0;}
progress {  vertical-align: baseline;}
template, /* 1 */[hidden] {  display: none;}
a {  background-color: transparent; /* 1 */  -webkit-text-decoration-skip: objects; /* 2 */}
a:active,a:hover {  outline-width: 0;}
abbr[title] {  border-bottom: none; /* 1 */  text-decoration: underline; /* 2 */  text-decoration: underline dotted; /* 2 */}
b,strong {  font-weight: inherit;}
b,strong {  font-weight: bolder;}
dfn {  font-style: italic;}
h1 {  font-size: 2em;  margin: 0.67em 0;}
mark {  background-color: #ff0;  color: #000;}
small {  font-size: 80%;}
sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;}
sub {  bottom: -0.25em;}
sup {  top: -0.5em;}
img {  border-style: none;}
svg:not(:root) {  overflow: hidden;}
code,kbd,pre,samp {  font-family: monospace, monospace; /* 1 */  font-size: 1em; /* 2 */}
figure {  margin: 1em 40px;}
hr {  box-sizing: content-box; /* 1 */  height: 0; /* 1 */  overflow: visible; /* 2 */}
button,input,select,textarea {  font: inherit; /* 1 */  margin: 0; /* 2 */}
optgroup {  font-weight: bold;}
button,input { /* 1 */  overflow: visible;}
button,select { /* 1 */  text-transform: none;}
button,html [type="button"], /* 1 */[type="reset"],[type="submit"] {  -webkit-appearance: button; /* 2 */}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {  outline: 1px dotted ButtonText;}
fieldset {  border:0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}
legend {  box-sizing: border-box; /* 1 */  color: inherit; /* 2 */  display: table; /* 1 */  max-width: 100%; /* 1 */  padding: 0; /* 3 */  white-space: normal; /* 1 */}
textarea {  overflow: auto;}
[type="checkbox"],[type="radio"] {  box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {  height: auto;}
[type="search"] {  -webkit-appearance: textfield; /* 1 */  outline-offset: -2px; /* 2 */}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}
::-webkit-input-placeholder {  color: inherit;  opacity: 0.54;}
::-webkit-file-upload-button {  -webkit-appearance: button; /* 1 */  font: inherit; /* 2 */}
/* normalize.css结束 */
.clearfix {	*zoom:1}
.clearfix:before,.clearfix:after {	display:table;	line-height:0;	content:""}
.clearfix:after {	clear:both}
p{margin: 0;}
img {	width:auto\9;	height:auto;	vertical-align:middle;	border:0;	-ms-interpolation-mode:bicubic}
ul,ol,dl,h1,h2,h3,h4,h5,h6,dt,dd{margin:0;padding:0}
ul li,ol li{list-style:none}
.f-fl,.f-lifl li{float:left;display:inline}
.f-fr{float:right;display:inline}
a,a:visited{text-decoration:none;color:#2a2a2a;}
em{ font-style:normal;}
/* 全站全局CSS部分结束 */
/*公共样式*/
.g-heightcenter{width:1100px;margin:0 auto;}
h1,h2,h3,h4,h5,h6,p{font-weight: normal;}
input,textarea{outline: none;}
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: 100px;
	float: left;
	position: relative;
    bottom: -1px;
}
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: #f2f2f2;
}
.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: 28px;
	background: none;
	border-bottom:1px solid #ff7129;
    font-size: 16px;
    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;
}

/*底部*/
.g-foot{
	display: block;
	width: 100%;
	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;
}

/*底部*/
.g-footerbox{background: #0c0e18;height: 32px;text-align: center;}
.g-footer span,.g-footer a{color:#fff;font-size: 14px;line-height: 32px;}
.g-footer span a{text-decoration: underline;padding:0 3px;}
.g-footer span.u-span{color:#5d5d5d;}