*{
	margin:0;
	padding:0;
}

ul,li {
    list-style: none;
}

html {
	width: 100%;
}

/* @media screen and (max-width: 1560px) {
	.swiper1 .swiper-slide .swiper1-text {
       zoom: 0.8;
    }

    .swiper1 .swiper-slide .cover-text{
        zoom: 0.8;
    }
    
    .swiper1 .swiper-slide .swiper3-text {
        zoom: 0.8;
    }
} */


th,
td,
button,
input,
select,
textarea,
div,
span,
p,
ul,
/* li,h1,h2,h3,h4,h5,h6 {
	font-family: "SiYuan";
}
*/

a {
	text-decoration: none;
}
::-webkit-scrollbar {
        width: 5px;
    height: 10px;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.clamp2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}