* {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;

    /*font-size: 12px;*/
}

img {
    border: 0px
}

BODY {

    color: #111111;
    FONT-FAMILY: "宋体";
    FONT-SIZE: 13px;
    text-decoration: none;
    line-height: 150%;
    background: #ffffff;
    SCROLLBAR-FACE-COLOR: #FFE7E7;

    SCROLLBAR-SHADOW-COLOR: #FFF4F4;
    SCROLLBAR-3DLIGHT-COLOR: #FFF4F4;
    SCROLLBAR-ARROW-COLOR: #CF0000;

    SCROLLBAR-TRACK-COLOR: #F8F9F4;
    SCROLLBAR-DARKSHADOW-COLOR: #F8F9F4;
    SCROLLBAR-HIGHLIGHT-COLOR: #F8F9F4;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

A:link {
    COLOR: #111111;
    TEXT-DECORATION: none;
    LINE-HEIGHT: 100%
}

A:visited {
    COLOR: #111111;
    TEXT-DECORATION: none
}

A:hover {
    COLOR: #666666;
    POSITION: relative;
    TEXT-DECORATION: underline;
    TOP: 0px
}

TD {
    COLOR: #333;
}

#top_menu_div {
    line-height: 28px;
    height: 35px;
    font-size: 14px;
    color: #fff;
}

.tablewidth {
    BORDER: #449AE8 2px solid;
    background: #efefef;
    width: 99%;
    margin-bottom: 8px;
}

.tablewidth tr {
    background: #fff;
}

.tablewidth .head {
    BORDER: #449AE8 0px solid;
    background: #449AE8;
    COLOR: #FFF;
}

.tablewidth .head td, .tablewidth .head td a {
    COLOR: #FFF;
}

.tablewidth_menu {
    BORDER: #449AE8 1px solid;
    background: #efefef;
    width: 160px;
}

.head_menu {
    BORDER: #449AE8 0px solid;
    background: #449AE8;
}

.tdhelp {
    color: #999;
}

.map {
    width: 47%;
    margin: 0 5px 10px 5px;
    float: left;
    border: 1px dotted #ccc;
}

.maphead {
    height: 19px;
    background: #eee;
    border: 2px solid #fff;
}

.map .middle {
    height: 40px;
}

/************
*左边菜单样式表
*************/
#LeftMenu .dragTable {
    width: 160px;
    margin-top: 5px;
    margin-left: 3px;
    overflow: hidden;
    border: 1px #E8E6E6 solid;
}

#LeftMenu .dragTable .head {
    /* background:#D2E4FC url(head2.gif); */
    height: 23px;

    padding-top: 3px;
    border-bottom: 1px #F3F3F3 solid;
    font-weight: bold;
}

#LeftMenu .dragTable .head a {
    color: #6C78BD;
    display: block;
    text-indent: 0.8em;
    background-position: 0em 25%;
    line-height: 23px;
    font-size: 14px;
}

#LeftMenu .dragTable .middle a {
    color: #666;
    font-size: 14px;
}

#guide {
    border: 1px #F3F3F3 solid;
    background-color: #FFFFFF;
    margin-top: 5px;
    padding: 5px;

}

#guide strong {
    color: #EE0000;
    font-size: 14px;
}

#guide td {
    border: 1px solid #FFF;

}

#guide .btn {
    border: 1px #FF9900 solid;
    background-color: #ffaa22;
    padding: 3px 5px 2px 5px;
    color: #fff;
}

a {
    /*font-size: 12px;*/
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #4E667B;
}

a:active {
    text-decoration: none;
}

.wrap {
    width: 98%;
    margin-left: 7px;
}

.MainTable .dragTable {
    overflow: hidden;
    border: 1px #E6E6E6 solid;

}

.MainTable .dragTable .head {
    /* background: url(head3.gif) repeat-x; */
    height: 28px;
    padding-left: 1em;
    padding-top: 7px;
    padding-bottom: 4px;
    border: 1px #FFF solid;
    background: #F0F2FF;
}

.MainTable {
    margin-top: 5px;
}

.MainTable .middle {
    border-left: 1px #EEEEEE solid;
    border-right: 1px #EEEEEE solid;
    border-bottom: 1px #EEEEEE solid;
    padding: 5px;
}

#footer {
    border-top: #CBCBCB solid 1px;
    margin-top: 4px;
}

#footer td {
    padding: 1em 0 1em 0;
    color: #8c8c8c;
}

.head_in {
    background: #eee;
}

input {
    border: 1px solid #7F9DB9;
}

.trA TD {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    height: 35px;
    line-height: 35px;
}

.trB TD {
    background: #F7F7F7;
    border-bottom: 1px dotted #ccc;
}

.borderTable {
    background: #F2F2F2;
}

.borderTable td {
    background: #fff;
    padding-left: 5px;
    VERTICAL-ALIGN: middle;
}

.input_text, .input_textarea {
    border: 1px solid #A0B5FC;
    background: #FBFBFF;
    padding: 3px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;

    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.submit {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 35px;
    border: 1px solid #ccc;
}

select {

    /* height: 34px; */

     padding: 3px 7px;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;

    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#atc_my_trade {
    width: 210px;
}

/*****************************主框架头部*****/

.topmenubg {
    /*background:url(head_top_bg.jpg) repeat-x;*/
    background-color: #fff;

}

.topmenubg .search_form a {

}

A {
    COLOR: #454545;
    TEXT-DECORATION: none
}

A:hover {
    TEXT-DECORATION: underline
}

.topmenu {
    MARGIN-TOP: 0px;
    FONT-SIZE: 12px;
    FLOAT: left;
    COLOR: #797979;
    HEIGHT: 25px;
    min-width: 900px;

}

.topmenu UL {
    PADDING: 0px;
    MARGIN: 0px;
    color: #463265;
}

.topmenu LI {
    FLOAT: left;
    LIST-STYLE-TYPE: none;
    color:#ffffff;
}

.topmenu SPAN {
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    PADDING-LEFT: 10px;
    FLOAT: left;
    PADDING-BOTTOM: 5px;
    COLOR: #ffffff;
    LINE-HEIGHT: 18px;
    PADDING-TOP: 0px;
    HEIGHT: 15px
}

.topmenu SPAN a {
    color: #ffffff;
}

#top_bottom {
    height: 31px; /*background:url(2h_bg.gif) repeat-x;*/
    background-color: #3b5998;
    border-bottom: 1px solid #29487d;
    color: #FFFFFF;
}

#top_bottom a {
    font-size: 14px;
    color: #fff;
}

.noticetb {
    font-size: 14px;
    line-height: 25px;
}

.noticetb strong {
    color: #FF0000;
    cursor: hand;
}

.noticetb .btn {
    color: #FF0000;
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
}

/**
起始页快捷方式背景
**/
.fastdo_bg {
    background: url(fastdo_bg.jpg);
}

/**********内容发表页***************/

#postcontent .ct {
    font-size: 13px;
    font-weight: bold;
    margin-left: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #FFA6A6;
    border-top: 1px solid #FFA6A6;
    background-color: #FFF0F8;
    line-height: 20px;
}

#postcontent td {
    padding: 5px;
    line-height: 220%;
    border-bottom: 1px solid #eee;
}

#postcontent .left {
    border-right: 1px solid #eee;

}

#postcontent .post_notice {
    border: 1px solid #FFCC66;
    color: #343434;
    padding: 5px;
    background-color: #FFFED7;
    line-height: 20px;
    margin-bottom: 5px;
}

/*
* 供求列表头部导航
**/
.infolist {
    clear: both;
    margin-top: 5px;
    border-bottom: 1px #FF9900 solid;
}

.infolist .tab {
    background: url(infolistbg2.jpg);
    line-height: 26px;
    font-weight: bold;
    height: 26px;
    padding: 0px 20px 0px 20px;
    border: 1px #ccc solid;
    border-bottom: 0px;
    margin-right: 2px;
    text-align: center;
    min-width: 100px;
    max-width: 150px;
}

.infolist .tab a {
    color: #FF9900;
    margin: 0px;
    line-height: 26px;
}

.infolist .ck {
    background: url(infolistbg1.jpg);
    border: 1px #FF9900 solid;
}

.infolist .ck a {
    color: red;
    margin: 0px;
    line-height: 26px;
}

/**服务**/
.ser {
    background: url(ser_bg.jpg) no-repeat;
    text-align: left;
    height: 34px;
    width: 121px;
    font-weight: bold;
    margin: 10px 35px 10px 10px;
    padding: 10px 7px 7px 1px;
}

.ShowSortTable td {
    width: 25%;
}

.ShowSortTable .listshorts {
    padding: 5px;
}

.listshorts ul {
    height: 400px;
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
    border: #BACED7 solid 1px;
    padding: 5px 3px 0 3px;
}

.listshorts li {
    /*height:25px;*/
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.listshorts li div {
    padding: 3px 15px 0 15px;
    line-height: 22px;
}

.listshorts li div.more {
    background: url(more.gif) right 9px no-repeat;
    cursor: pointer;
}

.listshorts li.ck {
    border: #BACED9 solid 1px;
    background: #DBF3FD;
}

#config strong {

    width: 100px;
    text-align: right;
    zoom: 1; /* 触发元素的haslayout属性 */
    display: inline-block; /* 非IE6、7浏览器识别该属性，使得页面也成行块布局 */
    *display: inline; /* 针对IE6、7定义 display:inline，让块元素呈递为内联对象，并具有display:inline-block属性的表症 */
}