@CHARSET "UTF-8";

body {
    font-family: "宋体",Arial,verdana,sans-serif;
    font-size: 12px;
    margin: 0;
    
}
a{
	text-decoration: none;
	color:#000000;
}
a:link{color:#000000;}
a:visited{color:#800080;}
a:hover{color:#cc0000;}
a:active{color:#000000;}
#container {
    margin: 0 auto;
    width: 960px;
    position:relative;
}
#header {
    background: none repeat scroll 0 0;
    height: 110px;
    margin: 0px;
    padding:0px;
}
.logo {
    background-image:url(../Images/logo_cn.png);
    background-repeat: no-repeat;
    background-position:left center;
    height: 112px;
    width: 250px;
    float: left;
    color:rgb(0,51,171);
    font-size:24px;
    font-weight:bold;
    text-indent: 10px;
    line-height: 34px;
    padding-top:3px;
    padding-right:0px;
    padding-buttom:0px;
	padding-left:0px;
    vertical-align:100px;
    margin-top: 40px;
}
#contentmain {
	background-image:url(../Images/loginmain580.png);
    background-position: 0 30px;
    background-repeat: no-repeat;
    width: 100%;
    /*height:auto!important; */
    height: 430px;
    /*min-height:335px;*/
    font-size:16px;
    position:relative;
}
#contentsysadmin {
	background-image:url(../Images/loginsysadmin.gif);
    background-repeat: no-repeat;
    width: 100%;
    /*height:auto!important; */
    height: 430px;
    /*min-height:335px;*/
    font-size:16px;
    position:relative;
}
.contentinputmain {
	width:365px;
	height:449px;
	background-image:url(../Images/logininput.png);
    background-repeat: no-repeat;
    position:relative;
    top: -40px;
    left: 580px;
}
.contentinputsysadmin {
	width:365px;
	height:449px;
	background-image:url(../Images/logininput.gif);
    background-repeat: no-repeat;
    position:relative;
    top: -40px;
    left: 580px;
}
.contentinputmain h2,.contentinputsysadmin h2 {
	font-weight: bold;
	text-align: center;
	margin:0px;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.contentinputmain hr,.contentinputsysadmin hr {
	width:60%;
	color:#dedede;
}
.contentinputmain input,.contentinputsysadmin input {
	height: 25px;
	line-height:25px;
	font-size:18px;
	vertical-align: middle;
}
.contentinputmain table,.contentinputsysadmin table{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top:20px;
    padding:0;
}
.contentinputmain table tr,.contentinputsysadmin table tr{
	height: 51px;
}
.contentinputmain table tr td,.contentinputsysadmin table tr td{
	vertical-align: middle;
}
.maincontentInput table tr td.tdl,.contentinputsysadmin table tr td.tdl{
	text-align: left;
}
.contentinputmain table tr td.tdr,.contentinputsysadmin table tr td.tdr{
	font-size:16px;
	font-weight: bold;
	text-align: right;
}
.contentinputmain table tr td.tdc,.contentinputsysadmin table tr td.tdc{
	text-align: center;
	vertical-align: middle;
}
.contentinputmain table tr td input.long,.contentinputsysadmin table tr td input.long{
	width: 180px;
}
.contentinputmain table tr td input.short,.contentinputsysadmin table tr td input.short{
	width: 70px;
}
.contentinputmain table tr td img,.contentinputsysadmin table tr td img{
}

.contentinputmain table tr td ul,.contentinputsysadmin table tr td ul{
	margin:0px;
	padding-top:30px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	height: 100px;
    list-style-type: none;
    text-align: center;
}
.contentinputmain table tr td ul li,.contentinputsysadmin table tr td ul li{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:30px;
	padding:0px;
	height: 90px;
    list-style-type: none;
    text-align: center;
	float:left;
	background:url("../Images/loginbutton.png") no-repeat 0 0;
    /*background:url("../images/youyun/loginbutton.png") no-repeat*/
}
.contentinputmain a:link ,.contentinputmain a:visited,.contentinputmain a:hover,.contentinputmain a:active,
.contentinputsysadmin a:link ,.contentinputsysadmin a:visited,.contentinputsysadmin a:hover,.contentinputsysadmin a:active{
	text-decoration:none;
	color:#3f3f3f;
	cursor:pointer;
	font-size: 12px;
}

.contentinputmain ul li a,
.contentinputsysadmin ul li a {
	width:115px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	text-decoration:none;
	color:#3f3f3f;
	cursor:pointer;
	line-height: 45px;
	margin:0px;
	padding:0px;
	display:block; 
	float:left;
}
/*
.contentinputmain ul li a:link ,
.contentinputmain ul li a:visited,
.contentinputmain ul li a:hover,
.contentinputmain ul li a:active,
	
.contentinputsysadmin ul li a:link ,
.contentinputsysadmin ul li a:visited,
.contentinputsysadmin ul li a:hover,
.contentinputsysadmin ul li a:active{
	width:115px;
	height: 45px;
	background:url("../images/youyun/loginbutton.png") no-repeat;
	font-size: 18px;
	text-align: center;
	text-decoration:none;
	color:#3f3f3f;
	cursor:pointer;
	line-height: 45px;
	margin:0px;
	padding:0px;
	display:block; 
	float:left;
}
*/

#footer {
    background: none repeat scroll 0 0;
    width: 100%;
    height:auto!important;
    height: 80px;
    min-height:80px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top:#e2e2e2 2px solid;
    /*
    border-top-color:#e2e2e2;
    border-top-width: 2px;
    */
}
#footer div {
    text-align: center;
    line-height: 60px;
}
.splitfooter {
    background-color: red;
    width: 950px;
    height: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 1px;
} 


#footer a{
    color: #666;
}

#footer a:hover{
    color: #c33;
}

#footer a:visited{
    color: #000;
}