﻿@charset "utf-8";

/*公用属性*/
body {font:12px/22px "\5b8b\4f53",sans-serif;color:#333;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/*table {border-collapse:collapse;border-spacing:0;}*/
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:"";}
abbr,acronym {border:0; }
a:link, a:visited {text-decoration:none;color:#333;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;color:#06549e;}
input,textarea,select,optgroup,option {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}
input,textarea,select {*font-size:100%;}
ins {text-decoration:none;}
a:focus {outline:none;}
area, a, a img {blr:expression(this.onFocus=this.blur());}
ul.listStyle{ list-style:decimal outside;}
ul.listStyle_in{ list-style:decimal inside;}
ul.outside{list-style-position:outside;}

/*定位*/
.tl { text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.center{margin:0 auto;}
.bc {margin-left:auto;margin-right:auto;}
.fl {float:left;display:inline;}
.fr {float:right;display:inline;}
.cb {clear:both;}
.cl {clear:left;}
.cr {clear:right;}
.clearfix{*zoom:1;}
.clearfix:after {clear:both;height:0;overflow:hidden;display:block;visibility:hidden;content:".";}
.vm {vertical-align:middle;}
.vb {vertical-align:bottom;}
.pr {position:relative;}
.pa {position:absolute;}
.zoom {zoom:1;}
.hidden {visibility:hidden;}
.none {display:none;}
.block {display:block;}
.inline {display:inline;}
.ib{ display: inline-block;}
.hand {cursor:pointer;}
.oh{ overflow:hidden;}
.oe{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nowrap{ white-space:nowrap;}
.center1000{width:1000px; margin-left:auto;margin-right:auto;}
.center1100{width:980px; margin-left:auto;margin-right:auto;}
.center960{width:960px; margin-left:auto;margin-right:auto;}
/*阴影*/
.Inshadow{box-shadow:2px 2px 2px #e5e4e4 inset;}
.Outshadow{box-shadow:2px 2px 1px #e5e4e4;}
/*边距*/
.m5 {margin:5px;}
.m10 {margin:10px;}
.m15 {margin:15px;}
.m20 {margin:20px;}
.mt5 {margin-top:5px;}
.mt7 {margin-top:7px;}
.mt10 {margin-top:0px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.p5 {padding:5px;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
/*字体*/
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}
.f24 {font-size:24px;}
.f26 {font-size:26px;}
.f28 {font-size:28px;}
.fb {font-weight:bold;}
.fn {font-weight:normal;}
.f12b { font-size:12px; font-weight:bold;}
.f14b { font-size:14px; font-weight:bold;}
.f16b { font-size:16px; font-weight:bold;}
.f18b { font-size:18px; font-weight:bold;}
.t2 {text-indent:2em;}
.unl,a.unl {text-decoration:underline;}
.no_unl {text-decoration:none;}
a.no_unl:hover {text-decoration:none;}
.lt{text-decoration: line-through;}
.icon_arrow{ width:16px; height:16px; display:inline-block; background:url(../images/icon.png) no-repeat left -357px; vertical-align:-4px; margin-top:13px; }
.icon_add{ background:url(../images/icon.png) no-repeat -85px -446px; width:10px; height:8px; display:inline-block;  *margin-top:-10px; margin-left:3px;}

/*字体类-字体类命名规则：以font开头，后面是字体名称，第一个字母大写*/
.fontTahoma { font-family:Tahoma,"\5b8b\4f53",sans-serif;}
.fontArial { font-family:Arial,"\5b8b\4f53",sans-serif;}
.fontSong{ font-family:"\5b8b\4f53",sans-serif;}
.fontHei { font-family:"\9ed1\4f53","\5b8b\4f53",sans-serif;}
.fontYaHei { font-family:"Microsoft YaHei","\5b8b\4f53",sans-serif;}

/*颜色类*/
.orange { color:#ff9900;}
a.orange:link, a.orange:visited {color:#ff9900;}
a.orange:active {color:#ff9900;}
.blue,a.blue { color:#3687d9;}
a.blue:link, a.blue:visited {color:#0081d7;}
a.blue:active {color:#0081d7;}
.gray9 { color:#999;}
a.gray9:link,a.gray9:visited{color:#999;}
.gray6 { color:#666;}
a.gray6:link,a.gray6:visited{color:#666;}
.gray0 { color:#000;}
a.gray0:link,a.gray0:visited{color:#000;}
.white { color:#fff;}
a.white:link, a.white:visited {color:#fff;}
a.white:active {color:#fff;}
.red,a.red{ color:#F00;}
a.red:link, a.red:visited {color:#F00;}
.orange_dark{ color:#c67700;}
a.orange_dark,a:visited.orange_dark{color:#c67700;}
.red_dark{ color:#c90803;}
a.red_dark,a:visited.red_dark{color:#c67700;}
.green{ color:#090;}

/*背景类-背景类命名规则：以bg开头，后面是颜色英文名称，第一个字母大写*/
.bggray { background-color:#ececec;}
.bgBlue { background-color:#3687d9;}
.bgorange{ background-color:#ff9900;}
.bgorange_hover{ background-color:#fcd497;}

.bggray1{ background-color:#f7f7f7;}
.bgblue_qian{ background-color:#f2f9ff;}
.bgblue_qian1{ background-color:#c7e2fe;}
.bgWhite{ background-color:#fff;}


/*边框类-边框类命名规则：实线以solid开头，虚线以dashed开头，如四边都有实线边框使用solidAll_开头，后面加上颜色名称*/
.dashedAll{ border:1px dashed #c8c8c8; }
.dashedT { border-top:1px dashed #c8c8c8;}
.dashedB { border-bottom:1px dashed #c8c8c8;}
.solidAll_gray1 { border:1px solid #dddddd;}
.solidAll_gray2 { border:1px solid #ececec;}
.solidAll{ border:1px solid #c8c8c8;}
.solidT { border-top:1px solid #c8c8c8;}
.solidT1{ border-top:1px solid #ddd; background:#f7f7f7;}
.solidB { border-bottom:1px solid #c8c8c8;}
.solidB_gray {
    border-bottom: 1px solid #e7e7e7;
}
.dashedB_gray {
    border-bottom: 1px dashed #dddddd;}
.dottedB_gray {
    border-bottom: 1px dotted  #dddddd; margin-top:10px;}
/*圆角*/
.radius2{ border-radius:2px;}
.radius4{ border-radius:4px;}
.radius6{ border-radius:6px;}

/*行高*/
.lh18 {line-height:18px;}
.lh20 {line-height:20px;}
.lh22 {line-height:22px;}
.lh24 {line-height:24px;}
.lh30 {line-height:30px;}
.lh36 {line-height:36px;}
/*宽-高*/
.h30{ height:30px;}
.h36{ height:36px;}


.btd{border-top: 2px solid #999; height:31px; line-height:31px; font-family:"微软雅黑"; font-size:14px; color:#333; text-indent:10px; background:#f7f7f7;}
.btd1{ height:31px; line-height:31px; font-family:"宋体"; color:#333; text-align:right; border-top:1px solid #ddd; padding-right:10px; background:#f7f7f7;}
.btd1 a{color:#333; font-family:"宋体";}

.main{width:755px; overflow:hidden; float:right; margin-top:45px;}
.main .main_top{width:753px; height:28px; background:#f8f8f8; padding-top:7px; border:1px solid #ddd;}
.main .main_nr{width:221px; height:360px; border:1px solid #ddd; float:left; margin-left:13px; padding:5px; margin-top:25px;}
.tp{width:221px; margin-top:30px; height:193px; border-bottom:1px solid #ddd; margin-left:5px; margin-bottom:5px; display:table-cell; text-align:center; vertical-align:middle;}
.tp img { max-height:183px; max-width:221px; }
.divTest{border: 1px solid red; width:221px; height:360px; float:left;margin-left:13px; padding:5px; margin-top:25px;}
.filter{border: 1px solid #ddd; width:221px; height:360px; float:left;margin-left:13px; padding:5px; margin-top:25px;}

.fy{width:755px; text-align:center; height:43px; line-height:43px; float:right; color:#666; font-size:14px; margin-top:20px;}
.fy .txts{width:40px; height:26px; border:1px solid #ddd; text-align:center; line-height:26px;}
.fy a{ font-size: 14px; color:#666666; padding:6px 8px;  border:1px solid #C7C7C7; margin-right:10px; background-color:#f7f7f7; text-decoration: none;}
.fy a#cur{border:1px solid #f2be51; background-color: #fdeaa5}
.fy a:hover{border:1px solid #cccccc; background-color: #f0f0f0}
.an {width: 218px;height: 30px;margin-top: 2px;}
.an01 {
width: 60px;
margin-left: 9px;
height: 25px;
background: #f6f6f6;
border: 1px solid #dedede;
text-align: center;
line-height: 23px;
float: left;
display: block;
font-size: 12px;}
.an01 a {
color: #434343;
text-decoration: none;}
