﻿@charset "utf-8"; 
@import url(csscw.css);

/*登录页及主体页样式*/

/* fix */
html,body{height:100%;overflow:hidden;}
body,input,textarea,div{font-size:14px;}

/*登录口*/
.i-bg{background:url(indexbg.jpg) repeat-x #1F1F1F;height:100%;}
.i-bg,.i-bg a,.i-bg a:hover{color:#eee;}
.i-box{width:350px;margin:auto;}
.i-top{height:220px;line-height:340px;overflow:hidden;font-size:30px;}
.i-at{padding-top:15px;font-size:16px;}
.i-inps{background:#eee;border:0;padding:0 6px;height:26px;line-height:26px;font-size:16px;outline:none;}
.i-buts{border:0;font-size:16px;color:#eee;height:35px;line-height:33px;padding:0 5px;overflow:visible;cursor:pointer;}
/*框架页*/
.all{height:100%;overflow:hidden;min-width:1000px;width:100%;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001 ? "1000px" :"auto");}
.top {padding:0 20px 0 10px;height:35px;line-height:35px;overflow:hidden;}
.top,.top a,.top a:hover{color:#eee;}
.top ul li{width:213px;}.top ul li.tipsbox{width:500px;}
.top ul li h1{font-size:21px;float:left;font-family:"microsoft yahei";}
.tipsbg{background:#fff;height:22px;line-height:22px;color:#f00;float:left;padding:0 15px 0 10px;margin-top:6px;font-size:12px;}
.c1{width:200px;height:100%;background:#242424;}.c2{width:800px;}
.c1nr{padding:10px 0 10px 10px;}
.c1nr,.c1nr a,.c1nr a:hover{color:#eee;}
.wel{padding-bottom:10px;}
.menu {margin-bottom:10px;}
.menu div.m1,.menu div.m2{height:30px;line-height:30px;padding-left:24px;font-weight:bold;color:#eee;margin-bottom:4px;cursor:pointer;font-family:"microsoft yahei";}
.menu h1 .m1{background:url(m1.gif) no-repeat 10px 10px;}
.menu h1 .m2{background:url(m2.gif) no-repeat 10px 10px;}
.menu ul li{overflow:hidden;font-family:"microsoft yahei";}
.menu ul li a,.menu ul li a:hover{height:28px;line-height:28px;padding-left:24px;display:block;text-decoration:none;border-bottom:1px dashed #555;color:#eee;}
/*风格颜色部分*/
.lvse div.top,.lvse h1,.lvse .i-buts{background:#4C9500;}
.hongse div.top,.hongse h1,.hongse .i-buts{background:#A20000;}
.lanse div.top,.lanse h1,.lanse .i-buts{background:#005791;}
.cengse div.top,.cengse h1,.cengse .i-buts{background:#BB5000;}
.fense div.top,.fense h1,.fense .i-buts{background:#C40098;}
/* 移动端fix */
@media screen and (max-width:500px) {
.i-top{height:70px;line-height:80px;overflow:hidden;font-size:30px;}
}