@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	font-size:12px;
	text-align:right;
	background:#cee7fa url(../images/diselan_02.jpg) top left repeat-x;
	
}
a:link,a:visited{
   color: #40527D;
   text-decoration:none;
   outline:none;
}
a:hover,a:active{
	color: #FF9900;
	text-decoration:underline;
	outline:none;
	
}
/*层容器*/
.container{
	width:1000px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
/*头部*/
.head{
	width:1000px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.headtop{
	width:1000px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
}
.top1{
	width:1000px;
	height:30px;
	overflow:hidden;
}
.top1left{
	float:left;
	display:inline;
	width:400px;
	height:30px;
	font-size:14px;
	font-weight:bold;
}
.top1left ul,.top1right ul{
	list-style-type:none;
	height:30px;
	display:block;
	padding:0;
	margin-top:5px;
	margin-left:20px;
}
.top1left ul li,.top1right ul li{
	float:left;
	display:inline;
	margin:0 5px;
	display: inline;
}
.top1left ul li a:link,.top1left ul li a:visited,.top1left ul li a:hover,.top1left ul li a:active,.top1right ul li a:link,.top1right ul li a:visited,.top1right ul li a:hover,.top1right ul li a:active{
	color:#eaeaea;
}
.menuDiv{
	width:1px;
   height:1.2em;
   background:#eaeaea;
}
.top1right{
	float:right;
	display:inline;
	width:350px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#eaeaea;
}
.span1{
	font-size:16px;
	color: #FF0000;
}
.top2{
	clear:both;
	width:800px;
	height:70px;
	line-height:70px;
	margin:0 auto;
	font-size:24px;
	font-weight:bold;
}
.headmid{
	clear:both;
	width:1000px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.nav{
	width:1000px;
	height:36px;
	margin:0 auto;
}
.navleft{
	float:left;
	width:15px;
	height:36px;
	background:url(../images/menulan_03.gif) no-repeat;
}
.navright{
	float:right;
	display:inline;
	width:20px;
	height:36px;
	background:url(../images/menulan_05.gif) no-repeat;
}
.navmid{
	float:left;
	display:inline;
	width:965px;
	height:36px;
	background:url(../images/menulan2_05.gif) repeat-x;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
}
.navmid ul{
	clear:both;
	list-style-type:none;
	width:900px;
	height:26px;
	padding:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.navmid ul li{
	float:left;
	margin:0 15px;
	display: inline;
}
.navmid ul li a:link,.navmid ul li a:visited,.navmid ul li a:hover,.navmid ul li a:active{
	color:#eaeaea;
}
.ad{
	width:1000px;
	height:auto;
	clear:both;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	/*margin:0 auto;*/
}
/*内容部分*/
.content{
	width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.line{
	width:960px;
	height:25px;
	margin:0 auto;
	line-height:25px;
}
.left{
	float:left;
	display:inline;
	width:250px;
	height:auto;
	margin:0;
}
.right{
	float:right;
	display:inline;
	width:710px;
	height:auto;
	margin:0 0 0 10px;
}
.left1{
	width:250px;
	height:auto;
	border:1px #809FFF solid;
	margin:0 0 5px 0;
}
.right1{
	width:708px;
	height:auto;
	margin:0 0 5px 0;
	border:1px #809FFF solid;
}
.title{
	width:auto;
	height:25px;
	background:#809FFF;
	color:#40527D;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
}
.span2{
	margin-left:20px;
}
.span3{
	float:right;
	display:inline;
	margin-right:20px;
	color:#eaeaea;
}
.span4{
	float:right;
	display:inline;
	margin-right:20px;
}
p{
	text-indent:2.0em;
}
.news{
	clear:both;
	width:695px;
	height:auto;
	overflow:hidden;
	margin:5px auto auto 10px;
	line-height:2.0em;
	
}


.news ul{
	width:695px;
	height:150px;
	text-decoration:none;
	margin-left:-10px;
	display:block;
	
}
.news ul li{
	float:left;
	display:inline;
	width:150px;
	height:150px;
	margin:0 8px;
}
/*兼容IE,FF,OPERA的图片水平垂直居中*/
.boxout{
	width:150px; 
	height:150px; 
	display:table; 
	border:1px solid #cccccc; 
	background-color:#eaeaea;
	/*float:left;
	margin:0 9px;*/
}
/*.boxout a:hover{
	width:150px; 
	height:150px; 
	display:table; 
	border:1px solid #cccccc; 
	background-color:#cccccc;
	float:left;
	margin:0 10px;
}*/
.boxin{
	display:table-cell; 
	vertical-align:middle; 
	text-align:center;
}
/*for IE*/
.boxout{
	position:relative\9;
}
.boxin{
	width:150px\9;
	position:absolute\9; 
	top:50%\9; 
	left:0\9;
}
.boxout a{
	position: relative\9; 
	top:-50%\9; 
	margin:0\9; 
	padding:0\9;
}
.boxout img{ 
	margin-top:2px\9;/*for IE　图片4像素空白bag*/
   max-width:140px;
   max-height:140px;
  width:expression(document.body.clientWidth > 140?"140px":"auto" );
  /*height:expression(document.body.clientHeight > 140?"140px":"auto" );*/
   margin:0 auto;
   border:0;
  /*display:table-cell;*/
   vertical-align:middle;
   text-align:center;
}
.boxout1{
	width:137px; 
	height:153px; 
	display:table; 
	/*border:1px solid #cccccc;*/ 
	background:#eaeaea url(../images/album.png) no-repeat;
	/*float:left;
	margin:0 9px;*/
}
/*.boxout a:hover{
	width:150px; 
	height:150px; 
	display:table; 
	border:1px solid #cccccc; 
	background-color:#cccccc;
	float:left;
	margin:0 10px;
}*/
.boxin1{
	display:table-cell; 
	vertical-align:middle; 
	text-align:center;
}
/*for IE*/
.boxout1{
	position:relative\9;
}
.boxin1{
	width:137px\9;
	position:absolute\9; 
	top:50%\9; 
	left:0\9;
}
.boxout1 a{
	position: relative\9; 
	top:-50%\9; 
	margin:0\9; 
	padding:0\9;
}
.boxout1 img{ 
	margin-top:2px\9;/*for IE　图片4像素空白bag*/
   max-width:102px;
   max-height:128px;
  width:expression(document.body.clientWidth > 102?"102px":"auto" );
  /*height:expression(document.body.clientHeight > 140?"140px":"auto" );*/
   margin:0 auto;
   border:0;
  /*display:table-cell;*/
   vertical-align:middle;
   text-align:center;
}

/*图片居中结束*/
.pic{
	width:150px;
	height:200px;
	float:left;
	margin:0 9px;
	display:inline;
}
.imgtitle1{
	width:150px;
	height:50px;
	text-align:center;
}
.imgtitle1 img a:link,.imgtitle1 img a:visited,.imgtitle1 img a:hover,.imgtitle1 img a:active{
   color:#eaeaea;
}
.pic1{
	width:137px;
	height:200px;
	float:left;
	margin:0 15px;
	display:inline;
}
.imgtitle1_1{
	width:137px;
	height:47px;
	text-align:center;
}
.imgtitle1_1 img a:link,.imgtitle1_1 img a:visited,.imgtitle1_1 img a:hover,.imgtitle1_1 img a:active{
   color:#eaeaea;
}
.span6{
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}
.left1 ul{
	width:auto;
	text-decoration:none;
	list-style-type:none;
	margin:0 auto;
	padding:10px;
}
.left1 ul li{
	display:block;
	width:auto;
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}
.current1{
	font-size:13px;
	font-weight:bold;
	color:#FF9900;
}
.flash{
	width:240px;
	height:180px;
	margin:0 auto;
}
.search{
	width:240px;
	height:50px;
	margin:0 auto;
}
.news table{
	border:none;
}
.news th{
	background:#CCCCCC;
	text-align:center;
}
.news td{
	border-bottom:#eaeaea 1px dashed;
	text-align:center;
	vertical-align:middle;
	line-height:100px;
}
.info{
	float:left;
	overflow:hidden;
	width:500px;
	height:auto;
	margin:10px;
}
/*商品详细*/
.info ul{
	list-style-type:none;
	width:auto;
	margin:10px 0 0 5px;	
}
.info ul li{
	display:block;
	height:auto;
	width:330px;
	line-height:2.3em;

}
.botton{
	width:116px;
	height:30px;
	border:0;
	float:left;
	line-height:30px;
	text-align:center;
	cursor:pointer;

}
.button img{
	border:0;
}
.button a{
	display:block;
	width:116px;
	height:30px;
	padding-left:8px;
}
.button img a:link,.button img a:visited,.button img a:hover,.button img a:active{
   color:#ffffff;
}
.button a:link,.button a:visited{
	background:url(../images/bt02_arrow1.gif) 0 0 no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	text-align:center;
	
}
.button a:hover,.button a:active{
	background:url(../images/bt02_arrow1.gif) 0 -30px no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	display:block;
	
}
.news1{
	clear:both;
	width:695px;
	height:auto;
	overflow:hidden;
	margin:5px auto auto 10px;
	line-height:2.0em;
	border-top:1px dashed #cccccc;
	
}
.news1 ul{
	width:auto;
	height:auto;
	margin:0 auto;
	list-style-type:decimal;
	padding-left:30px;
	padding-right:30px;
}
.news1 ul li{
	/*width:670px;
	height:25px;
	display:block;*//*不能用，否则不显示序列号*/
	margin-top:5px;
	border-bottom:#cccccc 1px dashed;
}
.menu1{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:5px 0 5px 10px;
	
}
.span7{
	font-size:16px;
	font-weight:bold;
	color:#40527D;
	text-decoration:underline;
}
.information{
	width:695px;
	height:auto;
	margin:20px auto;
	overflow:hidden;
}
.information td,.information th{
	border:1px #cccccc solid;
}
.information th{
	background:#eaeaea;
	text-align: center;
}
.information td{
	padding-left:10px;}
p{
	text-indent:2.0em;
}
.moreinfo{
	width:695px;
	height:auto;
	margin:20px auto;
	overflow:hidden;
	word-break:break-all;
	
}
.favo{
	width:80%;
	height:30px;
	margin:0 auto;
}
.favo img{
	border:0;
}
.moreinfo ul{
	list-style-type:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:10px 0 0 0;
}
.moreinfo ul li{
	float:left;
	display:block;
	width:110px;
	height:auto;
	margin-left:10px;
	text-align:center;
}
.moreinfo img{
	border:0;
	text-align:center;
	vertical-align:middle;
}
.cards{
	width:280px;
	height:auto;
	margin:10px auto;
	background:#FF9966;
	border:1px #FF6600 solid;
	background-color:#FFF8DC;
	padding:5px;
}
/*视频*/
.video{
	text-align:center;
	margin:10px auto;
	width:680px;
	height:570px;
}
.footer{
	clear:both;
	width:auto;
   height:auto;
  /* background-color:#E0EEEE;*/
  border-top: #40527D 2px solid;
   margin-top:10px;
   text-align:center;
   padding:5px;
   color:#40527D;
}
.footerlink{
	width:420px;
	margin:10px auto;
	padding-top:5px;}
.footer ul{
	list-style-type:none;
}
.footer ul li{
	float:left;
	margin:0 5px;
}

.menuDiv1{
	width:1px;
   height:1.2em;
   background:#000000;
}
/*翻页码*/
.viciao {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	WIDTH:80%;
	text-align:right;
	/*padding-right:25px;
	margin-top:30px;
	margin-bottom:50px;*/
	margin:30px auto 50px;
	clear:both;
}
.viciao A {
	BORDER: #ffffff 1px solid; 
	COLOR: #000; 
	MARGIN-RIGHT: 2px; 
	PADDING: 2px 5px 2px 5px; 	
	TEXT-DECORATION: none;
	line-height:20px;
}
.viciao A:hover {
	BORDER: #FF9900 1px solid; 
	PADDING: 2px 5px 2px 5px;
	MARGIN-RIGHT: 2px;
	color:#FF9900;
}
.viciao A:active {
	BORDER: #ffca7d 1px solid; 
	PADDING: 2px 5px 2px 5px;
	MARGIN-RIGHT: 2px; 
}
.current {
	BORDER: #e89954 1px solid; 
	PADDING: 2px 5px 2px 5px;   
	COLOR: #000; 
	MARGIN-RIGHT: 2px;  
	BACKGROUND-COLOR: #ffca7d;
	display:inline;
	font-size:12px;
	
}

.disabled {
	BORDER: #ccc 1px solid; 
	PADDING: 2px 5px 2px 5px;  
	COLOR: #ccc; 
	MARGIN-RIGHT: 2px; 
	display:inline;
	font-size:12px;
}
.biaoge{
	width:100%;
	margin:0;
}
.biaoge th,.biaoge td{
   border-bottom:1px dashed #cccccc;
   border-right:1px dashed #cccccc;
   text-align:center;
   line-height:1.8em;
}.biaoge th{
   background-color: #cccccc;
   height:30px;
}
.even{
   background-color: #F5F5F5;
}
/*新闻部分*/
.newscontent{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	margin-right:10px;
	padding:20px;
	text-align: left;
	border-bottom:1px solid #cccccc;
	font-size:13px;
	line-height:2.0em;
}
.newstitle{
	width:auto;
	height:100px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	text-align: center;
	
	line-height:100px;
}
.newsinfo{
	width:auto;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	text-align: center;
	border-bottom:1px solid #cccccc;
}





