*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
	color: #000000;
}
ul{
	padding: 0px;
	margin: 0px;
}
body{
	/*background: url(/uploads/image/rcwdzimg/bg-1.jpg) 100% no-repeat;
	background-size: 100% 100%;*/
	background: url(/uploads/image/rcwdzimg/bgpic.jpg) no-repeat;
	background-size: 100%;
	background-image: ;
    background-size: contain; 
    filter:progid:dximagetransform.microsoft.alphaimageloader(,  sizingmethod='scale');
    background-image: url(/uploads/image/rcwdzimg/bgpic.jpg);
    background: url(/uploads/image/rcwdzimg/bgpic.jpg) center no-repeat 100%;
    background-size: 100% 100%;
}
.bgpic{
	width: 850px;
	height: 401px;
	margin: 0 auto;
	background-color: yellowgreen;
}
.main{
	width: 1000px;
	/*height: 1619px;*/
	margin: 0 auto;
	margin-top: 401px;
	background: url(/uploads/image/rcwdzimg/bg2.jpg);
}
.div-left{
	width: 499px;
	/*height: 944px;*/
	float: left;
	border-right: 1px solid #ccc7d4;
}
.main > div > div{
	/*padding-left: 68px;*/
	padding: 0px 50px 0px 68px;
}
.l-one{
	/*height: 253px;*/
	padding-top: 31px!important;
}

.l-two{
	/*height: 202px;*/
}
.l-three{
	/*height: 207px;*/
}
.l-four{
	/*height: 250px;*/
}
.div-right{
	width: 500px;
	/*height: 944px;*/
	float: left;
}
.bottom{
	clear: both;
	height: 146px;
	padding-left: 68px;
	background-color: #ebefe8;
}
	.bottom > span{
		float: left;
		line-height: 146px;
	}
	.bottom > a{
		float: left;
		margin-top: 10px;
		margin-left: 30px;
	}
.kong{
	width: 100%;
	height: 64px;
}
/*共有*/
.big-title{
	display: inline-block;
	width: 210px;
	line-height: 36px;
	font-size: 20px;
	border-radius: 0px 15px 15px 0px;
	/**/
	-moz-border-radius: 0px 15px 15px 0px; /* firefox */
    -webkit-border-radius: 0px 15px 15px 0px; /* safari 和 chrome */
    border-radius: 0px 15px 15px 0px;
    /**/
	color: #ffffff;
	background-color: #295186;
	float: left;
}
.big-title-hr{
	display: inline-block;
	/*position: absolute;
	left: 453px;
	top: 450px;*/
	/*float: left;*/
	width: 170px;
	height: 2px;
	background-color: #d3e0ee;
	border: none;
	
}
.big-title-hr-l{
	display: inline-block;
	/*position: absolute;
	left: 955px;
	top: 450px;*/
	width: 170px;
	height: 2px;
	background-color: #d3e0ee;
	border: none;
}
.small-title{
	display: block;
	padding-top: 18px;
	font-weight: bold;
}
	.small-title > span{
		display: inline-block;
		width: 85%;
		font-size: 18px;
		color: #295186;
	}
	.small-title > span > span{
		font-style: italic;
	}
	.small-title > a{
		display: inline-block;
		width: 13%;
		text-align: center;
		font-weight: normal;
	}
	.small-title > a:hover{
		color: #295186;
	}
.ulgroup{
	display: block;
	padding-left: 18px;
	padding-top: 5px;
	height: 172px;
	border-bottom: 1px solid #ccc7d4;
}
	.ulgroup > li > a {
		line-height: 31px;
		cursor: pointer;
	}
	.ulgroup > li > a:hover{
		color: #295186;
		
	}
.lastul{
	border: none;
}
