html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑'
}
 
a {
	text-decoration: none;
	color:#444;
	transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
a:hover{
	/*text-decoration: underline;*/
	 
}
ol, ul {
	list-style: none;
} 
html,body,.head-table,.head-table table{
	width:100%
}
.layout {
    width:100%;
    margin:0 auto;
}

.sanzi_tb,.sanzi_tb2 {
    width: 948px;
    background-color:#fff;
    font-size:12px;
    float:left;
    border-bottom: 1px solid #66cc11;
    border-right: 1px solid #66cc11;
    font-weight:bold;
    color:#333;
}
.sanzi_tb td,.sanzi_tb2 td {
    height:31px;
    padding:2px 0 0 0;
    border-top: 1px solid #66cc11;
    border-left: 1px solid #66cc11;
    text-align:center;
}
.touzhu {
    cursor:pointer;
    color:blue;
}

.sanzi_tb2 {
    width: 958px;
}

.msanzi_tb,.msanzi_tb2 {
    width: 100%;
    background-color:#fff;
    font-size:11px;
    float:left;
    border-bottom: 1px solid #66cc11;
    border-right: 1px solid #66cc11;
    color:#333;
}
.msanzi_tb td,.msanzi_tb2 td {
    padding:2px 0 0 0;
    border-top: 1px solid #66cc11;
    border-left: 1px solid #66cc11;
    text-align:center;
}
