@charset "UTF-8";

* {
	margin: 0px;
	padding: 0;
	
}

.sotai_index_news {
	width: 1200px;

	margin: 20px auto 0 auto;
	height: 555px;
	
	
}

.sotai_index_news_left {
	width: 480px;
	float: left;
	height: 600px;
}

/* 首页资讯幻灯片样式 */
.sotai_news_top_hdp {
	width: 480px;
	height: 320px;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

/* 本例子css */
.slideBox {
	width: 480px;
	height: 320px;
	overflow: hidden;
	position: relative;

	border-radius: 3px;

}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	border:0px;


}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 480px;
	height: 320px;
	display: block;

}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.slideBox .bd ul li {
	position: relative;
}

.slideBox .bd ul li h4 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(ny_newsbg.png);
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-size: 16px;

	font-weight: normal;



}

.slideBox .bd ul li h4 a {
	color: #fff;
	padding-left: 20px;


	width: 80%;


	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;




}


.pageState {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 5px;

}

.pageState span {
	color: #fff;
	font-size: 26px;
}

/* 首页资讯幻灯片样式end */



/* 首页幻灯片下面的向上滚动样式 */
.sotai_news_down_rol {
	width: 480px;
	height: 200px;
	margin-top:15px;
}

.txtScroll-top {
	overflow: hidden;
	position: relative;
	border: 3px solid #2174D0;
	background: url(gg.png) no-repeat top left;
}

.txtScroll-top .bd {
	padding: 10px 15px 10px 50px;
	border:0px;
	
}

.txtScroll-top .infoList li {
	height: 33px;
	line-height: 33px;
	background: url(dian.png) no-repeat left;
	padding-left: 20px;


}

.txtScroll-top .infoList li a {
	font-size: 15px;

	width:350px;
	float:left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}

.txtScroll-top .infoList li .date {
	float: right;
	color: #999;
	font-size: 14px;
}

/* 首页幻灯片下面的向上滚动样式end */

/* 首页幻灯片右侧TAB栏目切换样式 */
.sotai_index_news_right {
	width: 710px;
	float: right;
	height: 600px;
	

}



.slideTxtBox {
	width: 100%;

	text-align: left;
}

.slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #184E94;
	position: relative;

}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: 0px;
	height: 40px;
}

.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	background: #184E94;
	color: #fff;
    font-size:15px;
	margin: 0 20px 0 0;
	border-radius: 3px 3px 0 0;
	cursor: pointer;

}

.slideTxtBox .hd ul li.on {

	background: #fff ;
	color: #184E94 ;
	font-weight: bold;
	border-top:1px solid  #184E94 ;
	border-left:1px solid  #184E94 ;
	border-right:1px solid  #184E94 ;
}
.slideTxtBox .bd{ border:0px;}
.slideTxtBox .bd ul {
	padding: 15px 0 0 15px;
	zoom: 1;
	
}
.slideTxtBox .bd li {
	
	height: 33px;
	line-height: 33px;

	font-size: 15px;
	background: url(dian.png) no-repeat left;
	padding-left: 20px;
	
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	

}



.slideTxtBox .bd li a:hover {
	
	color: #004BA0;
	

}


.slideTxtBox .bd li .date {
	float: right;
	color: #999;
	font-size:14px;
	width:80px;
	text-align:right;
}

.sotai_news_hot {
	height: 110px;
	border-bottom: 1px dashed #2174d0;
	margin: 15px 0 15px 0;
}

.sotai_news_hot b {
	font-weight: bold;
	font-size: 22px;
	
	color: #004BA0;
	text-decoration: underline;
	
	display: inline-block;
	width: 580px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.sotai_news_hot b:hover {
	color: #004BA0;
	text-decoration: underline;
	outline: none;
}

.sotai_news_hot  i {
	font-size: 14px;
	color: #bababd;
	float: right;
	font-style: normal;
    background:#fff;
	margin-top:5px;
}


/* 首页幻灯片右侧TAB栏目切换样式end */



	/* 首页品牌向上滚动 */
		.picScroll-top{  width:220px;  overflow:hidden; position:relative;  background: #F6F6F6;  }

		.picScroll-top .bd{ padding:10px;   }
		.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-top .bd ul li{ text-align:center; zoom:1;margin-bottom: 15px; }
				.picScroll-top .bd ul li:hover{ background: #fff;}
		.picScroll-top .bd ul li .pic{ text-align:center;    background:#fff; }
		.picScroll-top .bd ul li .pic img{ width:170px; height:60px; display:block;  margin:5px 0 5px 13px;   }
		.picScroll-top .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-top .bd ul li .title1{ height:30px; line-height:30px; font-size:14px;  }

	/* 首页大图幻灯片 */
	
		.sotaihd{ width:660px; height:280px; overflow:hidden; position:relative;   }
		.sotaihd .hd{ height:15px; overflow:hidden; position:absolute; right:48%; bottom:5px; z-index:1;
		background: #FF811A;border-radius: 16px; }
		.sotaihd .hd ul{ overflow:hidden; zoom:1; float:left;margin-top: 4px;padding-left: 10px; }
		.sotaihd .hd ul li{ float:left; margin-right:10px;  width:7px; height:7px; line-height:7px; text-align:center; background:#BFBEBD; cursor:pointer;border-radius: 10px; }
		.sotaihd .hd ul li.on{ background:#fff;  }
		.sotaihd .bd{ position:relative; height:100%; z-index:0;   }
		.sotaihd .bd li{ zoom:1; vertical-align:middle; }
		.sotaihd .bd img{ width:660px; height:280px; display:block; }

