/* 头部 */
.Top{ width:100%; height:102px;}
.Top .Menu{ width:1100px; height:57px; margin:0 auto; padding-top:45px}
.Top .Menu .logo{ float:left}
.Top .Menu .logo a.denglu{ padding-left:20px; border-left:1px #ccc solid; height:40px; display:block; float:right; margin-left:20px}
.Top .Menu .Menu_list{ width:680px; float:right;line-height:50px}
.Top .Menu .Menu_list a{ color:#333; margin:0 10px; text-decoration:none}
.Top .Menu .Menu_list a:hover{ color:#3484C6}
.Top .Menu .Menu_list a.jiantou{ background:url(../images/jiantou.png) no-repeat right center; display:block; padding-right:30px; float:right}

/* 容器 */
.container{ width:100%; height:380px; background:#3774A6 url(../images/banner.png) no-repeat 30% center}
.container .login_box{ width:1100px; margin:0 auto; height:380px; display:block}
.container .login_box .login{ width:266px; height:293px; background:#fff; float:right; margin-top:30px; padding:25px 35px 0px 35px}
.container .login_box .login ul li{ width:100%; height:45px}
.container .login_box .login ul li.title{ font-size:23px; font-family:"YouYuan"; text-align:center}
.container .login_box .login ul li div.ID{ width:38px; height:38px; background:#3484C6 url(../images/ID.png) no-repeat center center; margin-right:5px; float:left}
.container .login_box .login ul li div.Key{ width:38px; height:38px; background:#3484C6 url(../images/Key.png) no-repeat center center; margin-right:5px; float:left}
.container .login_box .login ul li input.tongyong{ width:188px; height:36px; border:1px #ddd solid; padding:0 15px; color:#ccc}
.container .login_box .login ul li .Multiselect{ width:150px; float:left;color:#666; font-size:12px; line-height:23px}
.container .login_box .login ul li .Multiselect input{float:left; margin-top:5px; margin-right:10px}
.container .login_box .login ul li .forget{ float:right; font-size:12px}
.container .login_box .login ul li .forget a{ color:#666;line-height:23px}
.container .login_box .login ul li a.dl_butten{ display:block; width:100%; height:38px; line-height:38px; color:#fff; font-weight:bold; background:#1DA9ED; text-align:center; text-decoration:none; cursor: pointer;}
.container .login_box .login ul li button.dl_butten{ display:block; width:100%; height:38px; line-height:38px; color:#fff; font-weight:bold; background:#1DA9ED; text-align:center; text-decoration:none; cursor: pointer; border: 0;}
.container .login_box .login ul li.zidong{ height:40px}

.menu_list{ width:840px; height:70px; margin:0 auto; margin-top:30px}
.menu_list ul li{ width:170px; height:35px;float:left; padding-left:100px; padding-top:3px; font-size:16px; font-family:"YouYuan"; line-height:120%}
.menu_list ul li a{ color:#333; text-decoration:none}
.menu_list ul li a:hover{ color:#333}
.menu_list ul li span{ font-size:9px; font-family:Arial; color:#999;line-height:120%}
.menu_list ul li.zhuce{ border-right:1px #ccc solid; background:url(../images/AddID.png) no-repeat 55px center}
.menu_list ul li.mima{ border-right:1px #ccc solid; background:url(../images/Find_Key.png) no-repeat 55px center}
.menu_list ul li.lianxi{ border-right:1px #ccc solid; background: url(../images/lianxi.png) no-repeat 55px center; border-right:0px}


/* 容器 */
.Foot{width:100%; height:81px; background:#eee; border-top:1px #ccc solid; text-align:center; margin:0 auto; color:#333; padding:30px 0 0 0; font-size:12px; line-height:200%}
.Foot a{color:#333; text-decoration:none; font-weight:bolder; font-size:14px}



/* 滑块 */
#drag{ 
    position: relative;
    background-color: #e8e8e8;
    width: 263px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
#drag .handler{
    position:absolute;
    top:0px;
    left:0px;
    width:36px;
    height:34px;
    border:1px solid #ccc;
    cursor:move;
}
.handler_bg{
    background:url(../images/jiantou01.png) no-repeat center #fff;
}
.handler_ok_bg{
    background:url(../images/jiantou01.png) no-repeat center #fff;
}
#drag .drag_bg{
    background-color: #7ac23c;
    height: 36px;
    width: 0px;
	text-indent:58px;
	text-align:left
}
#drag .drag_text{
    position: absolute;	
    top: 0px;
    width: 263px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
	text-indent:58px;
	text-align:left
}
