﻿/*全局设置*/
*
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#444444;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}
body
{
	font-family:宋体;
	width:100%;
	font-size:12px;
	color:#444444;
}

li
{
    list-style:none;
}
/*文字益出使用的样式*/
.overflow
{
	word-wrap:break-word;
    overflow:auto;
}

.overflowH
{
	word-wrap:break-word;
    overflow:hidden;
}

.ellipsis
{
    white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
}

.fl
{
	float:left;
}
.mid
{
	float:left;
    margin-left:12px;
	}
/*超链接与按钮*/

A:link{COLOR:#444444;TEXT-DECORATION:none;}
A:visited{COLOR:#444444;TEXT-DECORATION:none;}
A:hover{COLOR:#ff5500;TEXT-DECORATION:underline;}
A:active{COLOR:#ff5500;TEXT-DECORATION:underline;}

.whiteA A:link{COLOR:#ffffff;TEXT-DECORATION:none;}
.whiteA A:visited{COLOR:#ffffff;TEXT-DECORATION:none;}
.whiteA A:hover{COLOR:#ffffff;TEXT-DECORATION:underline;}
.whiteA A:active{COLOR:#ffffff;TEXT-DECORATION:underline;}

.longBtn
{
	border: none;
	font-size:12px;
	width:64px;
    height:21px;
    color:white;
    background-color:Transparent;
    background-image:url('../i/BlueBtn.gif');
    cursor:pointer;
}

.btnShort
{
	border: none;
	font-size:12px;
	width:40px;
    height:21px;
    color:white;
    background-color:Transparent;
    background-image:url('../i/BlueBtnShort.gif');
    cursor:pointer;
}

.btnBlack
{
	border: none;
	font-size:12px;
	width:60px;
    height:26px;
    color:white;
    background-color:Transparent;
    background-image:url('../i/btnBlack.gif');
    font-weight:bold;
    cursor:pointer;
}

.btnLogin
{
	border: none;
	font-size:12px;
	width:67px;
    height:43px;
    color:white;
    background-color:Transparent;
    background-image:url('../i/btnLogin.gif');
    font-weight:bold;
    cursor:pointer;
}

.normalInput
{
	border:1px #cccecd solid;
	width:114px;
	height:18px;
}

.inputSearch
{
	border:1px #cccecd solid;
	width:114px;
	height:20px;
}

.inputLong
{
	width:300px;
}

.inputNormal
{
	width:120px;
}

.inputShort
{
	width:40px;
}

/*master*/
#mainBox
{
	width:1002px;
	margin-left:auto;
	margin-right:auto;
}

#logoBox
{
	width:1002px;
	height:268px;
	background-image:url('../i/testImg.png');
}

#menuBox
{
	width:978px;
	padding-left:24px;
	height:42px;
	padding-top:12px;
	background-image:url('../i/menuBack.gif');
}

#bannerBox
{
	width:1002px;
	height:36px;
	background-image:url('../i/bannerBack.gif');
}

#bannerBox li
{
	float:left;
}

#bannerBox #timeBox
{
	width:190px;
	padding-left:12px;
	height:36px;
	line-height:36px;
	vertical-align:middle;
}

#bannerBox .hrefBox
{
	width:75px;
	height:36px;
	line-height:36px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

#footBox
{
	width:995px;
	padding:5px 0px 5px 7px;
	margin-top:5px;
	vertical-align:middle;
	border-top:3px #d7d7d7 solid;
	color:White;
	background-image:url('../i/foot.gif');
}

#footBox .visitor
{
	width:508px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	color:White;
	font-weight:bold;
}
#footBox .l2
{
	width:508px;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	color:White;
}

.regSuccess
{
	width:570px;
	margin-left:216px;
	_margin-left:108px;
	height:112px;
	margin-top:50px;
	margin-bottom:50px;
	background-image:url('../i/regSuccess.gif');
	float:left;
}
.gangting
{
   
     float:left;
    }
 .anWang
 {
     
      float:left;
 }  
 
 .pageFooter
 {
     width:608px;
     float:left;
}
