/* ******************会 员 展 示*************** */
/* common样式 */
div.common-more{
    padding:30px 0;
    position:relative;
}
div.bottom-line{
    display:flex;
    justify-content:center;
    margin-top:10px;
}
div.common-more>h2{
    font-weight:bold;
}
div.bottom-line>div{
    width:200px;
    border-bottom:2px solid #EEEEEE;
}
/*大轮播*/
.swiper-container {
    min-width: 1200px;
    max-width: 1900px;
    height: 458px;
}
/*最新供求信息*/
ul.newest-trade-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
}
ul.newest-trade-ul>li{
    width:23.5%;
    margin-top: 25px;
    text-align: left;
}
ul.newest-trade-ul>li+li{
    margin-left: 24px;
}
ul.newest-trade-ul>li:nth-child(4n+1){
    margin-left: 0;
}
ul.newest-trade-ul>li>i{
    display: block;
    width:84px;
    height:28px;
    margin-bottom: 10px;
}
i.buy{
    background-image: url("/img/index/buy-f64846e8092828f5d2ab38171f1a1c79.png");
}
i.sell{
    background-image: url("/img/index/sell-d1ce892af2733c3c4bc569dac2643b34.png");
}
ul.newest-trade-ul>li>a,ul.newest-trade-ul>li>a>img{
    display: inline-block;
    width:100%;
    height:200px;
}
ul.newest-trade-ul>li>p.product-title{
    font-size: 18px;
    font-weight: bold;
    color:#0f0f0f;
    padding-top:10px;
    cursor: pointer;
}
ul.newest-trade-ul>li>p.product-title>span+span{
    padding-left: 10px;
    color:#065DAD;
}
ul.newest-trade-ul>li>p+p{
    font-size: 16px;
    color:#0f0f0f;
    height: 25px;
}
ul.newest-trade-ul>li>p+p>span+span{
    color:#9D9D9D;
}
ul.newest-trade-ul>li>p+p>span:first-child{
    font-weight: bold;
}
ul.newest-trade-ul>li>p.product-title:hover>span+span{
    color:#3BC877;
}
/* 更多 */
div.more{
    display: flex;
    position:absolute;
    right:0;
    top:50%;
    cursor: pointer;
}
div.more>span{
    color:#3AC877;
    font-size:14px;
    margin-right:5px;
}
div.more>i{
    display:block;
    width:19px;
    height:20px;
    background-image:url("/img/index/right-fdcb540864c2709c354c4107814dd3ca.png");
}
div.more:active{
    opacity: 0.5;
}
/* ****banner***** */
div.banner>h3{
    display: inline-block;
    color:#3BC877;
    margin:20px auto;
    cursor:pointer;
}

/* **************** Latest Activity最新活动************ */
div.new-bg{
    padding-top:20px;
    min-height:200px;
    background-color:#F6F6F6;
}
/* ul */
.new-ul{
    display:flex;
    padding:30px 0 60px;
}
.new-ul>li{
    width:240px;
    min-height:300px;
    text-align:left;
}
.new-ul>li+li{
    margin-left: 10px;
}
.new-ul>li>a{
    font-weight:bold;
    margin-bottom:2px;
    color:#3bc877;
}
div>p.tc>a:hover,ul.article>li>p>a:hover{
    color:#3bc877;
}
.new-ul>li>div{
    margin:15px 0 30px;
}
.new-ul>li>p{
    color:#878787;
}
/* **************think tank  choiceness 智库精选************ */
/* FNA */
.FNA-w{
    width:465px;
    padding:10px 15px;
    font-size:20px;
}
.FNA-w a{
    color:#3BC877;
}
/**
图片
 */
.new-ul>li>a:hover,.flex-start>a:active,.FNA-w a:active,div.banner>h3:hover,.new-ul>li>div:hover,body>div a>img:hover,div.item img:hover{
    opacity: 0.5;
}
.demo1 img:hover{
    opacity: 1;
}
.rela>div{
    height:9px;
    background:url("/img/index/line1-992eea2ce5c75e5a6e609d1528eaff76.png")no-repeat center;
}
.rela>div:last-child{
    background:url("/img/index/line2-8ad051f6a47c9442ab3e2fc542fa98ee.png")no-repeat left center;
    position: relative;
    top:-10px;
    left:0;
}
.rela>div.posi-right{
    background:url("/img/index/line2-8ad051f6a47c9442ab3e2fc542fa98ee.png")no-repeat right center;
}
.flex-end{
    display:flex;
    justify-content: flex-end;
    padding-right:0;
}
/* choiceness 精选 */
.choiceness>li{
    margin:50px 0;
    width:386px;
    min-height:150px;
    display: flex;
    align-items: center;
}
.choiceness>li:first-child{
    padding-right:20px;
}
.choiceness>li+li{
    width:406px;
    border-left:1px solid #F1F1F1;
    padding-left:20px;
}
.choiceness>li+li b{
    color:#000;
}
.choiceness-img{
    width:120px;
    height:175px;
}
.choiceness-img>img{
    width:100%;
}

.choiceness-text{
    text-align:left;
    padding:0 0 0 25px;
    font-size:14px;
    width:245px;
    height:175px;
    position: relative;
}
.choiceness-text>p.tc{
    height:50px;
}
.choiceness-text>p.tc>a{
    font-size:12px;
    color:#545454;
}
.flex-start{
    position: absolute;
    left: 25px;
    bottom:5px;
    display:flex;
    align-items: center;
}
.flex-start img{
    display:block;
}
.flex-start>a{
    font-size:12px;
    color:#979797;
    padding-left:15px;
}
.choiceness-text>.font{
    font-size:18px;
    font-weight:bold;
}
.choiceness-text>p{
    min-height:20px;
}
/* article文章推荐 */
ul.article{
    display: flex;
    align-items: flex-start;
}
ul.article>li{
    padding:50px 0;
    width:389px;
    min-height:300px;
    text-align:center;
}
ul.article>li img{
    display: block;
}
ul.article>li>div{
    width:100%;
    max-height:160px;
}
ul.article>li+li{
    margin-left: 15px;
}
ul.article>li>p{
    padding:0 10px;
    margin: 20px 0;
    font-size:22px;
    font-weight: bold;
}
ul.article>li>p>a{
    color:#262626;
}
/**
查看更多
 */

.flex-start>a:hover{
    color:#4965D2;
}
ul.article>li>h4{
    padding:30px 0;
    font-weight:bold;
}
ul.article>li:first-child>h2{
    color:#4965D2;
}
ul.article>li>div:last-child{
    text-align:left;
    color:#565758;
}
/****************** enterprise 企业项目*** ************/
div.enterprise>div:first-child{
    height:300px;
    background-image:url("/img/index/bg-c037f81a9be6282b9a91a0f38e68d061.png");
    padding-top:10px;
}
div.enterprise>div:last-child{
    background-color:#F7F7F7;
}
ul.flex-width{
    display:flex;
    justify-content:center;
}
ul.flex-width li{
    padding:0 50px;
}
ul.flex-width li>a{
    color:#2D2D2D;
    font-size:20px;
}

/* foot */
div.foot{
    width:1200px;
    max-height: 660px;
    margin:0 auto;
    display: flex;
    flex-direction: column;
}

div.item{
    /*transform:translateY(-95px);*/
    margin-top: -95px;
}
#enterprise-bottom-banner{

}
div.item>div{
    width:1200px;
    height:280px;
    background-color:#fff;
    display:flex;
    justify-content: space-between;
    padding:15px 0 10px 20px;
}
div.item>div{
    /*margin-top:30px;*/
    margin-bottom: 30px;
}
div.item>div>div:last-child{
    width:702px;
    text-align:left;
    padding:10px 30px 0 50px;
    cursor: pointer;
}
div.item>div b{
    display:block;
    border-bottom:2px solid #4965d2;
    margin:20px 0;
}
div.item>div p{
    max-height:125px;
    text-indent:30px;
    font-size:16px;
    padding-right:30px;
    line-height:30px;
}
div.foot-a>h3:hover{
    cursor: pointer;
    color:#3BC877;
}
div.foot-a>h3:active{
    opacity:0.5;
}
/* ********cooperative partner合作伙伴********** */
.partner{
    flex-wrap: wrap;
    padding:30px 0 60px;
}


.partner img{
    display:block;
}
.partner>li{
    padding:5px 36px;
}


/*js动作*/
.flex-width-color>a{
    color:#3AC778!important;
    font-weight: bold;
}
/*广告清除a标签下外边距*/
.imgClearMB>a{
    margin-bottom: 0!important;
}

