.homeHeader{
    /*height: 200px;*/
	height: 190px;
	/*background-color:#FFF;*/
	background-color: black;
	width: 100%;
}
.homeHeaderTwo{
	height: 85px;
	/*background-color:#FFF;*/
	background-color: black;
	width: 100%;
}
.homeHeaderMid,.homeFooterInfo{
	width: 1000px;
	/*margin:40px auto;*/
	margin: 11px auto;
	position: relative;
}
.homeHeaderMidTwo{
	width: 1000px;
	margin:0px auto;
	position: relative;
}
.homeHeaderMid{
	/*overflow: hidden;*/
	/*border:1px solid #FFF;*/
}
.homeHeaderImg{
	height: 100px;
	position: relative;
	z-index: 1;
}
.homeHeaderImg img{
	width: 100%;
}
.homeHeaderTabs{
	float: left;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
}
.homeHeaderMidLogo{
	float: left;
	margin: 10px 20px 0px 0px;
	width: 146px;
	height:46px;
	padding-top: 5px;
}
.homeHeaderTabs li{
	float: left;
	/*margin-left: 25px;*/
	margin-left: 20px;
}
.homeHeaderTabs li:first-child{
	margin-left: 0px;
}
.homeHeaderTabs a{
	font-size: 14px;
	padding-bottom: 15px;
	color: white
}
/*.homeHeaderTabs li:first-child a{
	border-bottom: 2px solid #FF202A;
}*/
.homeHeaderUserImg{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 12px;
}
.homeHeaderUserImg img{
	/*width: 100%;*/
	width: 50px;
	border-radius: 25px;
}
.homeHeaderTabs li img{
	position: relative;
	top: 5px;
	padding-left: 5px;
}
.homeHeaderSubmenu{
	overflow:hidden;
	width: 320px;
    margin-left: 370px;
    margin-top: -10px;
    padding:10px 0px;
    position: absolute;
    top: 70px;
}
.homeHeaderSubmenu li{
	position: relative;
	z-index: 5;
    float: left;
    width: 85px;
    text-align: left;
    box-shadow: 0 0 5px #ccc;
    text-indent: 10px;
    background-color: #FFF;
    /*display: none;*/
}
.homeHeaderSubmenu li p{
	display: none;
}
.homeHeaderSubmenu li a{
    display: block;
    font-size: 14px;
    padding: 3px 0px;
    position: relative;
    z-index: 50;
	color: black;
}
.homeHeaderSubmenu li img{
    z-index: 10;
    position: relative;
    margin-left: 50px;
    top: -17px;
}
.homeHeaderUserDown{
	display: none;
}
.homeHeaderUserDownInfo{
	position: absolute;
	right: 0px;
	background-color: #FFF;
    box-shadow: 0 0 5px #ccc;
    /*box-shadow:0 0 1px #000 inset;*/
    width: 87px;
    top: 70px;
	z-index:100;
}
.brilliantInfo{
	left: 3px;

}
.homeHeaderUserDownInfo li a{
	font-size: 14px;
	text-indent: 5px;
	display: inline-block;
	width: 100%;
	color: black;
}
.homeHeaderUserDown img{
   	position: absolute;
    top: 60px;
    right: 15px;
    z-index: 5;
}
.berkeleyInfo{
	position: relative;
	left: 107px;
}
.worksInfo{
	position: relative;
	left:209px;
}

/*底部*/
.homeFooter{
	background-color: #000000;
	width: 100%;
	height:280px;
	/*margin-bottom: 100px;*/
	color:#FFFFFF;
	float: left;
}
.homeFooter a{
	color:#FFFFFF;
}
.homeFooterInfo{
	height: 355px;
}
.homeFooterLink{
	height: 70px;
	border:1px solid #000000;
}
.homeFooterLinkTit{
	/*margin-top: 40px;*/
	margin-top: 10px;
	font-size: 20px;
}
.homeFooterLinkName{
	margin-top: 15px;
	font-size: 18px;
	overflow: hidden;
}
.homeFooterLinkName li{
	height: 18px;
	float: left;
	padding:0px 20px;
	border-left: 1px solid #FFF;
	line-height: 18px;
}
.homeFooterLinkName li:first-child{
	border:none;
	padding-left: 0px;
}
.homeFooterContact{
	height: 100px;
}
.homeFooterContactDetail{
	overflow: hidden;
	margin-top: 30px;
}
.homeFooterContactDetail li{
	float: left;
	margin-left: 80px;
}
.homeFooterContactDetail li:first-child{
	margin-left:0px;
}
.homeFooterContactDetail li span{
	position: relative;
	top: -10px;
	left: 5px;
}
.homeFooterBot{
	margin-bottom: 100px;
	overflow:hidden;
}
.homeFooterBot div{
	float: left;
}
.homeFooterRecordNum{
	margin-left: 105px;
}
.homeFooterQRcode{
	width: 90px;
	height: 120px;
	position: absolute;
	right: 0px;
	top: 70px;
	right:30px;
}
.homeFooterQRcode p{
	/*text-align: center;*/
}



/*登录注册弹窗*/

.homeUserLoginRst{
	position: absolute;
	    right: 30px;
	/*right: -20px;*/
	top: 23px;
	text-align: center;
}
.homeUserLoginRst a{
	color: #FFF;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
.heaLoginBtn{
	border-right: 1px solid #fff;
	padding-right: 6px;
}

.homeLogin,.homeRst{
	width: 430px;
	height: 370px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px #ccc;
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -185px;
	text-align: center;
	background-color: #fff;
	display: none;
}
.homeRst{
	height: 460px;
}
.loginPopImg{
	width: 146px;
	height: 46px;
	margin-top: 25px;
}
.homeLogin input{
	display: inline-block;
	width: 235px;
	height: 30px;
	border:1px solid #d9d9d9;
	border-radius: 4px;
	margin-top: 15px;
	text-indent: 30px;
	/*color:#d9d9d9;*/
	color: black;
    background-size: 20px;
    background-position: 2px;
	line-height: 30px;
}
.autoLogin input{
	color: #d9d9d9;
	width: 15px;
	border:none;
	position: relative;
	left: -55px;
	top: 10px;
}
.autoLogin{
	position: relative;
	top:-10px;
}
.loginTel{
	background: url(../../images/icon_user.png) no-repeat;
}
.loginPwd{
	background: url(../../images/icon_key.png) no-repeat;
}
.loginBtn input{
	color:#fff;
	background-color:#FF202B;
	border:1px solid #FF202B;
    text-align: center !important;
    text-indent: 0px;
}
.autoLogin span{
	position: relative;
	left: -50px;
	font-size:14px;
}
.forgetPwd{
	margin-right: 53px;
}
.immeRst{
	margin-left: 53px;
	color:#FF202B;
}
.botLink{
	margin-top: 10px;
}
.botLink a{
	font-size: 14px;
}
.loginClose{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
}
.homeRst .immeRst{
	margin-left: 180px;
}
.userAgre{
	color:#FF202B;
	font-size: 14px;
}
.homeRst .autoLogin input{
	left: -10px;
}
.homeRst .autoLogin span{
	left: -2px;
}
.homeRst input{
	text-indent: 10px;
	background: none;
	line-height: 30px;
}
.rstGetCode{
	position: absolute;
    right: 110px;
    top: 130px;
    height: 32px;
    line-height: 32px;
    border-left: 1px solid #d9d9d9;
    width: 90px;
    text-align: center;
	font-size: 13px;
}
.rstGetCode input{
	width: 100px;
	border: none;
	margin-top: 0;
	text-indent: 3px;
	background: none;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	color: #d9d9d9;
}

.loginBtn input{
	background-color: #FF202B;
}
.homeUserLoginRst{
	width: 76px;
	height: 25px;
	line-height: 25px;
	/*background-color: #FF202B;*/
	/*background-color: #d7000f;*/
	background-color: #bb0057;
	border-radius: 4px;
}
.botLink{
	display: block !important;
}
.rstCode{
	padding-right: 100px;
	width: 235px !important;
}
