@charset "utf-8";
/* CSS Document */

/**
 网站各部通用样式
 */
body{font-family:'Microsoft YaHei';}
.clear{clear:both;}
.w1000 {
	width: 1212px!important;
	margin: 0 auto;
}

.ctop {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.ctop,.ctop a {
	color: #6e6e6e;
}

.cheader {
	width: 1212px;
	margin: 0 auto;
	height:60px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}

.headerTitle {
	position: absolute;
	top: 20px;
	left: 130px;
}

.cloginRoll {
	height: 300px;
	background: #58a0d2;
}

.cloginWrap {
	position: absolute;
	width: 400px;
	height: 290px;
	left: 50%;
	top: 50%;
	margin: -145px 0 0 230px;
	
}

.cloginBoxBlack {
	position: absolute;
	width: 250px;
	height: 210px;
	padding: 20px 15px;
	background: #000;
	right: 20px;
	top: 20px;
	z-index: 33;
	filter:alpha(opacity=50); /*IE,透明度50%*/
	-moz-opacity:0.5; /*Firefox,透明度50%*/
	opacity:0.5;/*其他浏览器,透明度50%*/
}

.cloginBox {
	position: absolute;
	width: 250px;
	height: 210px;
	padding: 20px 15px;
	right: 20px;
	top: 20px;
	z-index: 35;
}

.cloginBox,.cloginBox a {
	color: #fff;
}

.cloginBox input {
	vertical-align: middle;
}

.cloginInput {
	width: 238px;
	display: block;
	border-radius: 2px;
	border: 1px solid #cecece;
	background: #fff;
	padding: 5px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.cLoginTip label{float:left;}
.cLoginTip a{float:right;}

.cLoginBoxBtn {
	width: 120px;
	display: block;
	border: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.cLoginBtn {
	background: #2895cd;
	color: #fff;
}

.zphLoginBtn1 {
	background: #3262C6;
	color: #fff;
}

.zphLoginBtn2 {
	background: #37C151;
	color: #fff;
}

a.cReglink {
	background: #fff;
	color: #2895cd;
}

.zphRettype {
	display: block;
	color: #fff;
	width: 100%;
	margin: 10px 0;
}

.serverCtl {
	height: 100px;
	line-height: 100px;
	width: 1000px;
	margin: 0 auto;
}

.commLoginWrap {
	width: 952px;
	height: 361px;
	margin: 10px auto;
	position:relative;
	background: url(../images/loginAdImg.jpg) left center no-repeat;
}

.loginPage {
	right: 50px;
	height: auto;
	top: 20px;
	margin: 0;
	padding: 20px 15px 20px 30px;
	background: none;
	color: #333;
	border-left: 1px dotted #ccc;
}

.loginPage a {
	color: #333;
}

.loginPage h1{
	color: #000;
	font-size: 14px;
	margin: 0 0 15px 0;
	text-align: center;
}

.loginPage .tips {
	line-height: 20px;
	padding: 15px 0 0 0;
}

a.regNow {
	font-size: 14px;
	color: #f60;
	font-weight: bold;
}

.cbottom {
	width: 100%;
	border-top: 5px solid #ccc;
	margin: 15px auto 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	line-height: 24px;
}

.cbottomComserver {
	border-top: 5px solid #1caaeb;
}

.cbottomNav a {
	color: #696969;
}