﻿@charset "utf-8";
*{	font-family:”微软雅黑”;
	padding:0;
	border:none;
}
html{
	font-size: 10px;
}
a,p,h1,h2,h3,h4,h5,h6,span,div,strong,li,b{
	font-family: "微软雅黑";
}
a{
	text-decoration:none;
	color:#333;
}
p{
	text-align: justify;
}
li{
	list-style: none;
}
.clearFix{
	clear:both;
}
.heightCenter{
	width:1200px;
	margin:0 auto;
    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: 1.8em;
    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;
}
.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: 46px;
	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;
}
.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;
}

/*或*/
.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: 10px;
	margin-left: 13px;
}
.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:10%;
	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%);
}
/*头部广告*/
/*广告*/
.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;
}

/*底部*/
.footerbox {
    width: 1100px;
    margin: 0 auto;
}
/*当前位置*/
.location{
	background: url(../images/icon.png) 15px 5px no-repeat;
    margin:15px 0;
    color: #c2c2c2;
}
.location span,.location a{
	line-height: 32px;
	color:#c2c2c2;
}
.newDiscovery{
	margin:15px auto;
}