
/*网站变灰-begin：没有用户授权，严禁开启*/
/*html {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}*/
/*网站变灰-end*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#000;  font-family:"微软雅黑", Verdana, Arial, Helvetica, sans-serif; min-width: 1300px;}
body,html{
	user-select: none;
}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
a { text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

li{
	display: inline;
}

.content{
    background: #fff;
    padding-top: 20px;
}
.content__box{
    width: 1300px;
    margin: 0 auto;
}

.pagination {
	position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, rgb(67 64 64 / 58%) 0%, rgb(255 255 255 / 0%) 50%);
    bottom: 0;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pagination .swiper-pagination-switch {
	display: inline-block;
    width: 1rem;
    height: 0.25rem;
    border-radius: 10px;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
    background: #fff;
}
.paginationbig {
	position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
    /*background: linear-gradient(to bottom, rgb(67 64 64 / 58%) 0%, rgb(255 255 255 / 0%) 50%);*/
    bottom: 0;
    height: 3rem;
    line-height: 3rem;
    /*display: flex;
    justify-content: flex-end;
    align-items: center;*/
}

.paginationbig .swiper-pagination-switch {
	display: inline-block;
    width: 200px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
    background: #fff;
}
.swiper-active-switch {
	background: #ed7f09!important;
}
