﻿@charset "utf-8";

/**
** 代码制作人: 马泽棉
** 制作时间：2014-02-27
** 文件内容描述：V11标准版登录页面
** 修改日期：无
** 修改内容：无
**********************************************/



/*** 公共常用部分 ***
*********************************************************************************************************************************************************/
body{font-family:'Microsoft YaHei', Arial; font-size:14px; color:#333;}

.clr{ zoom:1;}/* 清除浮动 */
.clr:after{ display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;}/* 清除浮动 */
.txtEllipsis{ overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis;}

.mr12{ margin-right:25px;}
.pos{position:relative}
/********************************************************************************************************************************************************/

.wrap{background:url(../image/top_bg.png) repeat-x; height:100px}
.con{ width:974px; margin:0 auto;  position:relative}

.logo{ position:absolute; top:15px; background:url(../image/logo.png) no-repeat; width:497px; height:85px;}
.operate {position:absolute;right:0;top:25px;}
.operate a{ margin-left:4px; margin-right:4px}
.contentMain{background:url(../image/con_bg.png);width:974px; height:432px; position:absolute; left:50%; margin-left:-487px; top:200px;  border-radius:4px}
.kh{background:url(../image/kh.png) no-repeat; width:494px; height:272px; float:left;margin-top:70px; margin-left:45px}
.login{ float:right; width:282px; margin-right:60px; margin-top:18px }
.login_con{ width:212px; margin:60px auto 0px;}
.login_con h1{background:url(../image/tit.png) no-repeat;width:60px; height:23px; text-indent:-999em; margin-bottom:30px}
