body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-family:'Microsoft YaHei','PingFang-Bold','PingFang SC Bold','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif';background:#fff;-webkit-text-size-adjust:100%;}
a{text-decoration:none;color: unset;}
a:hover{text-decoration:unset;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle;/*width: 100%;*/}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
/* 小兴言默认样式 */
.textof{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.textof2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.textof3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.textof4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*清除swiper默认样式*/
.swiper-button-next,.swiper-button-prev{outline: none;border: none;}
.swiper-pagination-bullet{outline: none;}
.pcshow{display: block;}
.sjshow{display: none;}
@media only screen and (max-width: 992px){
.pcshow{display: none;}
.sjshow{display: block;}
}