@charset "utf-8";
/* CSS Document */

body { color:#333;font:16px "Microsoft Yahei";background: #f2f2f2;}
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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option,button{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;border: none;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
dl,dt{font-weight: normal;}
a {color:#333; text-decoration:none;display: block;} 
a:focus,input, button, textarea, select{outline:0;} 
a:hover{text-decoration: none;}
textarea{resize: none;}


.c{clear: both;}
.fl{float: left;}
.fll{float: left;width: 90%;overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;}
.fr{float: right;}
.imgfd{overflow: hidden;width: 100%;position: relative;}
.imgfd img{transition: all 0.5s ease;height: 100%;width: 100%;object-fit: cover;position: absolute;top: 0;left: 0;display: block;margin: auto;z-index: 1;}
.imgfd:hover img{transform: scale(1.1);}
.imgg img{height: 100%;width: 100%;object-fit: cover;display: block;}
.imgg img{max-width: 100%;}
img{max-width: 100%;}

.imgfdd{overflow: hidden;}
.imgfdd img{transition: all 0.5s ease;height: auto;width: 100%;object-fit: cover;display: block;}
.imgfdd:hover img{transform: scale(1.1);}

.pagination{display: inline-flex;flex-wrap: nowrap;justify-content: center;align-items: center;gap: 0;margin: 0;margin-top: 40px;padding: 0;overflow: visible;}
.digg .pagination > li{float: none;list-style: none;margin: 0 2px;padding: 0;overflow: visible;}
.pagination > li > a, .pagination > li > span{padding: 0 6px;border: none;color: #000;margin: 0;display: block;font-size: 14px;line-height: 30px;white-space: nowrap;min-width: 20px;text-align: center;}
.pagination li.first,.pagination li.last{display: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background: #eb8a2c;color: #fff;border-radius: 4px;}
.pagination > li > a:hover{color: #eb8a2c;}
.pagination .disabled span{border: none;color: #999;cursor: default;}
.pagination .prev a, .pagination .next a{font-size: 18px;line-height: 38px;width: 40px;height: 40px;padding: 0;font-weight: bold;border: 1px solid #ccc;display: inline-flex;align-items: center;justify-content: center;box-sizing: border-box;}
.digg{text-align: center;width: 100%;overflow: visible;}
@media (max-width: 600px){
	.pagination{margin-top: 20px;}
}

.center{width: 1670px;margin: 0 auto;}
.center2{width: 1670px;margin: 0 auto;}
@media (max-width: 1670px){
	.center,.center2{width: 96%;}
}

.tab{}
.tab-hd {overflow:hidden; zoom:1;}
.tab-hd li{cursor:pointer;}
.tab-hd li.active{background:#F60;}
.tab-bd li{display:none;}
.tab-bd li.thisclass{display:list-item;}

