a {
	text-decoration: none;
}
fieldset, img {
	border: none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	background: #fff;
	color: #333;
}
ul, ol, li {
	list-style-type: none;
}
.clear {
	clear: both;
}
input {
	font-size: 14px;
	height: 30px;
	outline: none;
	font-family: "宋体";
}

/*首页*/
.div_bg{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.div_bg img{
	float: left;
	width: 100%;
	height: auto;
}

/*中间部分*/
#bg-mid{
	float: left;
	width: 100%;
	height: auto;
	background: url(../../../img2/activity/page/mqzp/bg_4.jpg) center repeat-y;
}


.div_bg .special-area{
	position: absolute;
	top:0px;
	left: 50%;
	width: 1000px;
	height: auto;
	margin-left: -500px;
}

.div_bg .special-area .research{
	float: left;
	width: 1000px;
	height: auto;
	margin-top: 10px;
}

.div_bg .special-area .research .head-xs{
	float: left;
	width: 1000px;
	height: 80px;
	background: url(../../../img2/activity/page/mqzp/xszq.png) center center no-repeat;
}

.div_bg .special-area .research .head-yf{
	float: left;
	width: 1000px;
	height: 80px;
	background: url(../../../img2/activity/page/mqzp/yfzq.png) center center no-repeat;
}

.div_bg .special-area .research .head-gl{
	float: left;
	width: 1000px;
	height: 80px;
	background: url(../../../img2/activity/page/mqzp/glzq.png) center center no-repeat;
}

.div_bg .special-area .research .head-sc{
	float: left;
	width: 1000px;
	height: 80px;
	background: url(../../../img2/activity/page/mqzp/sczq.png) center center no-repeat;
}

.div_bg .special-area .research ul{
	float: left;
	width: 1000px;
	height: auto;
	margin-top: 20px;
}

.div_bg .special-area .research ul li{
	float: left;
	width: 293px;
	height: 210px;
	padding: 20px 15px;
	border: 1px solid #590c03;
	background: #FFFFFF;
	margin-bottom: 15px;
}

.div_bg .special-area .research ul li.mid{
	float: left;
	width: 293px;
	height: 210px;
	padding: 20px 15px;
	border: 1px solid #590c03;
	background: #FFFFFF;
	margin-left: 12px;
	margin-right: 12px;
}

.div_bg .special-area .research ul li .name-position{
	float: left;
	width: 293px;
	height: 24px;
}

.div_bg .special-area .research ul li .name-position a{
	float: left;
	width: 190px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-size: 18px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: bolder;
}

.div_bg .special-area .research ul li .name-position span{
	font-family: arial;
	float: right;
	width: 100px;
	height: 15px;
	line-height: 15px;
	color: #ff7300;
	font-size: 15px;
	margin-top: 6px;
	text-align: right;
	font-weight: bolder;
	text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: bolder;
}

.div_bg .special-area .research ul li .experience{
	float: left;
	width: 293px;
	height: 24px;
	line-height: 24px;
	margin: 5px 0px;
	color: #666666;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.div_bg .special-area .research ul li .discount{
	float: left;
	width: 293px;
	height: 63px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}

.div_bg .special-area .research ul li .discount .discount-li{
	float: left;
	width: 60px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	color: #888888;
	background: #f0f0f0;
	border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}


.div_bg .special-area .research ul li .company{
	float: left;
	width: 293px;
	height: auto;
	margin-top: 15px;
}

.div_bg .special-area .research ul li .company img.imgs{
	float: left;
	width: 45px;
	height: 45px;
	border: 1px solid #dddddd;
	margin-right: 10px;
	margin-top: 3px;
}

.div_bg .special-area .research ul li .company .company-name{
	float: left;
	width: 230px;
	height: 30px;
	line-height: 30px;
}

.div_bg .special-area .research ul li .company .company-name a{
	float: left;
	width: 230px;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.div_bg .special-area .research ul li .company .company-scale{
	float: left;
	width: 230px;
	height: 30px;
	color: #999999;
}

/*侧边导航*/
.nav{
	position: fixed;
	top: 300px;
	left: 50%;
	width: 140px;
	height: 205px;
	background: url(../../../img2/activity/page/mqzp/nav.png) center center no-repeat;
	z-index: 999;
	margin-left: 550px;
}

.nav ul{
	float: left;
	width: 140px;
	height: 205px;
}

.nav ul li{
	float: left;
	width: 140px;
	height: 50px;
	cursor: pointer;
}


