body {

  
  /* 图片水平垂直居中 */
  background-position: center center;
  
  /* 背景图不重复 */
  background-repeat: no-repeat;
  
  /* 图片在viewport中固定，以便即使内容大于图片，图片也不会移动 */
  background-attachment: fixed;
  
  /* 图片基于容器缩放 */
  background-size: cover;
  
  /* 图片加载中有一个背景色 */
  background-color:#464646;
  
  font-family: 'microsoft yahei',Arial,sans-serif;
  
  	height: 100%;
    position: relative;
}



#playercontainer{padding-left:200px;}
#tv_o {
    height: 386px;
    padding: 8px 10px 70px 11px;
    margin: 370px auto 0;
    width: 920px;
}
#tv_o1 {
    height: 459px;
    padding: 8px 10px 70px 11px;
    margin: 370px auto 0;
    width: 920px;
}
#tv_o1 .demop{padding-left:200px;margin:15px 0 20px 200px;}
#tv_o1 p a{padding-left:30px; color:#FFF; font-size:14px;}

#tv_o12 {
    height: 459px;
    padding: 8px 10px 70px 11px;
    margin: 370px auto 0;
    width: 700px;
}
#tv_o12 .demop{padding-left:200px;margin:15px 0 20px 0px;}
#tv_o12 p a{padding-left:30px; color:#FFF; font-size:14px;}

#tv {
    width: 920px;
    height: 386px;
    position: relative;
    background-color:rgba(0,0,0,0.5);
}
#tv1 {
    width: 1050px;
    height: 530px;
	padding: 60px 0 0 60px;
	float:left;
    position: relative;
     background-color:rgba(0,0,0,0.5);
}
#tv2 {
    width: 1050px;
    height: 530px;
	padding: 30px 0 0 40px;
	float:left;
    position: relative;
     background-color:rgba(0,0,0,0.5);
}
#tv1 .tvl{ float:left; width:276px;}
#tv1 .tvr{ padding:0 40px 0 40px; width:680px;float: left;}
#tv1 .tvr h3{text-align:center; color:#B8B8B8; margin-bottom:30px;}
#tv1 .tvr p{color:#615B5F;text-indent:2em; line-height:24px;}
.tvl img {border: 1px solid #615B5F;}
.tvjob{width:750px; float:left;}
.tvjobr{width:230px;float:left; padding:0 0 0 70px;}
.tvjobr li{list-style:none; line-height:30px; color:#CCCCCC;}
.tvjobr .red{color:#F00}
.tvjobr h3{color:#BFBFBF}
.tvjob h3{color:#BFBFBF; font-size:18px;}
.tvjobt{border: 1px solid #615B5F; color:#999; padding:20px 0 30px 30px; line-height:22px;}
.tvjobt li{list-style:none;}
.tvcontact{float:left; width:667px;}
.tvcontact img{float:left; padding:15px 0 0 0;}
.tvcontactr{ width:320px; padding:50px 0 0 20px; float:left;list-style:none; color:#E3E3E3}
.tvcontactr li{ text-align:right; line-height:35px; width:300px;}
.tvcontactr img {margin:15px 0 0 0;}
#tv .gi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 386px;
}

#tv .gi div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 386px;
    overflow: hidden;
}

#tv img {
	border: 5px solid rgba(100, 100, 100, 0.3); 
 	display:block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 386px;
}



