/* ����ͼ�� �Ѽ����� www.lanrentuku.com */

body { margin:0; background:#888; background: url(../img/back.jpg) repeat;}
h1 { text-align:center; color:#fff; color:#ff3; margin:0; font-size:18px; line-height:44px; font-family:"Microsoft Yahei "; }
h1 a { color:#9f0; text-decoration:none; border-bottom:1px dotted #9f0; }
h1 a:hover { color:#fff; border-bottom:1px solid #fff;}
#box { height:620px; position:absolute; top:20px; overflow:hidden; }
#box ul { margin:0; padding-left:0; position:absolute; top:0; left:0; height:620px; z-index:1; }
#box ul li { list-style:none; float:left; }
#box p {line-height:30px; display:none;position: relative; bottom:-20px; left:0; width:100%; z-index:2; text-align:center; margin:0; }
#box p a { display:inline-block; height:30px; padding:0 10px; background:#000; font-size:14px; font-family:arial; line-height:30px; color:#fff; text-decoration:none; filter:alpha(opacity:80); opacity:0.8; margin-right:1px; }
#box p .active { background:yellow; color:#000; font-weight:bold; }
#box img { width:1000px;height:620px; border:none;}


@charset "utf-8";
/* CSS Document */

#box .yzjd{ background:url(../img/yzjdbg.png) no-repeat; background-repeat:repeat-y; width:1000px; margin:0 auto;}

#box .yzjd .jidi{font-size:14px; color:#2b2b2b; font-family:微软雅黑; }

.zhuanti{ width:100%;}
.zhuanti img{ float:left;width:100%;max-width: 100%;height: auto;}

.zhuanti{ display:none}

/**==================== 屏幕宽度小于640px ===============**/	
	@media screen and (max-width: 640px){
		.box { display:none}
		.zhuanti{ display:block}
		}
	/**==================== 屏幕宽度大于640px 小于920px ===============**/	
	@media screen and (min-width: 640px) and (max-width: 920px){
		.box { display:none}
		.zhuanti{ display:block}
		}