.maximum{
    width: 100%; 
    background: url(../img/all-bg.jpg);
}
a{
    display: inline-block;
}
.ns-nav a{
    height: auto;
}
.ns-nav a img{
    padding: 0;
    width: 50px;
    height: 50px;
}
.ns-nav a span{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #9d3309;
}
.adv-2-2>a{
    width: 100%;
}
.adv-2-2>a>img{
    width: 100%;
}
.container{
    width: 94vw;
    margin: 0 auto;
}
/* 供应信息 */
.information{
    width: 94vw;
    overflow: hidden;
}
.all-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.all-title>div:nth-child(1){
    /* width: 460px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.all-title>div:nth-child(1)>span:nth-child(1){
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icon2.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.all-title>div:nth-child(1)>span:nth-child(2){
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.all-title>div:nth-child(1)>span:nth-child(3){
   white-space: nowrap;
}
.all-title>div:nth-child(2){
    width: calc(100% - 120px);
    box-sizing: border-box;
    overflow: hidden;
}
.all-title>div:nth-child(2)>img{
    width: 100%;
    height: 20px;
    margin-top: 10px;
}
.information-top{
    display: flex;
    justify-content: space-between;
}
.information-top>a{
    display: block;
    width: 30vw;
    height: 30vw;
}
.information-top>a>img{
    width: 100%;
    height: 100%;
}
.information-text{
    margin-top: 10px;
    width: 100%;
    padding: 10px 15px;
    background: url(../img/gyxx-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.information-text>a{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    line-height: 25px;
}
.information-text>a>div{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.information-text>a>div>span:nth-child(1){
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #9d3309;
    vertical-align: middle;
    margin-right: 10px;
}
.information-text>a>div>span:nth-child(2){
    display: inline-block;
    width: 58vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.information-text>a>span{
    color: #9d3309;
}
.all-img{
    margin: 10px 0px;
    width: 100%; 
    display: flex;
    justify-content: space-between;
}
.all-img a{
    width: 49%;
    height: 15vw;
}
.all-img a img{
    width: 100%;
    height: 100%;
}
/* 求购信息 */
.purchase{
    width: 94vw;
    overflow: hidden;
}
.purchase-top{
    width: 94vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.purchase-top>a{
    display: block;
    width: 30vw;
    height: 30vw;
    margin-bottom: 30px;
}
.purchase-top>a>img{
    width: 100%;
    height: 100%;
}
.purchase-top>a>p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}
.all-border{
    width: 94vw;
    border: 1px solid #c06b37;
    border-top: 5px solid #b34909;
    box-sizing: border-box;
}
.rmqg-top{
    width: 100%;
    height: 6vw;
    background: url(../img/img4.jpg) no-repeat;
    background-size: 100% 100%;
    line-height: 6vw;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    box-sizing: border-box;
}
.rmqg-top>span:nth-child(1){
    color: #b34909;
    font-family: 'myfristfont';
}
@font-face {
    font-family: 'myfristfont';
    src: url(../font/方正粗黑宋简体.TTF);
}
.rmqg-text{
    width: 94vw;
    padding: 5px 0px;
}
.rmqg-text>a{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
}
.rmqg-text>a>span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b34909;
    vertical-align: middle;
    margin: 0px 10px;
}
/* 行业资讯 */
.hyzx{
    width: 94vw;
    overflow: hidden;
    margin: 0px;
}
.industry-top{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.industry-top>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b34909;
    padding-bottom: 10px;
}
.industry-top>a>img{
    width: 35vw;
    height: 25vw;
}
.industry-top>a>div{
    width: 50vw;
}
.industry-top>a>div>p:nth-child(1){
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b34909;
    line-height: 20px;
}
.industry-top>a>div>p:nth-child(2){
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 30vw;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.sj{
    width: 0px !important;
    height: 0px !important;
    background-color: transparent !important;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #b34909;
}
/* 行业展会 */
.exhibition{
    width: 94vw;
    overflow: hidden;
}
.exhibition>.exhibition-top>.industry-top div{
    width: 55vw;
}
.exhibition-top>.industry-top{
    padding: 0px;
}
.exhibition-list>a{
    width: 100%;
    margin: 15px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}
.exhibition-list>a>div:nth-child(1){
    width: 40px;
    height: 40px;
    border: 1px solid #b34909;
    border-radius: 8px;
    margin-right: 15px;
}
.exhibition-list>a>div:nth-child(1)>span{
    display: block;
    align-items: center;
    text-align: center;
}
.exhibition-list>a>div:nth-child(1)>span:nth-child(1){
    color: #b34909;
}
.exhibition-list>a>div:nth-child(1)>span:nth-child(2){
    border-bottom: 1px solid #b34909;
    width: 80%;
    margin: 0 auto;
}
.exhibition-list>a>div:nth-child(1)>span:nth-child(3){
   font-size: 12px;
   color: #b34909;
}
.exhibition-list>a>div:nth-child(2){
    width: calc(100% - 60px);
}
.exhibition-list>a>div:nth-child(2)>p:nth-child(1){
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b34909;
    line-height: 25px;
}
.exhibition-list>a>div:nth-child(2)>p:nth-child(2){
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exhibition-list{
    width: 70vw;
}
.exhibition-text{
    display: flex;
    justify-content: space-between;
}
.exhibition-text>a{
    width: 140px;
    height: 225px;
    margin-top: 15px;
}
.exhibition-text>a>img{
    width: 100%;
    height: 100%;
}
/* 企业名录 */
.enterprice{
    width: 94vw;
    overflow: hidden;
}
.enterprice-infor{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.enterprice-infor>a{
    width: 30vw;
    height: 30vw;
    margin-bottom: 10px;
}
.enterprice-infor>a>img{
    width: 100%;
    height: 100%;
}
.enterprice-bottom{
    margin-bottom: 10px;
}
.enterprice-bottom>a{
   width: 94vw;
   height: 15vw;
}
.enterprice-bottom>a>img{
    width: 100%;
    height: 100%;
}