﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
    padding:0;
} /*ie6*/

html {
    width:100%;
    height: 100%;
}
body {
    
    background:url(images/bg_full.png) repeat-y top center #949494;
	font-family:SimHei, Verdana, Arial, Sans-Serif;
	color: black;
	width:962px;
	height: 100%;
	padding: 0;
	margin:0 auto;
	font-size:100%;
}
/*导航样式*/
#header{
    width:962px;
    height:50px;
    margin:0 auto;
}
#title{
	float:left;
	width:138px;
	height:32px;
	margin-left:-1px;
	background:url(images/title_bg.png) no-repeat;
}
h1{
	font-size:16px;
	font-weight:bold;
	color:#e7e4e4;
	margin-left:-15px;
}
.btn{
    width:500px;
	height:32px;
	padding-top:10px;
}
.btn li{
	float:left;
	width:113px;
	height:32px;
	line-height:32px;
	text-align:center;
	list-style:none;
	background:url(images/btn_bg.png);
   
	
}
/*.contrl_li{
	padding-bottom:-10px;

}*/
.btn li:hover{
	
	background:url(images/btn_over_bg.png) no-repeat;
}

.btn li a{
	width:113px;
	height:32px;
	text-align:center;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	
}
/*视频窗口样式*/
#content{
    width:960px;
    height:600px;
    border:#fff solid thin;
    margin:0 auto;
  
}

/*相关链接样式*/
#link{
	margin:0 auto;
	margin-top:10px;
	width:962px;
	height:39px;
	padding-top:7px;
	background:url(images/link_bg.png) no-repeat;
}
#align{
	margin:0 auto;
	width:376px;
	height:25px;
	line-height:25px;
	:
	}
p{  
    display:block;
	width:auto;
	height:25px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:right;
	color:#2d2d2c;
	margin-left:62px;
	
}

#link ul{
    margin:0 auto;
	width:auto;
	height:25px;
	text-align:center;
	margin-right:0px;
	
}
#link ul li{
    float:left;
   // width:80px;
	height:24px;
	list-style:none;
	line-height:25px;
	background:url(images/style.png) no-repeat 0px 10px;
    text-align:left;
	
	margin-left:10px;
	padding-left:5px;

}
#link_content a{
    display:block;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	
}
#link_content a:hover{
	
	color:#fce07e;
	
}


/*页脚样式*/
#footer {
  border-width:1px;
  border-top:1px solid #ccc;
  width:962px;
  height:55px;
 //background:#333;
  margin:0 auto;
  margin-top:10px;
  
}
#footer1 {
  width:962px;
  height:20px;
  float:left;
  font-size:12px;
  color:#444;
  text-align:center;
  padding-top:10px;
}
#footer2 {
  width:962px;
  height:20px;
  float:left;
  font-size:12px;
  color:#333;
  text-align:center;
  padding-top:5px;
}

