body {
	background-color: #EEE;
	overflow-x: hidden;
	min-height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}


/*public-header*/

.ptop {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background-color: #292929;
}

.pt_m {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

.plogo {
	width: 180px;
	height: 40px;
	float: left;
}

.ptm_r {
	float: right;
	height: 40px;
}

.ptm_r .names {
	float: left;
	height: 39px;
	margin-right: 30px;
}

.ptm_r .names span {
	font: normal 12px/39px 'Microsoft YaHei';
	color: #cccccc;
}

.ptm_r .names a {
	font: normal 12px/39px 'Microsoft YaHei';
	color: #00ffff;
}

.ptm_r .names a:hover {
	color: #00dfdf;
}

.ptm_r .login {
	float: left;
	height: 39px;
}

.ptm_r .individual {
	display: block;
	float: left;
	background: url("imagespicon1.png") no-repeat left center;
	-background: url("imagespicon1.gif") no-repeat left center !important;
	font: normal 12px/39px 'Microsoft YaHei';
	color: #cccccc;
	padding-left: 17px;
}

.ptm_r .individual:hover {
	color: #aaaaaa;
}

.ptm_r .logoff {
	display: block;
	float: left;
	background: url("imagespicon2.png") no-repeat left center;
	-background: url("imagespicon2.gif") no-repeat left center !important;
	font: normal 12px/39px 'Microsoft YaHei';
	color: #cccccc;
	padding-left: 18px;
	margin-left: 18px;
}

.ptm_r .logoff:hover {
	color: #aaaaaa;
}


/*public-banner*/

.pbanners {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	margin-top: 10px;
}

.pbanners img {
	width: 1000px;
	height: 90px;
}

.pbanner {
	width: 1000px;
	height: 280px;
	margin: 0 auto;
	margin-top: 10px;
}

.pbanner img {
	width: 1000px;
	height: 280px;
}


/*public-nav-top*/

.pnav {
	width: 1000px;
	height: 49px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #FFFFFF;
}

.pnav ul li {
	display: block;
	height: 49px;
	float: left;
	padding-left: 40px;
}

.pnav ul li a {
	display: inline-block;
	font: normal 16px/46px 'Microsoft YaHei';
	color: #333333;
	padding: 0px 12px;
}

.pnav ul li a:hover {
	border-bottom: 3px solid #dc4848;
}

.pnav ul li .pind {
	border-bottom: 3px solid #dc4848;
}

.pnav1 {
	width: 1000px;
	height: 49px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.pnav1 .project_name {
	display: inline;
	font: normal 16px/48px 'Microsoft YaHei';
	padding-left: 16px;
	color: rgb(0, 119, 185);
	width: 380px;
	float: left;
}

.pnav1 .project_name a:link,
.pnav1 .project_name a:visited,
.pnav1 .project_name a:hover,
.pnav1 .project_name a:active {
	color: rgb(0, 119, 185);
}

.pnav1 ul {
	float: right;
}

.pnav1 ul li {
	display: inline-block;
	height: 49px;
	padding-right: 20px;
}

.pnav1 ul li p,
.pnav1 ul li a {
	display: inline-block;
	font: normal 14px/49px 'Microsoft YaHei';
	color: #333333;
	padding: 0px 12px;
}

.pnav1 ul li a {
	color: rgb(0, 119, 185);
}

.pnav1 ul li select {
	width: 140px;
	height: 25px;
	font: normal 14px/49px 'Microsoft YaHei';
	color: #333333;
}

.pnav1 ul li a:hover {
	color: rgb(0, 119, 185);
}

.pnav1 ul li .pind {
	border-bottom: 3px solid #dc4848;
}






/*public-header-login*/

.login-form {
	width: 250px;
	height: 170px;
	border: 2px solid #eee;
	background-color: #fff;
	position: absolute;
	right: -36px;
	top: 38px;
	z-index: 2;
	box-shadow: 5px 5px 5px #D4D3D3;
	display: none;
}

.login-form #close {
	display: block;
	width: 24px;
	font: bold 24px/24px "microsoft yahei";
	color: #333;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
}

.login-form .trigon {
	position: absolute;
	right: 60px;
	top: -12px;
}

.login-form .trigon i.caret {
	display: block;
	border-color: transparent transparent #eee;
	border-style: dashed dashed solid;
	border-width: 0 12px 12px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
}

.login-form .trigon i.caret i {
	border-color: transparent transparent #fff;
	border-style: dashed dashed solid;
	border-width: 0 10px 10px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	left: -10px;
	top: 2px;
	z-index: 2;
}

.login-form .container input[type=text] {
	display: block;
	margin: 25px auto 10px auto;
	width: 210px;
	height: 25px;
	padding-left: 5px;
	outline: none;
}

.login-form .container input[type=password] {
	display: block;
	margin: 10px auto;
	width: 210px;
	height: 25px;
	padding-left: 5px;
	outline: none;
}

.login-form .container p {
	font: normal 12px/12px "Microsoft Yahei";
	color: #f00;
	position: absolute;
	left: 15px;
	top: 96px;
}

.login-form .container input[type=text]:focus,
.login-form .container input[type=password]:focus {
	border: 1px solid #3385ff;
}

.login-form .container input[type=submit] {
	display: block;
	margin: 20px auto 10px auto;
	width: 220px;
	height: 30px;
	border: 0px;
	background-color: #0076CA;
	border-radius: 4px;
	color: #fff;
	font: normal 15px/30px "microsoft yahei";
	cursor: pointer;
}

.login-form .container a {
	display: block;
	width: 70px;
	font: normal 13px/20px "microsoft yahei";
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	right: 0px;
}

.login .myCenter {
	display: block;
	float: left;
	background: url("imagesmycenter.png") no-repeat left center;
	font: normal 12px/39px 'Microsoft YaHei';
	color: #eee;
	padding-left: 17px;
	padding-right: 15px;
}

.project-icon {
	display: block;
	float: left;
	background: url("imagesproject-icon.png") no-repeat left center;
	font: normal 12px/39px 'Microsoft YaHei';
	color: #eee;
	padding-left: 17px;
	padding-right: 17px;
}

.login .project-list {
	position: absolute;
	background-color: #fff;
	width: 210px;
	top: 38px;
	right: 4px;
	z-index: 2;
	border: 2px solid #eee;
	box-shadow: 5px 5px 5px #D4D3D3;
	display: none;
}

.login .group-list {
    position: absolute;
    background-color: #fff;
    width: 210px;
    top: 38px;
    right: 103px;
    z-index: 2;
    border: 2px solid #eee;
    box-shadow: 5px 5px 5px #D4D3D3;
    display: none;
}

.project-list .trigon {
	position: absolute;
	right: 115px;
	top: -12px;
}

.project-list .trigon i.caret {
	display: block;
	border-color: transparent transparent #eee;
	border-style: dashed dashed solid;
	border-width: 0 11px 11px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
}

.group-list .trigon i.caret {
    display: block;
    border-color: transparent transparent #eee;
    border-style: dashed dashed solid;
    border-width: 0 11px 11px;
    width: 0;
    height: 0;
    left: 100px;
    top: -13px;
    line-height: 0;
    position: absolute;
}


.project-list .trigon i.caret i {
	border-color: transparent transparent #fff;
	border-style: dashed dashed solid;
	border-width: 0 10px 10px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	left: -10px;
	top: 2px;
	z-index: 2;
}

.group-list .trigon i.caret i {
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    left: -10px;
    top: 2px;
    z-index: 2;
}

.login ul li a {
	display: block;
	font: normal 13px/30px "microsoft yahei";
	color: #666;
	padding: 0px 10px;
	height: 30px;
	width: 190px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.login ul li a:hover {
	text-decoration: underline;
}


/*public-footer*/
.prostuf {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #C9C9C9;
	margin-top: 41px;
}

.footer {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.fnav {
	height: 20px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.fnav ul li {
	display: block;
	float: left;
}

.fnav a {
	font: normal 12px/20px 'Microsoft YaHei';
	color: #666666;
}

.fnav a:hover {
	color: #0066cc;
}

.fnav span {
	font: normal 12px/20px 'Microsoft YaHei';
	color: #666666;
	padding: 0px 6px;
}

.footer p {
	font: normal 12px/30px 'Microsoft YaHei';
	color: #666666;
	text-align: center;
}

.footer p a {
	font: normal 12px/30px 'Microsoft YaHei';
	color: #666666;
}

.footer p a:hover {
	text-decoration: underline;
	color: #0066cc;
}

.mark-bgImg{ 
 
	height: 40px;
	background: url(imagesmark-load.gif) no-repeat;
	background-size:15%;
	vertical-align: sub;
 
}