body {
margin:0px;
padding:0px;
width:100%;
background:#edc38c;
/*font: normal 12px/22px "宋体",Verdana,Tahoma, Arial, Helvetica, sans-serif;*/
color:#666666;
}
/* 重置 */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
/*p,li,div{line-height:20px;}*/
/* 标题样式 */
h1, h2, h3, h4, h5, h6 { font-size: 14px; color:#d86431;}
img { border: 0 none;}
/* 列表样式 */
ul, ol, li, dl, dt, dd {list-style:none;}
/* 图片样式 */
img, a img {
border:0px;
padding:0px;
margin:0px;
vertical-align:middle;
}
button { cursor: pointer; }
.break{
word-break: break-all; /* 只对英文起作用,以字母作为换行依据 */
word-wrap: break-word; /* 只对英文起作用,以单词作为换行依据 */
white-space: pre-wrap; /* 只对中文起作用,强制换行 */
}
table { border-collapse: collapse; border-spacing: 0; } /*设置表格的边框是否被合并为一个单一的边框*/
.indent {text-indent:2em;color:#333;line-height:22px; }
a:link, a:visited { color: #666; text-decoration: none; }
a:active, a:hover { color: #000; text-decoration: none; }
a:focus { outline: none; }
/** 输入框 **/
input {
border:1px solid #ddddde;
height:18px;
line-height:18px;
padding:0 2px;
}
/** 清除浮动 **/
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
/* clear */
.clear { clear: both; font-size:1px; width:1px; height:0; visibility: hidden; }
.more { float: right; }
.more a { font-weight: normal; font-size: 12px; }
.fl, .fr { display: inline; float: left; }
.fr { float: right !important; }
/*container/header/main/footer*/
.container {width:1170px; padding:0; margin:0 auto; }
#header{ background: url("/App/Front/Tpl/View/pc-git14/S025/images/header-bg.jpg") repeat-x; width:100%;}
#top{}
#top a{display:block;float:left; padding:0 12px;height:39px;line-height:39px;}
#top .top-l{float:left;}
#top .top-r{float:right;}
#top img{float:left; padding-top:11px;}
#main{width:1170px; margin:0 auto; background:#fff; padding:10px;}
#footer{border-top:4px #d86431 solid; font-family:"微软雅黑"; padding:10px 0;color:#5d351c;text-align:center;}
#footer a{color:#5d351c;}
#footer .qlink{ display:table;margin:20px 0;}
#footer .qlink dl{display: table-cell;border-right:2px #b0845b solid;}
#footer .qlink dt{font-size:18px;height:30px; line-height:30px;padding:0 35px;}
#footer .qlink dd{height:20px;line-height:20px;}
#footer .qlink .contact{display:table-cell;text-align:center; padding:0 12px 0 120px;}
#footer .qlink .contact b{font-size:26px; font-weight:normal; height:30px; line-height:30px; display:block;}
#footer .qlink .contact a{display:inline-block;background:#5d351c; color:#c7b188;font-weight:bold;width:121px;height:30px;line-height:30px;margin-top:5px;}
#footer .foot{padding:15px 0;}
#footer .foot p{ line-height:24px;}
/*column*/
.column{ width:250px; height:200px;}
.column .col-title{ height:28px; }
.column .col-title h2{ text-align:left; padding-left:20px; float:left; }
.column .col-title span{ float:right;}
/*left*/
#left{ float:left; width:20%; }
#left h2{ font-size:16px; height:32px;}
#left ul li a{ display:block; height:28px; line-height:28px;
overflow: hidden; /*自动隐藏文字*/
text-overflow: ellipsis;/*文字隐藏后添加省略号*/
white-space: nowrap;/*强制不换行*/ }
#left ul li a:hover{ color:#F00;}
/*right*/
#right{ float:right; width:79%; background:# EFEFEF }
#right .title{ height:30px; line-height:30px; text-align:right; margin-bottom:10px; padding-right:15px;}
#right .title h1{ float:left; padding-left:20px;}
#right .content{ padding:15px;}
/* logo/ver/*/
.logo{float:left; padding:0; margin:0; height:127px;display:table;}
.logo a{display:table-cell; vertical-align:middle;*display: block; *font-size: 100px; *font-family:Arial;}
.ver {float:right; width:200px; padding:0; margin-top:10px; color:#727b73; }
.ver a{ color:#ccc;}
.ver a:hover{ color:#000;}
.language{ height:20px; line-height:20px; text-align:right }
/*page*/
.page{ text-align:center; height:28px; line-height:28px; margin-top:10px;}