html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    font-family:"微软雅黑";
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display:block
}
ol,ul,input{
    margin:0;
    padding:0;
    list-style:none
}
a,h1,h2,h3,h4,h5,h6,p,section,article {text-decoration:none; color:#000; font-family:"微软雅黑";}
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
button {
    cursor:pointer
}

.clearfix:after{
    clear:both;
    height:0;
    content:"";
    overflow:hidden;
    visibility:hidden;
    display:block;
}
.clearfix{
    clear:both;
    zoom:1;
}


/* 企业采集css start */

/* 名企采集--实时商机 s */


/* 产品菜单 */
.purchase-container{
    width: 1200px;
    overflow:hidden;
}
.module-title{
    width:100%;
    padding:40px 0;
    text-align:center;
    position:relative;
    font-size:18px;
}
.module-title i.title-bg1{
    display:inline-block;
    width:140px;
    height:20px;
    margin-right:50px;
    margin-left:-190px;
    background:url(../images/business-buyer-title-bg.png) no-repeat;
    background-size:100% 100%;
}
.module-title i.title-bg2{
    display:inline-block;
    width:140px;
    height:20px;
    margin-left:50px;
    margin-right:-190px;
    background:url(../images/business-buyer-title-bg.png) no-repeat;
    background-size:100% 100%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.module-title a{
    position:absolute;
    right:0;
    bottom:20px;
    font-size:12px;
}
.module-title a:hover{
    color:#e6002d;
}
.purchase-col{
    width: 251px;
    height: auto;
    padding: 20px;
    background: #fff;
    margin-right:12px;
    float: left;
    margin-bottom:20px;
    position:relative;
}
.purchase-col:last-of-type{
    margin-right:0;
}
.purchase-col:nth-of-type(4n){
    margin-right:0;
}
.purchase-col:hover{
    box-shadow:0 5px 10px #ccc;
}
.purchase-col .line{
    width:0;
    height:4px;
    background:yellowgreen;
    position:absolute;
    left:50%;
    top:0;
    transition:all 0.3s ease 0.1s;
}
.purchase-col:hover .line{
    width:100%;
    left:0;
}
.purchase-title{
    font-size:14px;
    font-weight:bold;
    height: 40px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.purchase-time-num{
    font-size:12px;
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.purchase-time-num li{
    margin:5px 0;
    color:#666;
}
.purchase-time-num .marginTop30{
    margin-top:35px;
}
.purchase-time-num .company{
    color:#333;
    font-size:14px;
}
.purchase-time-num .color-1{
    color:#cdae8a;
}
.purchase-price{
    display:block;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
}
.purchase-col:hover .purchase-price{
    color:#e6002d;
}

/* /* 名企采集--实时商机 e */


/* VIP采购商邀请函 s */
.buyer-invitation{
    background:#fff;
    padding:20px;
    margin-top:20px;
}
.invitation-title{
    overflow:hidden;
}
.invitation-title li{
    float:left;
    width:360px;
    font-size:18px;
    text-align:center;
}
.invitation-title li.line-1,.invitation-title li.line-2{
    width:400px;
    height:1px;
    background:#ccc;
    margin-top:12px;
}
.buyer-require{
    font-size:14px;
    width:400px;
    margin:0 auto;
}
.buyer-require dt{
    font-size:16px;
    height:40px;
    line-height:40px;
    margin:10px 0;
    color:#cdae8a;
    background:url(../images/consult-ico.png) no-repeat left center;
    background-size:26px 26px;
    padding-left:38px;
}
.buyer-require dd{
    line-height:25px;
}

/* VIP采购商邀请函 e */

/* 关于企业采购 s */
.about-buyer{
    margin:80px 0;
}

.ca-menu{
    padding:0;
    margin:50px auto;
    width: 1200px;
}
.ca-menu li{
    width: 297px;
    height: 500px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0;
}
.ca-menu li:nth-of-type(4n){
    margin-right: 0;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-menu img{
    width:100%;
    height:100%;
}
.ca-menu li:hover{
    z-index:999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/* 关于企业采购 e */

/* 企业采集css start **************************************** */

/* 更多商机  s */
.more-business-tab{
    overflow:hidden;
    width:316px;
    margin:30px auto;
}
.more-business-tab li{
    float:left;
    margin:0 4px;
}
.more-business-tab li a{
    display: block;
    width:150px;
    height:40px;
    text-align:center;
    line-height:40px;
    background:#595959;
    font-size:14px;
    color:#999;
    border-radius:2px;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
}
.more-business-tab li:nth-of-type(1):hover{
    background:#666;
}
.more-business-tab li:last-of-type{
    background:#919191;
}
.more-business-tab li:last-of-type:hover{
    background:#888;
}
.more-business-list{
    display:none;
}
/* 更多商机  e */

/* 企业采集单 s */
.row{
    overflow:hidden;
    margin-bottom:50px;
}
.col-left{
    width:800px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}
.col-right .company-name{
    font-size:18px;
}
.col-right .strength{
    width:60px;
    height:20px;
    border-radius:4px;
    background:#f2b839;
    color:#fff;
    text-align:center;
    line-height:20px;
    font-size:12px;
}
.col-right p{
    margin-top:10px;
}
.col-right .enter-time{
    text-align:center;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    color:#555;
    margin-top:20px;
}
.col-right .enter-store{
    text-align:center;

}
.col-right .enter-store a{
    color:#4985c8;
    font-size:14px;
}

.col-title{
    overflow:hidden;
    height:30px;
}
.col-title dt,.col-title dd{
    float:left;
    line-height:30px;
    font-size:16px;
}
.col-title dt{
    width:5px;
    height:30px;
    background:#448aca;
    margin-right:20px;
}
.trade-infos{
    margin-left:25px;
    margin-top:30px;
}
.trade-infos li{
    font-size:14px;
    line-height:26px;
    font-weight:bold;
}
.trade-infos li span{
    font-weight:normal;
    color:#555;
}
.trade-infos li.phone{
    overflow:hidden;
    margin-top:30px;
}
.trade-infos li.phone i{
    display:block;
    width:70px;
    height:70px;
    float:left;
    background:#ff4d25;
    text-align:center;
}
.trade-infos li.phone i img{
    margin-top:18px;
}
.trade-infos li.phone .get-phone{
    width:350px;
    height:60px;
    background:#ff6542;
    text-align:center;
    line-height:25px;
    padding-top:10px;
}
.trade-infos li.phone .get-phone span,.trade-infos li.phone .get-phone p{
    color:#fff;
    font-size:16px;
    font-weight:normal;
}
/* 企业采集单 e */


/* 全局控制 */
.inner{
    width: 1200px;
    margin: 0 auto;
}
.shows{
    display:block;
}
