.fl{float: left;}

.fr{float: right;}
a{
    color: #000;

}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/images/lvyou20180327.jpg);
    color: #000;

}

.daoyu{
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 451px;
    padding-left: 76px;
}

.bz1 {
    font-family: "宋体";
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
}

.daoyu_detail{
	width: 720px;
}

.wrap{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.main1{
	width: 430px;
}

.huodongsudi{
	width: 540px;
}

.title{
	height: 53px;
	padding-right: 94px;
	overflow: hidden;
	background: url(/images/title2.png) left center no-repeat;
	background-size: 100% 100%;
}

.mt50{margin-top:79px;}

.more{
	font-size: 13px;
	margin-top: 20px;
	color: #333;
}


.tit{
	font-size: 17px;
    line-height: 30px;
    color: #fd0a0a;
    font-weight: bold;
    text-align: center;
}


.sub a{
	font-size: 12px;
    line-height: 20px;
}

.title_list li{
	line-height: 30px;
	font-size: 12px;
	position: relative;
	padding-left: 15px;
}

.title_list li.date{
	font-size: 12px;
}

.title_list{
	margin-top: 30px;
}

.title_list li:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 12px;
}

.width490{
	width: 490px;
}

.mt30{margin-top: 30px;}

.tit_wm{
	padding-right: 94px;
	overflow: hidden;
	height: 53px;
	background: url(/images/zxctbg2.png) left center no-repeat;
}

.tit_wm1{
	background: url(/images/zxctbg3.png) left center no-repeat;
}

.width490 ul{
	padding-left: 20px;
}

.width948{
	width: 948px;
	margin-left: 15px;
}

.width948 ul{
	margin-bottom: 0;
	margin-top: 15px;
	overflow: hidden;
}

.width948 li{
	width: 152px;
	height: 122px;
	float: left;
	margin-right: 7px;
}

.width948 li img{
	width: 100%;
	height: 100%;
}

.width948 li:last-child{margin-right: 0;}

.footer{
	font-size: 15px;
	width: 100%;
	background-color: rgb(171, 209, 57);
	line-height: 100px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
}	

.footer a{
	color: #fff;
}

.title2{
	background: url(/images/title1.png) left center no-repeat;
	background-size:100% 100%;
}

/* 本例子css */
.slideBox{ width:430px; height:230px; 
	overflow:hidden; position:relative; border:1px solid #ddd;margin-top: 20px;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:12px;  width:40px; height:2px; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:green; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:430px; height:230px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/images/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;  }