body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, select, input, textarea, button, p, blockquote, th, td, img ,iframe { margin: 0; padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
input,button,textarea,option { font: 12px "微软雅黑", Arial, Helvetica, sans-serif; }
ul, li, div{ list-style: none; border: 0px; }
img{ border: 0px; }
.clear{ font: 0px/0px serif; display: block; clear: both; }
body{ font: 12px "微软雅黑"; color: #333; position: relative; }
html{ -webkit-text-size-adjust: none; }
input{ outline: none; }
textarea{ resize: none; }
a{text-decoration: none;}
a:hover{cursor: pointer;}
@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/font_1875012_r542bsggbni.woff2?t=1622790436256') format('woff2'),
		 url('//at.alicdn.com/t/font_1875012_r542bsggbni.woff?t=1622790436256') format('woff'),
		 url('//at.alicdn.com/t/font_1875012_r542bsggbni.ttf?t=1622790436256') format('truetype');
  }
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.iframe {
	overflow: hidden;
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.w {
    width: 1450px;
    margin: 0 auto;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav {
	height: 56px;
	background-color: #4191eb;
}
.nav .menu {
	position: relative;
	height: 100%;
}
.nav .menu ul li {
	float: left;
	position: relative;
}
.nav .menu ul li b a {
	color: #fff;
	height: 56px;
	text-align: center;
	font-size: 20px;
	line-height: 56px;
	padding: 0 52px;
	display: block;
}
.nav .menu ul li b a:hover,.nav .menu ul li b a.active{
	background-color: #55a0f2;
}
.nav .menu ul li .menu-top a {
	color: #fff;
	height: 56px;
	text-align: center;
	font-size: 20px;
	line-height: 56px;
	padding: 0 52px;
	display: block;
	font-weight: bold;
}
.nav .menu ul li.hover .menu-top a {
	background-color: #4191eb;
}
.nav .menu ul li .menu-top a i{
	font-size: 14px;
	margin: 0 0 0 8px;
	vertical-align: top;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	font-weight: normal;
}
.nav .menu ul li.hover .menu-top a i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav .menu ul li.hover .menu-top{
	background-color: #4191eb;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
}
.nav .menu ul li .menu-bot{
	position:absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 56px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav .menu ul li .menu-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	display: block;
	position:relative;
}
.nav .menu ul li .menu-bot p a:hover {
	color: #4191eb;
	background-color: #e6eefb;
}
.nav .menu ul li .menu-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #dddddd;
}
/* header--drop */
.header--drop.w {
	width: 1400px !important;
}
.header--drop{
	margin: 0 auto;
	position:relative;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -40px;
}
.header--drop ul li {
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 40px;
	position:relative;
	color: #4191eb;
}
.header--drop ul li.wx a {
	color: #4191eb;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code {
	width: 300px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 36px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 101;
}
.web-code1 {
	width: 450px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code1 .item {
	width: calc(33.33% - 20px) !important;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	font-size: 14px;
	padding:18px 0 8px 0;
}
.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #4191eb;
	line-height: 42px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	font-size: 14px;
	cursor: pointer;
}
.header--drop ul li a i {
	vertical-align: top;
	font-size: 14px;
	margin: 10px 2px 0 0;
}
.header--drop ul li a:hover{
	color: #4191eb;
}

.top {
	padding: 25px 0;
	background-color: #fff;
	z-index: 9;
	position: relative;
}
.top .logo {
	float: left;
}
.topAdv {
	float: right;
}
.top .pageName {
	float: left;
	width: 103px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../../images/shop/version/2021/pagename.png) 20px center no-repeat;
	border-left: 1px solid #ddd;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 7px;
}
.searchBox {
	width: 600px;
	float: left;
	margin-left: 70px;
	height: 42px;
	background: linear-gradient(to left,#f07d17, #ffae12, #4191eb 60%);
	border-radius: 30px;
	margin-top: 8px;
}
.search{
	width: 100%;
	height: 100%;
}
.searchSelect {
	width: 75px;
	height: 38px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	z-index: 99999;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.searchSelect::after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	height: 24px;
	width: 1px;
	background-color: #e8e8e8;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	text-indent: 15px;
}
.searchSelectTop i {
	position: absolute;
	top: 15px;
	left: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 10px;
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #00a498;
	left: 0px;
	top: 40px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #00a498;
	color: #fff;
}
.search input {
	width: 420px;
	height: 38px;
	float: left;
	text-indent: 10px;
	font-size: 14px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #999;
	margin-top: 2px;
	background: #fff;
	border: none;
}
.search button {
	width: 100px;
	height: 38px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 30px 30px 0;
	margin-top: 2px;
	text-align: center;
}
.search button i {
	margin-right: 5px;
}
.top .btnBox {
	float: right;
	font-size: 0;
	margin-top: 8px;
}
.top .btnBox a {
	display: inline-block;
	width: 136px;
	height: 42px;
	line-height: 40px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 21px;
	font-size: 16px;
	color: #333;
	margin-right: 18px;
}
.top .btnBox a i {
	color: #f99a14;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
.top .btnBox a:hover {
	border-color: #f90;
	color: #f90;
	background-color: #fff;
}




.pages{ width: 886px; float: left; padding: 27px 0 40px 0; text-align: center; background: url(/images/newList2017/plistbg.png) repeat-x 0 -496px; margin-top: 30px;}
.pages a{ display: inline-block; width: 30px; height: 30px; text-decoration: none; color: #666666; margin: 0px 3px; font: normal 14px/30px "Tahoma"; background: url(/images/newList2017/plistbg.png) no-repeat -74px -361px; }
.pages a.pre{ display: inline-block; width: 72px; height: 30px; text-indent: 20px; text-align: left; font: normal 14px/30px "\5b8b\4f53"; background: url(/images/newList2017/plistbg.png) no-repeat 0 -361px; }
.pages a.now{ color: #fff; background: url(/images/newList2017/plistbg.png)  no-repeat -74px -393px; }
.pages a.next{ display: inline-block; width: 72px; height: 30px; text-indent: 11px; text-align: left; font: normal 14px/30px "\5b8b\4f53"; background: url(/images/newList2017/plistbg.png) no-repeat 0 -393px; }
.pages span.go-page{ display: inline-block; font: normal 12px/30px "Tahoma"; color: #666666; padding: 0px 14px; }
.pages span.go-page input{ width: 45px; height: 18px; border: 1px solid #dedede; display: inline-block; vertical-align: middle; margin-left: 8px; font: normal 12px/18px "Tahoma"; text-align: center; }
.pages span.go-page button{ width: 46px; height: 20px; display: inline-block; vertical-align: middle; margin-left: 8px; cursor: pointer; border: 0px; background: url(/images/newList2017/plistbg.png) no-repeat 0 -209px; }
.newpage{ width: 886px; float: left; padding: 27px 0 40px 0; text-align: center; background: url(/images/newList2017/plistbg.png) repeat-x 0 -496px;}
.newpage a{ display: inline-block; width: 30px; height: 30px; text-align: center; text-decoration: none; color: #666666; margin: 0px 3px; font: normal 14px/30px "Tahoma"; background: url(/images/newList2017/plistbg.png) no-repeat -74px -361px; vertical-align: middle; }
.newpage a.prev{ display: inline-block; width: 72px; height: 30px; text-indent: 20px; text-align: left; font: normal 14px/30px "\5b8b\4f53"; background: url(/images/newList2017/plistbg.png) no-repeat 0 -361px; vertical-align: middle; }
.newpage a.prev:hover{ background: url(/images/newList2017/plistbg.png) no-repeat 0 -457px; }
.newpage a.lt:hover{ background: url(/images/newList2017/plistbg.png) no-repeat 0 -425px; }
.newpage a.on{ color: #fff; background: url(/images/newList2017/plistbg.png) no-repeat -74px -393px; }
.newpage a.lt{ display: inline-block; width: 72px; height: 30px; text-indent: 11px; text-align: left; font: normal 14px/30px "\5b8b\4f53"; background: url(/images/newList2017/plistbg.png) no-repeat 0 -393px; vertical-align: middle; }
.newpage span.jump{ display: inline-block; font: normal 12px/30px "Tahoma"; color: #666666; padding: 0px 14px; }
.newpage input{ width: 45px; height: 18px; border: 1px solid #dedede; display: inline-block; vertical-align: middle; margin-left: 8px; font: normal 12px/18px "Tahoma"; text-align: center; }
.newpage button{ width: 46px; height: 20px; display: inline-block; vertical-align: middle; margin-left: 8px; cursor: pointer; border: 0px; background: url(/images/newList2017/plistbg.png) no-repeat 0 -209px; }
.newpage a.ft{ background: url(/images/plistbg.png) no-repeat 0 -716px; }
.newpage a.next{ background: url(/images/plistbg.png) no-repeat -32px -716px;  }
.newpage a:hover{ font: bold 14px/30px "Tahoma"; color: #366fb6; }
.newpage a.on:hover{ color: #fff; }
.newpage a.ft:hover{background: url(/images/plistbg.png) no-repeat 0 -748px;}
.newpage a.next:hover{background: url(/images/plistbg.png) no-repeat -32px -748px;}


.lastBlock{width: 1180px;margin: 0 auto;margin-top: 38px;}
.lastBox{width: 295px;float: left;height: 94px;}
.lastCap{font: 14px/35px "微软雅黑";color: #565656;text-indent: 14px;}
.capIcon{width: 35px;height: 35px;display: block;background: url(../images/supplyx.png) no-repeat;float: left;}
.capIcon.cap1{background-position: -2px -101px;}
.capIcon.cap2{background-position: -2px -140px;}
.capIcon.cap3{background-position: -2px -177px;}
.capIcon.cap4{background-position: 0 -212px;}
.lastBox p{margin-top: 14px;padding-right: 30px;}
.lastBox p a{padding-right:10px;font: 12px/25px "微软雅黑";color: #999;}
.lastBox p a:hover{cursor: pointer;color: #00a498;}

#service{ width:100%; height:118px; margin:50px auto 0; background:#fff;}
.service{ width:1180px; height:94px; margin:0 auto;margin: 30px auto}
.service dl{ width:290px; height:94px; float:left; padding-left:22px; border-left:1px solid #f2f2f2;}
.service dt{ width:290px; height:48px; float:left; font:normal 16px/48px "Microsoft Yahei","\5b8b\4f53"; color:#565656; text-indent:48px; background:url(/images/serviceIcon.jpg) no-repeat;}
.service dd{ width:210px; height:46px; float:left; line-height:23px;}
.service dd a{ color:#999; padding-right:14px;}
.service dd a:hover{ color:#f60; text-decoration:underline;}
.service .s4,.service .s4 dt{ width:210px;}
.service .s2 dt{ background-position:0 -48px;}
.service .s3 dt{ background-position:0 -96px;}
.service .s4 dt{ background-position:0 -144px;}
/* footer */
.footer {
	background-color: #333333;
	padding: 10px 0 0 0;
	margin-top: 45px;
}

.Foot {
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}

.footLeft {
	float: left;
}

.footMenu {
	color: #666666;
	font-size: 15px;
	line-height: 56px;
	display: block;
	text-indent: -6px;
}
.footLeft p.webName {
	font-size: 15px;
}

.footMenu a {
	color: #fff;
	margin: 0 6px;
}

.footMenu a:hover {
	color: #4191eb;
}

.footLeft p {
	color: #cacaca;
	line-height: 34px;
	font-size: 14px;
}

.footLeft p.webName {
	font-size: 14px;
}

.footLeft p.webName i {
	font-style: normal;
	color: #4191eb;
}

.footLeft p a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #858688;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}

.footLeft p .qq {
	position: relative;
	cursor: pointer;
}

.footLeft p a b {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: #afb1b0 url(https://www.hbzhan.com/images/News/newsIndex.png) no-repeat -83px -239px;
}

.footLeft p .qq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255, 255, 255, .9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}

.footLeft p .qq .QQhover::after {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}

.footLeft p .qq:hover .QQhover {
	display: inline-block;
}

.copyright {
	border-top: 1px solid #666666;
	margin-top: 20px;
	padding: 20px 0;
	color: #cacaca;
	font-size: 14px;
}

.footRight {
	float: right;
	text-align: center;
	padding-top: 20px;
	font-size: 0;
}

.footRight p {
	display: inline-block;
	width: 100px;
	margin: 14px;
	font-size: 14px;
}
.footRight p:first-of-type {
	margin-left: 0;
}
.footRight p:last-child {
	margin-right: 0;
}
.footRight p img {
	border: 1px solid #999999;
	margin: 5px 0;
	width: 98px;
}
.footRight .top-logo {
	position: relative;
}
.footRight .top-logo i {
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	left: 0;
	top: 50%;
}
.footRight .top-logo i:last-child {
	left: auto;
	right: 0;
}
.Foot.w {
	width: 1400px !important;
}
.comBox {
	overflow: hidden;
	width: 108px;
	position: fixed;
	top: 153px;
	display: none;
	right: 30px;
	z-index: 99999;
	background: #fff;
}
.comBox h2 {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#4191eb;
	font-size: 12px;
	padding: 0 8px;
	width: 106px;
}
.comBox h2 a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("https://www.hbzhan.com/images/product/close1.png") no-repeat center;
    position: absolute;
    top: 8px;
    right: 8px;
}
.comBox ul li {
	width: 106px;
	height: 80px;
	border: 1px solid #4191eb;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid transparent;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
.comBox ul li img {
	max-width: 85px;
	max-height: 50px;
	margin-top: -3px;
}
.comBox ul li p {
	padding: 0 10px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
}
.comBox ul li p a {
	color: #333;
}
.comBox ul li.add a {
	color: #999;
	font-size: 12px;
	background: url(https://www.hbzhan.com/images/proCompla.png) no-repeat 10px -83px;
	padding-top: 38px;
	position: absolute;
	top: 25px;
	left: 29px;
}
.comBox .btn a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #4191eb;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}
.comBox ul li a.empty {
	background-color: #fff;
	color: #4191eb;
	display: inline;
	line-height: 32px;
}
.comBox .btn {
	border: 1px solid #4191eb;
	/* border-top: 1px solid #e4e4e4; */
	border-top: 0;
	height: 58px;
	font-family: "microsoft yahei";
}
.comBox ul li a.close{
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	background:#398901 url("https://www.hbzhan.com/images/product/close1.png") no-repeat center;
}
.comBox ul li.pro:hover{
	border: 1px dashed #398901;
	/* border-bottom: 0; */
}
.comBox ul li.pro:hover a.close{
	display: block;
}
/* footer */
@media only screen and (max-width:1176px) {
	body {
		min-width: 1150px;
	}
	.pro_right .model li,.pro_right .mode1 {
		font-size: 14px;
	}

	.nav {
		height: 50px;
		padding: 0 !important;
	}
	.nav .menu ul li b a, .nav .menu ul li .menu-top a {
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		padding: 0 17px;
	}
	.nav .menu ul li .menu-bot {
		top: 50px;
	}
	.pro_left {
		width: 420px;
		margin-right: 30px;
	}
	#bigPig li {
		height: 360px;
	}
	.topAdv {
		width: 180px;
	}
	.header--drop.w,.Foot.w {
		width: 1138px !important;
	}
	.footLeft p {
		font-size: 12px;
	}
	.footMenu {
		font-size: 14px;
	}
	.w{
		width: 1150px;
	}
	.top {
		padding: 18px 0;
	}
	.loginDiv a {
		margin-right: 5px;
		font-size: 12px;
	}
	.loginDiv a:first-child {
		margin-right: 15px;
	}
	.header p {
		font-size: 13px;
	}
	.header p a {
		font-size: 12px;
	}
	.download {
		width: 86px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		margin-top: 7px;
	}
	.top .logo {
		width: 180px;
	}
	.top .pageName {
		width: 88px;
		height: 30px;
		background: url(../../../../images/shop/version/2021/pagename.png) 18px center no-repeat;
		margin-left: 18px;
		padding-left: 18px;
		margin-top: 8px;
		background-size: 88px auto;
	}
	.searchBox {
		width: 476px;
		margin-left: 56px;
		height: 38px;
		margin-top: 3px;
	}
	.top .btnBox {
		margin-top: 3px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 36px;
		text-indent: 13px;
	}
	.searchSelectTop i {
		top: 15px;
		left: 45px;
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		font-size: 7px;
	}
	.searchSelect {
		width: 60px;
		height: 34px;
	}
	.search input {
		width: 338px;
		text-indent: 10px;
		height: 34px;
		font-size: 12px;
	}
	.searchSelect::after {
		content: "";
		position: absolute;
		right: 0;
		top: 7px;
		height: 21px;
		width: 1px;
		background-color: #e8e8e8;
	}
	.search button {
		width: 75px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.search button i {
		font-size: 13px;
		margin-right: 5px;
	}
	.top .btnBox a {
		width: 110px;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	.top .btnBox a i {
		font-size: 16px;
		margin-right: 4px;
	}
	.mproLeft {
		width: 850px;
	}
	#inquiryform {
		width: 850px;
	}

	.address {
		top: 310px;
	}
	.service {
		width: 1150px;
	}
	.service dl {
		width: 280px;
	}
	.price {
		width: 680px;
	}
	.priceDate, .priceLink {
		width: 680px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left span img {
		margin: 6px 20px 0 12px;
		width: 13px;
	}
	ul.footImg {
		width: 640px;
		height: 38px;
		background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 105px;
	}
	ul.footImg li a {
		width: 96px;
		height: 39px;
	}
	.footer .item .footer-code {
		width: 353px;
		padding-top: 8px;
	}
	.footer .item .footer-code li .code {
		width: 101px;
		height: 101px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
}
@media only screen and (min-width: 1177px) and (max-width:1399px) {
	.w{
		width: 1224px;
	}
	.nav {
		height: 56px;
	}
	.nav .menu ul li b a, .nav .menu ul li .menu-top a {
		height: 56px;
		font-size: 16px;
		line-height: 56px;
		padding: 0 35px;
	}
	.nav .menu ul li .menu-bot {
		top: 56px;
	}
	.pro_left {
		width: 480px;
		margin-right: 30px;
	}
	#bigPig li {
		height: 360px;
	}
	.topAdv {
		width: 270px;
	}
	.header--drop.w,.Foot.w {
		width: 1328px !important;
	}
	.top .logo {
		width: 270px;
	}
	.top .pageName {
		width: 88px;
		height: 30px;
		background: url(../../../../images/shop/version/2021/pagename.png) 18px center no-repeat;
		margin-left: 18px;
		padding-left: 18px;
		margin-top: 12px;
		background-size: 88px auto;
	}
	.searchBox {
		width: 500px;
		margin-left: 86px;
		height: 38px;
		margin-top: 14px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 34px;
		text-indent: 15px;
	}
	.searchSelectTop i {
		top: 14px;
		left: 48px;
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		font-size: 8px;
	}
	.searchSelect {
		width: 65px;
		height: 34px;
	}
	.search input {
		width: 355px;
		text-indent: 10px;
		height: 34px;
	}
	.searchSelect::after {
		content: "";
		position: absolute;
		right: 0;
		top: 7px;
		height: 20px;
		width: 1px;
		background-color: #e8e8e8;
	}
	.search button {
		width: 77px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.search button i {
		font-size: 13px;
	}
	.top .btnBox a {
		width: 116px;
		height: 38px;
		line-height: 36px;
		font-size: 14px;
	}

	.mproLeft {
		width: 925px;
	}
	#inquiryform {
		width: 925px;
	}

	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left span img {
		margin: 6px 20px 0 12px;
		width: 13px;
	}
	ul.footImg {
		width: 640px;
		height: 38px;
		background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 105px;
	}
	ul.footImg li a {
		width: 96px;
		height: 39px;
	}
	.footer .item .footer-code {
		width: 353px;
		padding-top: 8px;
	}
	.footer .item .footer-code li .code {
		width: 101px;
		height: 101px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1549px) {
	.w{
		width: 1300px;
	}
	.nav {
		height: 56px;
	}
	.nav .menu ul li b a, .nav .menu ul li .menu-top a {
		height: 56px;
		font-size: 18px;
		line-height: 56px;
		padding: 0 36px;
	}
	.nav .menu ul li .menu-bot {
		top: 56px;
	}
	.pro_left {
		width: 480px;
		margin-right: 30px;
	}
	#bigPig li {
		height: 360px;
	}
	.topAdv {
		width: 284px;
	}

	.top .logo {
		width: 284px;
	}
	.searchBox {
		width: 550px;
		margin-left: 115px;
		margin-top: 16px;
	}
	.search input {
		width: 385px;
		text-indent: 10px;
	}
	.search button {
		width: 88px;
	}
	.search button i {
		font-size: 15px;
	}
	.mproLeft {
		width: 1000px;
	}
	#inquiryform {
		width: 1000px;
	}

	.footer .item .left p {
		font-size: 13px;
		line-height: 30px;
	}
	.footer .item .left p a {
		padding: 0 15px;
	}
	ul.footImg {
		width: 695px;
		height: 41px;
		background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 113px;
	}
	ul.footImg li a {
		width: 103px;
		height: 41px;
	}
	.footer .item .footer-code {
		width: 390px;
	}
	.footer .item .footer-code li .code {
		width: 116px;
		height: 116px;
	}
}
@media only screen and (min-width: 1550px) and (max-width:1919px) {
	.w {
		width: 1450px;
	}
	.nav .menu ul li b a,.nav .menu ul li .menu-top a {
		font-size: 18px;
		padding: 0 43px;
	}
	.pro_left {
		width: 520px;
	}
	#bigPig li {
		height: 400px;
	}
	.top .logo {
		width: 300px;
	}
	.topAdv {
		width: 300px;
	}

	.searchBox {
		margin-left: 124px;
		margin-top: 16px;
		height: 46px;
		width: 610px;
	}
	.searchSelect,.search input,.search button {
		height: 42px;
	}
	.search input {
		width: 432px;
	}
	.searchSelectTop p {
		line-height: 42px;
	}
	.searchSelectBot {
		top: 42px;
	}
	.searchSelect::after {
		top: 10px;
	}
}
@media only screen and (min-width:1920px) {
	.w{
		width: 1780px;
	}
	.searchBox {
		margin-left: 232px;
		margin-top: 20px;
		height: 50px;
		width: 700px;
	}
	.searchSelect {
		height: 46px;
	}
	.searchSelectTop p {
		line-height: 46px;
	}
	.searchSelectTop i {
		top: 19px;
	}
	.searchSelectBot {
		top: 46px;
	}
	.search button {
		height: 48px;
	}
	.search input {
		width: 520px;
		height: 46px;
	}

	.mproLeft {
	    width: 1380px;
	}
	#inquiryform {
	    width: 1380px;
	}

	.mproRight {
		width: 384px;
	}
	.sushowright {
		width: 385px;
	}
	.sushowright h3 {
		width: 100%;
		box-sizing: border-box;
	}
	.comcontent {
		width: 100%;
		box-sizing: border-box;
	}
	.comcontent dl {
		width: 359px;
	}
	.comcontent p {
		width: 346px;
	}
	.sushowright h4 {
		width: 100%;
		box-sizing: border-box;
	}
	.overview {
		width: 100%;
		box-sizing: border-box;
	}
	.overview dl {
		width: 359px;
	}
	.overview dl dd {
		width: 283px;
	}
	.newpbox, .nbox {
		width: 100%;
		box-sizing: border-box;
	}
	.newpbox span {
		width: 233px;
	}
	.sample {
		width: 100%;
		box-sizing: border-box;
	}
	.sample ul {
		width: 359px;
	}
	.sample ul li {
		width: 165px;
	}
	.sample ul li a p {
		width: 100%;
	}
	.hotwei {
		width: 385px;
	}
	.hotw-tit {
		width: 100%;
	}
	.hotwbox {
		width: 100%;
		box-sizing: border-box;
	}
	.hotwbox p {
		width: 365px;
	}
	.surightadv {
		width: 100%;
	}
	.surightadv img {
		width: 100%;
	}
	.footer .item .left span {
		font-size: 16px;
		line-height: 32px;
	}
	.footer .item .left p {
		font-size: 16px;
		line-height: 32px;
	}
	.footer .item .footer-code {
		width: 500px;
	}
	.footer .item .footer-code li .code {
		width: 150px;
		height: 150px;
	}
	.footer .item .footer-code li {
		padding-left: 65px;
	}
	.footer .item .footer-code li p {
		font-size: 16px;
	}
	.footer .item .left span img {
		margin: 6px 22px 0 12px;
	}
	.link-con li a {
		font-size: 16px;
	}
}
