/* CSS Document */
* html{background-image:url(about:blank);background-attachment:fixed;zoom:expression(function(ele){ ele.style.zoom = "1"; document.execCommand("BackgroundImageCache", false, true); }(this));}
body {font-size:12px;font-family:"Microsoft YaHei";}
html {overflow-y:scroll;}
form, div, body, img, p, img, dl, dt, dd, input,h1,h2,h3,h4 {margin:0px;padding:0px;border:0;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
ul, li {list-style:none;margin:0;padding:0;}
input, textarea, select {color:#333;margin:0;padding:0;font-size:12px;font-family:Arial;vertical-align:middle;}
input:focus, textarea:focus {outline:none;}
address,em,i{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border:none;padding:0;}
.none{float:left;width:0;height:0;overflow:hidden;}
.clearfix:after{content:"";clear:both;display:block;height:0;}
.clearfix{zoom:1;}
.FL {float:left;}
.FR {float:right;}

/*Header*/
.Header{width:100%;height:75px;background:url(../images/HeaderTopBg.jpg) repeat-x;}
.HeaderCont{width:1000px;margin:0 auto;line-height:70px;background:url(../images/HeaderContNavBg.jpg) right top no-repeat;}
.HeaderCont h1{width:51px;height:69px;float:left;display:inline;margin-right:41px;}
.HeaderCont ul{float:left;display:inline;}
.HeaderCont ul li{float:left;display:inline;}
.HeaderCont ul li a{display:block;padding:0 36px;font-size:14px;color:#c4d3c4;}
.HeaderCont ul li.cur a,.HeaderCont ul li a:hover{color:#fff;background:#566356;}
.HeaderRight{float:right;display:inline;margin-right:16px;}
.HeaderRight .Infor{float:left;display:inline;}
.HeaderRight .Infor a{margin:0 3px;color:#eaff00;}
.HeaderRight .Langue{float:left;display:inline;color:#c2cbc2;margin-left:8px;}
.HeaderRight .Langue a{color:#c2cbc2;}
.HeaderRight .Langue a.cur,.HeaderRight .Langue a:hover{color:#fff;}

.Warpper{width:1000px;margin:0 auto;}

.Page{border-top:1px solid #d0d9d1;padding-top:22px;font-size:14px;color:#888;margin:40px 5px 0;}
.Page a{color:#888;padding:1px 5px;border:1px solid #c3c8c3;}
.Page a:hover,.Page .cur{border:1px solid #ab603e;background:#d97d54;color:#fff;}
.Page .Txt{width:19px;height:20px;border:1px solid #c3c8c3;text-align:center;margin:0 4px;}
.Page .Pa{border:none;}
.Page .Pa:hover{border:none;background:none;color:#c3c8c3;}
.Copy{width:1000px;margin:48px auto 0;padding-bottom:30px;font-size:11px;font-family:"Microsoft YaHei";line-height:28px;color:#afafaf;}
.Copy span{margin-right:30px;}
.Copy a{color:#99ad13;text-decoration:underline;}


/*弹出层*/
#Mask { display:none; position:fixed; z-index:9998; top:0px; left:0px; height:100%;width:100%;background:#000; filter:alpha(opacity=30);-moz-opacity: 0.3;opacity:0.3;}
*html #Mask { position:absolute; height:expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight) || window.innerHeight || self.innerHeight || (document.documentElement&&document.documentElement.clientHeight) || document.body.clientHeight + 'px');}

.AlertPage{ display:none; width:500px; height:500px; position:fixed; left:50%; top:50%; margin:-290px 0 0 -290px; background:#FFF; z-index:9999; }
*html .AlertPage{ position:absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TipPreViewMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
.AlertPage img{position:relative;z-index:222;width:500px;height:500px;}
.AlertPage .PicTxt{position:absolute;bottom:0;left:0;width:440px;padding:0 30px 0 30px;z-index:888;background:#242814;filter:Alpha(Opacity=80,Style=0); opacity:0.8; overflow:hidden; }
.AlertPage .PicTxt .ShowBtn{ display:block; width:11px; height:11px; background:url(../images/show_hide.gif) no-repeat; position:absolute; top:8px; right:7px; cursor:pointer; }
.HideBtn{ display:block; width:22px; height:22px; background:rgba(0,0,0,0.55) !important; background:#000; filter:Alpha(Opacity=80,Style=0); overflow:hidden; cursor:pointer; position:absolute; right:0; bottom:0; z-index:889; display:none;  }
.HideBtn s{ display:block; width:11px; height:11px; overflow:hidden; margin:5px auto 0; background:url(../images/show_hide.gif) 0 -11px no-repeat; }
.AlertPage .PicTxt .Title{font-size:15px;line-height:23px; padding:15px 0 6px 0; }
.AlertPage .PicTxt .Title strong{color:#fff;}
.AlertPage .PicTxt .Txt{color:#8d9085;line-height:16px;}
.AlertPage .PicTxt .Price{line-height:24px;margin-top:10px;color:#dcdfdc;font-size:12px; padding-bottom:5px;}
.AlertPage .PicTxt .Price strong{font-size:25px;color:#cd6f1b;}
.AlertPage .Close{position:absolute;top:0;right:0;width:42px;height:42px;z-index:9999;background:url(../images/Close.png) no-repeat; cursor:pointer;}
.AlertPage .Loading{ height:500px; background:url(../images/loading.gif) no-repeat center; }