/* CSS Document */
/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 
th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */
{   
  margin: 0;  
  padding: 0;  
}  
/** 设置默认字体 **/ 
body,button, input, select, textarea {
  font: 12px "Microsoft YaHei", Arial, Helvetica, sans-serif;
} 
input,textarea,select{outline:none;} 
h1, h2, h3, h4, h5, h6 { font-size: 100%; }  
em{font-style:normal;} 
/** 重置列表元素 **/ 
ul{ list-style: none; }  
/* link */
a {color: #666; text-decoration:none;}
a:hover {color: #333; text-decoration: none;}
/** 重置图片元素 **/ 
img{ border:0px;}  
/** 重置表格元素 **/ 
table { border-collapse: collapse; border-spacing: 0; }
/* font size*/
.clear{ clear: both; margin:0px; padding:0px;}
.hidden {display: none;}

.mainbox { width: 1000px; margin: 0 auto; position: relative;}

/*帮助中心*/
.toper { height: 40px; background-color: #d0000d; line-height: 40px; }
.mainbox .logo { font-size: 16px; color: #fff;}
.mainbox .logo img { vertical-align: middle; margin-right: 5px; margin-bottom: 4px;}
.mainbox .menu { position: absolute; top: 0; right: 0; }
.mainbox .menu ul li { float: left; width: 80px; text-align: center; }
a.menulink { color: #f0f0f0;}
a.menulink:hover { color: #fff;}
.infobox { background-color: #f8f8f8; margin: 15px 0; padding: 20px; } 
.infobox .infolf { width: 45%; float: left; border-right: 1px dashed #aaa;}
.infobox .inforg { width: 45%; float: left; padding-left: 20px;}
.infotitle { color: #d0000d; font-size: 16px; margin-bottom: 10px;}
.infobox .infolf p,.infobox .inforg p { line-height: 26px; color: #666;}
.worktime { line-height: 30px; padding-top: 5px; border-top: 1px solid #ccc; margin-top: 10px; }
.worktime span { color: #d0000d;}
.worktime p { line-height: 22px; color: #666;}

.combox .comboxlf { width: 200px; float: left; margin-right: 30px; }
.combox .comboxrg { width: 746px; float: left; border-top: 1px solid #ccc; padding: 10px; }
.combox .comboxlf .com { margin-bottom: 15px; overflow: hidden;}
.combox .comboxlf .com p { border:1px solid #ccc; line-height: 30px; font-size: 14px; color: #d0000d; padding-left: 20px;}
.combox .comboxlf .com ul li { border: 1px solid #ccc; border-top: none; border-bottom: 1px dashed #ccc; line-height: 24px; padding-left: 20px;}
.combox .comboxlf .com ul li:last-child { border-bottom: 1px solid #ccc;}
.combox .comboxlf .com ul li.selt { background: #f8f8f8 url(../images/bkdian.jpg) no-repeat 90% 50%; border-right: 1px solid #f8f8f8;}

.combox .comboxrg p { line-height: 20px; color: #333; padding: 10px 0;}
.combox .comboxrg ul li { list-style: inside disc; line-height: 22px;}
.combox .comboxrg table { border: 1px solid #ccc;}
.combox .comboxrg table tr td { border: 1px solid #ccc; height: 24px; padding: 2px 5px;}

/*底部*/
.bottombg { background-color: #2b3245; border-top: 1px solid #fff;}
.bottom { text-align: center; overflow: hidden; color: #999; line-height: 22px; padding: 5px 0;}
.bottom p a { padding: 0 5px; color: #999;}
.bottom p a:hover { color: #f0f0f0;}
.bottom p img { vertical-align: middle; margin: 10px 3px;}

