﻿@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}


/*****后台登陆*****/

body {
    height:100%;
    margin:0px;
    padding:0px;
}
#main
 {
	width:100%;
    height:100%;
    position:absolute;
    bottom:0px;
    left:0px;
	background-color:#85d989;
}
#content{
	margin:auto;
	float:left;
	width:70%;
	height:100%;
	background:url(../userFiles/lging-bg.jpg) no-repeat;background-size:100%100%;
}
#content .cttxts{
	margin-top:25%;
	height:200px;
	font-size:14px;
	margin-left:5%;
	color:#FFF;
}
#content .cttxts h2{
	margin-left:3.8%;
}
#content .cttxts ul{  
list-style-type:none;  
margin:0px;  
}
#content .cttxts ul li{  
list-style-type:none;  
}  

#content .cttxts .bangzhu{
	margin-top:4%;
	margin-left:-0.8%;
}
#content .cttxts .bangzhu ul{ 
width:600px;
overflow: hidden;
white-space:nowrap; height:60px;
}
#content .cttxts .bangzhu ul li{
list-style: none;
float: left; 
margin-left:8px;
text-align:center;
padding:10px 20px 10px 20px;
background-color:#30aaff;
color:#fff;
opacity: 0.8;
border-radius:5px;
} 
#content .cttxts .bangzhu ul li:hover{
list-style: none;
float: left; 
margin-left:8px;
text-align:center;
padding:10px 20px 10px 20px;
background-color:#30aaff;
color:#fff;
} 
#content .cttxts .bangzhu ul li a{
	text-decoration:none;
	color:#000;
}
#content .cttxts .bangzhu ul li a:hover{
	text-decoration:none;
	color:#fff;

}




#logins{
	margin:auto;
    float:right;
	width:30%;
	height:100%;
	background-color:#fff;
}
#logins .ustxt{
	margin-top:25%;
	height:500px;
	font-size:14px;
	margin-left:5%;
	margin-right:5%;
	color:#000;
}
#logins .ustxt .tr01{
	height:200px;
	font-size:14px;
	text-align:center;
}
#logins .ustxt .tr02{
	height:60px;
	font-size:14px;
}
#logins .ustxt .tr02 .tb1{
	float:left;
	text-align:right;
	width:15%;
	padding-top:5px;
}
#logins .ustxt .tr02 .tb2{
	float:left;
	text-align:left;
	width:75%;
	height:30px;
	border:#e4e4e4 solid 1px;
}

#logins .ustxt .tr02 .tb3{
	float:left;
	text-align:left;
	width:75%;
	height:30px;

}
#logins .ustxt .tr02 .tb3 .fend1{
	float:left;
	text-align:left;
	width:50%;
	height:30px;
    border:#e4e4e4 solid 1px;
}
#logins .ustxt .tr02 .tb3 .fend2{
	float:right;
	text-align:center;
	width:49%;
	height:30px;
}



#logins .ustxt .tr03{
	height:60px;
	font-size:14px;
	text-align:center;
	margin-top:30px;
	
}
#logins .ustxt .tr03 a{
	padding:20px 100px 20px 100px;
	text-decoration:none;
	color:#000;
	background-color:#f1f1f1;
	border-radius:8px;
}
#logins .ustxt .tr03 a:hover{
	padding:20px 100px 20px 100px;
	text-decoration:none;
	color:#000;
	background-color:#53b8ff;
}
#logins .ustxt .tr04{
	margin-top:30px;
	text-align:center;
	height:60px;
	font-size:10px;
	color:#090;
}
/*****后台登陆*****/
