


.banner{
    width:100%;
    height: 518px;
    position: relative;
    background: #666;
    overflow: hidden;
}
.banner img{
    height: 100%;
    display:block
}
.banner-operation{
    position: relative;
    z-index: 1;
    padding: 60px;
}
.slogan{
    width: 365px;
    margin: 60px auto;
}
.input-title{
    width: 700px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
}
.search-top-icon{
    width: 100%;
    font-size: 25px;
    line-height: 10px;
}
.icon-seat{
    position: relative;
    line-height: 10px;
    top: 1px;
}
.condition-list .tit{
    color: #888888;
    cursor: pointer;
}
.condition-list li{
    float: left;
    padding: 0 18px;
}
.condition-list .tit{
    color: #fff;
}
.tit-color{
    color: #ff9900 !important;
}
.search-ipt{
    border-radius: 2px;
    overflow: hidden;
}
.search-ipt input{
    border: 0;
    margin: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}
.search-btn{
    text-align: center;
    line-height: 50px;
    background: #be1717;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}
.search-btn:hover{
    text-align: center;
    line-height: 50px;
    background: #f25555;
    color: #fff;
    cursor: pointer;
}
.condition-list{
    color: #fff;
    text-align: center;
}
.precision-search{
    float: right;
    font-size: 14px;
}

.hot-list{
    color: #5d5d5d;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
}
.hot-list li{
    float: left;
}
.hot-list .tit a{
    color: #5d5d5d;
    cursor: pointer;
    float: left;
    padding: 0 8px;
    text-align: center;
}
.hot-list .title{
    padding-left: 18px;
    color: #be1717;
}
.hot-list .tit a:hover{
    color: #fff;
}
.banner-img,.cover-img-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.content{
    padding: 15px 0;
}

/**
  * 急速询价
**/
.quick-pic{
    width: 390px;
    height: 228px;
    float: left;
    cursor: pointer;
}
.quick-pic:hover .quick-prop{
    display: block;
}
.quick-pic:hover .quick-title{
    display: none;
}
.quick-title{
    display: block;
    line-height: 228px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    position: relative;
    top: -100%;
    background: rgba(0,0,0,0.3);
}
.quick-prop{
    display: none;
    position: relative;
    top: -100%;
    color: #fff;
    opacity:0.85;
    height: 228px;
}
.quick-prop .prop-title{
    height: 30px;
    font-size: 40px;
    text-align: center;
    line-height: 20px;
    padding-top: 60px;
}
.quick-prop .prop-head{
    font-size: 70px;
    text-align: center;
    line-height: 100px;
}
.quick-pic:nth-child(2){
    padding: 0 15px;
}
.quick-pic img{
    width: 100%;
    display: block;
}
.quick-pic a:hover,.quick-pic a:visited,.quick-pic a:link{
    color: #fff;
}


/**
  * 订单列表
**/
.seek-box{
    padding-top: 15px;
}
.buy-box{
    width: 592.5px;
    margin-right: 7.5px;
    float: left;
    background: #fff;
    color: #6f6f6f;
}
.deal-box{
    width: 592.5px;
    margin-left: 7.5px;
    float: left;
    background: #fff;
    color: #6f6f6f;
}
.seek-nav{
    line-height: 30px;
    border-bottom: 3px solid #ededed;
    padding: 10px 10px;
}
.nav-name{
    float: left;
    border-left: 3px solid #000;
    font-size: 22px;
    text-indent: 7px;
    width: 20%;
    box-sizing: border-box;
    color: #000;
}
.nav-title{
    float: left;
    text-align: center;
    width: 65%;
    box-sizing: border-box;
}
.nav-title span{
    padding: 0 10px;
    font-size: 12px;
}
.nav-title i{
    font-size: 20px;
    color: red;
    font-style:normal;
    margin: 0;
    /*display: inline-block;*/
    padding: 0 2px;
    font-weight: 800;
}
.nav-more{
    float: right;
    width: 15%;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
}
.nav-more a{
    color: #5d5d5d;
}
.nav-more a:hover{
    color: #1db3b2;
}
.seek-body{
    padding: 20px;
    font-size: 14px;
}
.seek-row{
    padding: 10px 0;
    line-height: 30px;
}
.seek-body a{
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}
.seek-body a:hover{
    background: #ffb74b;
}
.seek-authentication{
    border: 1px solid #1db3b2;
    padding: 1px 5px;
    font-size: 12px;
    color: #1db3b2;
    border-radius: 3px;
    font-style:normal;
}

/**
  * 钢厂列表
**/
.settled-btn {
    float: right;
    width: 15%;
    box-sizing: border-box;

}
.settled-btn a{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    background: #cd2323;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.settled-btn a:hover{
    background: #f25555;
}
.rank-box{
    cursor: pointer;
    padding: 14px 0;
}
.seek-img-box{
    width: 160px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.seek-img-box a {
    padding: 0;
    margin: 0;
}
.seek-img-box img {
    width: 160px;
    height: 90px;
    display: block;
}
img[src=""],img:not([src]){opacity:0;}
.rank-icon {
    width: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px 3px 0 0 ;
    position: absolute;
    top: -0%;
}
.rank-icon-title{
    width: 100%;
    color: #fff;
}
.rank-icon-bot{
    width: 0;
    height: 0;
    border-width: 0 11px 6px ;
    border-style: solid;
    border-color:  transparent transparent transparent transparent;
}
.first{
    background: #d81e06;
}
.first-marker{
    border-color:  #d81e06 #d81e06 transparent #d81e06;
}
.second{
    background: #ff5400;
}
.second-marker{
    border-color:  #ff5400 #ff5400 transparent #ff5400;
}
.third{
    background: #ff9900;
}
.third-marker{
    border-color:  #ff9900 #ff9900 transparent #ff9900;
}
.ordinary{
    background: #8798a8;
}
.ordinary-marker{
    border-color:  #8798a8 #8798a8 transparent #8798a8;
}
.investigation{
    background: rgba(79,79,79,0.8);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.del-icon{
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    cursor: pointer;
    right: 0;
}
.investigation-box{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding: 20px 0;
}
.investigation-ipt{
    padding: 10px;
    width: 100%;
    height: 80px;
    line-height: 20px;
    border-radius: 5px;
    color: #4f4f4f;
    resize:none;
}
.tel-ipt{
    padding: 10px;
    width: 100%;
    line-height: 20px;
    border-radius: 5px;
    color: #4f4f4f;
}
.investigation-btn{
    width: 100%;
    background: #ff9900;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}
.investigation-box .img-box{
    padding-top: 10px;
    width: 80px;
    height: 80px;
}
.investigation-box img{
    width: 100%;
    height: 100%;
    display: block;
}
.investigation-box .enlarge{
    transition: all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition:  all 0.6s;
    -o-transition:  all 0.6s;
}
.investigation-box .enlarge:hover{
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.bg-yellow{
    background: #ff9900;
    cursor: pointer;
}
.bg-red{
    background: #be1717;
}
.bg-green{
    background: #1db3b2;
}

@media screen and (max-width: 600px) {
    .banner{
        width: 1200px;
    }
}