 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	/*border: 0;*/
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
        font-family: microsoft yahei;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*a{
	display: block;
	width: 100%;
	height: 100%;
}*/
a:hover{
	text-decoration: none;
}
/****************************|Wap移动端|**************************/
@media screen and (min-width:300px) and (max-width:640px) {
 .wapx {font-size:14px!important;margin-bottom: -3px!important;} 
 .wapp {font-size:12px!important;margin-top: -3px!important;}
 .wxx{display:block;}
 .wdd{display:none;}
.wb1x{
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    width:120px;
}

.wapb{
    height: 40px;
    font-family: 微软雅黑;
    font-size: 13px;
    padding-left:0px!important;
    padding-right:0px!important;
    padding-top: 5px;
}
.wapbl{    
    padding: 7px 11px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    border: 1px solid #333;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    float: left;
    color: #03256d;
}
.wapbr{
	background: #03256d;
    float: left;
    padding: 7px 10px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    border: 1px solid #03256d;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
}    
.wapp{
	padding-left: 5px;
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 18px;
    text-align: justify;
}
.wapp li{list-style:none;}
.btd{padding-bottom: 10px;}

}
@media screen and (min-width:641px) and (max-width:2000px) {
 .wxx{display:none;}
 .wdd{display:block;
    font-size: 13px;
    font-family: 微软雅黑;
    line-height: 18px;
    padding-left: 0px;
    padding-right: 0px;}
    .wdd table tbody tr td {
    padding: 10px 5px;
    vertical-align: middle;
} 
}