body{
	line-height: 1;
	background: #fff;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #4191eb;
}
.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;
}
.w {
	width: 1400px;
	margin: 0 auto;
}

.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(90,90,90,0)), to(rgba(90,90,90,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
	background-image: -moz-linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
	background-image: -ms-linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
	background-image: -o-linear-gradient(180deg, rgba(90,90,90), rgba(90,90,90,1));
	background-image: linear-gradient(180deg, rgba(90,90,90,0), rgba(90,90,90,1));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.banner-adv {
	margin: 0 auto;
}
.banner-adv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: 0px 0 0 -5px;
}
.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 24px 5px 0 5px;
	position: relative;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.iframe {
	overflow: hidden;
	height: 40px;
	position: relative;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
#header {
	width: 100%;
    height: 36px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
}
.header {
    height: 36px;
    line-height: 36px;
    font-size: 0;
}
.divLogin {
	float: left;
}
.divLogin a {
	margin-right: 24px;
	font-size: 14px;
	color: #666;
}
.divLogin a:hover {
	color: #4191eb;
}
.header p {
	float: right;
}
.header p a {
	font-size: 14px;
	padding: 0 12px;
	color: #666;
	position: relative;
}
.header p a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	height: 14px;
	width: 1px;
	background-color: #ddd;
}
.header p a:last-child {
	padding-right: 0;
	color: #4191eb;
}
.header p a:last-child::after {
	display: none;
}
.header p a:hover {
	color: #4191eb;
}
.header p a i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 2px;
	margin-top: 1px;
	display: inline-block;
}
/* header--drop */
.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;
}
.top .w {
	position: relative;
}
.top .w::after {
	content: "";
	display: block;
	clear: both;
}
.top .logo {
	float: left;
	width: 284px;
	margin-right: 80px;
}
.top .searchMain {
	float: left;
}
.top .searchMain .hot {
	margin-top: 10px;
	font-size: 0;
}
.top .searchMain .hot span {
	font-size: 14px;
	color: #ff5858;
}
.top .searchMain .hot i {
	color: #ff5858;
	font-size: 14px;
	margin-right: 2px;
}
.top .searchMain .hot a {
	font-size: 14px;
	color: #666;
	margin-right: 15px;
}
.top .searchMain .hot a:hover {
	color: #4191eb;
}
.search {
	width: 626px;
	height: 46px;
	position: relative;
	border-radius: 23px;
	background: linear-gradient(to left,#f07d17, #ffae12, #4191eb 60%);
	padding: 2px;
	box-sizing: border-box;
}
.search form {
	width: 100%;
	height: 100%;
	border-radius: 23px;
}
.searchSelect {
	width: 76px;
	height: 100%;
	position: relative;
	float: left;
	line-height: 40px;
}
.searchSelect::after {
	content: "";
	position: absolute;
	right: 0;
	top: 11px;
	width: 1px;
	height: 20px;
	background-color: #e2e2e2;
}
.selectTop {
	position: relative;
	cursor: pointer;
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 23px 0 0 23px;
	text-align: center;
}
.selectTop p {
	font-size: 14px;
	color: #333;
	display: inline-block;
}

.selectTop i {
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	display: inline-block;
	margin-left: 6px;
}

.selectTop.focus i {
	top: 3px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 100%;
	background-color: transparent;
	color: #ffffff;
	width: 108px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: 0;
	top: 0;
	border-radius: 0 40px 40px 0;
}

.search button i {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.search input {
	width: calc(100% - 180px);
	height: 100%;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.search input:focus {
	color: #333;
}
.selectBot {
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 42px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #4191eb;
	border-top: 2px solid #4191eb;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #4191eb;
	border-right: 2px solid #4191eb;
}

.selectBot li:hover {
	background-color: #4191eb;
	border-left: 2px solid #4191eb;
	border-right: 2px solid #4191eb;
	color: #fff;
	cursor: pointer;
}
.searchMain .hot-key {
	margin-top: 10px;
}
.searchMain .hot-key b {
	font-size: 14px;
	color: #f1623b;
}
.searchMain .hot-key b i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 4px;
	font-weight: normal;
	margin-top: -1px;
	display: inline-block;
}
.searchMain .hot-key a {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.searchMain .hot-key a:hover {
	color: #3fc197;
}
.top .topAdv {
	float: right;
	width: 360px;
	height: 74px;
}
.nav {
	height: 50px;
	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: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 41px;
	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: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 35px;
	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: 50px;
	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;
}
.location {
	margin-top: 18px;
	font-size: 15px;
	color: #999;
}
.location span {
	color: #333;
}
.location i {
	font-size: 16px;
	color: #4191eb;
	margin-right: 7px;
}
.location a {
	color: #333;
	margin: 0 6px;
}
.location a:first-of-type {
	margin-left: 0;
}
.location a:hover {
	color: #4191eb;
}
.main {
	margin-top: 22px;
}
.main .w::after {
	content: "";
	clear: both;
	display: block;
}
.main .right {
	float: right;
	width: 360px;
	margin-left: 30px;
}
.fbqg-box {
	padding: 5px;
	background: url(../../../../images/channel/products/version/2023/fbqgBg.png) no-repeat;
	background-size: cover;
}
.fbqg-box .item {
	border: 1px solid #fff;
	padding: 30px 20px 25px;
}
.fbqg-box .title {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.fbqg-box .button {
	margin-top: 15px;
}
.fbqg-box .button a {
	display: inline-block;
	padding: 0 20px;
	line-height: 44px;
	height: 44px;
	border-radius: 22px;
	font-size: 16px;
	color: #fff;
	background: -moz-linear-gradient( 0deg, rgb(210,160,64) 0%, rgb(228,192,103) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(210,160,64) 0%, rgb(228,192,103) 100%);
	background: -ms-linear-gradient( 0deg, rgb(210,160,64) 0%, rgb(228,192,103) 100%);
}
.fbqg-box .button a i {
	margin-left: 7px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-top: 16px;
}
.fbqg-box .tel {
	margin-top: 35px;
	font-size: 22px;
	color: #ffffc7;
}
.fbqg-box .tel p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.fbqg-box .tel p i {
	font-weight: normal;
	font-size: 20px;
	vertical-align: top;
	display: inline-block;
	margin-left: 6px;
	margin-top: -2px;
}
.main .right .item-box {
	background-color: #f7f7f7;
	margin-top: 20px;
	padding: 25px 0;
}
.main .right .item-box:first-child {
	margin-top: 0;
}
.main .right .public-title {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 18px 18px;
	position: relative;
}
.main .right .public-title p {
	font-size: 22px;
	font-weight: bold;
}
.main .right .public-title p i {
	display: inline-block;
	width: 25px;
	height: 23px;
	background: url(../../../../images/channel/products/version/2023/icon1.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-right: 7px;
}
.main .right .public-title .more {
	position: absolute;
	right: 18px;
	top: 4px;
	font-size: 14px;
	color: #999999;
}
.main .right .public-title .more:hover {
	color: #4191eb;
}
.new-products {
	padding: 20px 22px 0;
}
.new-products ul {
	margin-top: -16px;
}
.new-products li {
	margin-top: 16px;
	overflow: hidden;
}
.new-products li .image {
	width: 112px;
	margin-right: 15px;
	float: left;
}
.new-products li .image a {
	display: block;
	position: relative;
	padding-bottom: 100%;
	background-color: #bec8ce;
}
.new-products li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.new-products li .text {
	overflow: hidden;
}
.new-products li .text p {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.new-products li .text .content {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
}
.new-products li .text .price {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	line-height: 20px;
	position: relative;
	padding-right: 70px;
}
.new-products li .text .price b {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #eb3e3e;
}
.new-products li .text .price b i {
	font-size: 14px;
	font-style: normal;
}
.main .left {
	overflow: hidden;
}
.product-list ul {
	margin-top: -18px;
}
.product-list li {
	margin-top: 18px;
	border: 1px solid #e6e6e6;
	padding: 18px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product-list li:hover {
	border-color: #4191eb;
}
.product-list li .image {
	float: left;
	width: 204px;
	margin-right: 24px;
}
.product-list li .image a {
	height: 0;
	display: block;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	/*! background: -moz-linear-gradient( -90deg, rgb(135,153,170) 0%, rgb(190,200,206) 52%); */
	/*! background: -webkit-linear-gradient( -90deg, rgb(135,153,170) 0%, rgb(190,200,206) 52%); */
	/*! background: -ms-linear-gradient( -90deg, rgb(135,153,170) 0%, rgb(190,200,206) 52%); */
}
.product-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-list li .text {
	overflow: hidden;
}
.product-list li .text-left {
	float: left;
	width: 500px;
}
.product-list li .text-left .name {
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.product-list li .text-left .message {
	margin-top: 16px;
	overflow: hidden;
}
.product-list li .text-left .message .data-box {
	width: 118px;
	height: 112px;
	background: url(../../../../images/channel/products/version/2023/icon2.png) no-repeat;
	background-size: cover;
	float: left;
	margin-right: 6px;
	position: relative;
}
.product-list li .text-left .message .data-box.type {
	background-image: url(../../../../images/channel/products/version/2023/icon3.png);
}
.product-list li .text-left .message .data-box.city {
	background-image: url(../../../../images/channel/products/version/2023/icon4.png);
}
.product-list li .text-left .message .data-box.factory {
	background-image: url(../../../../images/channel/products/version/2023/icon5.png);
}
.product-list li .text-left .message .data-box .item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.product-list li .text-left .message .data-box p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.product-list li .text-left .message .data-box span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 18px;
}
.product-list li .text-left .update {
	margin-top: 20px;
	font-size: 0;
}
.product-list li .text-left .update span {
	font-size: 13px;
	color: #999;
	margin-right: 20px;
}
.product-list li .text-right {
	float: right;
	width: 230px;
}
.product-list li .text-right .price {
	font-size: 14px;
	color: #eb3e3e;
	text-align: right;
}
.product-list li .text-right .price b {
	font-size: 24px;
	font-weight: normal;
}
.product-list li .text-right .company {
	font-size: 15px;
	text-align: right;
	margin-top: 14px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
}
.product-list li .text-right .company i {
	font-size: 15px;
	color: #4191eb;
	margin-right: 6px;
}
.product-list li .text-right .vip {
	text-align: right;
	margin-top: 10px;
}

.vip b.free {
	background: url(https://www.zyzhan.com/images/company/companyList.png) no-repeat 0 3px;
	width: 79px;
}

.vip b.primary {
	background: url(https://www.hbzhan.com/images/product/level1.png) no-repeat left 0px;
	width: 88px;
}

.vip b.intermediate {
	width: 88px;
	background: url(https://www.hbzhan.com/images/product/level2.png) no-repeat left 0px
}

.vip b.senior {
	width: 88px;
	background: url(https://www.hbzhan.com/images/product/level3.png) no-repeat left 0px
}

.vip b.topLevel {
	background: url(https://www.hbzhan.com/images/company/member_icon4.png) no-repeat;
	margin-top: 0;
}

.vip b.topLevel2 {
	background: url(https://www.hbzhan.com/images/company/member_icon5.png) no-repeat;
	margin-top: 0;
}

.vip b.topLevel3 {
	background: url(https://www.hbzhan.com/images/company/member_icon6.png) no-repeat;
	margin-top: 0;
	width: 92px;
}

.vip b.topLevel5 {
	background: url(https://www.hbzhan.com/images/company/member_icon8.png) no-repeat;
	width: 110px;
}
.vip b.yanbao{
	background: url(https://www.hbzhan.com/images/company/member_iconYb.png) no-repeat;
  	background-size: contain;
}
.vip span {
	color: #666;
	margin-left: 7px;
	font-size: 15px;
	display: inline-block;
}
.vip span font {
	font: bold 18px/18px "microsoft yahei";
	color: #ff002f;
	margin: 0 2px;
}
.vip b {
	display: inline-block;
	width: 86px;
	height: 20px;
	vertical-align: top;
	padding-right: 8px;
	position: relative;
}
.vip b::after {
	content: "";
	right: 0;
	top: 3px;
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #ddd;
}
.product-list li .text-right .contact,.product-list li .text-right .phone {
	margin-top: 16px;
	height: 50px;
	line-height: 50px;
	background-color: #f8f8f8;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	position: relative;
}
.product-list li .text-right .phone i {
	margin-right: 7px;
}
.product-list li .text-right .phone b {
	font-weight: normal;
}
.product-list li .text-right .phone font {
	margin-left: 5px;
	color: #4191eb;
	font-weight: bold;
}
.product-list li .text-right .contact a {
	position: absolute;
	right: 15px;
	top: 0;
	color: #4191eb;
}
.product-list li .text-right .contact a i {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
}
.product-list li .text-right .contact a:hover {
	color: #ff9c3a;
}
.product-list li .text-right .contrast {
	margin-top: 12px;
	line-height: 33px;
	position: relative;
}
.product-list li .text-right .contrast a {
	font-size: 13px;
	color: #666;
}
.product-list li .text-right .contrast a i {
	width: 14px;
	height: 14px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 5px;
}
.product-list li .text-right .contrast a i::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: 0.2s;
	transform: scale(1);
	border: 1px solid #b5b5b5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
}
.product-list li .text-right .contrast a i::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' fill='none' stroke-width='2px' stroke='white' stroke-linecap='round' viewBox='0 0 21 21'%3E%3Cpolyline points='5 10.75 8.5 14.25 16 6'%3E%3C/polyline%3E%3C/svg%3E");
  transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	border-color: #4191eb;
	background-color: #4191eb;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product-list li .text-right .contrast a:hover i::before {
	background-color: #ddd;
	border: 1px solid #4191eb;
}
.product-list li .text-right .contrast a.clicked0 i::after {
	transform: scale(1);
}
.product-list li .text-right .contrast a.call {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	padding: 0 18px;
	background-color: #4191eb;
	border-radius: 3px;
}
.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
	padding: 40px 0 0;
	text-align: center;
	color: #333;
	font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #4191eb;
	color: #fff;
}
.pages a:hover,.pages a.on {
	background-color: #4191eb;
	border-color: #4191eb;
	color: #fff;
}

.pages a.ft {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat 15px 14px;
}
.pages a.prev {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -35px 14px;
}
.pages a.lt {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -322px 14px;
}
.pages a.next {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -369px 14px;
}



/* footer */
.footer {
	background-color: #333333;
	padding: 10px 0 0 0;
	margin-top: 45px;
}

.Foot {
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}

.footLeft {
	/*! width: 780px; */
	float: left;
}

.footMenu {
	color: #666666;
	font-size: 15px;
	line-height: 56px;
	display: block;
	text-indent: -6px;
}

.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: 15px;
}

.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;
}

/* footer */

.comBox {
	overflow: hidden;
	width: 108px;
	position: fixed;
	top: 153px;
	display: block;
	right: 20px;
	z-index: 99999;
	background: #fff;
}
.comBox p.title {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#4191eb;
	font-size: 12px;
	padding: 0 8px;
	width: 106px;
}
.comBox p.title a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/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(/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("/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;
}
/* 20230628 */
.findtop {
	background-color: #f6f6f6;
	margin-top: 10px;
	padding: 5px 0;
	box-sizing: border-box;
}
.findtop dl {
	border-bottom: 1px solid #e9e9e9;
	line-height: 32px;
	font-size: 14px;
	position: relative;
	/* height: 42px; */
	min-height: 32px;
}
.findtop dl:last-child {
	border-bottom: 0;
}
.findtop li {
	float: left;
}
.findtop dt {
	float: left;
	/* margin-right: 37px; */
	font-weight: bold;
	width: 95px;
	text-align: left;
}
.findtop dd {
	overflow: hidden;
	padding-right: 115px;
	height: 32px;
	box-sizing: border-box;
}
.findtop dd a {
	color: #666;
}
.findtop dd a:hover {
	color: #4191eb;
}
.otherexi li {
	margin-right: 30px;
}
.findtop .structure li {
	margin-right: 35px;
}
.findtop .layout li {
	margin-right: 40px;
}
.findtop .selectedUl{
	overflow: hidden;
}
.findtop .selectedUl li {
	float: left;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 0 10px;
	font-size: 14px;
	color: #f28216;
	text-indent: 4px;
	margin: 2px 10px 7px 0;
}
.findtop .selectedUl li em{
	display: inline-block;
	margin-left: 10px;
	width: 11px;
	height: 11px;
	background: url(https://www.hbzhan.com/images/Product/prolist_close.png) no-repeat;
	cursor: pointer;
}
.findtop a.more {
	position: absolute;
	right: 45px;
	top: 0;
	color: #666;
	cursor: pointer;
}
.findtop a.more i {
	background: url(https://www.hbzhan.com/images/product/down.png) no-repeat;
	width: 12px;
	height: 7px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: top;
	margin-top: 13px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.findtop a.focus i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* end */
@media only screen and (min-width:1920px){
	.w{
		width: 1400;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1400;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.selectBot {
		top: 40px;
	}
	.top .logo {
		width: 269px;
		margin-right: 64px;
	}
	.top .topAdv {
		width: 345px;
		height: 74px;
	}
	.search {
		width: 594px;
		height: 44px;
	}
	.nav {
		height: 48px;
	}
	.nav .menu ul li b a {
		height: 48px;
		font-size: 17px;
		line-height: 48px;
		padding: 0 39px;
	}
	.nav .menu ul li .menu-top a {
		height: 48px;
		font-size: 17px;
		line-height: 48px;
		padding: 0 32px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 12px;
	}
	.nav .menu ul li .menu-bot {
		top: 48px;
	}
	.main .right {
		width: 342px;
		margin-left: 28px;
	}
	.product-list li {
		margin-top: 16px;
		padding: 16px;
	}
	.product-list ul {
		margin-top: -16px;
	}
	.product-list li .image {
		width: 193px;
		margin-right: 20px;
	}
	.product-list li .text-left .name {
		font-size: 19px;
		line-height: 21px;
		height: 21px;
	}
	.product-list li .text-left .message .data-box {
		width: 112px;
		height: 106px;
	}
	.product-list li .text-left .message .data-box p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.product-list li .text-left .message .data-box span {
		font-size: 13px;
		margin-top: 16px;
	}
	.product-list li .text-left {
		width: 475px;
	}
	.product-list li .text-right .price {
		font-size: 13px;
	}
	.product-list li .text-right .price b {
		font-size: 22px;
	}
	.product-list li .text-right .company {
		font-size: 14px;
		margin-top: 14px;
		line-height: 16px;
		height: 16px;
	}
	.product-list li .text-right .company i {
		font-size: 14px;
		margin-right: 5px;
	}
	.vip span {
		font-size: 14px;
	}
	.vip span font {
		font: bold 17px/17px "microsoft yahei";
	}
	.product-list li .text-right .contact,.product-list li .text-right .phone {
		margin-top: 14px;
		height: 48px;
		line-height: 48px;
		font-size: 13px;
	}
	.product-list li .text-right .contrast {
		margin-top: 12px;
		line-height: 32px;
	}

}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1138px;
	}
	.copyright {
		font-size: 12px;
	}
	.footLeft p {
		font-size: 12px;
	}
	.searchMain .hot-key b {
		font-size: 12px;
	}
	.searchMain .hot-key a {
		font-size: 12px;
		margin-right: 8px;
	}
	.selectBot {
		top: 34px;
	}
	.divLogin a {
		margin-right: 20px;
		font-size: 12px;
	}
	.header p a {
		font-size: 12px;
		padding: 0 10px;
	}
	.header p a i {
		font-size: 12px;
	}
	.top .logo {
		width: 230px;
		margin-right: 58px;
	}
	.top .topAdv {
		width: 296px;
		height: 63px;
	}
	.search {
		width: 508px;
		height: 38px;
	}
	.searchSelect {
		width: 64px;
		line-height: 34px;
	}
	.selectTop p {
		font-size: 12px;
	}
	.selectTop i {
		font-size: 8px;
	}
	.search button {
		width: 88px;
		font-size: 13px;
	}
	.search button i {
		font-size: 13px;
	}
	.search input {
		width: calc(100% - 150px);
		font-size: 12px;
		text-indent: 8px;
	}
	.searchSelect::after {
		height: 14px;
	}
	.top .searchMain .hot {
		margin-top: 8px;
	}
	.top .searchMain .hot span {
		font-size: 12px;
	}
	.top .searchMain .hot i {
		font-size: 12px;
	}
	.top .searchMain .hot a {
		font-size: 12px;
		margin-right: 10px;
	}
	.top {
		padding: 20px 0;
	}
	.nav {
		height: 40px;
	}
	.nav .menu ul li b a,.nav .menu ul li .menu-top a {
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		padding: 0 32px;
	}
	.nav .menu ul li .menu-top a {
		padding: 0 29px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 12px;
	}
	.nav .menu ul li .menu-bot {
		top: 40px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}
	.location {
		margin-top: 15px;
		font-size: 13px;
	}
	.location i {
		font-size: 13px;
		margin-right: 5px;
	}
	.location a {
		margin: 0 4px;
	}
	.main {
		margin-top: 18px;
	}
	.main .right {
		width: 294px;
		margin-left: 26px;
	}
	.fbqg-box .item {
		padding: 22px 14px 20px;
	}
	.fbqg-box .button a {
		padding: 0 16px;
		line-height: 36px;
		height: 36px;
		font-size: 13px;
	}
	.fbqg-box .button a i {
		margin-left: 5px;
		font-size: 10px;
		margin-top: 14px;
	}
	.fbqg-box .title {
		font-size: 27px;
	}
	.fbqg-box .tel {
		margin-top: 28px;
		font-size: 18px;
	}
	.fbqg-box .tel p {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.fbqg-box .tel p i {
		font-size: 16px;
		margin-left: 6px;
		margin-top: -2px;
	}
	.main .right .item-box {
		margin-top: 15px;
		padding: 20px 0;
	}
	.main .right .public-title {
		padding: 0 18px 15px;
	}
	.main .right .public-title p {
		font-size: 18px;
	}
	.main .right .public-title p i {
		width: 20px;
		height: 19px;
	}
	.main .right .public-title .more {
		top: 3px;
		font-size: 12px;
	}
	.new-products {
		padding: 16px 18px 0;
	}
	.new-products li {
		margin-top: 13px;
	}
	.new-products li .image {
		width: 90px;
		margin-right: 12px;
	}
	.new-products li .text p {
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.new-products li .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.new-products li .text .price {
		font-size: 12px;
		margin-top: 12px;
		line-height: 16px;
		padding-right: 60px;
	}
	.new-products li .text .price b {
		font-size: 15px;
	}
	.new-products li .text .price b i {
		font-size: 12px;
	}
	.product-list li {
		margin-top: 14px;
		padding: 14px;
	}

	.product-list ul {
		margin-top: -14px;
	}
	.product-list li .image {
		width: 166px;
		margin-right: 18px;
	}
	.product-list li .text-left .name {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.product-list li .text-left .message .data-box {
		width: 94px;
		height: 90px;
	}
	.product-list li .text-left .message .data-box p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.product-list li .text-left .update span {
		font-size: 12px;
	}
	.product-list li .text-left .message .data-box span {
		font-size: 12px;
		margin-top: 14px;
	}
	.product-list li .text-left {
		width: 404px;
	}
	.product-list li .text-right {
		width: 194px;
	}
	.product-list li .text-right .price {
		font-size: 12px;
	}
	.product-list li .text-right .price b {
		font-size: 20px;
	}
	.product-list li .text-right .company {
		font-size: 12px;
		margin-top: 14px;
		line-height: 16px;
		height: 16px;
	}
	.product-list li .text-right .company i {
		font-size: 14px;
		margin-right: 5px;
	}
	.vip span {
		font-size: 12px;
	}
	.vip span font {
		font: bold 15px/15px "microsoft yahei";
	}
	.product-list li .text-right .vip {
		margin-top: 6px;
	}
	.product-list li .text-right .contact,.product-list li .text-right .phone {
		margin-top: 10px;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
		padding: 0 10px;
	}
	.product-list li .text-right .contact a {
		right: 10px;
	}
	.product-list li .text-right .contact a i {
		font-size: 8px;
	}
	.product-list li .text-right .contrast {
		margin-top: 12px;
		line-height: 28px;
	}
	.product-list li .text-right .contrast a {
		font-size: 12px;
	}
	.product-list li .text-right .contrast a i {
		margin-top: 8px;
		margin-right: 4px;
	}
	.product-list li .text-right .contrast a.call {
		font-size: 12px;
		padding: 0 12px;
	}

	.footMenu {
		font-size: 12px;
		line-height: 42px;
	}
	.footLeft p.webName {
		font-size: 12px;
	}
	.footLeft {
		width: 720px;
	}
	.footLeft p a {
		margin-right: 8px;
	}
	.footRight p {
		margin: 10px;
	}

}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.copyright {
		font-size: 12px;
	}
	.footLeft p {
		font-size: 12px;
	}
	.searchMain .hot-key b {
		font-size: 12px;
	}
	.searchMain .hot-key a {
		font-size: 12px;
		margin-right: 8px;
	}
	.selectBot {
		top: 34px;
	}
	.divLogin a {
		margin-right: 20px;
		font-size: 12px;
	}
	.header p a {
		font-size: 12px;
		padding: 0 10px;
	}
	.header p a i {
		font-size: 12px;
	}
	.top .logo {
		width: 200px;
		margin-right: 40px;
	}
	.top .topAdv {
		width: 260px;
		height: 55px;
	}
	.search {
		width: 458px;
		height: 38px;
	}
	.searchSelect {
		width: 64px;
		line-height: 34px;
	}
	.selectTop p {
		font-size: 12px;
	}
	.selectTop i {
		font-size: 8px;
	}
	.search button {
		width: 88px;
		font-size: 13px;
	}
	.search button i {
		font-size: 13px;
	}
	.search input {
		width: calc(100% - 150px);
		font-size: 12px;
		text-indent: 8px;
	}
	.searchSelect::after {
		height: 14px;
	}
	.top .searchMain .hot {
		margin-top: 8px;
	}
	.top .searchMain .hot span {
		font-size: 12px;
	}
	.top .searchMain .hot i {
		font-size: 12px;
	}
	.top .searchMain .hot a {
		font-size: 12px;
		margin-right: 10px;
	}
	.top {
		padding: 20px 0;
	}
	.nav {
		height: 40px;
	}
	.nav .menu ul li b a, .nav .menu ul li .menu-top a {
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		padding: 0 24px;
	}
	.nav .menu ul li .menu-top a {
		padding: 0 26px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 12px;
	}
	.nav .menu ul li .menu-bot {
		top: 40px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}
	.location {
		margin-top: 15px;
		font-size: 13px;
	}
	.location i {
		font-size: 13px;
		margin-right: 5px;
	}
	.location a {
		margin: 0 4px;
	}
	.main {
		margin-top: 18px;
	}
	.main .right {
		width: 294px;
		margin-left: 26px;
	}
	.fbqg-box .item {
		padding: 22px 14px 20px;
	}
	.fbqg-box .button a {
		padding: 0 16px;
		line-height: 36px;
		height: 36px;
		font-size: 13px;
	}
	.fbqg-box .button a i {
		margin-left: 5px;
		font-size: 10px;
		margin-top: 14px;
	}
	.fbqg-box .title {
		font-size: 27px;
	}
	.fbqg-box .tel {
		margin-top: 28px;
		font-size: 18px;
	}
	.fbqg-box .tel p {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.fbqg-box .tel p i {
		font-size: 16px;
		margin-left: 6px;
		margin-top: -2px;
	}
	.main .right .item-box {
		margin-top: 15px;
		padding: 20px 0;
	}
	.main .right .public-title {
		padding: 0 18px 15px;
	}
	.main .right .public-title p {
		font-size: 18px;
	}
	.main .right .public-title p i {
		width: 20px;
		height: 19px;
	}
	.main .right .public-title .more {
		top: 3px;
		font-size: 12px;
	}
	.new-products {
		padding: 16px 16px 0;
	}
	.new-products li {
		margin-top: 13px;
	}
	.new-products li .image {
		width: 80px;
		margin-right: 8px;
	}
	.new-products li .text p {
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.new-products li .text .content {
		margin-top: 7px;
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.new-products li .text .price {
		font-size: 12px;
		margin-top: 8px;
		line-height: 16px;
		padding-right: 54px;
	}
	.new-products li .text .price b {
		font-size: 15px;
	}
	.new-products li .text .price b i {
		font-size: 12px;
	}
	.product-list li {
		margin-top: 12px;
		padding: 12px;
	}

	.product-list ul {
		margin-top: -12px;
	}
	.product-list li .image {
		width: 146px;
		margin-right: 16px;
	}
	.product-list li .text-left .name {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.product-list li .text-left .message {
		margin-top: 12px;
	}
	.product-list li .text-left .message .data-box {
		width: 84px;
		height: 80px;
	}
	.product-list li .text-left .message .data-box p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.product-list li .text-left .update span {
		font-size: 12px;
	}
	.product-list li .text-left .message .data-box span {
		font-size: 12px;
		margin-top: 14px;
	}
	.product-list li .text-left {
		width: 360px;
	}
	.product-list li .text-right {
		width: 130px;
	}
	.product-list li .text-right .price {
		font-size: 12px;
	}
	.product-list li .text-right .price b {
		font-size: 18px;
	}
	.product-list li .text-right .company {
		font-size: 12px;
		margin-top: 12px;
		line-height: 14px;
		height: 14px;
	}
	.product-list li .text-right .company i {
		font-size: 14px;
		margin-right: 5px;
	}
	.vip span {
		font-size: 12px;
	}
	.vip span font {
		font: bold 12px/18px "microsoft yahei";
	}
	.product-list li .text-right .vip {
		margin-top: 6px;
	}
	.product-list li .text-right .contact,.product-list li .text-right .phone {
		margin-top: 6px;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
		padding: 0 10px;
	}
	.product-list li .text-right .contact a {
		right: 10px;
	}
	.product-list li .text-right .contact a i {
		font-size: 8px;
	}
	.product-list li .text-right .contrast {
		margin-top: 12px;
		line-height: 28px;
	}
	.product-list li .text-right .contrast a {
		font-size: 12px;
	}
	.product-list li .text-right .contrast a i {
		margin-top: 8px;
		margin-right: 4px;
	}
	.product-list li .text-right .contrast a.call {
		font-size: 12px;
		padding: 0 12px;
	}




	.footMenu {
		font-size: 12px;
		line-height: 42px;
	}
	.footLeft p.webName {
		font-size: 12px;
	}
	.footLeft {
		width: 720px;
	}
	.footLeft p a {
		margin-right: 8px;
	}
	.footRight p {
		margin: 4px;
		width: 84px;
		font-size: 12px;
	}
	.footRight .top-logo img {
		width: 160px;
	}
	.pages a {
		width: 30px;
		height: 30px;
		font: normal 12px/30px "Microsoft YaHei";
		margin-right: 6px;
	}
	.pages a.prev {
		background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -40px 10px;
	}
	.pages a.ft {
		background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat 10px 10px;
	}
	.pages a.lt {
		background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -326px 10px;
	}
	.pages a.next {
		background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -373px 10px;
	}
	.pages .jump {
		font-size: 12px;
		line-height: 32px;
	}
	.pages input {
		width: 30px;
		height: 30px;
		font: normal 12px/30px "Tahoma";
		margin: 0 10px;
	}
	.pages button {
		width: 52px;
		height: 32px;
		font: normal 14px/32px "Tahoma";
	}



}
