﻿/* === CSS Reset ========== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p { margin:0; padding:0 }
input, button, select, textarea, a:fouse {outline:none}
li {list-style:none;}
img {border:none;}
textarea {resize:none;}
body {margin:0;font-family: "Microsoft YaHei"}
/* === End CSS Reset ========== */

* html,* html body{background-image:url(about:blank);background-attachment:fixed}
body{
	min-width: 1000px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"");
	height: 2000px;
}
a {
	text-decoration: none;
}
.m-fix{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 292px;
	z-index:9999;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
.m-container{
	width: 1000px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
.m-fix-main{
	background: url("../images/fix_main_20161031.png") no-repeat center;
	height: 292px;
	min-width: 1000px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"");
	position:relative;
	z-index:9999;
}
.m-text-con{
	position: absolute;
	left: 237px;
	top: 48px;
	font-size: 16px;
	line-height: 29px;
}
.m-text1{
	color:#e72634;
	margin-right: 17px;
}
.m-text2{
	color:#ffc98d;
}
.m-text2 strong{
	font-size: 20px;
	color:#fecf03;
}
.m-code{
	background: url("../images/fix_code.jpg") no-repeat;
	width: 78px;
	height: 78px;
	position: absolute;
	left: 786px;
	top: 51px;
}
.m-down1{
	background: url("../images/fix_btn1.jpg") no-repeat;
	width: 121px;
	height: 33px;
	position: absolute;
	left: 874px;
	top: 53px;
}
.m-down2{
	background: url("../images/fix_btn2.jpg") no-repeat;
	width: 121px;
	height: 32px;
	position: absolute;
	left: 874px;
	top: 94px;
}
.m-fix-video {
	position: fixed;
	width: 100%;
	height: 320px;
	bottom: 0;
	z-index: 9999;
}
.m-fix-video object {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: 165px;
}
.m-close{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 6px;
	bottom: 170px;
	cursor: pointer;
	background: url("../images/fix_main_close.png") no-repeat;
	text-indent: 999em;
	/*font-family: arial;
	line-height: 55px;
	text-align: center;
	font-size: 100px;
	opacity: 0.7;
	color: #fff;
	filter:alpha(opacity=70);*/
	z-index: 9999;
}
.m-link {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 160px;
	height: 160px;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 99999;
}