*{
    font-size: 16px;
}
.top{
    height: 50px;
    position: relative;
}
.top::before{
    content: '';
    position: absolute;
    bottom: 1px;
    width: calc(100vw - 60px - 4em);
    height: 4px;
    background: url(../img/top2.jpg)no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.top::after{
    content: '';
    position: absolute;
    left: 0;
    height: 50px;
    width: 15px;
    top: 0;
    background: url(../img/top1.jpg)no-repeat;
    background-size: 100% 100%;
}
.top div{
    margin-left: 20px;
}
.top p{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.top span{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}
.top a{
    height: 50px;
    line-height: 50px;
}
.art-img1 a img{
    height: 100px;
}
.art-img1 a p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}
.art-img1 a span{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    color: #707070;
}
.art-img2 a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.art-img2 a img{
    width: 30%;
    height: 100px;
}
.art-img2 div{
    width: 100%;
}
.art-img2 div p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    font-size: 15px;
}
.art-img2 div span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #7c7b7b;
}
.art-img2 div i{
    display: block;
    font-style: normal;
    color: #eb6100;
    height: 30px;
    line-height: 30px;
}
.top-adv2 a{
    height: 100px;
}
/* supply */
.suppicbig {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.suppicbig a {
    display: block;
}

.suppicbig a div {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.suppicbig a div img {
    width: 100%;
    height: 100%;
}

.suppicbig a p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 28px;
    text-indent: 4px;
    font-size: 16px;
}
.newslist{
    width: 96%;
    margin: 0 auto;
}
.newslist li{
    display: flex; 
}
.newslist a {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
    font-size: 16px;
    position: relative;
}
.newslist span{
    line-height: 34px;
    color: #0077df;
}
/* news */
.newspbox{
    width: 96%;
    margin: 0 auto 10px;
}
.newspbox .shurff{
    margin: 0;
}
.newsr1 h1{
    width:100% ;
    font-size: 18px;
    color: #0077df;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}
.newsr1 p{
    width: 100%;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-ul li a{
    width: 70%;
    position: relative;
    font-size: 16px;
    display: block;
    line-height:34px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-ul li span{
    text-align: right;
    font-size: 16px;
    line-height:34px;
}
.article-ul a::after{
    content:"";
    width: 8px;
    border-radius: 10px;
    border: 1px solid #0077df;
    height: 8px;
    top: 12px;
    position: absolute;
    left: 0;
}
/* exh */
.exh1p a{
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
}
.exh1p img{
    width: 100%;
    height: 100%;
}
.exh1p p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 34px;
    text-indent: 10px;
    color: white;
    background-color: #0077df;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exh2box a{
    display: block;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.exh2box img{
    width: 36%;
    height: 110px;
}
.exh2box div{
    width: 62%;
}
.exh2box div h1{
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exh2box div p{
    width: 100%;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.exh2box .econbox{
    width: 100%;
}
/* product */
.com-img a{
    width: 30vw;
    border: 1px solid #0077df;
}
.com-img a div{
    width: 100%;
    height: 30vw;
    
}
.com-img a img{
    height: 100%;
}
.com-img a p{
    color: white;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:#0077df;
}

.links{
    width:92%;
    margin: 0 auto;
    padding: 1% 2%;
    background-color: #e4f2f7;
    display: flex;
    flex-wrap: wrap;
}
.links h1{
    font-weight: normal;
    color: #0077df;
    font-size: 20px;
}
.links a{
    margin: 0 5px;
    font-size: 18px;
    line-height: 30px;
}
.links a:hover{
    color: #0077df;
}


.marbb{
    margin-bottom: 30px;
}