﻿@charset "utf-8";
/* CSS Document */
body{background-attachment:fixed; background:#000 url(../images/Bg.jpg) repeat-y;;}
.wrap{width:1332px;margin:0 auto; position:relative; font-family:"Microsoft Yahei","\5b8b\4f53", Arial, Helvetica, sans-serif;}
.h1{ height:0; line-height:0; font-size:0; display:none;}
.main{ width:1332px; margin:0 auto;}
.col1{ width:250px; float:left;}
.col3{ width:940px; overflow:hidden; float:left; margin-left:10px; position:relative;}
/*===登录模块===*/
.uc{ width:269px; height:271px; overflow:hidden; padding:0 0 0 10px; float:left;}
.down1 { display:block; background:url(../images/down1.png);  width:259px; height:105px; margin-left:5px;margin-bottom:5px;margin-top:10px;}
.down1:hover { display:block; background:url(../images/down1s.png);  width:259px; height:105px; margin-left:5px;margin-bottom:5px;margin-top:10px;}
.down2 { position: absolute;background:url(../images/pay1.png);  width:259px; height:75px; margin-left:5px;margin-bottom:5px;margin-top:-2px;}
.down2:hover { position: absolute;background:url(../images/pay1s.png);  width:259px; height:75px; margin-left:5px;margin-bottom:5px;margin-top:-2px;}
.down3 { position: absolute;background:url(../images/down2.png);  width:259px; height:75px; margin-left:5px;margin-bottom:5px;margin-top:80px;}
.down3:hover { position: absolute;background:url(../images/down2s.png);  width:259px; height:75px; margin-left:5px;margin-bottom:5px;margin-top:80px;}

/*===下载===*/
.downLoad{ width:180px; height:271px; position:relative; float:right; overflow:hidden; position:absolute; top:0; right:0;z-index:9000;}
.downLoad a{ width:180px; height:271px; background:url(../images/blank.gif) no-repeat 0 0; display:none; text-indent:-999em; z-index:90000; position:absolute; top:0; left:0;}
.downLoad a:hover{ background:url(../images/blank.gif) no-repeat 0 0;}

h3.titH3{ height:26px; line-height:26px; font-weight:normal; overflow:hidden;}
h3.titH3 span,h3.titH3 span strong{ height:26px; float:left;}
h3.titH3 span strong{ color:#dfc99e; font-size:18px; font-weight:normal;}
h3.titH3 span var{ color:#534e42; height:20px; line-height:20px; float:left; padding-left:4px; margin-top:5px;}
h3.titH3 a.more{ float:right; margin-top:3px;}

a.more{ width:17px; height:17px; display:block; cursor:pointer; border:1px solid #524d41;}
a.more span{width:36px;height:16px;line-height:16px; text-align:center; font-family:Arial, Helvetica, sans-serif;color:#818181;float:left;}
a.more:hover span{color:#ab8738}
a.more var{width:17px;height:17px; text-indent:-999em;overflow:hidden;background:url(../images/more.gif) no-repeat 0 0;float:left;}
a.more var{
-webkit-transition:all 0.5s ease 0s;
-moz-transition:all 0.5s ease 0s;
-ms-transition:all 0.5s ease 0s;
transition:all 0.5s ease 0s;
}
a.more:hover var{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.IE a.more:hover{border:1px solid #dfc99e;}
.IE a.more:hover var{background:url(../images/moreOn.gif) no-repeat;}

/*===客服信息===*/
.cs{width:1100px;height:38px;margin:46px auto 0;background: images/csBg.jpg) no-repeat; position: relative;}
.cs a{width:56px;height:20px;line-height:20px;display: block; text-indent:-999em; background:url(../images/blank.gif) no-repeat; position:absolute;right:0;top:10px;}
.cs a:hover{ background:url(../images/gBg.gif) no-repeat 0 -540px;}

/*footer*/
.footer{width:1200px; min-height:124px;_height:124px;margin:0 auto;padding:30px 0 0 0; clear:both;}
.fLogo{width:153px;height:100px;margin:0 20px 0 160px;_display:inline;}
.fDiv{width:700px;height:110px;}
.fDiv p{height:25px;line-height:25px;color:#525248;}
.fDiv p a{color:#525248;}
.fDiv p em{ font-family:Arial;}
.fDiv p a:hover{color:#c99f5c;}
.fDiv p span{ font-family:Arial, Helvetica, sans-serif;}
.fIco{width: 50px;height: 60px;margin:40px 0 0 10px;}


/*--返回顶部--*/
.goTop{ background:url(../images/backTop.png) no-repeat; _background:url(../images/backTop.gif) no-repeat; width:44px; height:44px; text-indent:-999px; overflow:hidden; z-index:999; cursor:pointer; position:fixed; top:60%; display:none; right:0; _position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2-this.offsetHeight/2));left:50%;margin-left:616px;}
.goTop:hover{ background-position:-44px 0;}