#instrument {
    font-size: 20px;
    font-weight: bold;
    color: #ff932c;
}

.container {
    width: 1261px;
    margin: 0 auto;
    overflow: hidden;
}

.position {
    width: 1261px;
    height: 70px;
    border-bottom: 2px solid #eeeeee;
    overflow: hidden;
}

.posit-min {
    height: 24px;
    margin-top: 23px;
    border-left: 10px solid #8bd1f3;
}

.posit-min a, .posit-min span {
    font-size: 13px;
    color: #000;
}

.posit-min a:hover {
    color: #ff932c;;
}

.posit-min span {
    padding-left: 30px;
}

/*****************************************/
/*****************************************/
.instrument-left {
    float: left;
    overflow: hidden;
}

.inst-nav {
    width: 920px;
    margin-top: 20px;
}

.fed {
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
    font-size: 12px;
    position: relative;
}

.fed h4 {
    float: left;
    height: 35px;
    font-size: 14px;
    line-height: 40px;
    color: #0056a3;
    margin-right: 14px;
    width: 100px;
    text-align: center;
/*     border-bottom: 1px solid gray; */
}

.fed ul {
    float: left;
    width: 700px;
}

.fed ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

.fed ul li a {
    color: black;
    font-size: 12px;
}

.fed button {
    float: right;
    width: 60px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ff962d;
    color: #333;
    outline: none;
    background-color: white;
    border-radius: 3px;
    margin-top: 11px;
}

.fed ul li a:hover {
    color: #ff962d;
    text-decoration: underline;
}

/***************************************/
/***************************************/
.ins-cond {
    width: 936px;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
    background: #eeeeee url('../images/inst-btn_03.jpg') no-repeat;
}

.city, .country {
    float: right;
    font-size: 13px;
    margin-right: 20px;

}

.city a, .country a {
    color: black;
    font-weight: bold;
}

.city a {
    color: #ff962d;
}

.city a:hover, .country a:hover {
    text-decoration: underline;
}

.insts-box {
    margin-top: 24px;
    overflow: hidden;
}

.inst-box {
    height: 198px;
    width: 934px;
    margin-top: 28px;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 3px #dedede;
}

.inst-pic-box {
    height: 200px;
    width: 192px;
    float: left;
    border-right: 1px solid #d5d1ce;
}

.inst-pic-box img {
    display: block;
    width: 136px;
    height: 136px;
    margin: 30px auto;
    border: 0;
}

.inst-text-box {
    float: left;
    overflow: hidden;
}

.inst-text-box-top {
    width: 702px;
    height: 124px;
    margin-left: 20px;
    border-bottom: 1px dashed #d5d5d5;
}

.inst-t-b-l {
    overflow: hidden;
    float: left;
    padding-left: 10px;
}

.inst-t-b-l h4 {
    margin-top: 25px;
}

.inst-t-b-l p {
    margin-top: 20px;
    color: #858585;
    font-size: 14px;
}

.inst-t-b-l h5 {
    margin-top: 6px;
    font-weight: normal;
    font-size: 14px;
    color: #858585;
}

.inst-t-b-r {
    float: right;
    overflow: hidden;
}

.inst-t-b-r p {
    font-size: 12px;
    color: #bbbbbb;
    margin-top: 20px;
}

.inst-t-b-r div {
    margin-top: 60px;
    font-size: 13px;
    color: #ff942d;
}

.inst-t-b-r div span {
    padding-right: 8px;
}

.inst-text-box-bot a {
    display: block;
    height: 34px;
    width: 132px;
    background-color: #02b6f1;
    border-bottom: 1px solid #009ccc;
    color: white;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    margin: 20px 0 0 29px;
}

.inst-text-box-bot a:hover {
    background-color: #009ccc;
}

.instrument-right {
    float: right;
    width: 252px;
    padding-bottom: 100000px;
    margin-bottom: -100000px;
    margin-top: 20px;
}

.hot-inst {
    height: 40px;
    width: 282px;
    background-color: #00b8ee;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.picList li {
    border: 1px solid #dadada;
    margin-top: 18px;
}

.picList .pic img {
    width: 248px;
    height: 250px;
    display: block;
    margin: 1px;
}

.picList .title {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}

.picList .title a {
    font-size: 14px;
    color: black;
}

/*********************分页***********************/

.tcdPageCode {
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
}

.tcdPageCode a {
    display: inline-block;
    color: #00b8ee;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #00b8ee;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #00b8ee;
    border: 1px solid #00b8ee;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

.search_box{ width:1200px; overflow:hidden; margin:0 auto;}
.ser_le{ float:left; width:911px; overflow:hidden;}
.most{ width:100%; height:44px; overflow:hidden;}
.most p{ float:left; height:44px; line-height:44px; font-size:14px; color:#575757; margin-left:16px;}
/* .most p b,span{ font-size:14px;} */
.most p a{ color:#2E2889;text-decoration: underline;}
.ins_white{ width:887px; padding:0 10px 0 14px; background:#FFF; overflow:hidden;}
.ins_cond{ width:100%; overflow:hidden; padding-bottom:14px;}
.fed{ width:100%; height:40px; overflow:hidden; border-bottom:1px solid #dedede; font-size:12px; position:relative;}
.fed h4{ float:left; height:40px; font-size:14px; line-height:40px; text-align:left; color:#ffb15d; margin-right:14px; width:100px;}
.fed ul{ float:left; width:700px;}
.fed ul li{ float:left; height:40px; line-height:40px; text-align:center; margin-right:20px;}
.fed ul li a{ color:#322e2e;}
.fed ul li a.hot{ color:red;}
.fed button{ position:absolute; right:5px; top:5px; width:60px; font-size:12px; cursor:pointer; height:20px; border:1px solid #cacaca;/* line-height:20px;*/ text-indent:22px; background:url(../../images/arrow_down.png) 6px 7px no-repeat; color:#333;}
.fed button.se{ border:1px solid red; background:url(../../images/arrow_hover.png) 6px 8px no-repeat; color:red;}
.fed button:hover{ border:1px solid red; background:url(../../images/arrow_hover.png) 6px 8px no-repeat; color:red;}
.fed .cancel{ width:100%; height:18px; text-align:center; overflow:hidden;}
.fed .cancel a{ display:block; width:40px; height:18px; font-size:12px; color:#FFF; margin:0 auto; background:#F00; border-radius:5px;}

.all_cond{ width:877px; height:37px; border:1px solid #b6b6b6; margin-bottom:20px;}
.all_cond #zh li{ float:left; width:38px; overflow:hidden; border-right:1px solid #b6b6b6; height:37px; line-height:36px; font-size:12px; text-align:center; font-family:"微软雅黑";}
.all_cond #zh li.cli{ background-color:#CACACA; box-shadow:inset 0 3px 6px #ababab;}
<!--.all_cond #zh li.zhpx{ border-right:1px solid #b6b6b6;}-->
.all_cond #zh li.popular{ background:url(../../images/popu.png) 50px 8px no-repeat;}
.all_cond #zh li.pay_num{ width:90px; background:url(../../images/popu.png) 68px 8px no-repeat;}
.all_cond #zh li a{ display:inline-block; color:#2e1010; margin-top:10px;}
.all_cond #zh li.se a{ color:#ffb668;}
.all_cond #list_or_img{ float:right; width:42px; height:37px;}
.all_cond #list_or_img li a{ display:block; color:#2e1010;}

#sort{ float:left; height:37px; line-height:37px; margin:0 0 0 15px;}
#sort span{ display:inline-block; cursor:pointer;}
#sort span.se{ color:red;}
#switch{ float:right; height:37px; overflow:hidden;}
#switch li{ float:left; line-height:36px; font-size:12px; margin-right:10px;}
#switch li a{ display:block; margin-top:4px;}
#switch li span{ font-size:12px; line-height:36px; border:1px solid #cacaca; padding:4px; cursor:pointer;}
#switch li span.se{ color:red;}
#list_or_img li.ins_list{ float:right; width:41px; height:37px; border-left:1px solid #bababa; background:url(../../images/ins_list_1.png) 13px 11px no-repeat;}
#list_or_img li.inst_img{ float:right; width:41px; height:37px; border-left:1px solid #bababa; background:url(../../images/ins_img_2.png) 13px 11px no-repeat;}
#list_or_img li.ins_where{ position:relative; z-index:999; float:right; width:105px; height:37px; line-height:36px; text-align:center; font-size:12px; background:url(../../images/ins_where.png) 78px 16px #FFF no-repeat;}
#place{ display:none; position:absolute; left:0; top:38px; width:188px; padding-bottom:20px; background:#FFF; z-index:999; border:1px solid #cacaca; border-top:none;}
#place li{ font-size:12px; padding:0 8px; line-height:20px; float:left; cursor:pointer;}

.insment{ width:100%; overflow:hidden;}
.insment dl{ float:left; width:212px; height:340px; border:2px solid #d1d1d1; padding-top:8px; margin-right:4px; margin-bottom:14px;}
.insment dl dt{ width:197px; height:177px; margin:0 auto;}
.insment dl dt img{ display:block; margin:0 auto;}
.insment dl dd{ position:relative; width:197px; overflow:hidden; padding-top:14px; height:150px; margin:0 auto;}
.insment dl dd h3{ width:100%; overflow:hidden; height:30px; line-height:30px; font-weight:normal; font-size:14px; text-align:left; font-family:"微软雅黑";}
.insment dl dd font{ color:red; font-size:14px; margin-right:0;}
.insment dl dd p{ width:100%; overflow:hidden; line-height:20px; font-size:12px; color:#7e7e7e; text-align:left; font-family:"微软雅黑";}
.insment dl dd .distance{ width:100%; overflow:hidden; position: absolute;bottom: 20px; font-size:12px; color:#7e7e7e; text-align:left; font-family:"微软雅黑";}
.insment dl dd .operate{ position:absolute; width:202px; height:18px; overflow:hidden; left:0; bottom:4px; font-size:12px; font-family:"微软雅黑";}
.insment dl dd .operate a.col{ float:left; width:90px; line-height:18px; color:#195e9f; text-indent:20px; background:url(../../images/col_xing.png) 0 0 no-repeat;}
.insment dl dd .operate a.appoint{ float:left; width:78px; line-height:18px; color:#195e9f; text-indent:14px; background:url(../../images/appoint.png) 0 4px no-repeat;}
.insment dl dd .operate a.pay_att{ float:left; width:64px; line-height:18px; color:#195e9f; text-indent:14px; background:url(../../images/pay_att.png) 0 4px no-repeat;}
#loading{ width:124px; margin:0 auto; margin-top:20px; display:none;}

/*-----------翻页*/
.ins_white .page{ width:470px; height:31px; overflow:hidden; margin:30px auto 20px; padding-top:4px; position:relative;}
.ins_white .page_ch{ width:510px;}
.ins_white .page span{ float:left; width:55px; height:30px; background:url(../../images/chart+index_bg.png) no-repeat; margin-right:6px; font-size:14px; line-height:30px; text-align:center; color:#808080;}
.ins_white .page span a{ color:#808080;}
.ins_white .page span.pr_ne{ width:51px; height:22px; padding:4px 2px;}
.ins_white .page span #prey{ width:24px; float:left; height:24px; background:url(../../images/prey_bg.jpg) no-repeat;}
.ins_white .page span #next{ float:left; width:24px; height:24px; background:url(../../images/next.jpg) no-repeat; overflow:hidden;}
.ins_white .page span.go{ width:88px; height:30px; padding:2px 0 0 4px; background:url(../../images/span_go.jpg) no-repeat;}
.ins_white .page span.go input{ float:left; width:60px; height:24px; line-height:26px; border:none; outline:none; overflow:hidden; background:#ededed;}
.ins_white .page span.go input#sub{ float:right; width:28px; height:28px; border:none; outline:none; opacity:0; filter:alpha(opacity=0);}
.ins_white .page em{ height:30px; line-height:30px; overflow:hidden; font-size:14px; color:#7f7f7f; font-style:normal; margin-left:16px;}

.container .page{ width:470px; height:31px; overflow:hidden; margin:30px auto 20px; padding-top:4px; position:relative;}
.container .page_ch{ width:510px;}
.container .page span{ float:left; width:55px; height:30px; background:url(../../images/chart+index_bg.png) no-repeat; margin-right:6px; font-size:14px; line-height:30px; text-align:center; color:#808080;}
.container .page span a{ color:#808080;}
.container .page span.pr_ne{ width:51px; height:22px; padding:4px 2px;}
.container .page span #prey{ width:24px; float:left; height:24px; background:url(../../images/prey_bg.jpg) no-repeat;}
.container .page span #next{ float:left; width:24px; height:24px; background:url(../../images/next.jpg) no-repeat; overflow:hidden;}
.container .page span.go{ width:88px; height:30px; padding:2px 0 0 4px; background:url(../../images/span_go.jpg) no-repeat;}
.container .page span.go input{ float:left; width:60px; height:24px; line-height:26px; border:none; outline:none; overflow:hidden; background:#ededed;}
.container .page span.go input#sub{ float:right; width:28px; height:28px; border:none; outline:none; opacity:0; filter:alpha(opacity=0);}
.container .page em{ height:30px; line-height:30px; overflow:hidden; font-size:14px; color:#7f7f7f; font-style:normal; margin-left:16px;}

/*------------hot*/
.ser_rt{ float:right; width:282px; overflow:hidden;}
.ser_rt h2{ width:100%; height:43px; line-height:50px; font-size:16px; text-align:left; color:#195ea1;}
.ser_rt dl{ width:278px; overflow:hidden; border:2px solid #b4cfe2; background:#FFF;}

#high{ height:284px; margin-bottom:8px;}
#high dt{ width:100%; height:232px; overflow:hidden;}
#high dt img{ display:block; margin:0 auto;}
#high dd{ height:52px; overflow:hidden;}
#high dd span{ float:left; width:180px; height:52px; line-height:52px; text-indent:14px; color:#125ba0; font-size:14px;}
#high dd font{ float:right; width:97px; line-height:52px; font-size:12px; color:#feb767; text-align:left; margin-right:0;}

#low{ height:249px; margin-bottom:10px;}
#low dt{ width:100%; height:191px; overflow:hidden; margin-bottom:10px;}
#low dt img{ display:block; margin:0 auto;}
#low dd{ height:42px; overflow:hidden;}
#low dd span{ float:left; width:180px; height:42px; line-height:42px; text-indent:14px; color:#125ba0; font-size:14px;}
#low dd font{ float:right; width:97px; line-height:42px; margin-right:0; font-size:12px; color:#feb767; text-align:left;}


/*footer*/
/* .footer{ width:100%; min-width:1200px; height:66px; background:#074d70; text-indent:0; text-align:center; line-height:26px; font-family:"微软雅黑"; font-size:12px; color:#FFFFFF;} */


/*error start*/
.error{ width:100%; height:50%; background-color:#fff; margin:30px 0 0 0;}
.error-inner{ width:604px; background:url(../../images/404.gif) 160px 0 no-repeat; margin:0 auto; margin-right:178px;}
.error-inner p{ height:60px; line-height:60px; margin:0 0 0 131px; font-size:22px; border-bottom:1px solid #ccc; text-align:center;}
.error-inner font{ width:504px; height:40px; line-height:40px; margin:0 0 0 100px; color:#333; font-size:16px; display:inline-block; text-align:center;}
.error-inner ul{ margin:0 0 0 232px;}
.error-inner ul li{ height:20px; line-height:20px; font-size:16px; color:#333; list-style:disc outside none;}
.error-inner ul.big li{ height:40px; line-height:40px; color:#333; font-size:16px;}
.error-inner .retri{ width:560px; float:none; margin:20px 0 20px 77px;}
.error-inner .retri a{ font-family:"宋体"; font-size:16px;}
/*error end*/