﻿@charset "utf-8";

*{
    font-size: 12px;border:0;margin:0;padding:0;zoom:1;
}
html,body
{
    width:100%;
    height:100%;
}
body{
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", Arial, Verdana, sans-serif, 宋体;
    background: #ffffff;
    color:#000000;
    margin:0px;
    padding:0px;
    overflow-x:hidden;
}
input, textarea, keygen, select, button{
    font-family: "微软雅黑";
}
img{
    border:none;
}
a,a:hover{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a,input{
    outline: none;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
dl{
    margin:0;
}
/*清除浮动*/
.clearfix:after {
    content:" ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix {
    *zoom: 1;
}
.header,.footer{
    width: 100%;
}
.ext-links,
.logo-box,
.nav-box,
.inner-footer{
    width: 1010px;
    margin: 0 auto;
    display: block;
}
.header{
    display: inline-block;
}
.ext-links-box{
    background-color: #eee;
    height: 24px;
    line-height: 24px;
}
.logo-box:before,.logo-box:after{
    clear: both;
}
.logo-box{
    min-height: 100px;
}
#logo{
    background: url(img/landmark-logo.png) no-repeat;
	width: 550px;
    height: 63px;
    display: inline-block;
    float:left;
    position: relative;
    top: 20px;
}
#newHeader .top {
    padding: 50px 0;
}
#newHeader .top *{
    box-sizing: border-box;
}
#newHeader .top form {
    float: right;
    border: 2px #2781CD solid;
    width: 234px;
    height: 42px;
    margin-top: 15px;
}
#newHeader .top form input {
    width: 190px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    float: left;
}
#newHeader .top form button {
    float: left;
    width: 40px;
    height: 38px;
    border: none;
    cursor: pointer;
    background: #2781CD url("img/ss.png") 50% 50% no-repeat;
}
.search-box{
    float: right;
    width: 422px;
}
.search{
    position: relative;
    top: 26px;
    right: 0;
}
.search input{
    height: 36px;
    line-height: 36px;
    width: 340px;
    padding: 0;
    border:1px solid #2781CD;
    float: left;
    text-indent: 20px;
    font-size: 14px;
}
.search .btn{
    width: 80px;
    height: 38px;
    line-height: 34px;
    float: left;
    font-size: 16px;
}

.search-items{
	position: relative;
    top: 28px;
    display: inline-block;
}
.search-items span,
.search-items a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    color: #6c6c6c;
}


.search-items a:hover,.search-items a.selected{
    color:#2781CD;
}
.ext-links>a{
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #585858;
}
.nav-box{
    background-color: #2781CD;
    clear: both;
}
.nav{
    display: inline-block;
    /*border-bottom: 2px solid #0085CC;*/
    width: 100%;
    position: relative;
}
.nav9{
    display: inline-block;
    /*border-bottom: 2px solid #0085CC;*/
    width: 100%;
    position: relative;
}
.nav li{
    float: left;
    width: 11%;
    text-align: center;
}
.nav9 li{
     float: left;
     width: 16%;
     text-align: center;
 }
.nav li a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.nav9 li a
{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.nav li a:hover,.nav li.cur a{
    /*background-color: #2781CD;*/
}
.nav>li>ul{
    display: none;
    /*background:#9ac4e2 url(img/downArrow.png) no-repeat;*/
    background:#fff url(img/downArrow.png) no-repeat;
    width: 100%;
    position: absolute;
    z-index: 100;
    opacity: 0.9;
    filter:alpha(opacity=90);
    left: 0;
}
.nav9>li>ul{
    display: none;
    /*background:#9ac4e2 url(img/downArrow.png) no-repeat;*/
    background:#fff url(img/downArrow.png) no-repeat;
    width: 16%;
    position: absolute;
    z-index: 100;
    opacity: 0.9;
    filter:alpha(opacity=90);
    /*left: 0;*/
    margin:0 auto;
}
.nav>li>ul>li{
    /*width: 17%;*/
    float:left;
    width:auto;
    text-align:center;

}
.nav9>li>ul>li{
    width: 100%;
    float:none;
}
.nav>li>ul>li a{
    color:#353535;
    padding: 0 25px;
    font-size: 15px;

}
.nav9>li>ul>li a{
    color:#353535;
    padding: 0 25px;
    font-size: 15px;
}
.nav>li>ul>li a:hover{
    color:#2781CD;
}
.nav9>li>ul>li a:hover{
    color:#2781CD;
}
.quick-navigation{
    width: 1010px;
    height: 60px;
    margin: auto;
    line-height: 60px;
}
.quick-navigation dl dt{
    font-size: 18px;
    color: #2781CD;
    float: left;
    margin: 0 20px 0 20px;
}
.quick-navigation dl dd{
    float: left;
}
.quick-navigation dl dd select{
    width: 170px;
    height: 26px;
    line-height: 26px;
}
.footer,.quick-navigation{
    background-color: #e5e5e5;
}
.inner-footer{
    color: #fff;
    height: 158px;
    background-color: #0964C2;
}
.inner-footer>div{
    float: left;
    text-align: center;
    width: 700px;
    background-color: transparent;
    height: 130px;
    margin-top: 16px;
    padding-top: 8px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.inner-footer>div.footer-logo-box{
    width: 309px;
    border-right: none;
    text-align: center;
}
.inner-footer>div>div{
    margin-top: 10px;
}
.footer-logo{
    background: url(img/footer-logo.png) no-repeat;
    width: 54px;
    height: 64px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -24px;
    top: 6px;
    margin-bottom: 20px;
}
.sideAD{
    position: fixed;
    top: 230px;
    left: 50%;
    margin-left: 516px;
    width: 100px;
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding-top:10px;
}
.sideAD>div{
    margin-bottom: 5px;
    color: #494949;
}
.sideAD>div>div{
    color: #fff;
}
#close{
    width: 54px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    background-color: #DBDBDB;
    border: 1px solid #d4d4d4;
    color: #fff;
    text-indent: 10px;
    position: absolute;
    top: -26px;
    right: 0;
}
#close i{
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    margin: -2px 0 0 -6px;
}
#code{
    background: url(../images/2code.png) no-repeat;
    width: 87px;
    height: 84px;
    display: inline-block;
}
.report-way{
    background: #e0e0e0;
    margin-top: 15px;
    display: block;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    color: #717171;
    padding: 4px 0;
}
.report-way:hover{
    color: #717171;
}
.home-box{
    color: #898989;
    margin: 15px;
    display: block;
}
.home-box:hover{
    color: #0085CC;
}
.home{
    background: url(../images/home.png) no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    cursor: pointer;
    margin: 5px auto;
}
.home-box>.home:hover{
    background: url(../images/home-h.png) no-repeat;
}
.info-box li a span.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
    width: 70%;
}
.main{
    background: #FAFAFA url(img/bg-full.png) no-repeat;
    width: 100%;
}
.main-content{
    width: 1010px;
    margin: 0 auto;
}
.describe-info{
     height: 36px;
     line-height: 36px;
     color: #414141;
 }
.describe-info i{
    background: url(img/index.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.describe-info .active{
    font-weight: bold;
}
span.bold{
    font-weight: bold;
}
.inner-main-content{
    border: 1px solid #C7C7C7;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 1198px;
}
.inner-main-content-view{
    position: relative;
    display: inline-block;
    width: 1008px;
    border: 1px solid #C7C7C7;
    background-color: #fff;
    border-radius: 3px;

}
.inner-main-content-opend{
    background:url(img/beijing.png?1=2) no-repeat;
    display: inline-block;
    width: 1008px;
    margin:0px auto;
}

.formtable {
    width:100%;
    border:none;
    line-height:40px;
    font-size:14px;
}
    .formtable th {
        text-align:right;
        width:100px;
    }
    .formtable td {
        text-align:left;
    }
        .formtable td input {
            width:100%;
            height:24px;
        }
        .formtable td textarea {
            width:100%;
            height:100px;
        }
.notEmpty,.field-validation-error {
    color:red;
}

.newico {
    background: url("../images/newicon.gif");
    display: inline-block;
    width: 21px;
    height: 9px;
    margin-left: 1px;
    margin-top:10px;
}
/*交易公告页面*/
.board-header-items{
    position: relative;
    top: -4px;
    left: 20px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.trade-header-items{
    position: relative;
    top: -22px;
    left: 20px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.board-header-items li{
    float: left;
}
.board-header-items .items1{
    background: url(img/transaction-navigation11.png) no-repeat center;
    width: 192px;
    height: 34px;
}
.board-header-items .items1:hover{
    background: url(img/transaction-navigation1.png) no-repeat center;
    width: 192px;
    height: 34px;
    color: #ffffff;
}
.board-header-items .active1{
    background: url(img/transaction-navigation1.png) no-repeat center;
    width: 192px;
    height: 34px;
    color: #ffffff;
}
.board-header-items .items2{
    background: url(img/transaction-navigation22.png) no-repeat center;
    width: 128px;
    height: 34px;
}
.board-header-items .items2:hover{
    background: url(img/transaction-navigation2.png) no-repeat center;
    width: 128px;
    height: 34px;
    color: #ffffff;
}
.board-header-items .active2{
    background: url(img/transaction-navigation2.png) no-repeat center;
    width: 128px;
    height: 34px;
    color: #ffffff;
}

.board-lists-box{/*列表项 70*/
    margin-top: 70px;
}
.trade-lists-box{
}
.board-list{
    position: relative;
    margin: 20px auto;
    width: 904px;
    font-size: 16px;
    border-bottom:1px #e1e1e1 dashed;
}

.board-list:hover{
    background: #f0f0f0;
    padding:0px 50px;
}

.trade-board-list{
    position: relative;
    margin: 10px auto;
    width: 688px;
    font-size: 14px;
    border-bottom:1px #c0c0c0 solid;
    padding:0px 30px 0px 50px;
}
.trade-board-list:hover{
    background: #f0f0f0;
    padding:0px 30px 0px 50px;
}
.board-list-top{
    position: relative;
}
.board-list-logo{
    position: absolute;
    top: 0;
    left: -55px;
    width: 125px;
    height: 40px;
    background: url(img/landmark2.png) no-repeat center;
}
.board-list-logo span{
    position: absolute;
    top: 8px;
    left: 30px;
    font-size: 14px;
    color: #ffffff;
}
.board-list-top .list-top-text{
    padding-top: 5px;
    line-height: 30px;
    font-size:14px;
 }
.board-list-top .list-top-text p{
    line-height: 30px;
}
.board-list-top .list-top-title{
    display: inline;
    margin:0 10px 0 79px ;
    font-size: 14px;
    font-weight: bold;
}
.board-list-buttom{
   margin: 20px 0;
}
.list-buttom-left{
    float: left;
    margin-top: 8px;
}
.board-list-clock{
    display: inline;
    padding: 0 10px 0 20px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    background: url(img/board-list-buttom-clock.png) no-repeat left;
}
.board-list-time{
    display: inline;;
    margin: -6px 0 0 0;
    line-height: 22px;
    font-size: 16px;
}
.list-buttom-right{
    padding:0px;
    text-align: right;
}
.list-buttom-right .right-look{
    display: block;
    float: left;
    background: url(img/Button-see.png) no-repeat center;
    width: 108px;
    height: 36px;
    margin: 0 20px;
}
.list-buttom-right .right-apply{
    display:block;
    float: left;
    background: url(img/Button-tobuy.png) no-repeat center;
    width: 108px;
    height: 36px;
}
.list-buttom-right .right-cantapply{
    display:block;
    float: left;
    background: url(img/Button-notbuy.png) no-repeat center;
    width: 108px;
    height: 36px;
}
.board-lists-btn{
    float: left;
    margin: 0px 20px;
}
.board-lists-btn a{
    float: left;
    margin: 2px;
    height: 24px;
    width: 30px;
    line-height: 24px;
    text-align: center;
    border: 2px #eaeaea solid;
}
.board-lists-btn a:hover{
    background-color: #5d87bc;
    color: #ffffff;
}
.board-lists-btn .active{
    background-color: #5d87bc;
    color: #ffffff;
}
.lists-btn-left{
    background: url(img/lists-btn-left.png) no-repeat center;
}
.lists-btn-right{
    background: url(img/lists-btn-right.png) no-repeat center;
}

.lists-btn-totle{
    float: left;
    margin: 2px;
    height: 24px;
    width: 60px;
    line-height: 24px;
    text-align: center;
    border: 2px #eaeaea solid;
}

/*对外公开的左侧页面*/
.left-menu{
    height: 100%;
    width: 170px;
    padding: 5px 10px;
    margin: 10px auto;

}

.left-menu .linkbutton{
    width: 170px;
    height: 32px;
    background: url(img/land-left-btn.png) no-repeat center;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 5px;
}

.left-menu .active2{
    background: url(img/land-left-btn-active.png) no-repeat center;
}

/*公告详情页面*/
.detail-logo{
    position: absolute;
    right: 0px;
    width: 98px;
    height: 68px;
    background:url(img/Bulletin%20board.png) no-repeat center;
    text-align: center;
    z-index:888;
}
.detail-logo-title{
    display: block;
    margin:16px 0px 0 30px ;
    margin:2px 0px 0 34px\9;
    font-size: 14px;
    font-size: 20px\9;
    width: 88px\9;
    color: #ffffff;
    transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(0deg)\9;
    filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.58,M12=-0.45,M21=0.45,M22=0.58,SizingMethod='auto expand');
}
/*@media all and (min-width:0) {/!* IE9 only, 现在IE10也支持 *!/
    .detail-logo-title{ font-size: 14px\9;margin: 16px 0px 0 30px\9; }
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
    .detail-logo-title { transform: rotate(36deg);width: auto;font-size: 14px;margin: 16px 0px 0 30px} /* IE10+ */
}
.detail-header-items{/*功能导航栏*/
    position: relative;
    top: -4px;
    left: 20px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.detail-header-items li{
    float: left;
}
.detail-header-items .items1{
    background: url(img/transaction-navigation11.png) no-repeat center;
    width: 192px;
    height: 34px;
}
.detail-header-items .active1{
    background: url(img/transaction-navigation1.png) no-repeat center;
    width: 192px;
    height: 34px;
    color: #ffffff;
}
.detail-header-items .items2{
    display: block;
    float: left;
    background: url(img/transaction-navigation22.png) no-repeat center;
    width: 128px;
    height: 34px;
}
.detail-header-items .items2:hover{
    display: block;
    float: left;
    background: url(img/transaction-navigation2.png) no-repeat center;
    width: 128px;
    height: 34px;
    color: #ffffff;
}
.detail-header-items .active2{
    display: block;
    float: left;
    background: url(img/transaction-navigation2.png) no-repeat center;
    width: 128px;
    height: 34px;
    color: #ffffff;
}
.process-active{/*流程图*/
    position: absolute;
    width: 0;
    top: 30px;
    overflow: hidden;
}
.big-process-active{/*大流程图*/
    position: absolute;
    width: 0;
    top: 30px;
    overflow: hidden;
}
.process-active-bg{
    width: 110px;
    height: 118px;
    background-size: 698px 88px;
    background: url(img/process-active.png) no-repeat left;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/process-active.png',
            sizingMethod='scale');
}
.detail-time-box{/*时间栏*/
    position: relative;
    width: 890px;
    margin: 0 auto;
}
.detail-list-clock{
    display: inline;
    padding: 20px 10px 20px 30px;
    font-size: 20px;
    background: url(img/board-list-buttom-clock.png) no-repeat left;
}
.detail-list-time{
    display: inline;
    line-height:32px;
    font-size: 24px;
}

.detail-table-box{/*表格*/
    position: relative;
    width: 890px;
    margin: 0 auto;
}

.detail-tabel-logo{
   position: relative;
    top: 0;
    left: -66px;
    width: 128px;
    height: 40px;
    background: url(img/landmark.png) no-repeat center;
}
.detail-tabel-logo span{
    position: absolute;
    top: 6px;
    left: 42px;
    width: 64px;
    font-size: 16px;
    color: #ffffff;
}
.detail-offer-box{/*折线*/
    position: relative;
    width: 890px;
    margin: 0 auto;
}
.detail-offer-logo{
    position: relative;
    top: 0;
    left: -66px;
    width: 128px;
    height: 40px;
    background: url(img/landmark.png) no-repeat center;
}
.detail-offer-logo span{
    position: absolute;
    top: 6px;
    left: 42px;
    width: 64px;
    font-size: 16px;
    color: #ffffff;
}
.detail-linsting-box{/*挂牌文件下载*/
    position: relative;
    width: 890px;
    margin: 0 auto;
}
.detail-linsting-logo{
    position: relative;
    top: 0;
    left: -66px;
    width: 172px;
    height: 40px;
    background: url(img/detail-linsting-download.png) no-repeat center;
    background-size: 172px 38px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/detail-linsting-download.png',
            sizingMethod='scale');

}
.detail-linsting-logo span{
    position: absolute;
    top: 6px;
    left: 42px;
    width: 96px;
    font-size: 16px;
    color: #ffffff;
}
.detail-listing-items a{
    display: block;
}
.detail-listing-items  .detail-listing-bg{
    padding-left: 16px;
    height: 28px;
    line-height: 28px;
}
.detail-listing-items .pdf{
    padding-left: 80px;
    background: url(img/pdf.png) no-repeat left;
}
.detail-listing-items .txt{
    padding-left: 80px;
    background: url(img/txt.png) no-repeat left;
}
.detail-listing-items .ppt{
    padding-left: 80px;
    background: url(img/ppt.png) no-repeat left;
}
.detail-listing-items .word{
    padding-left: 80px;
    background: url(img/word.png) no-repeat left;
}

/*登录个人信息页*/
.left-nav,.right-content,.index-right-content{
    float: left;
    height: 100%;
}
.left-nav{
    width: 234px;

}
.right-content{
    width: 773px;
    padding: 0px 18px 0 18px;
    box-sizing: border-box;
    border-left: 1px solid #C7C7C7;
    min-height: 500px;
}
.index-right-content{
    width: 773px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    border-left: 1px solid #C7C7C7;
    min-height: 500px;
}
.announcement{
    position: relative;
    width: 750px;
    min-height: 300px;
    border: 1px #d6d6d6 solid;
}
.announcement-bg{
    padding-left: 40px;
    width: 750px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background: url(img/announcement-bg.png) no-repeat left;
    background-size: 750px 28px ;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/announcement-bg.png',
            sizingMethod='scale');

}
.myagent{
    position: relative;
    float: left;
    margin-right: 8px;
    width: 370px;
    min-height: 284px;
    border: 1px #d6d6d6 solid;
}
.myagent-bg{
    padding-left: 40px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background: url(img/myagent-bg.png) no-repeat left;
    background-size: 370px 28px ;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/myagent-bg.png',
            sizingMethod='scale');
}
.myproject{
    position: relative;
    float: left;
    width: 370px;
    min-height: 284px;
    border: 1px #d6d6d6 solid;
}
.myproject-bg{
    padding-left: 40px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background: url(img/myproject-bg.png) no-repeat left;
    background-size: 370px 28px ;
}
.announcement-list{
    position: relative;
    display: block;
    line-height: 28px;
    border-bottom: 1px #a0a0a0 dashed;
}
.announcement-list:hover{
    background: #fbfbfb;
}
.pm-info{/*个人信息*/
    text-align: center;
    margin: 18px;
    font-size: 16px;
    border: 1px #d7dee1 solid;
    padding-bottom: 20px;
    background: url("img/land-info-bg.png") no-repeat center;
    background-size:110% ;
}
.land-info-img{
    display: block;
    margin: 0 auto;
    padding: 20px 0 2px 0;
    height: 90px;
}
.land-info-time{
    margin: 0 auto;
    width: 154px;
    height: 56px;
    font-weight:bold;
    background: url(img/land-info-time.png) no-repeat center;
}
.land-info-logout{
    display: block;
    margin: 10px auto 0;
    width: 102px;
    height: 30px;
    color: #fff;
    background: url(img/land-info-logout.png) no-repeat center;
    font-size: 16px;
}
.land-info-modification{
    display: block;
    margin: 10px auto 0;
    width: 102px;
    height: 30px;
    color: #fff;
    background: url(img/land-info-logout.png) no-repeat center;
    font-size: 16px;
}


.function-btn{/*功能按钮*/
    margin: 18px;
}
.function-btn-bg{
    display: block;
    padding-left: 28px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    background: url(img/function-btn.png);
}
.function-btn .active{
     display: block;
     padding-left: 28px;
     width: 170px;
     width: 170px\9;
     height: 40px;
     line-height: 40px;
     font-size: 18px;
     color: #fff;
    background: url(img/function-btn-active.png) no-repeat left;
 }
.function-btn-bg:hover{
    display: block;
    padding-left: 28px;
    width: 170px;
    width: 170px\9;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: url(img/function-btn-active.png);
}
.frequency-question{/*常见问题*/
    margin: 20px;
    padding:20px 0px 30px 10px;
    border: 1px #e3e3e3 solid;
}
.frequency-question-li{
    margin: 2px 0 0 2px;
    padding-left: 18px;
    background: url("img/frequency-question-li.png") no-repeat left;
}
.login-header-items{/*功能导航栏*/
    position: relative;
    top: 0;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    width:834px;
    overflow:hidden;
}
.login-header-items a{
    display: block;
    float: left;
    width: 163px;
    width: 160px\9;
    height: 46px;
    line-height: 46px;
    font-weight:bold;
}
.login-header-items .items1{
    background: url(img/land-info-meun1.png) no-repeat center;
    background-size:    163px 46px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun1.png',
            sizingMethod='scale');


}
.login-header-items .active1{
    background: url(img/land-info-meun11.png) no-repeat center;
    background-size:    163px 46px;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun11.png',
            sizingMethod='scale');
}
.login-header-items .show1{
    background: url(img/land-info-meun111.png) no-repeat center;
    background-size:    163px 46px;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun111.png',
            sizingMethod='scale');
}
.login-header-items .items2{
    background: url(img/land-info-meun2.png) no-repeat center;
    background-size:    163px 46px;
    margin-left: -16px;
    margin-left: -12px\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun2.png',
            sizingMethod='scale');
}
.login-header-items .active2{
    background: url(img/land-info-meun22.png) no-repeat center;
    background-size:    163px 46px;
    margin-left: -16px;
    margin-left: -12px\9;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun22.png',
            sizingMethod='scale');
}
.login-header-items .show2{
    background: url(img/land-info-meun222.png) no-repeat center;
    background-size:    163px 46px;
    margin-left: -16px;
    margin-left: -12px\9;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun222.png',
            sizingMethod='scale');
}
.login-header-items .items3{
    background: url(img/land-info-meun3.png) no-repeat center;
    background-size:    163px 46px;
    margin-left: -16px;
    margin-left: -12px\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun3.png',
            sizingMethod='scale');
}
.login-header-items .active3{
    background: url(img/land-info-meun33.png) no-repeat center;
    background-size:    163px 46px;
    margin-left: -16px;
    margin-left: -12px\9;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun33.png',
            sizingMethod='scale');
}
.login-header-items .show3{
    background: url(img/land-info-meun333.png) no-repeat center;
    background-size:    163px 46px;
    margin-left: -16px;
    margin-left: -12px\9;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='img/land-info-meun333.png',
            sizingMethod='scale');
}
.login-header-items .lbiding-next-btn{
    margin-left: 11px;
    margin-left: 7px\9;
    width:  30px ;
    height: 46px;
    background: url(img/lbiding-next-btn.png) no-repeat center;
}
.lbiding-next-btn:hover{
    margin-left: 11px;
    margin-left: 7px\9;
    width:  30px ;
    height: 46px;
    background: url(img/lbiding-next-active.png) no-repeat center;
}
.lbiding-next-btn span:hover{
    color: #fff;
}
/*交易大厅*/
.trade-header-items{
    position: relative;
    top: -22px;
    left: 20px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.trade-header-items li{
    float: left;
}
.trade-header-items .items1{
    background: url(img/transaction-navigation11.png) no-repeat center;
    width: 192px;
    height: 34px;
}
.trade-header-items .items1:hover{
    background: url(img/transaction-navigation1.png) no-repeat center;
    width: 192px;
    height: 34px;
    color: #ffffff;
}
.trade-header-items .active1{
    background: url(img/transaction-navigation1.png) no-repeat center;
    width: 192px;
    height: 34px;
    color: #ffffff;
}
.trade-header-items .items2{
    background: url(img/transaction-navigation22.png) no-repeat center;
    width: 128px;
    height: 34px;
}
.trade-header-items .items2:hover{
    background: url(img/transaction-navigation2.png) no-repeat center;
    width: 128px;
    height: 34px;
    color: #ffffff;
}
.trade-header-items .active2{
    background: url(img/transaction-navigation2.png) no-repeat center;
    width: 128px;
    height: 34px;
    color: #ffffff;
}
/*竞价页面*/
.bidding-highest-price{/*最高出价*/
    position: relative;
    display: inline-block;
    margin: 16px 0px 0px 58px;
}
.bidding-highest-content{
    position: absolute;
    top: 5px;
    left: 60px;
    width:170px;
    height:75px;
    text-align:center;
    overflow: hidden;
}
.bidding-price{
    position: absolute;
    bottom: 15px;
    left: 120px;
    font-size:24px;
    width:700px;
    line-height: 30px;
}
.bidding-board{/*限时板*/
    position: relative;
    float: right;
    margin: 0px 5px 0 0;
    width: 540px;
    height: 205px;
    background: url(img/touyingban.png) no-repeat center;
}
.bidding-lists-bg{/*竞价刷新列表*/
    display: inline-block;
    margin: 0px 36px 0;
    border-radius: 10px;
    background-color:#e5ecf8;
}
.bidding-lists-box{
    position: relative;
    display: inline-block;
    width: 914px;
    margin:10px 10px;
    padding:10px 5px;
    background: #f8fafd;
    color: #000;
    opacity: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.bidding-box-left{/*刷新列表*/
    float: left;
    border-right: 1px #c0c7d4 solid;
    line-height:25px;
    padding:15px 10px;
    height: 220px;
    width:410px;
    overflow:auto;
}
.bidding-list span{
    margin-right:20px;
}
.bidding-box-right{/*竞价操作*/
    float: right;
    line-height:25px;
    width:460px;
}

.bidding-btn-list{
    float: left;
    width: 104px;
    margin-right:10px;
}
.bidding-btn-list a{
    margin-top:10px;
}
.bidding-opration-top{

}
.bidding-bottom-bg{
    margin-top: -12px;
    width: 100%;
    height: 190px;
    background:url(img/bidding-bottom-bg.png) no-repeat center;
    filter:alpha(opacity:30); opacity:0.3;
}





/*list页面*/
.myTable{
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    border-right:1px solid #c0c0c0;
    border-top:1px solid #c0c0c0;
}
.myTable tr.table-head{
    position: relative;
    font-weight: bold;
}
.myTable tr.table-head td{
    text-align: left;
    text-indent: 20px;
    text-indent:0;
}
.myTable tr.table-head td button.link-button{
    float:right;
}
.myTable th{
    font-weight: normal;
    background: #f0f0f0;
}
.myTable th,.myTable td{
    border-left:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    height: 40px;
    padding: 0px 5px;
}



.myTable_noline{
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
.myTable_noline tr.table-head{
    position: relative;
    font-weight: bold;
}
.myTable_noline tr.table-head td{
    text-align: left;
    text-indent: 20px;
    text-indent:0;
}
.myTable th{
    myTable_noline: normal;
    background: #f0f0f0;
}
.myTable_noline th,.myTable_noline td{
    height: 40px;
    padding: 0px 5px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}



.toolbar{
    font-size:12px;
    height:25px;
    line-height:25px;
    padding:10px 0px;
    border-bottom:0px;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top,#fff,#f1f1f1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fff,#f1f1f1);
    background: -o-linear-gradient(top,  #fff,#f1f1f1);
    background: -ms-linear-gradient(top, #fff,#f1f1f1);
    background: linear-gradient(to bottom, #fff,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
.toolbar span{
    font-size:14px;
}
.toolbar .btn{
    margin:0px 3px;
}

.red{
    color:#ff0000;
}
/*左导航外网修改*/
.left-nav1,.right-content9,.right-content1{
    float: left;
    height: 100%;
}
.left-nav1{
    width: 234px;
}
.right-content1{
    width: 774px;
    box-sizing: border-box;
    border-left: 1px solid #C7C7C7;
}
.right-content9{
    width: 773px;
    padding: 18px 32px 0 32px;
    box-sizing: border-box;
}
.left-nav1>dl>dt{
    color: #2781CD;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-indent: 36px;
}
.left-nav1>dl>dd{
    margin: 0 20px;
    border-radius: 3px;
    position:relative;
}
.left-nav1>dl>dd>a{
    display: inline-block;
    color: #666;
    font-size: 14px;
    width: 196px;
    height: 40px;
    line-height: 40px;
    text-indent: 36px;
    margin-bottom: 5px;
    background:url(img/left-nav1.png) no-repeat;
}
.left-nav1>dl>dd.cur>a,.left-nav1>dl>dd>a:hover{
    background:url(img/left-nav1-active.png) no-repeat;
    color: #fff;
}


.nav_selected{
    background:url(img/left-nav1-active.png) no-repeat !important;
    color: #fff !important;
}


.left-nav1 dl dd.cur dl {
    display:block;
}
.left-nav1 dl dd dl dd {
    width: 100%;
    height: 36px;
    line-height:36px;
    box-sizing:border-box;
    border-bottom:1px solid #C7C7C7;
    margin: 0;
    text-indent: 50px;
}
.left-nav1 dl dd dl dd a {
    display:block;
    height: 100%;
    width: 100%;
}
.left-nav1 dl dd dl dd.active,.left-nav1 dl dd dl dd a:hover{
    color:#2781CD;
}
/*外网公告修改*/
.filter{
    box-sizing: border-box;
    border-bottom: 1px solid #D6D7D8;
    position: relative;
}
.filter div.filter-title{
    height: 36px;
    line-height: 36px;
    width: 706px;
    background-color: #2781CD;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.filter div{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.filter div label,.filter div ul{
    float: left;
    display: inline-block;
}
.filter div label{
    width: 95px;
    text-align:justify;
    text-align-last:justify;
    box-sizing: border-box;
    padding: 2px 10px;
}
.filter div ul{
    width: 610px;
}
.filter div ul li{
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
}
.filter div ul li a{
    display: inline-block;
    padding: 2px 5px;

}
.filter div ul li input{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.filter div ul li input:checked+a{
    background-color: #2781CD;
    color: #fff;
    border-radius: 3px;
}
.filter-content ul li a{
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #DFDFDF;
}
.pagination ul li a{
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #DFDFDF;
}
.filter div ul li a:hover{
    color:#2781CD;
}
.filter-content ul li a>span{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3B3B3B;
}
.pagination ul li a>span{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3B3B3B;
}

.filter-content ul li a>span.second-line{
    color: #727272;
}
.pagination  ul li a>span.second-line{
    color: #727272;
}
.red{
    color: #F02B2B;
}
.f18{
    font-size: 14px;
}
span.time{
    float: right;
}
.paging{
    float: right;
    margin-top: 10px;
}
.paging>a,.paging>span{
    display: inline-block;
    float: left;
    border: 1px solid #eaeaea;
    color: #6E6E6E;
    padding: 8px 12px;
    margin: 0 0 5px 5px;
}
.paging>a.curr,.paging>a:hover{
    background-color:#6A91C2;
    color:#fff;
}
.fold{
    position: relative;
    left: 678px;
    display: inline-block;
    font-size: 14px;
    color: #6f6f6f;
}
.fold:hover{
    color: #2982CE;
}
.fold:before{
    content: "";
    background: url(img/flod.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -24px;
}
.fold:hover:before{
    background: url(img/flod.png) no-repeat;
}
.fold.unfold:before{
    background: url(img/unflod.png) no-repeat;
}
.fold.unfold:hover:before{
    background: url(img/unflod.png) no-repeat;
}
.pagination>.active>a{
    z-index:2;
    color:#fff;
    cursor:default;
    background-color:#337ab7;
    border-color:#337ab7
}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#337ab7;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px
}.pagination>li:last-child>a,.pagination>li:last-child>span {
     border-top-right-radius:4px;
     border-bottom-right-radius:4px
 }
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index:3;color:#23527c;
    background-color:#eee;
    border-color:#ddd
}

.pagination>.disabled1>a,.pagination>.disabled1>a:focus,.pagination>.disabled1>a:hover,.pagination>.disabled1>span,.pagination>.disabled1>span:focus,.pagination>.disabled1>span:hover {
    color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd
}
.pagination-lg>li>a,.pagination-lg>li>span {
    padding:10px 16px;font-size:18px;line-height:1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius:6px;border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius:6px;border-bottom-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span {
    padding:5px 10px;font-size:12px;line-height:1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius:3px;border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius:3px;border-bottom-right-radius:3px
}
.search .btn9{
    width: 80px;
    height: 38px;
    line-height: 34px;
    float: left;
    font-size: 16px;
}
.btn9{
    width: 80px;
    height: 38px;
    line-height: 34px;
    background-color: #2781CD;
    color: #fff;
    border: 1px solid #2781CD;
    cursor: pointer;
    font-size: 14px;
}





/*新版门户样式*/
.logo-box{
    width: 1200px;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.w1010{
    width: 1200px;
    margin: 0 auto;
}
#nav{
    position: relative;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-conyent: space-around;
    -ms-justify-conyent: space-around;
    -o-justify-conyent: space-around;
    justify-content: space-around;
}
#nav li {
    z-index: 999;
    font-size: 16px;
    display: inline;
    height: 50px;
}
#nav li li {
    z-index: 999;
    float: left;
    font-size: 16px;
    display: inline;
    margin-right: 30px;
    width: auto;
    height: 50px;
}
#nav li li:first-child{
    margin-left: 30px;
}
#nav li a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 50px;
}
#nav>li:hover a:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid;
    margin-left: -10px;
    border-color: #2781CD transparent transparent transparent;
    z-index: 9999;
}
#nav>li:first-child>a:hover:after,#nav>li:last-child>a:hover:after{
    display: none;
}
.drop-menu{
    display: none;
    position: absolute;
    left: 0;
    top:50px;
    width: 100%;
    background-color: rgba(255,255,255,.9);
}
#nav li .drop-menu li{
    overflow: hidden;
}
#nav li .drop-menu li a{
    color: #353535;
    font-weight: bold;
}
#nav li .drop-menu li a:hover{
    color: #2781CD;
}
#nav li:hover ul.drop-menu{
    display: block;
}
.content-panel{
    padding-bottom: 50px;
}
.content-panel *{
    box-sizing: border-box;
}
.left-nav-new{
    width: 210px;
    background: #fff;
    padding: 15px 15px 0;
    border: 1px #DEDEDE solid;
    float: left;
}
.left-nav-new dt{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: relative;
    text-indent: 50px;
    background: url("img/left-nav-ico.png") 0 50% no-repeat;
}
.left-nav-new dd li{
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border-top: 1px #DEDEDE dotted;
    position: relative;
    cursor: pointer;
}
.left-nav-new dd li:first-child{
    border-top: none;
}
.left-nav-new dd li:hover,.left-nav dd li:hover a{
    color: #2781CD;
}
.left-nav-new dd li:hover i{
    background-position: 0 -240px;
}
.right-content-new{
    width: 980px;
    float: right;
    background: #fff;
    padding: 25px 22px 40px;
    border: 1px #DEDEDE solid;
}
.list-news li{ height:49px; line-height:49px; border-bottom:1px dotted #dfdfdf; padding-left:20px; background:url(../images/list-l.png) 7px 50% no-repeat;}
.list-news li a{ font-size:16px; color:#000;width: 98%;display: inline-block;height:100%;}
.list-news li:hover a,.list-news li:hover a .time{ color: #28437b;}
.list-news li:hover{ background:url(../images/list-h.png) 7px 50% no-repeat;}
.list-news li a >span:first-child{ display:block; float:left; width:460px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.list-news li a .time{ float:right; font-size:14px; color:#3b3b3b;}

.left-nav1{
    width: 100%;
}
.left-nav1>dl>dd{
    margin: 0;
    border-bottom: 1px #ccc dotted;
}
.left-nav1>dl>dd>a{
    width: 100%;
    background: url("img/jt.png") 0 50% no-repeat;
    color: #333;
}
.nav_selected,.left-nav1>dl>dd.cur>a, .left-nav1>dl>dd>a:hover{
    background:url("img/jt-h.png") 0 50% no-repeat!important;
    color: #333!important;
}
.right-content9{
    padding: 0;
    width: 100%;
}
.filter div.filter-title{
    width: 744px;
}
.filter div ul{
    width: 648px;
}

.foot {
    width: 100%;
    height: 160px;
    background: #E6E6E6;
    padding: 35px 0 35px 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.foot-conter {
    color: #333;
}
.foot-left {
    width: 600px;
    float: left;
    border-right: 1px #ccc solid;
    line-height: 150%;
}
.foot-right {
    width: 380px;
    float: left;
    margin-left: 15px;
}
.foot-right ul {
    width: 100%;
    overflow: hidden;
}
.foot-right li {
    float: left;
    width: 33.33%;
    height: 90px;
    line-height: 160px;
}
.foot-right a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.foot-right li:nth-child(1) {
    background: url("img/foot1.png") 50% 20% no-repeat;
}
.foot-right li:nth-child(2) {
    background: url("img/foot3.png") 50% 30% no-repeat;
}
/*.foot-right li:nth-child(3) {
    background: url("img/foot3.png") 50% 15% no-repeat;
}*/
.outerbox{
    width: 940px!important;
}
.drive-download,
.operate-manual{
    width: 460px!important;
}

.filter div.filter-title{
    width: 934px;
}
.filter div ul{
    width: 838px;
}
.inner-main-content-view{
    width: 1198px;
}
.big-process-active{
    left: 94px;
}

.newlist span{
    margin-left: 90px;
}


#newHeader .top form {
    float: right;
    border: 2px #263596 solid;
    width: 284px;
    height: 42px;
    margin-top: 40px;
}
#newHeader .top form input {
    width: 240px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    float: left;
}
#newHeader .top form button {
    float: left;
    width: 40px;
    height: 38px;
    border: none;
    cursor: pointer;
    background: #263596 url("img/ss.png") 50% 50% no-repeat;
}
.describe-info{
    display: none;
}
.main-box{
    box-shadow: none!important;
    background: url("img/center-bg1.jpg") no-repeat!important;
}
.toolbar{
    background: none;
}