/* === 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 {vertical-align:top;border:none;height:auto;max-width:100%;width:auto;}
textarea {resize:none;}
body {width:auto;height:auto;color:#666;background: #FFF;}
body, input, textarea {font-size:12px;font-family:Arial, Verdana, Simsun, "Microsoft Yahei";}
a{color:#666666;text-decoration:none;}
a:hover{color:#0078b6;text-decoration:underline;}
.clear {clear:both;}
.c:after, .row:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden;}
.c, .row{zoom:1;}
.row{width:960px;margin-left:auto;margin-right:auto;position:relative;}
.left{float:left;}
.right{float:right;}
.show{display:block;}
.hide{display:none;}
.wrapper{ width:960px; margin:0 auto;}
.wrapper p{ margin:0; padding:0; line-height:100%;}
.wrapper p img{ display:block; border:none;}
.wrapper .btnBox .yiyuan_btn{
	position: absolute;
	display: block;
	width: 81px;
	height: 24px;
	left: 625px;
	top: 28px;
	background: url(../images/btn2.png) no-repeat;
}
.top{ height:32px; padding:10px 0; line-height:32px; position:relative; }
.top .logo{ float:left;}
.top .link{ position:absolute; right:200px; left:auto; top:10px; font-family:"微软雅黑"; font-size:16px; color:#333;  }
.top .link a{ margin:0 5px; color:#333;}
.top .tel{ float:right; margin-top:4px;}
.footer{ text-align:center; padding:30px; font-size:14px; color:#333;font-family:"微软雅黑"; }

.buyBox .innerBox{ width:215px; height:110px;  display:block; position:absolute; left:140px; top:50px;}
.buyBox .innerBox .but_btn{background: url(../images/btn.png) no-repeat;display: block;width:185px; height:59px; margin-left:15px; }
.buyBox .innerBox .inp{ width:204px; height:25px; font-family:"微软雅黑"; font-size:16px; color:#555; padding:0 5px; margin-bottom:15px; background:none; border:none;}

/* dialog */
.dialog_blank{position:absolute;z-index:10;top:0;left:0;width:100%;background-color:#000;opacity:0.3;filter:Alpha(opacity=30);display:none;}
.dialog{display:none;position:fixed;z-index:11;top:50%;left:50%;margin:-240px 0 0 -480px;padding:30px;background-color:#fbf8dd;text-align:center;border-radius:10px;}
* html .dialog{position:absolute;top:expression(eval(document.documentElement.scrollTop+(document.documentElement.clientHeight/2)));}
.dialog_inside{width:900px;height:450px;overflow:auto;}
.dialog_close{position:absolute;top:-16px;right:-16px;display:block;width:32px;height:32px;background:url(../images/close.png) no-repeat;_background:url(../images/close.gif) no-repeat;text-indent:-9999px; overflow:hidden}
.dialog_goback{display:block;width:193px;height:59px;background:url(../images/dialog_goback.gif) no-repeat;margin:20px auto 0;text-indent:-9999px; overflow:hidden}

/* 浮层 */
.page_fixed{position:fixed;bottom:0;right:0;z-index: 99;margin: 10px 10px 100px;}
* html .page_fixed{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));left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
.page_fixed a{display:block;width:66px;height:20px;padding-top:47px;text-align:center;color:#727272;background:url(../images/page_fixed.gif) no-repeat;border:1px solid #99CCFF;}
.page_fixed a:hover{border-color:#3399CC;color:#FFF;text-decoration:none;}
.page_fixed .goForm{background-position:0 0; color:#333}
.page_fixed .goForm:hover{background-position:0 -200px; color:#fff}
.page_fixed .goTop{background-position:0 -100px;border-top:none;}
.page_fixed .goTop:hover{background-position:0 -300px;}
