/*左侧活动栏*/
#leftAd {  z-index:2000; position:fixed; left:-300px; top:0px; width:350px; height:100%; overflow:hidden; _position:absolute; __top:expression(eval(document.documentElement.scrollTop)); _height:expression(eval(document.documentElement.clientHeight)+"px");
	 }
.leftAdBtn { cursor:pointer; position:absolute; top:300px; right:5px; width:20px;padding:10px 10px; background:#055CAC; font:normal 16px/24px "微软雅黑"; color:#fff;}
.leftAdWrap { overflow:hidden; width:300px; height:100%; background:rgba(39,39,39,0.7);border-right:solid #585858 5px; }
.leftAdList { width:272px; height:588px; overflow:hidden; margin:0px auto; position:relative; top:0px; left:0px;}
.leftAdList ul{width:272px; height:2000px; position:absolute; top:0px; left:0px;}
.leftAdList li { margin-bottom:38px; position:relative; width:264px; height:160px; padding:4px;overflow:hidden; transition:0.6s; }
.leftAdList li img { display:block; width:264px; height:140px;}
.leftAdList li:hover{background:#fff;}
.leftAdWrap .preList,.leftAdWrap .nextList{ display:block; margin:40px auto; width:104px; height:24px; transition:0.6s; }
.leftAdWrap .preList{background:url(../images/preList.png) no-repeat center top ;}
.leftAdWrap .preList:hover{background:url(../images/preList.png) no-repeat center bottom ;}
.leftAdWrap .nextList{background:url(../images/nextList.png) no-repeat center bottom ;}
.leftAdWrap .nextList:hover{background:url(../images/nextList.png) no-repeat center top ;}
.leftAdList li h3{ text-align:center; font:normal 14px/20px " 微软雅黑"; color:#272727;}


.jiansebox{ color:#ffffff; font:normal 40px/100px "微软雅黑"; text-align:center;}
.jiansetbox{ text-align:center; margin-top:20px;}
.jiansetbox a{ width:100px; height:30px;background:#FFF; padding:10px 20px;}
.mabox{ margin-top:10px;}
.mabox span{margin:8px 10px 0px 10px;}