*{
    font-size: 14px;
    font-family: "微软雅黑";
    color:#585858;
    list-style: none;
}
body,p,img,ul,li,ol,h1,h2,h3,h4{
    margin:0;
    padding:0;
    border: none;
    list-style: none;
    font-weight: normal;
}
a{
    text-decoration: none;
    margin:0;
    padding: 0;  
}
a:hover{
    color: #67b687;
}
/*流程图*/
.shurff {
	width:100%;
}

.swiper-slide img {
	width: 100%;
	height: 640px;
}

.swiper-pagination span {
	width: 5px;
	height: 5px;
}

.swiper-pagination-bullet {
	background: white !important;
	opacity: 0.6 !important;
	margin: 0px 4px !important;
}

.swiper-pagination-bullet-active {
	background: #7ab500 !important;
	opacity: 1 !important;
}

/* advertising */
.advbox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.advbox a{
    display: block;
    width: 33%; 
    height: 120px;
}
.advbox a img{
    width:100%;
    height: 120px;
}
.advbox2{
    width: 1200px;
    margin: 0 auto;
}
.advbox2 a{
    display: block;
    width: 100%;
    height: 80px;
}
.advbox2 a img{
    width: 100%;
    height: 80px;
}
/* supply */
.ftitbox{
    width: 1200px;
    margin: 10px auto 20px;
    display: flex;
    padding-bottom: 6px;
    justify-content: space-between;
    border-bottom: 2px solid #67b687;
}
.ftitbox h1{
    font-size: 24px;
    padding-right: 10px;
    font-weight: bold;
}
.ftitbox h1 span{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.ftitbox a{
    text-align: right;
    font-size: 16px;
    margin-top: 6px;
    margin-right: 4px;
}
.fbigbox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.suplbig{
    width:60%;
}

.supmbig{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.picbox1{
    width: 32%;
}
.picbox1 a{
    display: block;
    width:100%;
    height: 190px;
}
.picbox1 img{
    width:100%;
    height: 190px;
}
.picbox1 p{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.suprbig{
    width:38%;
}
.suprlist{
    width: 98%;
}
.suprlist li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.suprlist li a{
    display: block;
    width: 76%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;

}
.suprlist li span{
    text-align: right;
    line-height: 30px;
}
.newsrlis1 a {
    width: 100%;
    margin-bottom: 26px;
    display: block;
    display: flex;
    justify-content: space-between;
}
.newsrlis1 img {
    width: 150px;
    height: 110px;
}
.newsrlis1 div {
    width:64%;
    margin-top: 4px;
}
.newsrlis1 div h2 {
    color: #383838;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsrlis1 div p {
    line-height: 24px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.newsrlis1 div em{
    padding:5px 20px;
    color: #67b687;
    font-style:normal;
    border: 1px solid #67b687;
}
/* Purchasing */
.purlbib{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.purlbib .picbox1{
    width: 24%;
    margin-bottom: 10px;
}
.purrbib{
    width: 28%;
}
.purrbib a img{
    width: 100%;
    height: 160px;
}
.purxtit{
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.purxtit h1{
    width: 50%;
    font-size: 18px;
    font-weight: bold;
}
.purxtit a{
    text-align: right;
}
.purlist{
    width: 100%;
}
.purlist li a{
    width: 100%;
    display:block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* news */
.newlbox{
    width: 32%;
}
.newstpic{
    width: 100%;
    position: relative;
}
.newstpic a{
    display: block;
    width: 100%;
    height: 250px;
}
.newstpic a img{
    width: 100%;
    height: 250px;
}
.newstpic p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    line-height: 30px;
    opacity: 0.8;
    color: white;
    text-indent: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newlbox .purlist li a{
    position: relative;
    padding-left: 10px;
}
.newlbox .purlist li a::before{
    content: "";
    position: absolute;
    top:12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #67b687;
}
.newmbox{
    width:31% ;
}
.newsmbox1{
    width: 100%;
    margin-bottom: 10px;
}
.newsmbox1 h1{
    width: 100%;
    color: #323232;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsmbox1 p,.minpic p,.newsrtim a p,.exhtxt p,.exhrtxt p{
    width: 100%;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsmbox1 div{
    width: 100%;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}
.newsmbox1 div h1{
    width: 40%;

}
.newsmbox1 div h3{
    text-align: right;
}
.midpicbox{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.minpic{
    width: 49%;
}
.minpic a{
    display: block;
    width: 100%;
    height:130px ;
}
.minpic a img{
    width: 100%;
    height: 130px;
}
.newrbox{
    width: 32%;
}
.newsxtit{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.newsxtit h1{
    width: 60%;
    font-size: 18px;
}
.newsxtit a{
    display: block;
    text-align: right;
}
.newsrtim{
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.newsrtim .time{
    width:80px;
    padding-top: 14px;
    box-shadow: 1px 1px 5px 1px #acacac;
}
.newsrtim .time h1{
    width: 100%;
    text-align: center;
    color: #67b687;
    font-weight: bold;
    font-size: 20px;
}
.newsrtim .time p{
    width: 100%;
    text-align: center;
    color: #67b687;
    font-size: 14px;
}
.newsrtim a{
    display: block;
    width:74%;
}
.newsrtim a h2{
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  exhibition */
.exhlbig{
    width: 49%;
}
.exhbox a,.exhrbox1 a{
    display: block;
    margin-bottom:20px ;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.exhtxt{
    width: 70%;
}
.exhtxt h1{
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhbox img{
    width: 160px;
    height: 100px;
}
.exhrbox1 img{
    width: 188px;
    height: 110px;
}
.exhrtxt{
    width: 64%;
}
.exhrtxt h1{
    color: #3c885b;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exhrtxt h2{
    font-size: 16px;
    line-height: 32px;
}
.exhlist{
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exhlist li{
    width: 50%;
}
.exhlist li a{
    display: block;
    width: 80%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Business */
.compbig{
    flex-wrap: wrap;
}
.compbox{
    width: 19%;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #c5c5c5;
}
.compbox:hover{
    border: 1px solid #67b687;
}
.compbox a{
    display: block;
    width: 100%;
    height:100%;
}
.compbox a img{
    width: 100%;
    height:100%;
}
.compbox p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    background-color:#c5c5c5;
    line-height: 30px;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advbox3{
    width: 1200px;
    margin: 0 auto;
}
.advbox3 a{
    display: block;
    width: 100%;
    height:140px ;
}
.advbox3 a img{
    width: 100%;
    height: 140px;
}
/* link */
.linkbox{
    width: 1200px;
    margin: 0 auto 10px;   
    display: flex;
    flex-wrap: wrap; 
}
.linkbox a{
    display: block;
    padding:0 10px;
    margin: 5px 0;
    border-right: 1px solid #acacac;
}
.linkbox a:last-child{
    border: none;
}
