@charset "utf-8";

/* CSS 头部  20180305 */
body, html { width:100%; height:100%; }
body{font:14px/150% Microsoft YaHei,tahoma,arial,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;    -webkit-font-smoothing: antialiased;
    color: #666;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
img { border:0; }
a { color:#666; text-decoration:none; }
html a:hover { text-decoration:underline; color:#ff1515; text-decoration:none; }
a:focus { outline: none; }
img { border:none; }
ul, li { list-style:none; }

table{border-collapse:collapse;border-spacing:0}
em,i{font-style:normal}
strong,b{font-weight:500}
img{border:0;-ms-interpolation-mode:bicubic}
input,img,button{vertical-align:middle;}
input,select,textarea{/*-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-tap-highlight-color:rgba(0,0,0,0);-moz-appearance:none;*/border:0;border-radius:0; outline: none; }
textarea:focus{outline:0}


.exhibition{box-shadow: 3px 0px 20px #999}

/*清除浮动=============================================================*/
.clear:before, .clear:after { content: ""; display: block; height: 0; visibility: hidden;position: absolute; }
.clear:after { clear: both; }
.clear{ zoom: 1;height:0px;    position: relative;    display: block;}


.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}

/*左右浮动======================*/
.fl { float:left; }
.fr { float:right; }

body{background: #eaeaea;}

.exhibition{max-width: 1200px;margin: 0px auto; background: #333;}

.tables {
    border-collapse:collapse;
    border:0px solid #fff;
    margin:0px;
        color: #01fe0f;
        font-size: 12px;
}
.tables caption{
    padding: 2px;
    /*width: 700px;*/
        color:#FFFFFF;
        background: #333;
    font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight :bold;
    text-align: center;}

.tables th{
    border:1px solid #c0c0c0;
        background:#001824;
        color: #FFFFFF;
    line-height: 17px;
} /*#ffc*/
.tables td{
    border:1px solid #c0c0c0;
    line-height: 17px;
}
.mytitle{
    font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight :bold;
    text-align: center;
}


.tables-new{width:100%;background: #000;}
.tables-new caption{position: relative;font-size:12px;height:72px;z-index:99;background:url(../images/exhibition-logo.png) #333 no-repeat 23px 12px; padding-left:235px;color:#999;}
.tables-new caption.yn-board{background:url(../images/exhibition-logo-yn.png) #333 no-repeat 23px 22px; }
.tables-new caption.ah-board{padding-left:170px;background:url(../images/exhibition-logo-ah.png) #333 no-repeat 23px 13px; }
.exchange-name{    position: absolute; left: 0px; top: 67px;  width: 150px;  text-align: center;  color: #fff; font-size: 14px;
    font-weight: bold;}

.form-list{float:left;margin-top:22px;margin-right:4px;}
.form-list label{float:left;margin:0px 10px;line-height:26px;}
.form-list .new-input{height:24px;border:1px #ccc solid;width:110px; line-height:24px;background:#fff;padding:0px 0px;text-indent: 10px;font-size: 12px;}
.form-list .new-select.jigou{width:200px;}
.form-list .new-input:focus {    outline: 0;
}
.form-list .new-input::-webkit-input-placeholder { color:#cccccc; }
.form-list .new-input::-moz-placeholder { color:#cccccc; } /* firefox 19+ */
.form-list .new-input:-ms-input-placeholder { color:#cccccc; } /* ie */
.form-list .new-input:-moz-placeholder { color:#cccccc; }

.form-list.login{float: right;margin-right: 20px;}


.form-list .new-select{height:26px;border:1px #ccc solid;line-height:26px;background:#fff;padding:0px 10px;}

.new-btn{FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fcfcfc,endColorStr=#ededed); /*IE 6 7 8*/

background: -ms-linear-gradient(top, #fcfcfc,  #ededed);        /* IE 10 */

background:-moz-linear-gradient(top,#fcfcfc,#ededed);/*é”Ÿæ–¤æ‹·é”Ÿï¿½/

background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fcfcfc), to(#ededed));/*é”Ÿé¥ºé©æ‹·*/

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#ededed));      /* Safari 4-5, Chrome 1-9*/

background: -webkit-linear-gradient(top, #fcfcfc, #ededed);   /*Safari5.1 Chrome 10+*/

background: -o-linear-gradient(top, #fcfcfc, #ededed);  /*Opera 11.10+*/ height:26px;    border: 1px #ccc solid;width:48px;text-align:center;}
.new-btn2:hover{color:#fff!important;}


.new-btn2{FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fa5678,endColorStr=#df1c41); /*IE 6 7 8*/

background: -ms-linear-gradient(top, #fa5678,  #df1c41);        /* IE 10 */

background:-moz-linear-gradient(top,#fa5678,#df1c41);/*é”Ÿæ–¤æ‹·é”Ÿï¿½/

background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fa5678), to(#df1c41));/*é”Ÿé¥ºé©æ‹·*/

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa5678), to(#df1c41));      /* Safari 4-5, Chrome 1-9*/

background: -webkit-linear-gradient(top, #fa5678, #df1c41);   /*Safari5.1 Chrome 10+*/

background: -o-linear-gradient(top, #fa5678, #df1c41);  /*Opera 11.10+*/ height:24px;color:#fff;    float: left;
    line-height: 24px;    border: 1px #b60d21 solid;width:88px;text-align:center;text-decoration: none;}

.lh26{line-height:26px;}

/*============================================================*/
.clear:before, .clear:after { content: "."; display: block; height: 0; visibility: hidden; }
.clear:after { clear: both; }
.clear { zoom: 1; }


.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.new_search_bot{width:100%;float:left;text-align:left;padding-top:10px;padding-left:10px;     height: 14px;line-height: 14px; overflow: hidden;}
.new_search_bot a{color:#59a7ff;float:left;margin-right:20px;}

.nes-table-head{text-align:center;color:#ccc;height:32px;}
.nes-table-head th{font-size:12px;background:#535353;}
.new-btn12{float:left;height:26px;line-height:26px;width:60px;text-align:center;background:#ff9e35;margin-right:4px;}
.new-btn12:hover{background:#ef8e00}

.new-btn13{float:left;height:26px;line-height:26px;width:60px;text-align:center;background:#b81e1e;}
.new-btn13:hover{background:#ab0800}


.tables-new tr td{ padding:7px 5px;height:26px; background:#000;font-size: 12px; text-align:center;border-bottom:1px #555 solid;border-right:1px #555 solid;}
.tables-new tr.col_green td{color:#00ff00;}
.tables-new tr.col_green td a{color: #00ff00;}
.tables-new tr.col_red td{color: #f24444;}
.tables-new tr.col_red td a{color: #f24444;}
.tables-new tr td:last-child{border-right:0px;}
.tables-new tr td:first-child{text-align:left;}

.tables-new tr th.li-0{width:145px;}
.tables-new tr th.li-1{width:145px;}
.tables-new tr th.li-2{width:90px;}
.tables-new tr th.li-3{width:80px;}
.tables-new tr th.li-4{width:80px;}
.tables-new tr th.li-5{width:135px;}
.tables-new tr th.li-6{width:135px;}
.tables-new tr th.li-7{width:140px;}
.tables-new tr th.li-8{width:140px;}
DIV.green-black{font-size: 12px;color: #fff;padding-top: 16px;}
DIV.green-black font{width: 17px;height: 17px;line-height: 17px;text-align: center;float:left;background: #e00b1a;color:#fff;}
DIV.green-black a{width: 17px;height: 17px;line-height: 17px;text-align: center;float:left;color: #fff;}
DIV.green-black A:hover{BACKGROUND:#e50011 !important;border-color:#e50011!important; color: #fff;}
DIV.green-black A:active{BACKGROUND:#e50011 !important;border-color:#e50011!important;color: #fff;}

.ml10{margin-left: 10px;}

.new-smb{height:45px;line-height:45px;}
.new-smb .item-left{float:left;padding-left:10px;color:#fff;font-size: 12px;}
.mr10{margin-right:10px;}
.new-smb .green-black{float:right;padding-top:16px;}


/*1863ä»»åŠ¡*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
ul, li { list-style:none; }
.ladder-top{float:left;margin-top:22px;}
.ladder-top label{float:left;margin:0px 10px;    line-height: 26px;}



#divselectStatus,#divselectDealTypeName{width:80px; position:relative; z-index:10000;float: left;text-align: left;    margin-right: 10px;}
#divselectStatus .up-ico,#divselectDealTypeName .up-ico{ width: 12px; height: 8px;position: absolute;right:9px;top:9px;display:none;}
#divselectStatus cite ,#divselectDealTypeName cite{height:24px;line-height:24px;text-align: center; display:block; color:#666666; cursor:pointer;font-style:normal;
padding-left:4px; padding-right:20px; border:1px solid #ccc; background:url(../images/base-ico-up.png) no-repeat 100px 8px #fff;text-align: left;}
#divselectStatus ul ,#divselectDealTypeName ul{width:113px;border:1px solid #ccc; background-color:#ffffff; position:absolute; z-index:20000; top:25px;display:none;max-height: 150px;overflow-y: auto;}
#divselectStatus ul li ,#divselectDealTypeName ul li{height:30px; line-height:30px;text-align: left;}
#divselectStatus ul li a ,#divselectDealTypeName ul li a{display:block; height:30px; color:#666; text-decoration:none; white-space: nowrap;padding-left:10px; padding-right:10px;}
#divselectStatus ul li a:hover ,#divselectDealTypeName ul li a:hover{background-color:#1e90ff;color: #fff;}



.logo_link{width: 235px;height: 72px;position: absolute;left:0px;top:0px;z-index:99;}
.logo_link .logo_explain{position:absolute;left: 130px;top: 26px; height: 19px;line-height: 19px;border-left:2px #fff solid;padding-left:6px;font-size: 18px;color: #fff;}
.logo_link .pt-left{    position: absolute;
    text-align: left;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px #CFCFCF solid ;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);display: none;
    z-index: 2209;
    width: auto;
    height: auto;left: 130px;bottom:18px;}
.logo_link .pt-left .cont{height: auto; overflow-y: auto; padding: 10px;    float: left;color: #666;
}
.logo_link .pt-left b{ position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    zoom: 1;
    border-color: transparent #fff transparent  transparent;
    border-style: dashed  solid dashed  dashed;
    border-width: 8px;left: -16px;bottom: 10px;}
.logo_link .pt-left b.out {
    border-color: transparent #CFCFCF transparent transparent;
   left: -17px;}
.logo_link:hover .pt-left{display: block;}


.base-clamp{    height: 19px;
    line-height: 19px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;}

@media screen and (min-width:930px){
.form-list .new-input{width: 165px;}
}
