@charset "utf-8";
/* CSS Document */
/* 重置 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
table {border-collapse: collapse;
border-spacing: 0;
}

fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style:none outside none;
}
caption,th {
text-align: left;
}

q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
} 
input {
    font-family: "SimSun","宋体";
    padding-bottom: 0;
    padding-top: 0;
}
input::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
input[type="text"], input[type="password"], textarea {
    outline-style: none;
}
textarea {
    resize: none;
}

/* 基本 */
a { text-decoration:none;font-family:"微软雅黑", "黑体", "宋体";color:#333; }
a:hover { color:#cc0000;}
a:focus {  outline: none;  } 
body{font-family:"微软雅黑", "黑体", "宋体"; font-size:16px; color:#333; }

.clear {clear: both; }
.left { float:left;}
.right { float:right;}


.txt_left {text-align: left;}
.txt_right {text-align: right;}
.txt_center {text-align: center;}
.txt_2em{ text-indent:2em;}
.show { display: block;}
.hidden { display: none;}
.b {font-weight: bold;}
.of{ overflow:hidden;}



.blue{ color:#3477b4;}
.blue a { color:#3477b4;}
.blue p { color:#3477b4;}
.white{ color:#FFF}
.white a{ color:#FFF}
.white p{ color:#FFF}
.white a:hover{ color:#ffcc00}
.lgray{ color:#7f7f7f;}
.lgray a { color:#7f7f7f;}
.red{ color: #aa0000;}
.red p{ color: #aa0000}
.red a { color:#aa0000;}
.red a:hover{ color:#0e4ac3;}
.green{ color:#384902;}
.green a { color:#384902;}
.orange{ color:#ff6600;}
.orange a{ color:#ff6600;}



.top{ width:100%; min-height:100px;}
.footer{ width:100%; min-height:100px;}