/* 懒人图库 搜集整理 www.lanrentuku.com */

*{ margin:0; padding:0; list-style:none;}

#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}

#playBox{ width:589px; height:190px; background:#333; position:relative; overflow:hidden;}

#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}

#playBox .oUlplay li{ float:left;}

#playBox .pre{ cursor:pointer; width:45px; height:45px;position:absolute; top:80px; left:10px; z-index:10;}

#playBox .next{ cursor:pointer; width:45px; height:45px; position:absolute; top:80px; right:10px; z-index:10;}

#playBox .smalltitle {width:589px; height:10px; position:absolute; bottom:15px; z-index:10}

#playBox .smalltitle ul{ width:120px; margin:0 auto;}

#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}

#playBox .smalltitle .thistitle{ background:#69aaec;}



/*省市区选择*/

.main{

	width:940px;

	margin: 0 auto;

	font-family:"微软雅黑";

	}

.province{

	width: 100%;

	height: 57px;

	line-height: 57px;

	color: #fff;

	text-indent:10px;

	position:relative;

	z-index:9999;

	overflow:visible;

	font-family:"微软雅黑";

	}

	.province a{ color:#fff;}

#div2:hover #divOne_1{ display:block;}

#divOne_1{ display:none; position:absolute; top:0; left:0;}

#div3:hover #divOne_2{ display:block;}

#divOne_2{ display:none; position:absolute; top:0; left:0;}

.province-chose{

	position: absolute;

	width: 938px;

	height: 300px; 

	background: #fff;

	top: 57px;

	z-index: 9998;

	filter: alpha(opacity=88); /* IE */ 

    -moz-opacity: 0.88; /* Moz + FF */ 

    opacity: 0.88; /* 支持CSS3的浏览器（FF 1.5也支持）*/ 



	}

.province-content{

	position: absolute;

	width: 938px;

	height: 300px;

	color: #303030;

	top: 57px;

	z-index: 9999;

	overflow:hidden;

	}

.province-content ul{

	width:100%;

	float: left;

	overflow:visible;

	font-family:"微软雅黑";

	position:relative;

	}

.province-content ul li{

	width:60px;

	float:left;

	height:50px;

	line-height:30px;

	overflow:visible;

	cursor:pointer;

	color:#000;

	font-family:"微软雅黑";

	

	}

.province-content a{

	color:#000;

	font-family:"微软雅黑";

	}

#div4{ position:relative;}	

#divOne_1,#divOne_2{

	width: 938px;

	float:left;

	font-family:"微软雅黑";

	}	

.jxs_address{ width:400px; height:30px; line-height:30px; position:absolute;top:25px;  display:none; overflow:visible;}	

.jxs_address a{ display:block; float:left; width:100%; padding:3px 0;}

/*#div4 li:hover .jxs_address{ display:block;}

.jxs_address:hover{ display:block;}*/

.news-box{
  position: relative;
  margin: 0 5px;
}
.news-title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid red;
  margin-bottom: 10px;
}
.news-box-image{
  width: 100%;
  line-height: 200px;
  height: 200px;
  overflow: hidden;
}
.news-box .news-box-image img{
  width: 100%;
  height: 200px
}
.news-box-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:5px 0;
  background: rgba(0,0,0,0.5);
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
.news-box:hover .news-box-title{
  background: rgba(0,98,168,0.8);
}
.index-menu{
	width: 100%;
	padding:10px 0;
	background: #024ef9;
	border:1px solid #fff;
	text-align: center;
	color:#fff;
	font-size: 14px
}