﻿
/*首页*/




.banner-left {
    width: 880px;
    position: absolute;
    height: 420px;
    left: 50%;
    margin-left: -600px;
}

.banner_right {
    position: absolute;
    z-index: 50;
    left: 50%;
    top: 70px;
    margin-left: 300px;
    padding-top: 20px;
    width: 225px;
    height: 240px;
    background: url(../images/banner_right_bg.png) 50% 50% no-repeat;
}

.banner_right a{
    display: block;
    width: 192px;
    height: 64px;
    margin:0 auto 13px;
}
.banner_right_a1{
    background: url(../images/banner_right_a1.png) 50% 50% no-repeat;
}
.banner_right_a1:hover{
    background: url(../images/banner_right_a11.png) 50% 50% no-repeat;
}
.banner_right_a2{
    background: url(../images/banner_right_a2.png) 50% 50% no-repeat;
}
.banner_right_a2:hover{
    background: url(../images/banner_right_a21.png) 50% 50% no-repeat;
}
.banner_right_a3{
    background: url(../images/banner_right_a3.png) 50% 50% no-repeat;
}
.banner_right_a3:hover{
    background: url(../images/banner_right_a31.png) 50% 50% no-repeat;
}

.signIn>i{
    background-position: -37px 0px;
}
.expert>i{
    background-position: -74px 0px;
}
.expert div i{
    background-position: 0px -101px;
}

.bg{
    background: url("../images/bg.jpg");
}
.info {
    padding: 25px 0;
    height: 100px;
}
.info ul li{
    float: left;
    width: 191px;
    height: 75px;
    margin-left: 25px;
    padding: 25px 0 0 90px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 130%;
}
.info ul li span{
    font-size: 26px;
    color: #ffff00;
}
.info ul li:first-child{
    margin-left: 0;
}
.info ul li.info_bg1{
    background: url(../images/info_1.png) left top no-repeat;
}
.info ul li.info_bg2{
    background: url(../images/info_2.png) left top no-repeat;
}
.info ul li.info_bg3{
    background: url(../images/info_3.png) left top no-repeat;
}
.info ul li.info_bg4{
    background: url(../images/info_4.png) left top no-repeat;
}


.text{
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    float: left;
}
.countDownText{
    width:60%;
}
.content-right .text{
    width: 70%;
}
.countDown {
    background:url(../images/countDown_bg.png) 100% 41% no-repeat;
    display:block;
    float:right;
    width:142px;
    color:#2178d9;
    margin-left:5px;
    text-align:left;
    text-indent:10px;
    margin-right: -29px;
    text-align:right;
}
.countDown .end{
    display: block;
    text-align: center;
    font-weight:bold;
    color:#c00;
    font-size:12px;
}
.content-right .countDown{
    margin-right: -44px;
}

.countDown .day{
    font-size:16px;
}
.countDown .hour, .countDown .minute, .countDown .second{
    display:inline-block;
    width:20px;
    background:url(../images/time_bg.png) 50% 50% no-repeat;
    text-align:center;
    text-indent:0;
    color:#fff;
    margin:0 5px;
}

.publishtime{
    float: right;
    text-align: right;
    margin-top:-1px
}

.bidding{
    width:890px;
    float: left;
}
.title{
    height: 52px;
    line-height: 52px;
    background: #f5f9fe;
    border: 1px solid #eaeaea;
    border-top: 2px solid #2a8aff;
}
.title-text{
    float: left;
}
.title-text h2{
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
    font-weight: normal;
}
.title-text h3{
    float: left;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
    height: 47px;
}
.title-more{
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #2a8aff;
}
.bidding-tit{
    float: right;
}
.bidding-tit li{
    width: 80px;
    text-align: center;
    height: 32px;;
    line-height: 32px;
    float: left;
    cursor: pointer;
    margin:10px 15px 0 0;
    background: url(../images/bidding_bg1.png);
}
.bidding-tit li:hover{
    background: url(../images/bidding_bg2.png);
}
.bidding-tit li.white{
    color: #fff;
    background: url(../images/bidding_bg3.png);
}
.bidding-content{
    text-align: left;
    border: 1px solid #eaeaea;
    border-top: none;
}
.bidding-nav{
    float: left;
    width: 168px;
}
.bidding-nav li{
    line-height: 50px;
    text-indent: 20px;
    cursor: default;
}
.bidding-nav li i{
    float: right;
    margin-right: 20px;
    margin-top: 16px;
    width: 8px;
    height: 15px;
    background-position: -8px -66px ;
}
.bidding-nav li:hover,.arrow{
    color: #2178d9;
}
.bidding-nav li:hover i,.bidding-nav .arrow i{
    background-position: 0px -66px ;
}

.bidding-more{
    display: block;
    width: 100%;
    line-height: 43px;
    text-align: center;
    background: #fff7f7;
    color: #3366cc;
    font-size: 12px;
    text-indent: 89%;
}
.bidding-more:hover{
    background: #f2f2f2;
    text-decoration: underline;
}

.purchase{
    float: right;
    width: 290px;;
}
.purchase a{
    display: block;
    height: 108px;
    margin-top: 3px;
}
.purchase a.purchase-img1{
    background: url(../images/purchase-img1.png) 50% 50% no-repeat;
}
.purchase a.purchase-img1:hover{
    background: url(../images/purchase-img11.png) 50% 50% no-repeat;
}
.purchase a.purchase-img2{
    background: url(../images/purchase-img2.png) 50% 50% no-repeat;
}
.purchase a.purchase-img2:hover{
    background: url(../images/purchase-img21.png) 50% 50% no-repeat;
}
.purchase a.purchase-img3{
    background: url(../images/purchase-img3.png) 50% 50% no-repeat;
}
.purchase a.purchase-img3:hover{
    background: url(../images/purchase-img31.png) 50% 50% no-repeat;
}
.purchase a.purchase-img4{
    background: url(../images/purchase-img4.png) 50% 50% no-repeat;
}
.purchase a.purchase-img4:hover{
    background: url(../images/purchase-img41.png) 50% 50% no-repeat;
}

.jdbg{
    background: url(../images/jdbg.jpg) 50% 50% no-repeat;
    height: 140px;
    margin: 25px 0;
    display:none;
}
.jdbg ul{
    padding: 0 90px;
}
.jdbg ul li{
    float: left;
}
.jdbg .button{
    width: 68px;
    text-align: center;
}
.jdbg .button a{
    color: #fff;
}
.jdbg .button img{
    margin: 20px 0 15px;
}
.jdbg .jt{
    width: 69px;
    height: 10px;
    padding: 60px 25px;
}
.jdbg .jt i{
    display: block;
    width: 69px;
    height: 10px;
    overflow: hidden;
    background: url(../images/jt.png) 50% 50% no-repeat;
    position: relative;
}
.jdbg .jt i img{
    position: absolute;
    left: -72px;
}
.ad{
    display:none;
    margin: 25px auto
}
.supplier{
    width: 890px;
    float: left;
}
.supplier-list li{
    float: left;
    width: 292px;
    border: 1px solid #ccc;
    margin-left:4px; 
    margin-top: 13px;
}
.supplier-list li:first-child,.supplier-list li+li+li+li{
    margin-left: 0;
}
.supplier-list li+li+li+li+li,.supplier-list li+li+li+li+li+li{
    margin-left:4px; 
}
.supplier-list dt{
    height: 36px;
    padding: 5px;
    background: #65d0fa;
}
.supplier-list dt img{
    border: 1px solid #e9e9e9;
    margin-right: 10px;
    float: left;
    width:34px;
    height:34px;
}
.supplier-list dt h4{
    color: #fff;
}
.supplier-list dt h5{
    color: #0066ff;
    font-size: 12px;
    line-height: 100%;
}
.supplier-list dd{
    padding: 10px;
    line-height: 200%;
}
.supplier-list dd span{
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.ranking{
    float: right;
    width: 290px;
}
.ranking ul{
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 0 10px;
    height: 385px;
    margin-bottom: 25px;
}
.ranking ul li{
    height: 18px;
    line-height: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
}
.ranking ul li span{
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.ranking ul li span.number1{
    background: #ff6600;
    color: #fff;
}
.ranking ul li span.number2{
    background: #ff9900;
    color: #fff;
}
.ranking ul li span.number3{
    background: #ffcc00;
    color: #fff;
}
.policy{
    float: left;
    width: 280px;
    margin-right: 15px;
}
.policy-list,.news-list{
    border:1px solid #eaeaea;
    padding: 0 15px;
    border-top:none;
    background: #fff;
    height: 333px;
}
.policy-list a{
    display: block;
    width: 258px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #eaeaea;
    /*************************/
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    /************************/
}
.policy-list a em,.news-list a em{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #666;
    position: relative;
    float: left;
    position: relative;
    left: 0;
    top: 17px;
    margin-right: 10px;
}
.news{
    width: 595px;
    float: left;
}
.news-list img{
    float: left;
    background: #fff;
    padding: 12px 15px 0 0;
}
.news-list a{
    display: block;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #eaeaea;
    /*************************/
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    /************************/
}
.training{
    float: right;
    width: 290px;
}
.training dl{
    border: 1px solid #eaeaea;
    background: #fff;
    border-top: none;
    padding: 0 18px 13px 18px;
    height: 320px;
}
.training dl dt{
    padding-top: 13px;
}
.training dl dd{
    padding-top: 5px;
    text-indent: 2em;
    line-height: 150%;
}
.info-bg{
    background: url(../images/purchase_bg.jpg) center bottom no-repeat;
    padding-bottom: 60px;
}
.purchaseUnit-bg{
    background: url(../images/purchase_bg.jpg) center bottom no-repeat;
}
.purchaseUnit{
    padding: 45px 0;
}
.purchaseUnit-title{
    text-align: center;
    margin-bottom: 40px;
}
.purchaseUnit-title h2{
    font-weight: normal;
    font-size: 30px;
    color: #2178d9;
    line-height: 150%
}
.purchaseUnit-title div{
    width: 66px;
    height: 2px;
    background: #2178d9;
    margin: 0 auto;
}

.purchaseUnit .ck-slide{
    width: 1240px;
    margin: 0 auto;
    height: 350px;
}
.purchaseUnit .ck-slide ul.ck-slide-wrapper li{
    width: 1240px;
    height: 300px;
}
.purchaseUnit .ck-slide ul.ck-slide-wrapper,
.company .ck-slide{
    height: 300px;
}
.purchaseUnit-list a{
    display: block;
    width: 208px;
    height: 65px;
    float: left;
    margin: 0 40px 30px 0px;
    background: #fff;
}
.purchaseUnit-list a img{
    border:1px solid #e6e6e6;
    border-radius: 5px;
}
.purchaseUnit .ck-slidebox ul li{
    height: 20px;
}
.purchaseUnit .ck-slidebox ul li em{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #c3c8ce;
    transition: 0.3s;
}
.purchaseUnit .ck-slidebox ul li.current em{
    background: #2989fe;
    width: 48px;
    transition: 0.3s;
}
.bidding-tab .bidding-list{
    float: left;
    max-width: 715px;
    border-left: 1px #f2f2f2 solid;
}

.float_div {
    position: fixed;
    width: 284px;
    z-index:9999;
    top:0;
}
.float_div .close{
    position:absolute;
    top:0px;
    right:0px; 
    background:#DBDBDB; 
    color:#ffffff; 
    line-height:28px;
    padding:0 10px;
}
.float_div .float_link{
    display:block;
    width:244px;
    height:112px;
    padding:40px 20px 10px 20px ;
    text-align:center;
    vertical-align:middle;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    background:url(../images/ad-left-bg.png) no-repeat;
    margin-bottom:10px;
    letter-spacing:4px;
    line-height:30px;
    text-indent:20px;
}
.float_div a:last-child{
    margin:0;
}

.link{ padding:15px 0; color:#0360d1; line-height:35px; font-size:20px; background:#e5e5e5;box-sizing:border-box;}
.link span{display:inline-block;float:left}
#demo{overflow: hidden; width:1100px; display:inline-block}
#demo img{margin-right:30px;}