﻿/*===============css基本===================*/
* { margin: 0px auto; padding: 0px; }
body { background:url(../images/bg.jpg) no-repeat; margin: 0px auto; padding: 0px; font-size: 12px; font-family:"宋体""微软雅黑" Arial,Helvetica,sans-serif;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0px; }
abbr, acronym, fieldset, img { border: 0px; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; }
h3{ font-size:16px;}
ol, ul { list-style: none; }
li { list-style: none; }
p, div, td {word-break: break-all;}/*允许在字内换行 文本行的任意字内断开*/
em { font-style: normal; }
fieldset, img, iframe {border: 0;}
img {display: inline-block;}
caption, th { text-align: left; }
q:before, q:after { content: ''; }
.orange { color: #f05908; }
.brwon{ color:#a17842}
.nav_C a { color: #fff; text-decoration: none; outline: 0 none; }
.nav_C a:hover { color: #06f; }
a.fc007ff4{ color:#007ff4}
a:hover.fc007ff4{ color:#fe7201}
.Margins { margin: 0px 10px; }
input.inp20 { width: 20px; height: 18px; vertical-align: middle; }
.clear { clear: both; height: 0; line-height: 0px;font-size: 0;visibility: hidden;overflow: hidden; padding:0px; margin:0px; font-size:0px;}

p { font-size: 12px; }
button { border: 0 none; cursor: pointer; vertical-align: middle; }
.ContentAdd { margin-left: 5px; color: #1895e5; overflow: hidden; }
.bb0 { border-bottom: 0px; }
.bb1 { border-bottom: 1px dashed #999; }
.fwb { font-weight: bold; }
.orangeA1 { color: #f05908; }
.blueA1 { color: #008df6; }
label { vertical-align: middle; }
/*===============css定位===================*/
.bc { margin: 0px auto; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
*html .clearfix { height: 1%; }
*+html .clearfix{height:1%;}
.clearfix { display: inline-block; clear: both; }
.clearfix { display: block; }
* html .clearfixH {height: 1%;}
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.tl { text-align: left; }
.pr { position: relative; }
.pa { position: absolute; }
.tc { text-align: center; }
.tr { text-align: right; }
.none { display: none; }