﻿@charset "utf-8";
/* CSS Document */
/* main */
#ny_picber{width:1000px; margin:0px auto; padding:0px; background:#FFFFFF; position:relative; overflow:hidden;height:300px; clear:both} 
	#topbanner
	{
		width:1000px;
		height:300px;
		overflow:hidden;
		z-index:1;
	}
#bannerbtn
	{	display: inline;
		hegiht:18px;
		position:absolute;
		z-index:2;
		bottom:20px;
		right:20px;
	}
	#bannerbtn a
	{
		color:#36f;
		font:700 11px "Arial";
		background:url(../images/y01.png) no-repeat;
		float:left;
		width:18px;
		height:18px;
		line-height:18px;
		text-align:center;
		text-decoration:none;
		margin-left:5px;
		text-indent:9999px;
	}
	#bannerbtn a.activeSlide
	{	
		color:#fff;
		background:url(../images/y02.png) no-repeat;
	}
	#bannerbtn a:hover
	{	
		color:#fff;
		background:url(../images/y02.png) no-repeat;
	}
#alpwap{ text-align:left;width:1000px; min-height:500px; height:auto; min-height:500px; height:auto; margin:0px auto; background:#fff;/*实现IE背景透明*/padding:0px;}
#alpwap .alpcon{ width:938px;position:relative; line-height:26px;padding:20px;overflow:hidden}/*实现IE文字不透明*/
#alpwap .alpcon .rcon{ width:930px; margin:0 auto; padding-bottom:10px;}

#alpwap .alpcon .feedback{width:820px; margin:20px auto 0px;}
#alpwap .alpcon .feedback label{cursor:pointer;}
#alpwap .alpcon .feedback ul{width:820px; margin:0 auto;}
#alpwap .alpcon .feedback ul li{width:820px; list-style:none; margin-top:10px; clear:both; font-size:16px; overflow:hidden}
#alpwap .alpcon .feedback ul li span{float:left;}	
#alpwap .alpcon .feedback ul li .w140{ width:140px;}	
#alpwap .alpcon .feedback ul li em{width:350px; float:left;}  
#alpwap .alpcon .feedback ul li em label{ float:right; padding-right:30px;}
#alpwap .alpcon .feedback ul li #code{width:240px; float:left}  
#alpwap .alpcon .feedback ul li INPUT[type=text]{width:300px; float:left; height:24px; border:1px solid #D8D8D8; line-height:24px;} 
#alpwap .alpcon .feedback ul li span{float:left; padding-left:10px;} 
#alpwap .alpcon .feedback ul li INPUT[type=radio]{width:20px;}
#alpwap .alpcon .feedback ul li INPUT[type=checkbox]{width:20px;}
#alpwap .alpcon .feedback ul li textarea{width:300px;float:left;border:1px solid #D8D8D8; line-height:20px;}
#alpwap .alpcon .feedback .sub{width:260px; text-align:center; margin-top:15px; margin-left:140px;}
#alpwap .alpcon .feedback .but{ background:url(../images/bg_h.jpg) repeat-x center center; cursor:pointer; padding:0px; height:41px; color:#4F4F4F; line-height:41px; font-size:16px; border:none; font-weight:bold; width:260px;}

.w1000h300{max-width:1000px; max-height:300px; width:expression(this.width > 1000 ? "1000px" : this.width);
  height:expression(this.height > 300 ? "300px" : this.height); overflow:hidden; border:0px; }