@charset "utf-8";
body,html{
	width: 100%;
	overflow-x: hidden;
	font: calc(100vw / 120) arial;
	/* min-width: 1345px; */
}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;
} 
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.transition{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.es{
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container{
	padding-left: 8.5%;
	padding-right: 8.5%;
	padding-top: .1px;
}
.df{
	display:box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.fz{
	font-size: 0;
}
.align-center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.df-between{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.df-justify-center{
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.df-justify-end{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: end;
}
.df-flex-auto{
	-webkit-box-flex: auto;  /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: auto;   /* OLD - Firefox 19- */
	-webkit-flex: auto;   /* Chrome */
	-ms-flex: auto;      /* IE 10 */
	flex: auto;
}
.df-flex-1{
	-webkit-box-flex: 1;  /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;   /* OLD - Firefox 19- */
	-webkit-flex: 1;   /* Chrome */
	-ms-flex: 1;      /* IE 10 */
	flex: 1;
}
.df-shrink{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.title{
	line-height: 1.5;
}
.text-center{
	text-align: center;
}
.hide{
	display: none;
}
/*公共样式结束*/
/*header*/
#header{
	
}
.mobile-logo{
	display: none;
}
.mobile-btn-all{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 2.7%;
	z-index: 99999999999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
}
.mobile-btn-all a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .3s;
}
.mobile-btn-all a svg{
	width: 100%;
	height: 100%;
	fill: #fff;
}
.mobile-btn-all #btn-close{
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}
.mobile-btn-all.on #btn-close{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.mobile-btn-all.on #btn-close svg{
	fill: #fff;
}
.mobile-btn-all.on #btn-open{
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}
.mobile-nav{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51,51,51,.3);
	transition:all .55s cubic-bezier(0.4, 0, 0, 1);
}
.mobile-nav ul{
	width: 85%;
	height: 100%;
	padding: 5%;
	background-color: #fff;
	overflow-y:auto;
	overflow-x: hidden;
}
.mobile-nav ul li{
	width: 100%;
	margin-bottom: 10%;
	padding-left: 10%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10%;
}
.mobile-nav ul li > a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
}
.mobile-nav.on{
	opacity: 1;
	left: 0;
	visibility: visible;
}
/*header*/
/*footer*/
#footer{
	
}
/*footer*/
@media (max-width:1400px){
	#footer .f-right .f-nav li{
		padding-right: 2rem;
		margin-right: 2rem;
	}
}
@media (max-width:1400px){
	.zd-fz-12{font-size: 12px !important;}
	.zd-fz-13{font-size: 13px !important;}
	.zd-fz-14{font-size: 14px !important;}
	.zd-fz-15{font-size: 15px !important;}
	.zd-fz-16{font-size: 16px !important;}
	.zd-fz-17{font-size: 17px !important;}
	.zd-fz-18{font-size: 18px !important;}
	.zd-fz-19{font-size: 19px !important;}
	.zd-fz-20{font-size: 20px !important;}
	html,body{
		font-size: calc(100vw / 100);
	}
	.container{
		padding-left: 6%;
		padding-right: 6%;
	}
	#index-cat{
		padding-left: 6%;
	}
	.page-product-details .box .right{
		padding-right: 6%;
	}
	#header .pc-header .pc-nav li::before{
		bottom: -1.9vw;
	}
	
	
}
@media (max-width:1024px){
	.ipad-fz-12{font-size: 12px !important;}
	.ipad-fz-13{font-size: 13px !important;}
	.ipad-fz-14{font-size: 14px !important;}
	.ipad-fz-15{font-size: 15px !important;}
	.ipad-fz-16{font-size: 16px !important;}
	.ipad-fz-17{font-size: 17px !important;}
	.ipad-fz-18{font-size: 18px !important;}
	.ipad-fz-19{font-size: 19px !important;}
	.ipad-fz-20{font-size: 20px !important;}
	html,body{
		font-size: 78%;
	}
	.container {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.none,.pc-header,
	#banner .prev, #banner .next,
	#banner .swiper-pagination-box .num,
	#banner .swiper-pagination-box .length,
	#index-about .about-box .left .about-more i,
	#footer .f-right .f-nav,
	.page-banner .page-more-icon,
	.page-product-details .box .left .paging-btn a i,
	.page-bidding-details .container .box .paging .btn,
	.page-info-pub .list li a::before{
		display: none;
	}
	#index-about .about-box,
	#footer .container,
	#index-cat,
	#footer .f-right .f-info span,
	#footer .copyRight a,
	.page-about-box .box,
	.page-product-details .box,
	.page-bidding-details .container .box .paging,
	.page-bidding-details .container .box .paging .prev,
	.page-bidding-details .container .box .paging .next,
	.page-contact .box{
		display: block;
	}
	#index-about .about-box .left .type,
	#index-about .about-box .right,
	.page-about-box .box .left,
	.page-product-details .box .left,
	.page-product-details .box .right,
	.page-bidding-box .list li,
	.page-contact .box .left .message,
	.page-contact .box .right{
		width: 100% !important;
	}
	.page-banner img{
		object-fit: cover;
		height: 100%;
	}
	.page-product-details .box .right .content,
	.page-bidding-box .list li{
		height: auto;
	}
	#index-product .list li,
	.page-product .list li,
	#index-cat .right a{
		width: 50% !important;
	}
	.page-about-box .box,
	.page-product .list,
	.page-bidding-box .list,
	.page-bidding-details .container .box{
	    margin-top: 3rem;
	}
	.mobile-logo{
		display: block;
		width: 60vw;
	}
	.mobile-btn-all{
		opacity: 1;
		visibility: visible;
	}
	#header{
		background-color: rgba(0,0,0,.5);
		padding:4% 3%;
		transition: .3s;
	}
	#header.on .mobile-logo img{
		filter: brightness(0);
	}
	#header.on .mobile-btn-all a svg{
		fill: #000;
	}
	#banner {
	    height: 70vw !important;
	}
	#banner .swiper-pagination-box{
		bottom: 15px;
	}
	#banner .swiper-pagination-box .swiper-pagination span{
		width: 20px;
	}
	#index-about {
	    margin-top: 2rem;
		background-position-y: 3.3rem;
		background-size: 100% 100%;
		margin-bottom: 1rem;
	}
	#index-about .about-box .left .about-txt {
	    width: 24rem;
	}
	#index-about .about-box .left .about-title {
	    margin-top: 3.5rem;
	    font-size: 2rem;
	}
	#index-about .about-box .left .about-more {
	    width: 8rem;
	    height: 8rem;
	    font-size: 1.125rem;
	    line-height: 8rem;
	    top: 5rem;
	    right: 0;
	}
	#index-about .about-box .left {
	    padding-right: 0;
	}
	#index-about .about-box .left .desc {
	    -webkit-line-clamp: 5;
	}
	#index-about .about-box .left .type {
	    margin-top: 3rem;
	}
	#index-about .about-box .left .type a{
		height: 6.5rem;
	}
	#index-about .about-box .left .type a .box{
		background-image:none;
		padding-left: 0;
	}
	#index-about .about-box .left .type a:nth-child(2n) .box{
		padding-left: 7%;
	}
	#index-about .about-box .left .type a:nth-last-child(-n+2) {
	    padding-top: 1rem;
	}
	#index-about .about-box .right{
		height: 30rem;
	}
	#index-product {
	    margin-top: 3rem;
	}
	#index-product .top-title {
	    font-size: 1.7rem;
	    margin-bottom: 3rem;
	}
	#index-product .top-title em {
	    font-size: 14px;
	}
	#index-product .list ul{
		margin-left: -5px;
		margin-right: -5px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		padding-bottom: 1rem;
	}
	#index-product .list li,
	.page-product .list li{
		height: 65vw;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	#index-product .list li a {
	    padding-top: 1rem;
		background-size: 100% 85%;
		background-position-y: bottom;
	}
	#index-product .list li .title {
	    font-size: 1.3rem;
	}
	#index-product .list li .desc {
	    margin-top: 0.4rem;
	}
	#index-cat {
		height: auto;
	    margin-top: 1rem;
		background-color: #0883C6;
		padding-left: 0;
		text-align: center;
		padding-bottom: 2rem;
	}
	#index-cat .left {
	    padding-top: 2rem;
	}
	#index-cat .left .title {
	    font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	#index-cat .right{
		margin-top: 2rem;
	}
	#index-cat .right a{
	}
	#index-cat .right a img {
	    height: 3rem;
	}
	#index-cat .right a p {
	    font-size: 1.4rem;
	    margin-top: 1rem;
	}
	#footer {
	    padding-top: 3.5rem;
	}
	#footer .f-right .f-info{
		margin-top: 1rem;
	}
	#footer .f-right .f-info span{
		margin-left: 0 !important;
		line-height: 2;
	}
	#footer .copyRight {
	    line-height: 2;
		padding: 1rem 0;
		margin-top: 1.5rem;
	}
	.page-banner{
		height: 75vw;
	}
	.page-banner .title{
		font-size: 2rem;
		top: 55%;
	}
	.page-banner .title em {
	    font-size: 1.2rem;
		margin-top: 0;
	}
	.page-about-box .box .left {
	    height: 60vw;
	    margin-right: 0;
	}
	.page-about-box .box .right .title {
	    font-size: 2rem;
	    margin-top: 2rem;
	}
	.page-about-box .box .right .title em {
	    font-size: 1.3rem;
	}
	.page-about-box .box .right .desc {
	    margin-top: 2rem;
	    padding-right:10px;
	}
	.page-about-box .container {
	    padding-bottom: 3rem;
	}
	.page-cat .title {
	    font-size: 1.8rem;
	}
	.page-product .list li a{
		border: 1px solid #ddd;
		margin-top: 0 !important;
	}
	.page-product .list li i.bg {
	    height: 40vw;
	}
	.page-product .list li .title {
	    font-size: 1.4rem;
	    margin-top: 0;
	}
	.page-product .list li .desc{
		padding: 0 10px;
	}
	.page-product .list li .more{
		margin-top: 1rem;
	}
	.page-paging-box a{
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}
	.page-paging-box {
	    margin-bottom: 3rem;
	}
	.page-product-details .box .left{
		margin-top: 0;
		padding-top: 0;
	}
	.page-product-details .box .left .img-list li {
	    height: 70vw;
	}
	.page-product-details .box .left .img-list li i {
	    background-size: 60%;
	}
	.page-product-details .box .left .paging-btn a{
		width: 6rem;
		height: 2.2rem;
		line-height: 2.2rem;
	}
	.page-product-details .box .left .paging-btn a.btn{
		margin: 0 1rem;
	}
	.page-product-details .box .left .img-list {
	    margin-bottom: 2rem;
	}
	.page-product-details .box .left {
	    padding-bottom: 3rem;
	}
	.page-product-details .box .right{
		padding-top: 3rem;
		padding-left: 3%;
		padding-right: 3%;
	}
	.page-product-details .box .right .title {
	    font-size: 1.5rem;
	}
	.page-product-details .box .right .line {
	    margin-bottom: 1.8rem;
	}
	.page-product-details .box .right .content {
	    padding-right: 0;
		overflow: hidden;
	}
	.page-product-details .box .right .offer-btn{
		margin-left: auto;
		margin-right: auto;
		margin-top: 2.2rem;
	}
	.page-bidding-box .list li{
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 1.2rem !important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 1.2rem;
	}
	.page-bidding-box .list li .title {
	    font-size: 1.3rem;
	}
	.page-bidding-box .list li .desc {
	    margin-top: 0.5rem;
	}
	.page-bidding-box .list li .time {
	    margin-bottom: 1rem;
	}
	.page-bidding-details .container .box{
		margin-bottom: 3rem;
		padding-top: 2rem;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 4rem;
	}
	.page-bidding-details .container .box .content {
	    margin-top: 1.7rem;
	    padding-top: 1.4rem;
	}
	.page-bidding-details .container .box .paging{
		border-top: none;
	}
	.page-bidding-details .container .box .paging .next{
		padding-left: 0;
		text-align: left;
	}
	.page-info-pub{
		padding-top: 3rem;
	}
	.page-info-pub .list li a{
		padding-left: 1rem;
	}
	.page-info-pub .list li a{
		font-size: 1.3rem;
	}
	.page-info-pub .list li a i {
	    width: 22px;
	    height: 22px;
	    background-size: 100% 100%;
	    right: 1rem;
	}
	.page-info-pub .list li .content {
	    margin-top: 1.5rem;
	    margin-bottom: 1.5rem;
	    padding-left: 1rem;
		padding-right: 1rem;
	}
	.page-info-pub .list {
	    margin-bottom: 3rem;
	}
	.page-contact .box .left{
		padding: 3rem 3% 4%;
	}
	.page-contact .box .left .top-title {
	    font-size: 2.3rem;
	}
	.page-contact .box .left .message {
	    margin-top: 3rem;
	}
	.page-contact .box .right {
	height:100%;
	   
	}
	
	.page-contact .box .right img{
 object-position: center 20%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

	}
	#footer .copyRight .icp,#footer .copyRight span{
    margin-left: 0;
  }
  #footer .copyRight span a{
    display:inline-block;
  }
	
	
	
	
	
	
	
	
}

@media (max-width:768px){
	.mb-fz-12{font-size: 12px !important;}
	.mb-fz-13{font-size: 13px !important;}
	.mb-fz-14{font-size: 14px !important;}
	.mb-fz-15{font-size: 15px !important;}
	.mb-fz-16{font-size: 16px !important;}
	.mb-fz-17{font-size: 17px !important;}
	.mb-fz-18{font-size: 18px !important;}
	.mb-fz-19{font-size: 19px !important;}
	.mb-fz-20{font-size: 20px !important;}
	
	
}