@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}:focus{
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
table{
	border-collapse:collapse;
	border-spacing:0
}
a{text-decoration:none;}
a, a:active, a:focus{outline: none;}

.showbox{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#con{
	width:900px;
    min-height:100%;
	margin: 132px auto 0 auto;
	text-align:center;
	background-color:#fff;
}

.newsTitle{
	width: 100%;
	position: fixed;
	z-index: 8;
	left:0;
	top:0px;
	font-size: 18px;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #333333;
	line-height: 20px;
	text-align: center;
}
.newsTitle .tcon{
	width: 900px;
	background:#FFF;
	padding:30px 0px;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #333333;
	line-height: 20px;
	text-align: center;
}
.newsTitle .newsline{
	width:800px;
	margin:0 auto;
	background-image: url(/html/images/news_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:20px;
}
h1{
	height: 32px;
	font-size:20px;
	font-family:'Î¢ÈíÑÅºÚ';
	color:#333333;
	font-weight:normal;
}
h2{
	font-size:14px;
	font-family:'Î¢ÈíÑÅºÚ';
	color:#999999;
	font-weight:normal;
}
.newsshowCon{
	width:800px;
	font-size:12px;
	color:#333333;
	margin:0 auto;
	position:relative;
	line-height:28px;
	font-size:14px;
	font-family:'Î¢ÈíÑÅºÚ';
	text-align:left;
	padding-bottom:50px;
}
.newsshowCon video{
	width:800px;
	height:450px;
}
.newsshowCon p{
	margin-bottom: 14px;
}
.btnBox{
	width: 100%;
	height:100%;
	position: fixed;
	z-index: 9;
	left:0;
	top:0px;
}
.bbox{
	width: 900px;
	height:100%;
	position: relative;
	margin: 0 auto;
}
.btn{
	font-size:30px;
	font-family:'ËÎÌå';
	width:50px;
	height:50px;
	background:#FFF;
	line-height:55px;
	text-align:center;
	color:#333;
}
a:hover{
	color:#e60012;
}

#lt{
	position:absolute;
	top:50%;
	left:-50px;
	z-index:999;
}
#gt{
	position:absolute;
	top:50%;
	right:-50px;
	z-index:999;
}
#ct{
	position:absolute;
	top:30px;
	right:-50px;
	z-index:999;
}