@charset GBK;
/*! Copyright (c) 2013 NEN (http://www.nen.com.cn)
 *	Theme Name: NEN INDEX 2013
 *	Theme URI: 
 *	Description: nen index 2013
 *	Author: M.Knight
 *	Version: 1.0
 *	Tags: nen, index, jstyle
 *	Update by MK 20131220
 */

/**
 *	reset & base css by http://lifesinger.org/blog/2009/07/reset-css-tech/
**/

/********** tab news ************/
.tab li, .tab2 li {
	float:left;
}
.tab a {
    font-size:18px;
    font-weight:bold;
    line-height:36px;
    padding:6px 16px;
    position:relative;
    text-align:center;	
    border-top:2px solid #fff;
	text-decoration:none;
}
.tab a.cur {
	background:#fff;
    border-top:2px solid #033266;
	border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    font-size:18px;
    line-height:35px;
    padding:5px 15px;
    position:relative;
    text-align:center;	
}
.tab2 a {
    font-size:16px;
    font-weight:bold;
    line-height:38px;
    padding:6px 6px;
    position:relative;
    text-align:center;	
    border-top:2px solid #fff;
	text-decoration:none;
}
.tab2 a.cur {
	background:#fff;
    border-top:2px solid #033266;
	border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    font-size:16px;
    font-weight:bold;
    line-height:38px;
    padding:5px 5px;
    position:relative;
    text-align:center;	
}

.tagContent {
	display:none;
}
div.selectTag, ul.selectTag {
	display:block;
}

/******* scroll box ********/
.scrollBox {
	width:980px;
	height:54px;
	overflow:hidden;
	margin:0 auto;
}
.scrollBox ul {
	width:5000px;
}
.scrollBox li {
	float:left;
	margin-right:7px;
}
.scrollBox img {
	width:130px;
	height:50px;
	padding:1px;
	border:1px solid #ccc;
}

/***************** ent turning pics *************/	
.side {
	float:right;
	width:235px;
}
.tpb {
	position:relative;
	width:320px;
	margin-top:10px;
	background:#fff;
}
.tpb ul img {
	vertical-align:middle;
}
.slide {
	width:320px;
	height:236px;
	overflow:hidden;
	position:relative;
}
.slide-ul {
	position:relative;
	width:1320px;
	margin:0 0 0 0;
}
.slide-ul li {
	display:inline;
	float:left;
	width:330px;
	height:240px;
	overflow:hidden;
}
.slide-ul .tpct {
	display:inline;
	float:left;
	width:155px;
	height:110px;
	margin-right:10px;
	margin-bottom:10px;
}
.slide-ul a {
	display:block;
	width:155px;
	height:110px;
	overflow:hidden;
	color:#fff;
}
.slide-ul a:hover .pic-txt {
	color:#fff;
}
.slide-ul .pic-txt {
	display:block;
	bottom:0;
	position:relative;
	width:155px;
	height:30px;
	margin:-30px 0 0;
	font:14px/30px Microsoft YaHei;
	text-align:center;
	z-index:1;
	background: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000);
	cursor: pointer;
}
:root .slide-ul .pic-txt {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr=#00000000, endColorstr=#00000000);
}
.info-btn {
	width:112px;
	height:22px;
	overflow:hidden;
	margin:0 auto;
/*	padding: 11px 0;*/
	zoom:1;
}
.info-btn li {
	float:left;
	padding:0 3px;
}
.info-btn li span {
	display:block;
	width:22px;
	height:22px;
	background:url(../images2014/turn_dots.png) 0 -27px no-repeat;
	text-indent:-9999em;
	overflow:hidden;
	cursor:pointer;
}
.info-btn .info-cur span, .info-btn .info-hover span {
	background-position:0 0;
}

/******* go 2 top *******/
.go2top {
	width:54px;
	float:right;
	position:fixed;
	right:37px;
	bottom:30px;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom:30px;
}/*解决IE6下不兼容 position:fixed 的问题*/

#gotop {
	width:54px;
	height:54px;
	background:url(http://www.nen.com.cn/index/images2014/up_icon.png) no-repeat;
	display:block;
}

