@charset "utf-8";
* { margin: 0; padding: 0; }
/* body */ 
body { font: 14px/25px "Microsoft YaHei UI", "Microsoft YaHei UI Light", sans-serif, Arial, "Arial Narrow", "微软雅黑", "宋体"; }
i, em { font-style: normal; }
/* a */ 
a, a:link { color: #000000; text-decoration: none; }
a:visited { }
a:active, a:hover { text-decoration: none; color: #2e8d2e; }
a:focus { outline: none; }
/* h1-h6 */
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
/* form */ 
textarea, input { word-wrap: break-word; word-break: break-all; }
input { vertical-align: middle; font-size: 12px }
.button { vertical-align: middle; font-size: 12px }
.button { cursor: pointer; }

.index span.parasearch_input input {
    float: left;
    display: inline;
    width: 160px;
    height: 34px;
    line-height: 34px;
    background: none;
    border: 1px solid #aac2cd;
    padding-left: 5px;
    overflow: hidden;
    color: #888;
    font-family: microsoft yahei;
    font-size: 14px;
}
.index span.parasearch_search input.searchgo {
    float: left;
    height: 36px;
    background: #557cab url(../searchgo_bg.jpg) repeat-x;
    border: 1px solid #74a3c9;
    padding: 0px 17px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

/* li */
ul, li { list-style-type: none; }
/* img */ 
img { border: 0 none; vertical-align: middle; }
/*public*/
.db { display: block; }
/*float*/
.fl, .fr { display: inline-block; float: left; }
.fr { float: right; }
/*margin*/
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }
.mt25 { margin-top: 25px; }
.mr25 { margin-right: 25px; }
.mb25 { margin-bottom: 25px; }
.ml25 { margin-left: 25px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }
/*padding*/
.p-4-9 { padding: 9px; }
.p-3-9 { padding: 10px 9px 9px 9px; }
/*border*/
.b-4-1 { border: 1px solid #d0d0d0; }
.b-3-1 { border: 1px solid #999; border-top: none; }
.b-2-2 { border: 1px solid #e9e3a6; border-top: none; border-bottom:none}
/*text*/
.ti { text-indent: 2em; }
/*other*/
.cur { cursor: pointer; }
.oh { overflow: hidden; }
/*clearboth*/
.cl { clear: both; display: block; height: 0; font-size: 0; overflow: hidden; }
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*position*/
.poa { position: absolute; }
.po { position: relative; }

