.top-adv a{
    height: 55px;
}
.ns-nav a img{
    width: 60px;
    height: 60px;
    padding: 0;
}
.ns-nav a span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}
.top div{
    margin-left: 10px;
    display: flex;
}
.top div p{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.top div span{
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
}
.top-bgcolor1{
    background: #fb3f5e;
}
.top a{
    margin-right: 10px;
    color: #fff;
}
.industry2{
    width: 94%;
    margin: 0 auto;
}
.borr{
    border: 2px solid #cacaca;
    box-sizing: border-box;
    border-top: 0;
}
.sell-img{
    width: 95%;
    margin: 0 auto;
    counter-reset: section;
}
.sell-img a{
    padding: 10px 0;
    display: flex;
    margin-top: 10px;
    position: relative;
    justify-content: space-between;
}
.sell-img a:nth-child(1){
    margin-top: 0;
}
.sell-img a:nth-child(-n+3)::after{
    counter-increment: section;
    content: counter(section);
    position: absolute;
    width: 25px;
    left: -2px;
    top: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #fb3f5e;
    border-radius: 5px;
}
.sell-img a img{
    width: 30%;
    height: 60px;
}
.sell-img a div{
    width: 68%;
}
.sell-img a div p{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 15px;
}
.sell-img a div span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.sell-ul{
    width: 95%;
    margin: 0 auto;
}
.sell-ul a{
    position: relative;
}
.sell-ul a::after{
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.5em;
    left: 0;
    top: calc((100% - 0.5em)/2);
    background: #f2bf47;
}
.sell-ul a p{
    text-indent: 20px;
    font-size: 15px;
}
.sell-ul a span{
    font-size: 15px;
}
.top-bgcolor2{
    background: #39cf20;
}
.buy-div{
    padding-top: 10px;
}
.buy-adv1{
    display: block;
    width: 95%;
    margin: 0 auto;
    height: 190px;
}
.top-bgcolor3{
    background: #f2bf47;
}
.ptop{
    padding-top: 10px;
}
.art-banner{
    width: 95%;
    margin: 0 auto;
}
.art-banner a{
    display: block;
    height: 200px;
    position: relative;
}
.art-banner a img{
    width: 100%;
    height: 100%;
}
.art-banner a span{
    display: block;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-indent: 0.3em;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
}
.art-img{
    width: 95%;
    display: flex;
    margin: 10px auto;
    justify-content: space-between;
}
.art-img img{
    width: 40%;
    height: 100px;
}
.art-img div{
    width: 58%;
}
.art-img div p{
    height: 30px;
    line-height: 30px;
    color: #0561c4;
    white-space: nowrap;
    overflow: hidden;
}
.art-img div i{
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
}
.art-img div span{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.art-ul{
    width: 95%;
    margin: 0 auto;
}
.art-ul a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.art-ul .art-time{
    width: 80px;
    height: 80px;
    border: 2px solid #0561c4;
    box-sizing: border-box;
}
.art-ul .art-time p{
    height: 40px;
    line-height: 40px;
    background: #0561c4;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.art-ul .art-time span{
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #0561c4;
}
.art-div{
    width: calc(100% - 90px);
}
.art-div p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.art-div span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
}
.pbtop{
    padding-bottom: 10px;
}
.exh-img{
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,calc((100% - 20px)/3));
    grid-template-rows: repeat(2,60px);
    grid-gap: 10px;
}
.exh-img a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.exh-img a:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}
.exh-img a span{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-indent: 0.3em;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}
.exh-img2{
    width: 95%;
    margin: 10px auto;
}
.exh-img2 a{
    border: 1px solid #cacaca;
    box-sizing: border-box;
    height: 130px;
}
.exh-img2 a img{
    height: 60px;
}
.exh-img2 a span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.exh-img2 a i{
    text-indent: 0.3em;
    font-style: normal;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #0561c4;
    white-space: nowrap;
    overflow: hidden;
}
.exh-ul{
    width: 95%;
    margin: 0 auto;
}
.exh-ul a{
    margin-top: 10px;
    display: block;
}
.exh-ul p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.exh-ul span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
}
.com-img{
    width: 95%;
    margin: 0 auto;
}
.com-img a{
    width: 28vw;
    height: 28vw;
    position: relative;
}
.com-img a img{
    height: 28vw;
}
.com-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.com-img2{
    width: 95%;
    margin: 0 auto;
}
.com-img2 a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.com-img2 a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #39cf20;
    box-sizing: border-box;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.com-img2 a img{
    width: 30%;
    height: 80px;
}
.com-img2 a div{
    width: calc(68% - 15px);
    margin-left: 15px;
}
.com-img2 a div p{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #0561c4;
}
.com-img2 a div span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
}