﻿@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #c7c7c7;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
* {
	margin: 0;
	padding: 0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font: 14px/1.5 \5b8b\4f53, tahoma, arial;
}
input, select, textarea {
	font-size: 100%;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 去除默认边框 */
fieldset, img {
	border: 0;
	width:100%;
	height:auto;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
q:before, q:after {
	content: '';
}
/* 统一上标和下标 */
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a, input {
	text-decoration: none;
	outline: none;
}
i, em {
	font-style: normal;
}
/*屏蔽浏览器textarea拖拉效果*/
textarea {
	resize: none;
	outline-style: none;
}
/* 清理浮动 */
.fn-clear:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fn-clear, .clearfix {
	zoom: 1; /* for IE6 IE7 */
}
/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display: none;
}
/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
	display: inline;
}
.fn-left {
	float: left;
}
.fn-right {
	float: right;
}
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot'); /* IE9*/
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../font/iconfont.woff') format('woff'), /* chrome、firefox */  url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
html {
	background:#595554 url(../images/lzbg.jpg) no-repeat top center fixed;
}
.wrap {
	width: 992px;
	margin: 10px auto;
	background: #201a1a;opacity:0.8;filter:alpha(opacity=50); 
}
.new_info {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-family: '微软雅黑';
	padding: 0 10px;
}
.new_info p {
	color: #ef6b3a;
	font-size: 20px;
	text-align: center;
}
.daoyu {
	background: url(../images/info.jpg) top center;
	color: #fff;
	height: 180px;
}
.daoyu p {
	padding-top: 30px;
	font-size: 14px;
}
.model {
}
.model .tit {
	margin-top: 1px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	font-family: '微软雅黑';
	padding-left: 10px;
	border-bottom:1px solid #666;
}
.model_layout {
	padding: 0 10px;
}
.list {
	padding: 0 0 25px 10px;
}
.film_info {
	margin-top: 20px;
}

.film_info dt {
	width: 300px;
	height: 230px;
	padding: 5px;
	float: left;
	display:inline-block;
}
.film_info dd {
	width: 640px;
	margin-left: 10px;
	display: block;
	float:right;
}
.film_info dd p.film_x {
	font-family: '微软雅黑';
	font-size: 15px;
	color: #000;
	margin-top: 0px;
}
.film_info dd p {
	font-family: '微软雅黑';
	color: #696967;
	font-size: 15px;
	margin-top: 5px;
	padding-left: 5px;
}
.film_x em {
	color: #ef6b3a;
	font-size: 20px;
}
.film_x span {
	color: #ffa200;
	font-size: 12px;
}
.film_jieshao {
	border-top: 1px dashed #626262;
	margin-top: 8px;
	padding-top: 8px;
	text-indent: 24px;
	line-height: 22px;
}
.hot_layout {
	margin-top: 30px;
	padding: 0 20px;
	clear:both;
}
.zqn{width:243px;height:750px;margin-left:-708px; position:fixed;top:66px;left:50%;z-index: 55;}
.qm{width:343px;height:750px;margin-right:-766px; position:fixed;top:66px;right:50%;z-index: 55;}
#bldf{width:972px; border-top:1px dashed #F4EFEF;}
#bldf .df{width:315px;height:750px;float:left;padding-top:10px;}
#bldf .ylj{width:283px;height:750px;float:right;padding-top:16px;}
.article{width:374px;float:right;margin-top:88px;}
.article p{ text-indent:2em;line-height:22px; letter-spacing:1px;margin:10px 0 10px;}
.article h3{font-size:26px;text-align:center;margin-bottom:10px;}
.footer{margin:28px auto;}
.footer p{font-size:16px;text-align:center;line-height:20px;}
.footer a{color:#c7c7c7;}