/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
	border: 0 none
}


/* 重置fieldset（表单分组）、图片的边框为0*/

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.active{
	font-weight: bold;
	color: #0984e0 !important;
	border-bottom: 4px solid #0984e0;;
}
li.active a{
	font-weight: bold;
	color: #0984e0 !important;
}
.active3px{
	color: #0984e0 !important;
	border-bottom: 3px solid #0984e0;;
}
li.active3px a{
	color: #0069C5 !important;
}
.disblock{
	display: block !important;
}

body{
	font-family: "微软雅黑";
}


.header {
	height: 36px;
	opacity: 0.8;
	/* Firefox, Safari(WebKit), Opera) */
	filter: "alpha(opacity=80)";
	/* IE 8 */
	filter: alpha(opacity=80);
	/* IE 4-7 */
	background-color: #f5f5f5;
}

.pt35{
	padding-top: 35px;
}


/*宽1000px块*/

.headcont,.searchdiv,.zwcenter,.nav,.footbanner,.ftcontent{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.headcont {
	height: 36px;
}

.headcont p a {
	font-size: 14px;
	line-height: 36px;
	color: #777777;
}

.layer {
	width: 185px;
	height: 14px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 36px;
	color: #777777;
}

.searchdiv {
	height: 100px;
}
.logo{
	margin-top: 26px;
}
.centerbg{
	background: url(imgbg.png) no-repeat top center;
}


.formdiv{
	width: 460px;
	height: 42px;
	margin-top: 29px;
}
.searchinp {
	width: 348px;
	height: 40px;
	border: solid 1px #dddddd;
	padding-left: 10px;
	line-height: 42px;
}

.searchbtn {
	width: 80px;
	height: 42px;
	background-color: #0984e0;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}


/*导航*/
.navbg{
	height: 435px;
}
.nav{
	height: 75px;
}
.navul{
	margin-top: 28px;
	height: auto;
}
.navul li{
	float: left;
	width: 120px;
	height: 43px;
	text-align: center;
	margin: 0 8px;
}
.navul li a{
	width: 100%;
	color: #222222;
	display: inline-block;
    font-size: 20px;
	height: 26px;
	padding-bottom: 17px;
}
.bannerul{
	height: 320px;
}
.bannerul li{
	height: 320px;
}
.banner{
	width: 960px;
	height: 320px;
	padding: 20px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
}
.bannerleft{
	width: 480px;
	height: 320px;
}

/****************焦点图********************/

.slideBox1 {
	width: 480px;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.slideBox1 .hd {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.slideBox1 .hd ul li {
	float: left;
	cursor: pointer;
	width: 120px;
	height: 4px;
	background: #000000;
}

.slideBox1 .hd ul li.on {
	background: #0e90f1;
}
.prev,.next{
	width: 40px;
	height: 80px;
	display: inline-block;
	position: absolute;
	top: 120px;
	background-color: #000000;
	opacity: 0.4;
	/* Firefox, Safari(WebKit), Opera) */
	filter: "alpha(opacity=40)";
	/* IE 8 */
	filter: alpha(opacity=40);
	/* IE 4-7 */
	color: #FFFFFF;
	font-size: 35px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
     user-select: none;
}
.prev{

	left: 0;
}
.next{
	right: 0;
}

.slideBox1 .bd {
	position: relative;
	z-index: 0;
}

.slideBox1 .bd li {
	position: relative;
}

.slideBox1 .bd li img {
	width: 480px;
	height: 320px;
	box-sizing: border-box;
}

.slideBox1 .bd p {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 480px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 22px;
	background-color: #333333;
	z-index: 1;
	font-size: 13px;
	color: #fff;
	background: url(imgheibg.png) repeat-x left center;
}

.slideBox1 .bd p a {
	display: block;
	width: 480px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}


.bannerright{
	width: 470px;
	height: 320px;
}

.bannerrightul{
	height: 38px;
	border-bottom: 1px solid #eeeeee;
	margin-left: 20px;
}
.bannerrightul li{
	float: left;
	width: 91px;
	height: 36px;
	text-align: center;
	margin-right: 20px;
}
.bannerrightul li a{
	width: 91px;
	display: inline-block;
	color: #222222;
	padding-bottom: 11px;
	font-size: 18px;
}
.czul{
	width: 470px;
	height: 245px;
	margin-top: 10px;
	display: none;
}
.czul li{
	float: left;
	margin-left: 18px;
	width: 458px;
	height:39px ;
	line-height: 39px;
	background: url(imgdian.png) no-repeat left center;
	
}
.czul li a{
	width: 330px;
	height:35px ;
	padding-left: 15px;
	display: inline-block;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.czul li a:hover{
	color: #0069C5;
}
.czul li span{
	display: inline-block;
	float: right;
	color: #aaaaaa;
	width: 100px;
}
/*财政概况*/
.ldxxl{
	width: 470px;
	height: 320px;
}
.ldxxl .title{
	width: 162px;
	float: right;
	margin-right: 40px;
}
.title{
	width: 100%;
    height: 29px;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}
.title a{
    color: #0069c5;
    padding: 0 13px;
    border-bottom: 3px solid #0069c5;
	padding-bottom: 8px;
	font-size: 18px;
	display: block;
	width: auto;
	height: 23px;
	float: left;
}
.ldmsg{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ldimg{
	width: 270px;
	height: 220px;
	padding-top: 10px;
}
.ldimg img{
	width: 100px;
	margin-left: 88px;
}
.tzgz{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.tztitle{
	height: auto;
	overflow: hidden;
	margin: 10px 0 20px 70px;
	
}
.ldimg span{
	display: inline-block;
	width: 74px;
	height: 100%;
	float: left;
	color: #333333;
	text-align: center;
}
.ldimg a{
	display: inline-block;
	width: 60px;
	height: 100%;
	float: left;
	color: #333333;
	font-weight: bold;
}
.ldcont{
	width: 160px;
	height: auto;
	overflow: hidden;
	margin-right: 40px;
}
.ldcont ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;	
}
.zzzy{
	width: 255px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}
.zzzy li{
	width: 205px;
	height: 70px;
	line-height: 70px;
	float: left;
	font-size: 18px;
	margin-top: 20px;
}
.zzzy li:hover{
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}
.zzzy li a{
	color: #333333;
	float: right;
	margin-right: 35px;
}
.liznjs{
	background: url(imgznjs.png) no-repeat left center;
}
.lizyze{
	background: url(imgzyzz.png) no-repeat left center;
}
.linsjg{
	background: url(imgnsjg.png) no-repeat left center;
}
.ldcont li{
	width: 100%;
	height: 27px;
	line-height: 27px;
	float: left;
	font-size: 14px;
}
.ldcont li span{
	display: inline-block;
	width: 80px;
	height: 100%;
	float: left;
	color: #333333;
	text-align: left;

}
.ldcont li a{
	display: inline-block;
	width: 60px;
	height: 100%;
	float: right;
	color: #333333;
}
.ldxxjj{
	width: 243px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.ldxxjj p{
	margin-bottom: 20px;
	text-align: justify;
	line-height: 26px;
}
.ldmore{
	color: #0069C5;
	position: absolute;
	right: 0;
	bottom: 25px;
}
.ld{
	color: #000000;
}
.zcgz,.xxjj_p{
	color: #777777;
}
.xxjj_p{
	font-size: 14px;
}
.ldimgdiv{
	widows: auto;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.ldxxr{
	width: 470px;
	height: 100%;
}
.znjscont{
	width: 410px;
	height: 70px;
	background-color: #eff2f5;
	padding: 20px;
	line-height: 25px;
	margin-top: 19px;
}
.zyzz{
	width: 100px;
	height: 30px;
	background-color: #0069c5;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 17px;
}
.zyzz a{
	color: #FFFFFF;
}
.zyzzcont a{
	width: 427px;
  	height: 73px;
    font-size: 16px;
    color: #555555;
    line-height: 25px;
    text-align: justify;
}
/*xwdt*/
.sztz{
	width: 470px;
	height: 320px;
}
.sztz_p{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
.sztz_p a{
    padding: 0 13px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #333333;
	display:block;
	width: auto;
	height: 23px;
	float:left;
}
.czimgnews {
	height: auto;
	overflow: hidden;
	margin-top: 22px;
}
.czimgnews img{
	width: 150px;
	height: 104px;
}
.czimgnews img:hover{
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}
.twdiv{
	width: 150px;
	margin-right: 10px;
	float: left;
}
.twdiv a{
	width: 150px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}
.twdiv a:hover{
	color: #0069C5;
}
.sztzactive{
    border-bottom: 3px solid #0069c5;
	color: #0069c5 !important;
}
.datenews{
	height: 100%;
	height: auto;
	overflow: hidden;
}
.datenews li{
	width: 445px;
	height: 36px;
	float: left;
	background: url(imgdian.png) no-repeat left center;
	padding-left:15px ;
	line-height: 36px;
}
.datenews li a{
	width: 330px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	float: left;
}
.datenews li a:hover{
	color: #0069C5;
}
.datenews li span{
	width: 100px;
	display: inline-block;
	float: right;
	margin-right: 10px;
	color: #aaaaaa;
}
.mtjj{
	width: 470px;
	height: 320px;
}
.mtjj ul{
	margin-top: 12px;
	height: auto;
	overflow: hidden;
}
.mtjj ul li{
	width: 455px;
	height: 36px;
	float: left;
	background: url(imgdian.png) no-repeat left center;
	padding-left:15px ;
	line-height: 36px;
}

.mtjj ul li a{
	width: 340px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	float: left;
}
.mtjj ul li a:hover{
	color: #0069C5;
}
.mtjj ul li span{
	display: inline-block;
	float: right;
	margin-right: 10px;
	color: #aaaaaa;
}
.xxgkl{
	width: 470px;
	height: 320px;
	
}
.xxgkl ul{
	margin-top: 29px;
}
.xxgkl ul li{
	width: 220px;
	height: 60px;
	float: left;
	line-height: 60px;
}
.xxgkl ul li:hover{
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}
.xxlimg{
	margin: 0 30px 20px 0;
}
.ylbg{

	background-color: #faf9f5;
}
.blbg{
	background-color: #f5f8fa;
}
.xxgkl ul li a{
	width: 214px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.yl,.bl{
	width: 6px;
	height: 100%;
	display: inline-block;
	float: left;
}
.yl{
	background-color: #e8a400;
}
.bl{
	background-color: #0099e8;
}
.xxgkr{
	width: 470px;
	height: 320px;
}
.xxgkr .datenews{
	margin-top: 7px;
}
.xxgkr .datenews li{
	height: 39px;
	line-height: 39px;
}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}

.hdjll,.hdjlr{
	width: 470px;
	height: 320px;
}
.mt10{
	margin-top: 10px;
}
.hdjll ul{
	margin-top: 12px;
}
.ztsj{
	width: 460px;
	height: auto;
	overflow: hidden;
	padding: 12px 0 20px 10px;
	border-bottom: 1px dashed #dddddd;
}
.ztsj p{
	height: 36px;
	line-height: 36px;
}
.ftb{
	color:#0069c5 ;
}
.ztsj a{
	width: 390px;
	height: auto;
	display: inline-block;
	color: #0069c5;
}
.tzwsimgs{
	height: 110px;
	padding-left: 20px;
}
.tzwsimgs{
	margin-top: 30px;
}
.tzwsimgs a{
	display: block;
	float: left;
	margin-right: 20px;
	height: 100px;
}
.tzwsimgs a img{
	width: 120px;
	height: 100px;
}
.tzwsimgs a:hover{
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}

/*公共服务*/
.fwdt,.fwdtr{
	width: 470px;
	height: 320px;
}
.fwqyl{
	width: 450px;
	height: 100%;
}
.fwqyl .title a{
	cursor: default;
}
.fwqyl .ftnnewslist{
	margin-top: 0;
}
.newsimg{
	width: 450px;
	height: 84px;
	margin-top: 20px;
}
.newsimg img{
	width: 100%;
	height: 100%;
}
.newsimg:hover{
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */
}
.fwdt_p a{
	font-size: 18px;
	color: #000000;
	display: block;
	margin-left: 16px;
	font-weight: bold;
}
.fwdtnav{
	width: 100%;
	height: 35px;
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
}
.fwdtnav li{
	float: left;
	width: auto;
	height: 32px;
}
.fwdtnav li a{
	display: block;
	width: 64px;
	padding: 0 16px;
	color: #333333;
}

.ftnactive{
	border-bottom: 3px solid #0069c5;
}
li.ftnactive a{
	color: #0069c5;
}
.ftnnewslist{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	display: none;
}
.ftnnewslist li{
	width: 455px;
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 15px;
	background: url(imgdian.png) no-repeat left center;
}
.ftnnewslist li a{
	color: #333333;
	display: inline-block;
	width: 400px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ftnnewslist li a:hover{
	color: #0069C5;
}
.fwdtrul{
	height: auto;
	overflow: hidden;
	margin-top: 13px;
}
.fwdtrul li{
	width: 125px;
	height: 43px;
	line-height: 43px;
	float: left;
	padding-left: 28px;
	background: url(imglaba.png) no-repeat left center;
}

.fwdtrul li a{
	color: #333333;
}
.fwdtrul li a:hover{
	color: #0069C5;
}
/*专题专栏*/

.ztzll,.ztzlr{
	width: 470px;
	height: 320px;
}
.boxshowdiv{
	width: 400px;
	height: 100px;
	padding: 13px 10px;
	margin: 10px auto 0 auto;
	box-shadow: -0.3px 2px 3.8px 0.2px rgba(0, 0, 0, 0.1);
}
.boxshowdiv:hover{
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}
.boxshowdiv img{
	width: 100%;
	height: 100%;
}.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}

.ztzl_div li{
	float: left;
	width: 300px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 13px 10px;
	font-size: 18px;
}
.ztzl_div li a{
	color: #0069C5;
}
.zl1{
	background: url(imgzl1.png) no-repeat left center;
}
.zl2{
	background: url(imgzl2.png) no-repeat left center;
}
.zl3{
	background: url(imgzl3.png) no-repeat left center;
}
.zl4{
	background: url(imgzl4.png) no-repeat left center;
}
.zl5{
	background: url(imgzl5.png) no-repeat left center;
}
.zl6{
	background: url(imgzl6.png) no-repeat left center;
}
.zl7{
	background: url(imgzl7.png) no-repeat left center;
}
.zl8{
	background: url(imgzl8.png) no-repeat left center;
}
.zl9{
	background: url(imgzl9.png) no-repeat left center;
}

.ztzl_div li:hover{
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}

/*================*/

.center{
	width: 958px;
	height: 90px;
	background-color:#FFFFFF ;
	margin: 20px auto;
	padding: 0 21px;
}
.center img:hover{
	box-shadow: 0 2px 10px 0 rgba(168,182,191,.6);
	opacity: 0.9;  /* Firefox, Safari(WebKit), Opera) */ 
	filter: "alpha(opacity=90)";   /* IE 8 */ 
	filter: alpha(opacity=90);  /* IE 4-7 */ 
}
.center a{
	width: 235px;
	height: 60px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 6px;
}
.mr0{
	margin-right: 0 !important;
}
.center a img{
	width: 235px;
	height: 60px;
	display: block;
}
/*fixed*/
.fixeddiv{
	left: 50%;
    margin-left: 500px;
    top: 50%;
    margin-top: -250px;
    position: fixed;
}
.fixeddiv li{
	position: relative;
	margin-bottom: 15px;
}
.wx_img{
	position: absolute;
	left: 80px;
	top: 0;
	display: none;
}
.fixeddiv li span{
	display: block;
	width: 80px;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	color: #999999;
}
.fixeddiv i{
	width: 60px;
	height: 60px;
	display: block;
	margin-left: 8px;
}
i.shouji{
	background: url(imgjlt2.png) no-repeat 0px 0px;
}
i.weixin{
	background: url(imgjlt2.png) no-repeat 0px -94px;
}
i.weibo{
	background: url(imgjlt2.png) no-repeat 0px -187px;
}
i.zhuanjia{
	background: url(imgjlt2.png) no-repeat 0px -281px;
}
i.kuaiji{
	background: url(imgjlt2.png) no-repeat 0px -375px;
}
i.yuedu{
	background: url(imgjlt2.png) no-repeat 0px -469px;
}
i.shouji:hover{
	background: url(imgjlt2.png) no-repeat -81px 0px;
}
i.weixin:hover{
	background: url(imgjlt2.png) no-repeat -81px -94px;
}
i.weibo:hover{
	background: url(imgjlt2.png) no-repeat -81px -187px;
}
i.zhuanjia:hover{
	background: url(imgjlt2.png) no-repeat -81px -281px;
}
i.kuaiji:hover{
	background: url(imgjlt2.png) no-repeat -81px -375px;
}
i.yuedu:hover{
	background: url(imgjlt2.png) no-repeat -81px -469px;
}
/*底部轮播*/
.footbanner{
	height: 80px;
	background-color: #FFFFFF;
	position: relative;
	padding: 15px 0;
}
#list{
	width: 1840px;
	height: 80px;
	position: absolute;
	overflow: hidden;
}
#list li{
	float: left;
	width: 220px;
	margin-right: 10px;
}
.ftbdiv{
	width: 910px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ftprev,.ftnext{
	width: 22px;
	height: 32px;
	position: absolute;
	top: 39px;
	display: inline-block;
	color: #0f84dc;
	font-size: 35px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
     user-select: none;
     
}
.ftprev{
	left: 5px;
}
.ftnext{
	right: 5px;
}


/*========底部样式==========*/

.footernavbg{
	height: 60px;
	background-color: #d0d0d0;
}
.footernav{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.ftnul{
	width: 960px;
	height: 36px;
	/*padding: 24px 20px 0 20px;*/
	padding-top: 24px;
	margin: 0 auto;

}
.ftnul li{
	float: left;
	margin-right:90px;
	cursor: pointer;
}
li.frmr0{
	float: right;
	margin-right:0 ;
}
.ftnul li p{
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	display: inline-block;
	margin-right: 16px;
}
.dsdiv{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 960px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 5px;
	box-shadow: -0.3px 2px 3.8px 0.2px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 10;
	border: 1px solid #DDDDDD;
}
.dsdiv ul li{
	float: left;
	width: 180px;
	margin-right: 0;
}
.dsdiv a{
	display: inline-block;
	width: auto;
	height: 25px;
	color: #333333;
	float: left;
	margin: 2px 0;
	font-size: 12px;
}
.dsdiv a:hover{
	color: #0099E8;
}
.footer{
  	background-color: #e8e8e8;
  	padding-top: 30px;
}
.ftcleft{
	font-size:14px ;
	color: #777777;
	margin-left: 20px;
}
.ftcleft p{
	margin-bottom: 12px;
}
.ftcright a{
	display: block;
	float: left;
}
.zfwzzc{
	margin-left: 16px;
	margin-top: 8px;
}
