.all-bg{
    background-color: #f2f5f8;
    width: 100%;
    padding-bottom: 20px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.container-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-y{
    width: 196px;
    height: 370px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    z-index: 10;
}
.nav-y>ul>li{
    padding: 16.5px 10px;
    transition: .3s;
    box-sizing: border-box;
}
.nav-y>ul>li:hover>a{
    color: #e4bb2e;
}
.nav-y>ul>li>a{
    font-size: 20px;
    line-height: 41px;
    color: #000;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .1s;
}
.nav-y>ul>li>a>span:nth-child(1){
    display: inline-block;
    border-left: 3px solid transparent;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    transition: .3s;
}
.nav-y>ul>li:hover>a>span:nth-child(1){
    border-left: 3px solid #e4bb2e;
}
.nav-lb{
    display: flex;
}
.nav-lb img{
    width: 720px;
    height: 370px;
}
.swiper-wrapper{
    width: 720px !important;
}
.tzgg{
    width: 270px;
    height: 370px;
}
.tzgg>a{
    width: 100%;
}
.tzgg>a>img{
    width: 270px;
    height: 132px;
}
.tzgg-top{
    background-color: #fff; 
    padding: 5px 10px;
    box-sizing: border-box;
}
.tzgg-top>div{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    margin: 10px 0px;
}
.tzgg-top>div>p:nth-child(1){
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #07a5c3;
    padding: 0px 5px;
}
.tzgg-top>div>p:nth-child(1)>span{
    color: #07a5c3;
}
.tzgg-top>div>p{
    line-height: 30px;
}
.tzgg-top>div>p:nth-child(2){
    font-size: 16px;
    color: #6e6d6d;
}
.tzgg-top>a{
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tzgg-top>a:hover{
    color: #07a5c3;
}
.tzgg-top>a>span{
    color: #e4bb2e;
}
.dm {
    width: 100%;
}
.dm>.dn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dm>.dn>a{
    overflow: hidden;
}
.dn img{
    width: 390px;
    height: 140px;
    transition: .5s;
}
.dn img:hover{
    transform: scale(1.15,1.15);
}
.dm>.dn>a{
    display: block;
    margin-top: 5px;
}
/* 模块标题 */
.content{
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.all-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9e0e7;
    margin: 10px 0px;
    padding-bottom: 8px;
}
.all-top-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.all-top-left>img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.all-top-left>span{
    line-height: 30px;
    font-size: 18px;
    color: #07a5c3;
    margin-right: 10px;
}
.all-top-right{
    display: flex;
    line-height: 30px;
}
.all-top-right>div{
    font-size: 18px;
    padding: 5px 20px;
    color: #6b6b6b;
}
.text-bg{
    background-color: #07a5c3;
    border-radius: 8px;
}
.text-bg>a{
    color: #fff !important;
}
.news-infor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-left{
    width: 43%;
    display: flex;
    flex-wrap: wrap;
}
.news-left>a:nth-child(1)>img{
    width: 495px;
    height: 310px;
}
.news-left>a:nth-child(1){
    width: 495px;
    height: 310px;
    margin-bottom: 4px;
}
.news-left>a{
    margin-right: 18px;
    overflow: hidden;
    width: 238px;
    height: 154px;
}
.news-left>a>img{
    width: 238px;
    height: 154px;
    transition: .3s;
}
.news-left>a>img:hover{
    transform: scale(1.2,1.2);
}
.news-right{
    width: 55%;
}
.news-right-top{
    width: 100%;
}
.news-right-top>a{
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right-top span:nth-child(1){
    display: inline-block;
    width: 100%;
    line-height: 30px;
}
.news-right-top span:nth-child(1)::before{
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    /* border-right: 5px solid #e4bb2e; */
    border-left: 10px solid #e4bb2e;
    margin-right: 10px;
}
.news-right-top>a>p{
    color: #e4bb2e;
    margin-left: 20px;
    line-height: 30px;
}
.news-right-text{
    width: 100%;
    margin-top: 10px;
}
.rmzx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9e0e7;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.rmzx>div>span{
    font-size: 18px;
    color: #07a5c3;
    margin-right: 10px;
}
.rmzx>a{
    font-size: 16px;
    color: #6b6b6b
}
.news-right-text>a{
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-right-text>a>span:nth-child(1){
    color: #e4bb2e;
}
.bottom-ggw{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}
.bottom-ggw>a{
    overflow: hidden;
    height: 140px;
}
.bottom-ggw img{
    width: 394px;
    height: 140px;
    transition: all .5s;
}
.bottom-ggw img:hover{
    transform: scale(1.2,1.2);
}
/* 供应信息 */
.supply{
    width: 100%;
}
.supply-infor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.supply-infor>a{
    display: block;
    overflow: hidden;
    width: 220px;
    height: 395px;
}
.supply-infor>a>img{
    width: 220px;
    height: 395px;
    transition: all .5s;
}
.supply-infor>a>img:hover{
    transform: scale(1.2,1.2);
}
.supply-infor-right>a{
    overflow: hidden;
}
.supply-infor-right>a:nth-child(1){
    display: block;
    width: 407px;
    height: 245px;
    margin-bottom: 8px;
}
.supply-infor-right>a:nth-child(1)>img{
    width: 407px;
    height: 245px;
    transition: .5s;
}
.supply-infor-right>a:nth-child(2){
    width: 407px;
    height: 143px;
}
.supply-infor-right>a:nth-child(2)>img{
    width: 407px;
    height: 143px;
    transition: .5s;
}
.supply-infor-right>a>img:hover{
    transform: scale(1.2,1.2);
}
.supply-infor-center>div{
    display: flex;
    margin-bottom: 10px;
}
.supply-infor-center>div>a>div{
    overflow: hidden;
}
.supply-infor-center>div img{
    width: 260px;
    height: 168px;
    transition: all .5s;
}
.supply-infor-center>div img:hover{
    transform: scale(1.2,1.2);
}
.supply-infor-center>div>a{
    font-size: 16px;
}
.supply-infor-center>div>a:nth-child(1){
    margin-right: 20px;
}
.supply-infor-center>div>a>p{
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.supply-infor-center>a{
    font-size: 16px;
    width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 33px;
}
.supply-infor-center>a>span:nth-child(1){
    color: #e4bb2e;
}
/* 求购信息 */
.purchase-infor .supply-infor-center>div>a{
    width: 540px;
    /* height: 192px; */
    margin: 0px;
}
.purchase-infor .supply-infor-center>div>a img{
    width: 540px;
    height: 192px;
}
.purchase-infor .supply-infor-center>div>a p{
    width: 540px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}
.purchase-infor .supply-infor-center>div>a p>span:nth-child(1){
    display: inline-block;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.purshase-text>a{
    width: 407px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.purshase-text>a>span:nth-child(1){
    color: #e4bb2e
}
/* 行业展会 */
.industry{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.industry-left{
    width: 55%;
}
.industry-left>a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 40px;
}
.industry-left>a>p:nth-child(1){
    width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry-left>a>p:nth-child(2){
    margin-right: 20px;
}
.industry-left>a>p>span:nth-child(1){
    color: #e4bb2e;
}
.industry-left-top{
    width: 100%;
    margin-bottom: 10px;
}
.industry-left-top>a{
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
    /* justify-content: space-between; */
}
.industry-left-top>a>div{
    overflow: hidden;
    width: 465px;
    height: 160px;
    margin-right: 15px;
}
.industry-left-top>a img{
    width: 100%;
    height: 160px;
    transition: .3s;
}
.industry-left-top>a img:hover{
    transform: scale(1.2,1.2);
}
.industry-left-top>a>p{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-right: 10px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.industry-right{
    width: 40%;
}
.industry-right-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9e0e7;
    margin: 20px 0px 10px;
    padding-bottom: 17px;
}
.industry-right-title>p{
    font-size: 18px;
    color: #07a5c3;
    line-height: 40px;
    border-left: 4px solid #07a5c3;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
}
.industry-right-title>a{
    font-size: 16px;
    color: #6b6b6b;
}
.industry-right-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.industry-right-img img{
    width: 230px;
    height: 160px;
    border: 1px solid #e4bb2e;
}
.industry-right>a{
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}
.industry-right>a>p:nth-child(1){
    font-size: 18px;
    /* font-weight: 600; */
}
.industry-right>a>p{
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.industry-bottom{
    margin-bottom: 20px;
}
.industry-bottom>a{
    width: 100%;
    height: 145px;
    overflow: hidden;
    border-radius: 10px;
}
.industry-bottom>a>img{
    width: 1200px;
    height: 148px;
    transition: .3s;
}
.industry-bottom>a>img:hover{
    transform: scale(1.2,1.2);
}