﻿/* 基于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;text-align:left;font:12px/18px "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-;erif ;background:#f2f2f2;}
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;	max-width:100%;	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部分结束 */



.clearFix{
	clear:both;
}
.heightCenter{
	width:1100px; height:auto;
	margin:0 auto; 
	display:block;
	overflow:hidden;
	background: #fff;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*导航*/
nav{
	background: #ff7129;
}
nav .navBox li{
	width:9.09%;
	float: left;
}
.navBox li a{
    line-height: 50px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
}
nav .navBox li .current{
	color:#ff7129;
}
.current{
	background:#fff;
}
.subSection{
    background: #fff;
    padding: 15px 10px;
    background: #fff;
    height: 70px;
    width:1220px;
	margin:0 auto;
}
.subSection li{
	width:20%;
}

/*body{
	background: #fff;
}*/
.topBox{
	background: #ff7129;
	height: 26px;
}
.top{
	line-height: 26px;
	background: #ff7129;
}
.topRight a{
	color: #fff;
	margin-right:5px;
}
.topLeft span,.topRight span{
	font-size:12px;
	color: #fff;
}
.chatImg,.time{
	width:20px;
	height: 26px;
}
.topLeft{
	cursor: pointer;
}
.topLeft img{
	position: absolute;
	opacity: 1;
	display: none;
}
#Date{
	width: 244px;
}
/*logo*/
/*搜索*/
.logoBox{
	background: #fff
}
.logoRight {
	margin-top:16px;
}
.searchBox {
	width: 394px;
	height: 44px;
	border:1px solid #999;
	border-radius: 23px;
}
.searchBox .inputText{
	display: block;
	float: left;
	height: 28px;
	width:40px;
	margin-top:8px;
}
.searchBox input:nth-child(1){
    border-right: 1px solid #999;
}
.searchBox input:nth-child(4){
	margin-top:11px;
    border-left: 1px solid #999;
}
.searchBox input:nth-child(1){
	margin-left: 20px;
	color:#ff7129;
	width:44px;
}
.searchBox .inputText{
	width:240px;
	color: #999;
	margin: 0 10px;
	margin-top:7px;
}
.inputSub{
	margin-top: 11px;
    margin-left: -7px;
}
.searchBox select{
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #f3f3f3;
	margin:8px 0 0 20px;
	float: left;
	cursor: pointer;
}

.searchBox input,.searchBox select{
	border: 0px;
	outline:none;
}
select{
	background: none;
}
/*或*/
.logoRight>div:nth-child(2){
	padding: 0 10px;
	line-height: 46px;
}
/*发布*/
.release{
	width: 110px;
	height: 46px;
	border-radius: 23px;
	cursor: pointer;
    background-image: -moz-linear-gradient( 64deg, rgb(255,113,41) 0%, rgb(255,177,41) 100%);
    background-image: -webkit-linear-gradient( 64deg, rgb(255,113,41) 0%, rgb(255,177,41) 100%);
    background-image: -ms-linear-gradient( 64deg, rgb(255,113,41) 0%, rgb(255,177,41) 100%);
}
.release div{
	width:24px;
	height: 26px;
	margin-top: 12px;
	margin-left: 14px;
}
.release span{
	background: none;
	color:#fff;
	font-size: 14px;
	line-height: 46px;
}
/*导航*/
.navBox{
	border-top:1px solid #f9f9f9;
	background: #fff;
}
.navBox .nav ul li{
	width:100px;
	float: left;
}
.navBox .nav ul li a{
	color:#626262;
}
.navBox .nav ul li .currentA,.navBox .nav ul li a:hover{
	color:#fff;
	background-image: -webkit-linear-gradient(334deg, rgb(255,113,41) 0%, rgb(255,177,41) 100%);
	background-image: -o-linear-gradient(334deg, rgb(255,113,41) 0%, rgb(255,177,41) 100%);
	background-image: linear-gradient(64deg, rgb(255,113,41) 0%, rgb(255,177,41) 100%);
}
.logoBox{
	border-bottom:1px solid #f9f9f9;
}
/*头部广告*/
/*广告*/
.advertiseBox{
	margin:10px 0;
}
.advertise img{
	display: block;
	width: 360px;
}
.advertise ul li{
	float: left;
}
.advertise ul li:nth-child(2){
	padding:0 10px;
}
/*尾部*/
footer{
	background: #21252a;
	padding-top:20px;
}
.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;
}
.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;
}
/*页面效果*/
.navBox li a:hover{
	color:#ff7129;
	background: #fff;
}
.searchImg{
	cursor: pointer;
}
.topRight a:hover{
	text-decoration: underline;
	color: blue;
}
/*底部*/
.footerbox {
    width: 1100px;
    margin: 0 auto;
}
/*当前位置*/
.location {
    margin: 10px auto;
    color: #c2c2c2;
    width: 1100px;
    text-indent: 35px;
    background: url(../images/icon.png) 15px 5px no-repeat #fff;
}
.location span,.location a{
	line-height: 32px;
	color:#c2c2c2;
}
.newDiscovery{
	margin:15px auto;
}


/*搜索为空的样式*/
.nullBox{
	margin-top: 10px;
	display: block;
    line-height: 24px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    color: red;
}

/*加载数据*/
.loadingdiv{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #ffff;
    opacity: 1;
    margin-top: -150px;
    margin-left: -100px;
    border-radius: 12px;
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
    z-index: 1000;
}
.loadingdiv img{
    display: block;
    margin: 0 auto;
    padding-top: 55px;
    width: 90px;
}