/* CSS Document */
body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,p,input,span,a,img,b,table,tr,th,td,tbody,form,fiedset,pre,textarea,blockquote{margin:0;padding:0;border:none 0;list-style:none}
a{text-decoration:none;outline:none;color:#000;}
img{ display:block;}
body{ font-family: -apple-system,"PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif; font-size:14px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
input,button,select,textarea{outline:none}
textarea{resize:none}

a:link{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:none;cursor: pointer;}
a:active{text-decoration:none}

.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ content:""; clear:both; display:block; font-size:0; height:0; overflow:hidden;}
.clearfix{ zoom:1;}

/*2018-6-8项目下拉框*/
.top-slide{position:relative;float:left; width:100px; height:36px; margin-top:6px;}
.topSlide-tit{padding:0 22px 0 5px; height:36px; line-height: 36px; background:url(../../images/v1.0/s.png) 80px center no-repeat; text-align: center; cursor: pointer;}
.topSlide-tit.active{ background:url(../../images/v1.0/s-on.png) 80px center no-repeat;}
.slide-listCon{display:none; position:absolute; top:36px;left:-1px;  width:100px; border:1px solid #28a1f6; background: #fff; z-index: 11;}
.slide-listCon input{display:block; width:100px; height:36px;line-height: 36px; padding:0 10px; text-align: left; background: #fff;  font-size:14px; font-family: "Microsoft Yahei";cursor: pointer;}
.slide-listCon input:hover{ color: #28a1f6;}

.top-slide select{height:36px; width:110px;border:1px solid #ccc;  }
.top-slide select option{line-height: 30px;}