a {
	outline: none;
}
.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: 1500px;
	margin: 0 auto;
}
.header {
	height: 68px;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
	width: 100%;
}
.header .logo {
	float: left;
	margin-top: 11px;
}
.header .pageName {
	float: left;
	margin-top: 19px;
	margin-left: 17px;
	padding-left: 16px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
}
.header .pageName::after {
	content:'';
	position: absolute;
	left: 0;
	width: 1px;
	height: 32px;
	background: #e6e6e6;
}
.header .menu {
	float: right;
	line-height: 36px;
	font-size: 16px;
	margin-top: 16px;
}
.header .menu a {
	color: #333;
	margin: 0 20px;
}
.header .menu a.baoming {
	color: #03a363;
}
.header .menu a.caigou {
	color: #ff7c1f;
}
.header .menu a i {
	margin-right: 5px;
	vertical-align: middle;
}
.header .menu a:hover {
	color: #ff7c1f;
}
.banner {
	height: 320px;
	position: relative;
	background-color:#03a363;
	background-image:-webkit-gradient(linear, top, bottom, from(#03a363), to(#11a66a));
	background-image:-webkit-linear-gradient(180deg, #03a363, #11a66a);
	background-image:-moz-linear-gradient(180deg, #03a363, #11a66a);
	background-image:-ms-linear-gradient(180deg, #03a363, #11a66a);
	background-image:-o-linear-gradient(180deg, #03a363, #11a66a);
	background-image:linear-gradient(180deg, #03a363, #11a66a);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#03a363', endColorStr='#11a66a');
	margin-top: 68px;
}
.banner .cover {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("https://www.hbzhan.com/images/directory/banner-bg.png") no-repeat center;
	background-size: cover;
}
.banner-main {
	position: relative;
	text-align: center;
}
.banner-main b {
	width: 410px;
	height: 44px;
	display: inline-block;
	margin-top: 44px;
	background: url("https://www.hbzhan.com/images/directory/banner-title.png") no-repeat center;
	background-size: contain;
}
.banner-main em {
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 18px;
	opacity: .3;
}
.banner-main .text {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.banner-main .text .entrust {
	display: inline-block;
	position: relative;
	z-index: 9;
}
.banner-main .text .entrust span a{
	color: #ffd800;
	font-size: 17px;
	font-style: italic;
	text-decoration: underline;
}
.banner-main .entrust-bot {
	position: absolute;
	top: 45px;
	left: -80px;
	width: 220px;
	height: 240px;
	background: #fff;
	border-radius: 15px;
	color: #aaaaaa;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
	display: none;
}
.banner-main .text .entrust:hover .entrust-bot {
	display: block;
}
.banner-main .entrust-bot::after {
	content:'';
	position:absolute;
	bottom:100%;
	left: 50%;
	transform: translateX(-50%);
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent;
	border-bottom-width:14px;
	border-bottom-color:currentColor;
	color:#fff;
}
.banner-main .entrust-bot strong {
	font-weight: normal;
	display: block;
}
.banner-main .banner-search {
	width: 880px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: 3px;
	margin: 44px auto 0;
}
.banner-main .banner-search input {
	width: 772px;
	height: 50px;
	line-height: 50px;
	border: none;
	float: left;
	color: #cacaca;
	font-size: 16px;
	text-indent: 20px;
	border-radius: 3px;
}
.banner-main .banner-search button {
	width: 104px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: none;
	background: #ff7c1f;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	margin-top: 2px;
	cursor: pointer;
}
.banner-main .banner-search button i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("https://www.hbzhan.com/images/directory/search-ico.png") no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.banner-main .banner-hot {
	width: 880px;
	margin: 15px auto 0;
	text-align: left;
	font-size: 16px;
	color: #fff;
}
.banner-main .banner-hot a {
	color: #fff;
	margin-right: 15px;
}
.supply-title {
	text-align: center;
	margin-top: 45px;
}
.supply-title b {
	font-size: 30px;
	position: relative;
	font-weight: normal;
	color: #333;
}
.supply-title b::after {
	content: '';
	position: absolute;
	left: -90px;
	top: -12px;
	width: 88px;
	height: 36px;
	background: url("https://www.hbzhan.com/images/directory/title-left.png") no-repeat;
	background-size: contain;
}
.supply-title b::before {
	content: '';
	position: absolute;
	right: -90px;
	bottom: -13px;
	width: 88px;
	height: 36px;
	background: url("https://www.hbzhan.com/images/directory/title-right.png") no-repeat;
	background-size: contain;
}
.direct-main .supply-title b::after {
	width: 25px;
	height: 12px;
	background: url("https://www.hbzhan.com/images/directory/title-left-ico.png") no-repeat;
	background-size: contain;
	top: auto;
	left: -40px;
	bottom: 12px;
}
.direct-main .supply-title b::before  {
	width: 25px;
	height: 12px;
	background: url("https://www.hbzhan.com/images/directory/title-right-ico.png") no-repeat;
	background-size: contain;
	right: -40px;
	bottom: 12px;
}
.direct-list {
	margin: 35px 0 48px 0;
}
.direct-list ul {
	margin: 0 -15px;
}
.direct-list ul li{
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.direct-list ul li .item {
	height: 300px;
	box-sizing: border-box;
	padding: 28px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.2);
	border-radius: 2px;
}
.direct-list ul li .item .more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #ff7c1f;
	border-radius: 0 0 2px 2px;
}
.direct-list ul li .item .direct-logo-img {
	width: 100px;
	height: 40px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.direct-list ul li .item .direct-logo-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.direct-list ul li .item .direct-logo b {
	display: block;
	overflow: hidden;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.direct-list ul li .item .direct-logo b i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("https://www.hbzhan.com/images/directory/tj-ico.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 2px;
}
.direct-list ul li .item .direct-logo b a {
	color: #333;
}
.direct-list ul li .item .direct-logo b a:hover {
	color: #0ca567;
}
.direct-list ul li .item p {
	margin-top: 25px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.direct-list ul li .item ul {
	margin: 0 -6px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
}
.direct-list ul li .item ul li {
	width: 33.333%;
	height: 70px;
	float: left;
	box-sizing: border-box;
	padding: 0 6px;
}
.direct-list ul li .item ul li img {
	width: 100%;
	height: 100%;
}
.direct-cont {
	background: #fff;
	overflow: hidden;
}
.direct-nav {
	background: #fff;
	margin: 48px 0 24px 0;
}
.direct-nav a {
	display: inline-block;
	width: 16.6666%;
	height: 92px;
	position: relative;
	text-align: center;
	-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;
}
.direct-nav a::after {
	content: '';
	width: 1px;
	height: 44px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.direct-nav a:last-child::after {
	display: none;
}
.direct-nav a span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
}
.direct-nav a b {
	color: #999;
	font-size: 22px;
	display: block;
	margin-top: 20px;
}
.direct-nav a em {
	font-style: normal;
	display: block;
	font-size: 18px;
	color: #cacaca;
}
.direct-nav a.focus {
	background-color:#ff6200;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#ff9c00));
	background-image:-webkit-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:-moz-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:-ms-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:-o-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:linear-gradient(90deg, #ff6200, #ff9c00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6200', endColorStr='#ff9c00');
}
.direct-nav a.focus span {
	background: url("https://www.hbzhan.com/images/directory/direct-nav.png") no-repeat;
	background-size: contain;
}
.direct-nav a.focus::after {
	display: none;
}
.direct-nav a.focus b {
	color: #fff;
}
.direct-nav a.focus em {
	color: #fff;
}
.direct-content {
	display: none;
}
.direct-content ul li {
	margin-bottom: 20px;
}
.direct-content ul li .direct-top {
	box-sizing: border-box;
	padding: 28px 32px 22px 32px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	/* box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.2); */
}
#Exhibi.page a {
	width: auto;
	padding: 0 24px;
	color: #fff;
	background-color: #ff7c1f;
	border-color: #ff7c1f;
}
#Exhibi.page a:hover {
	background-color: #fff;
	color: #ff7c1f;
}
.direct-content ul li .direct-bot-img {
	width: 262px;
	height: 172px;
	float: left;
	margin-right: 32px;
	position: relative;
}
.direct-content ul li .direct-bot-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.direct-content ul li .direct-bot-text {
	overflow: hidden;
}
.direct-content ul li .direct-bot-text b {
	font-size: 22px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	padding-right: 220px;
}
.direct-content ul li .direct-bot-text b .push-button{
	position: absolute;
	right: 0;
	top: 6px;
	line-height: 30px;
}
.direct-content ul li .direct-bot-text b .push-button a{
	display: inline-block;
	width: 98px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ff7c1f;
	color: #ff7c1f;
	margin-left: 12px;
}
.direct-content ul li .direct-bot-text b .push-button a:hover {
	background: #ff7c1f;
	color: #fff;
}
.direct-content ul li .direct-bot-text b em {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
	background: #ffeded;
	color: #ff3e3e;
	vertical-align: top;
	margin-left: 10px;
}
.direct-content ul li .direct-bot-text b em.green {
	background: #e6f6eb;
	color: #259849;
}
.direct-content ul li .direct-bot-text b em.red {
	background: #ffeded;
	color: #ff3e3e;
}
.direct-content ul li .direct-bot-text b em.orange {
	background: #ffeee3;
	color: #ff6d0f;
}
.direct-content ul li .direct-bot-text b a{
	color: #333;
}
.direct-content ul li .direct-bot-text b a:hover{
	color: #ff7c1f;
}
.direct-content ul li .direct-bot-text p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-top: 20px;
}
.direct-content ul li .direct-bot-text .p2 {
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin-top: 15px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.direct-bot {
	line-height: 64px;
	height: 64px;
	overflow: hidden;
	background: #fafafa;
	color: #999;
	font-size: 16px;
	padding: 0 32px;
	box-sizing: border-box;
}
.direct-bot span {
	color: #ffb682;
	margin: 0 20px;
}

.page{
	text-align: center;
	padding:20px 0 50px 0;
	height: 46px;
	line-height: 34px;
	font-size: 16px;
}
.page a,.page input{
	display: inline-block;
	width: 44px;
	height: 44px;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	background-color: #fff;
	margin: 0 8px;
}
.page a.next,.page a.ft{
	display: none;
}
.page a:hover,.page a.on{
	color: #fff;
	background-color: #ff7c1f;
	border-color: #ff7c1f;
}
.page a.prev{
	background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 17px 15px;
}
.page a.lt{
	background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 18px -32px;
}
.quick-show ul {
	margin: 0 -18px;
	margin-top: 45px;
}
.quick-show ul li {
	width: 33.333%;
	float: left;
	padding: 0 18px;
	box-sizing: border-box;
}
.quick-show ul li .item {
	background: #fff;
	height: 226px;
	padding: 30px 44px 30px 35px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
	background: url("https://www.hbzhan.com/images/directory/quick-bg.png") no-repeat;
	background-size: cover;
	position: relative;
}
.quick-show ul li .item:hover {
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.4);
}
.quick-show ul li .item .left b {
	font-size: 24px;
	display: block;
	margin-top: 10px;
}
.quick-show ul li .item p {
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.quick-show ul li .item .left {
	position: absolute;
	top: 30px;
	left: 35px;
}
.quick-show ul li .item .left i {
	font-size: 12px;
	margin-left: 6px;
}
.quick-show ul li .item .right {
	position: absolute;
	right: 44px;
	top: 35px;
}
.quick-show ul li .item .right b {
	display: block;
	height: 165px;
	width: 165px;
	background: #eeeeee;
	border-radius: 50%;
	position: relative;
}
.quick-show ul li .item .right b i {
	display: inline-block;
	width: 91px;
	height: 90px;
	background: url("https://www.hbzhan.com/images/directory/quick-ico1.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.quick-show ul li:nth-child(2) .item .right b i{
	width: 82px;
	height: 80px;
	background: url("https://www.hbzhan.com/images/directory/quick-ico2.png") no-repeat;
	background-size: contain;
}
.quick-show ul li:nth-child(3) .item .right b i{
	width: 79px;
	height: 79px;
	background: url("https://www.hbzhan.com/images/directory/quick-ico3.png") no-repeat;
	background-size: contain;
}
.quick-show ul li .item .more {
	margin-top: 40px;
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	width: 104px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #ff7c1f;
}
.bottomMenu {
	background-color: #238844;
	margin-top: 65px;
	padding: 30px 0 25px 0;
}
.bottomMenu .item{
	margin:0 auto;
	/* overflow: hidden; */
}
.footTop {
	/* overflow: hidden; */
	height: 208px;
}
.footLeft {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding-left: 80px;
	/* overflow: hidden; */
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;
	/* overflow: hidden; */
}
.footLeft ul li {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}

.footLeft .lxqq .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 .lxqq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq a{
	position: relative;
	cursor: pointer;
}
.footLeft .lxqq a:hover .QQhover{
	display: inline-block;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url("https://www.hbzhan.com/images/directory/qq_ico.png") no-repeat center center #fff;
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url("https://www.hbzhan.com/images/directory/qq_ico.png") no-repeat center center #ff9e00;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	height: 108px;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 30%;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 6%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 40%;
	float: right;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul li {
	width: 33.333%;
	float: left;
}
.footRight ul li .ewm {
	width: 110px;
	height: 110px;
	padding: 8px;
	background: #fff;
	margin: 0 auto;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.foot {
	background-color: #138146;
	padding: 15px;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: "microsoft yahei";
}

.foot p a:hover {
	color: #76a145;
}

.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
}
.left-float {
	position: fixed;
	left: 0px;
	bottom: 10%;
	z-index: 99999;
}
.recommend-video {
	background-color: #f7f7f7;
	padding: 8px 10px;
	height: 441px;
}
.recommend-video .title {
	text-align: center;
	padding: 0 25px;
}
.recommend-video ul {
	width: 156px;
	margin: 0 auto;
}
.recommend-video li {
	margin-top: 12px;
}
.recommend-video li .image {
	position: relative;
	padding-bottom: 56.4%;
	overflow: hidden;
	height: 0;
}
.recommend-video li .image img {
	max-height: none;
}
.recommend-video li .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.recommend-video li mark {
	display: inline-block;
	height: 100%;
	padding: 0 6px;
	background: -moz-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -ms-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	color: #fff;
	margin-right: 8px;
}
.recommend-video li mark.notice {
	background: -moz-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -ms-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
}

.recommend-video li .text {
	margin-top: 6px;
	text-align: center;
	height: 12px;
	line-height: 1;
	overflow: hidden;
}
.recommend-video li .text a {
	color: #333;
}
.recommend-video .more {
	display: block;
	width: 156px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #ff7a19;
	text-align: center;
	margin: 12px auto 0;
}
.recommend-video .more i {
	font-size: 8px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 1px;
	display: inline-block;
}
.pop-bot {
	width: 174px;
	height: 299px;
	background: url("/images/supply/pop-bot.png") no-repeat;
	background-size: cover;
	z-index: 999;
	display: none;
	position: relative;
}
.pop-bot .ewm {
	width: 86px;
	height: 86px;
	margin: 0 0 0 46px;
	padding-top: 150px;
}
.pop-bot p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.pop-bot .pop-btn {
	position: absolute;
	bottom: 0;
	left: 11px;
	border-radius: 0 0 10px 10px;
	width: 156px;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #f71818;
	font-weight: bold;
	background: #fdd558;
}
.pop-bot .close-ico {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 82px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.pop-bot .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rightfloat {
	width: 72px;
	background-color: #34b6f6;
	background-image: -webkit-gradient(linear, top, bottom, from(#34b6f6), to(#6f5af8));
	background-image: -webkit-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -moz-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -ms-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -o-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: linear-gradient(180deg, #34b6f6, #6f5af8);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 20px 0 0 20px;
}
.rightfloat a {
	display: block;
	height: 68px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 12px auto 5px;
	height: 24px;
	font-size: 24px;
}
.rightfloat a i {
	width: 22px;
	background-size: 100% auto !important;
}
.rightfloat a.a4 i {
	background: url('/images/expo2020/a4-ico.png') no-repeat center center;
}
.rightfloat a.a4:hover i {
	background: url('/images/expo2020/a4-ico-hover.png') no-repeat center center;
}

.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}

/* ---弹出框样式 */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
}

/* QQ */
.p-qq {
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -300px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 60px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
}

.p-qqBox a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 15px 0 10px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 15px 10px 10px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox a::after {
	display: none;
}
.p-qqBox p:nth-child(3) a{
	margin-top: 0px;
}
.rightfloat a.a6 i {
	background: url('/images/expo2020/a6-ico.png') no-repeat center center;
}
.rightfloat a.a6:hover i {
	background: url('/images/expo2020/a6-ico-hover.png') no-repeat center center;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
.p-telBox {
	left: -230px;
}
.p-telBox .p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
}
.p-telBox em b {
	color: #f60;
}
.p-telBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-telBox p {
	padding-left: 40px;
}
/* 闭馆弹窗 */
.bye {
	position: fixed;
	left: 10px;
	top: 10%;
	z-index: 999999;
	width: 156px;
	height: 326px;
	background: url("../../../../images/Version/2021/expo_2021autumn/byeleft.png") no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.byeMain .bye_logo {
	width: 95px;
	height: 30px;
	margin: 0 auto;
	background: url('../../../../images/expo2018/byelogo.png') no-repeat;
	background-size: contain;
}
.byeMain p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.byeMain p b {
	display: block;
	font-size: 16px;
	margin-top: 6px;
	position: relative;
}
.byeMain p b i {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.byeMain span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 85px;
	text-align: center;
	margin-top: 20px;
}
.byeMain .thk_bd {
	border: 2px solid #f9ecc0;
	border-radius: 3px;
	width: 130px;
	height: 72px;
	margin: 0 auto;
	margin-top: 35px;
}
.byeMain .thk {
	border: 1px solid #ff8e24;
	height: 70px;
	border-radius: 3px;
	background: #f9ecc0;
	text-align: center;
	font-size: 16px;
	color: #ff8e24;
}
.byeMain .thk b {
	font-weight: normal;
	margin-top: 12px;
	display: block;
	letter-spacing: 2px;
}
.byeMain .ico_right {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 72px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.leftFloat {
	width: 100px;
	height: 393px;
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 9999;
	box-sizing: border-box;
	padding: 5px;
	background: url(../../../../images/expo2018/leftFloat_green.png) no-repeat;
	display: none !important;
	background-size: 100% 100%;
}
.leftFloat_logo {
	width: 75px;
	height: 25px;
	margin: 20px auto 0;
	background: url(../../../../images/expo2018/byelogo.png) no-repeat;
	background-size: contain;
}
.leftFloat1 .leftFloat_logo {
	background: url(../../../../images/expo2018/byelogo1.png) no-repeat;
	background-size: contain;
}

.leftFloat p {
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.leftFloat p i{
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.leftFloat b {
	text-align: center;
	color: #fff0bf;
	line-height: 28px;
	font-size: 13px;
	display: block;
	margin-top: 20px;
}
.leftFloat_img {
	margin-top: 15px;
	text-align: center;
}
.leftFloat span {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
.leftFloat1 b {
	text-align: center;
	color: #fff0bf;
	line-height: 24px;
	font-size: 13px;
	display: block;
	margin-top: 20px;
	font-family: "Microsoft YaHei";
}
.leftFloat1 span {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
.leftFloat1 p {
	font-size: 13px;
}
.next_bottom {
	width: 100%;
	position: fixed;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #43b053;
}
.next_bottom_center {
	margin: 0 auto;
	height: 50px;
	background: #fff;
}
.next_bottom_center a {
	color: #fff;
}
.next_bottom_left {
	width: calc(50% - 1px);
	height: 50px;
	float: left;
	background: #43b053;
}
.next_bottom_left p {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
.next_bottom_left b {
	text-align: center;
	width: 36px;
	height: 36px;
	background: #ffa600;
	border-radius: 50%;
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}
.next_bottom_left b i {
	font-size: 18px;
}
.next_bottom_right b i {
	font-size: 18px;
}
.next_bottom_right {
	width: calc(50% - 1px);
	height: 50px;
	float: right;
	background: #43b053;
}
.next_bottom_right p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.next_bottom_right b {
	text-align: center;
	width: 36px;
	height: 36px;
	background: #ffa600;
	border-radius: 50%;
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}
/* 推荐产品样式 */
.direct-pro {
	padding: 24px 32px;
	background: #eee;
}
.direct-pro-item {
	overflow: hidden;
}
.direct-pro .pro-left {
	float: left;
	width: 48px;
	height: 208px;
	background: url(../../../../images/expoHall/version/2023/left-bg.png) no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
	text-align: center;
	margin-right: 32px;
}
.direct-pro .pro-left::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #09A265;
}
.direct-pro .pro-left span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
}
.direct-pro .pro-right {
	overflow: hidden;
}
.direct-pro .pro-right .Ul {
	margin-right: -38px;
	overflow: hidden;
}
.direct-pro .pro-right .Li {
	width: calc(100% / 7);
	float: left;
}
.direct-pro .pro-right .Li .item {
	margin-right: 38px;
}
.direct-pro .pro-right .image {
	height: 0;
	padding-bottom: 100%;
	background-color: #e5e5e5;
	position: relative;
	overflow: hidden;
}
.direct-pro .pro-right .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.direct-pro .pro-right .text p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 6px;
}
.direct-pro .pro-right .text p a {
	color: #333;
}
.direct-pro .pro-right .text p a:hover {
	color: #03a363;
}
/* 推荐产品样式 */
@media screen and (max-width: 1279px) {
	.w{
		width: 1070px;
	}
	.direct-pro {
		padding: 16px 22px;
	}
	.direct-pro .pro-left span {
		font-size: 14px;
	}
	.direct-pro .pro-left {
		width: 34px;
		height: 157px;
		margin-right: 22px;
	}
	.direct-pro .pro-right .Ul {
		margin-right: -26px;
	}
	.direct-pro .pro-right .Li .item {
		margin-right: 26px;
	}
	.direct-pro .pro-right .text p {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
		margin-top: 4px;
	}
	.pop-bot .close-ico {
		bottom: auto;
		right: -8px;
		top: 5px;
	}
	.pop-bot {
		width: 140px;
		height: 242px;
	}
	.pop-bot .ewm {
		width: 75px;
		height: 75px;
		margin: 0 0 0 38px;
		padding-top: 120px;
	}
	.pop-bot p {
		margin-top: 2px;
	}
	.pop-bot .pop-btn {
		left: 8px;
		width: 130px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 0 0 8px 8px;
	}
	.left-float {
		width: 140px;
	}
	.recommend-video {
		height: 343px;
	}
	.recommend-video ul {
		width: auto;
	}
	.recommend-video li {
		margin-top: 6px;
	}
	.recommend-video .more {
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 7px auto 0;
	}
	.header {
		height: 50px;
	}
	.header .menu{
		font-size: 12px;
		margin-top: 7px;
	}
	.header .menu a {
		margin: 0 13px;
	}
	.header .logo {
		width: 95px;
		margin-top: 9px;
	}
	.header .pageName {
		margin-top: 13px;
		font-size: 17px;
	}
	.header .pageName::after {
		height: 22px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a i {
		font-size: 13px;
		margin-right: 3px;
		vertical-align: middle;
	}
	.banner-main b {
		font-size: 26px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 12px;
	}
	.banner-main .text .entrust span a {
		font-size: 13px;
	}

	.banner {
		height: 230px;
		margin-top: 50px;
	}
	.banner-main b {
		width: 290px;
		height: 38px;
		margin-top: 30px;
	}
	.banner-main em {
		font-size: 12px;
		letter-spacing: 12px;
	}
	.banner-main .banner-search {
		width: 628px;
		height: 36px;
		line-height: 36px;
		margin: 25px auto 0;
	}
	.banner-main .banner-search input {
		width: 548px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
		text-indent: 14px;
	}
	.banner-main .banner-search button {
		width: 75px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.banner-main .banner-search button i {
		width: 14px;
		height: 14px;
		margin-top: -2px;
		vertical-align: middle;
	}
	.banner-main .banner-hot {
		width: 628px;
		font-size: 12px;
		margin: 12px auto 0;
	}
	.banner-main .text {
		font-size: 12px;
		margin-top: 4px;
	}
	.direct-list {
		margin: 25px 0 35px 0;
	}
	.direct-list ul {
		margin: 0 -11px;
	}
	.direct-list ul li {
		padding: 0 11px;
	}
	.direct-list ul li .item {
		padding: 20px;
		height: 214px;
	}
	.direct-list ul li .item .direct-logo-img {
		width: 75px;
		height: 28px;
		margin-right: 8px;
	}
	.direct-list ul li .item .direct-logo b {
		line-height: 30px;
		height: 30px;
		font-size: 18px;
	}
	.direct-list ul li .item p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 17px;
		max-height: 34px;
	}
	.direct-list ul li .item ul {
		margin: 0 -4px;
		margin-top: 6px;
		padding-top: 11px;
	}
	.direct-list ul li .item ul li {
		height: 52px;
		padding: 0 4px;
	}
	.direct-list ul li .item .more {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.direct-nav {
		margin: 34px 0 15px 0;
	}
	.direct-nav a {
		height: 66px;
	}
	.direct-nav a b {
		font-size: 16px;
		margin-top: 13px;
	}
	.direct-nav a em {
		font-size: 13px;
		margin-top: 2px;
	}
	.direct-nav a::after {
		height: 30px;
	}
	.direct-content ul li .direct-top {
		padding: 20px 23px 15px 23px;
	}
	.direct-content ul li .direct-bot-img{
		width: 187px;
		height: 124px;
		margin-right: 20px;
	}
	.direct-content ul li .direct-bot-text b em {
		padding: 3px 5px;
		font-size: 12px;
	}
	.direct-content ul li .direct-bot-text b {
		font-size: 16px;
		line-height: 34px;
		height: 34px;
		padding-bottom: 5px;
		padding-right: 150px;
	}
	.direct-content ul li .direct-bot-text b .push-button  {
		line-height: 24px;
		top: 4px;
	}
	.direct-content ul li .direct-bot-text b .push-button a {
		width: 70px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin-left: 8px;
	}
	.direct-content ul li .direct-bot-text p {
		font-size: 12px;
		margin-top: 15px;
		line-height: 17px;
		max-height: 34px;
	}
	.direct-content ul li .direct-bot-text .p2 {
		font-size: 12px;
		margin-top: 12px;
		line-height: 17px;
		height: 17px;
	}
	.direct-content ul li {
		margin-bottom: 14px;
	}
	.direct-bot {
		line-height: 46px;
		height: 46px;
		font-size: 12px;
		padding: 0 23px;
	}
	.page {
		padding: 10px 0 30px 0;
		height: 34px;
		line-height: 34px;
	}
	.page a, .page input {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin: 0 4px;
	}
	.page a.prev{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 11px 9px;
	}
	.page a.lt{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 13px -38px;
	}
	.direct-main .supply-title b::after {
		bottom: 8px;
		left: -38px;
	}
	.direct-main .supply-title b::before {
		bottom: 8px;
		right: -38px;
	}
	.supply-title b {
		font-size: 22px;
	}
	.supply-title b::after {
		width: 60px;
		height: 24px;
		left: -60px;
		top: -7px;
	}
	.supply-title b::before {
		width: 60px;
		height: 24px;
		right: -60px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 25px;
	}
	.quick-show ul li .item {
		height: 162px;
	}
	.quick-show ul li .item p{
		font-size: 12px;
		margin-top: 10px;
	}
	.quick-show ul {
		margin: 0 -13px;
		margin-top: 25px;
	}
	.quick-show ul li {
		padding: 0 13px;
	}
	.quick-show ul li .item .left b {
		font-size: 18px;
		margin-top: 5px;
	}
	.quick-show ul li .item .right b {
		width: 116px;
		height: 116px;
	}
	.quick-show ul li .item {
		padding: 22px 25px 0 25px;
	}
	.quick-show ul li .item .left {
		top: 22px;
		left: 25px;
	}
	.quick-show ul li .item .right {
		top: 24px;
		right: 25px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 80px;
		height: 28px;
		line-height: 28px;
		margin-top: 25px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 60px;
		height: 61px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.bottomMenu {
		margin-top: 45px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
	.w{
		width: 1080px;
	}
	.direct-pro {
		padding: 16px 22px;
	}
	.direct-pro .pro-left span {
		font-size: 14px;
	}
	.direct-pro .pro-left {
		width: 34px;
		height: 157px;
		margin-right: 22px;
	}
	.direct-pro .pro-right .Ul {
		margin-right: -26px;
	}
	.direct-pro .pro-right .Li .item {
		margin-right: 26px;
	}
	.direct-pro .pro-right .text p {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
		margin-top: 4px;
	}
	.pop-bot .close-ico {
		bottom: auto;
		right: -8px;
		top: 5px;
	}
	.pop-bot {
		width: 140px;
		height: 242px;
	}
	.pop-bot .ewm {
		width: 75px;
		height: 75px;
		margin: 0 0 0 38px;
		padding-top: 120px;
	}
	.pop-bot p {
		margin-top: 2px;
	}
	.pop-bot .pop-btn {
		left: 8px;
		width: 130px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 0 0 8px 8px;
	}
	.left-float {
		width: 140px;
	}
	.recommend-video {
		height: 343px;
	}
	.recommend-video ul {
		width: auto;
	}
	.recommend-video li {
		margin-top: 6px;
	}
	.recommend-video .more {
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 7px auto 0;
	}
	.header {
		height: 50px;
	}
	.header .menu{
		font-size: 12px;
		margin-top: 7px;
	}
	.header .menu a {
		margin: 0 13px;
	}
	.header .logo {
		width: 95px;
		margin-top: 9px;
	}
	.header .pageName {
		margin-top: 13px;
		font-size: 17px;
	}
	.header .pageName::after {
		height: 22px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a i {
		font-size: 13px;
		margin-right: 3px;
		vertical-align: middle;
	}
	.banner-main b {
		font-size: 26px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 12px;
	}
	.banner-main .text .entrust span a {
		font-size: 13px;
	}

	.banner {
		height: 230px;
		margin-top: 50px;
	}
	.banner-main b {
		width: 290px;
		height: 38px;
		margin-top: 30px;
	}
	.banner-main em {
		font-size: 12px;
		letter-spacing: 12px;
	}
	.banner-main .banner-search {
		width: 628px;
		height: 36px;
		line-height: 36px;
		margin: 25px auto 0;
	}
	.banner-main .banner-search input {
		width: 548px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
		text-indent: 14px;
	}
	.banner-main .banner-search button {
		width: 75px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.banner-main .banner-search button i {
		width: 14px;
		height: 14px;
		margin-top: -2px;
		vertical-align: middle;
	}
	.banner-main .banner-hot {
		width: 628px;
		font-size: 12px;
		margin: 12px auto 0;
	}
	.banner-main .text {
		font-size: 12px;
		margin-top: 4px;
	}
	.direct-list {
		margin: 25px 0 35px 0;
	}
	.direct-list ul {
		margin: 0 -11px;
	}
	.direct-list ul li {
		padding: 0 11px;
	}
	.direct-list ul li .item {
		padding: 20px;
		height: 214px;
	}
	.direct-list ul li .item .direct-logo-img {
		width: 75px;
		height: 28px;
		margin-right: 8px;
	}
	.direct-list ul li .item .direct-logo b {
		line-height: 30px;
		height: 30px;
		font-size: 18px;
	}
	.direct-list ul li .item p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 17px;
		max-height: 34px;
	}
	.direct-list ul li .item ul {
		margin: 0 -4px;
		margin-top: 6px;
		padding-top: 11px;
	}
	.direct-list ul li .item ul li {
		height: 52px;
		padding: 0 4px;
	}
	.direct-list ul li .item .more {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.direct-nav {
		margin: 34px 0 15px 0;
	}
	.direct-nav a {
		height: 66px;
	}
	.direct-nav a b {
		font-size: 16px;
		margin-top: 13px;
	}
	.direct-nav a em {
		font-size: 13px;
		margin-top: 2px;
	}
	.direct-nav a::after {
		height: 30px;
	}
	.direct-content ul li .direct-top {
		padding: 20px 23px 15px 23px;
	}
	.direct-content ul li .direct-bot-img{
		width: 187px;
		height: 124px;
		margin-right: 20px;
	}
	.direct-content ul li .direct-bot-text b em {
		padding: 3px 5px;
		font-size: 12px;
	}
	.direct-content ul li .direct-bot-text b {
		font-size: 16px;
		line-height: 34px;
		height: 34px;
		padding-bottom: 5px;
		padding-right: 150px;
	}
	.direct-content ul li .direct-bot-text b .push-button  {
		line-height: 24px;
		top: 4px;
	}
	.direct-content ul li .direct-bot-text b .push-button a {
		width: 70px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin-left: 8px;
	}
	.direct-content ul li .direct-bot-text p {
		font-size: 12px;
		margin-top: 15px;
		line-height: 17px;
		max-height: 34px;
	}
	.direct-content ul li .direct-bot-text .p2 {
		font-size: 12px;
		margin-top: 12px;
		line-height: 17px;
		height: 17px;
	}
	.direct-content ul li {
		margin-bottom: 14px;
	}
	.direct-bot {
		line-height: 46px;
		height: 46px;
		font-size: 12px;
		padding: 0 23px;
	}
	.page {
		padding: 10px 0 30px 0;
		height: 34px;
		line-height: 34px;
	}
	.page a, .page input {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin: 0 4px;
	}
	.page a.prev{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 11px 9px;
	}
	.page a.lt{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 13px -38px;
	}
	.direct-main .supply-title b::after {
		bottom: 8px;
		left: -38px;
	}
	.direct-main .supply-title b::before {
		bottom: 8px;
		right: -38px;
	}
	.supply-title b {
		font-size: 22px;
	}
	.supply-title b::after {
		width: 60px;
		height: 24px;
		left: -60px;
		top: -7px;
	}
	.supply-title b::before {
		width: 60px;
		height: 24px;
		right: -60px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 25px;
	}
	.quick-show ul li .item {
		height: 162px;
	}
	.quick-show ul li .item p{
		font-size: 12px;
		margin-top: 10px;
	}
	.quick-show ul {
		margin: 0 -13px;
		margin-top: 25px;
	}
	.quick-show ul li {
		padding: 0 13px;
	}
	.quick-show ul li .item .left b {
		font-size: 18px;
		margin-top: 5px;
	}
	.quick-show ul li .item .right b {
		width: 116px;
		height: 116px;
	}
	.quick-show ul li .item {
		padding: 22px 25px 0 25px;
	}
	.quick-show ul li .item .left {
		top: 22px;
		left: 25px;
	}
	.quick-show ul li .item .right {
		top: 24px;
		right: 25px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 80px;
		height: 28px;
		line-height: 28px;
		margin-top: 25px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 60px;
		height: 61px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.bottomMenu {
		margin-top: 45px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1381px) and (max-width: 1440px) {
	.w{
		width: 1160px;
	}
	.direct-pro {
		padding: 18px 26px;
	}
	.direct-pro .pro-left span {
		font-size: 15px;
	}
	.direct-pro .pro-left {
		width: 40px;
		height: 162px;
		margin-right: 26px;
	}
	.direct-pro .pro-right .Ul {
		margin-right: -32px;
	}
	.direct-pro .pro-right .Li .item {
		margin-right: 32px;
	}
	.direct-pro .pro-right .text p {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
		margin-top: 4px;
	}

	.left-float {
		width: 140px;
	}
	.recommend-video {
		height: 350px;
	}
	.recommend-video ul {
		width: auto;
	}
	.recommend-video li {
		margin-top: 6px;
	}
	.recommend-video .more {
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 7px auto 0;
	}
	.header {
		height: 55px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 9px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 102px;
		margin-top: 10px;
	}
	.header .pageName {
		margin-top: 15px;
		font-size: 18px;
	}
	.header .pageName::after {
		height: 25px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a i {
		font-size: 14px;
		margin-right: 3px;
		vertical-align: middle;
		margin-right: 4px;
	}
	.banner-main b {
		font-size: 28px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 14px;
	}
	.banner-main .text .entrust span a {
		font-size: 14px;
	}

	.banner {
		height: 248px;
		margin-top: 55px;
	}
	.banner-main b {
		width: 320px;
		height: 38px;
		margin-top: 35px;
	}
	.banner-main em {
		font-size: 12px;
		letter-spacing: 13px;
	}
	.banner-main .banner-search {
		width: 680px;
		height: 40px;
		line-height: 40px;
		margin: 30px auto 0;
	}
	.banner-main .banner-search input {
		width: 594px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		text-indent: 14px;
	}
	.banner-main .banner-search button {
		width: 81px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.banner-main .banner-search button i {
		width: 16px;
		height: 16px;
		margin-top: -2px;
		vertical-align: middle;
	}
	.banner-main .banner-hot {
		width: 680px;
		font-size: 13px;
		margin: 12px auto 0;
	}
	.banner-main .text {
		font-size: 13px;
		margin-top: 4px;
	}
	.direct-list {
		margin: 30px 0 40px 0;
	}
	.direct-list ul {
		margin: 0 -13px;
	}
	.direct-list ul li {
		padding: 0 13px;
	}
	.direct-list ul li .item {
		padding: 23px;
		height: 246px;
	}
	.direct-list ul li .item .direct-logo-img {
		width: 80px;
		height: 30px;
		margin-right: 10px;
	}
	.direct-list ul li .item .direct-logo b {
		line-height: 30px;
		height: 30px;
		font-size: 18px;
	}
	.direct-list ul li .item p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 17px;
		max-height: 34px;
	}
	.direct-list ul li .item ul {
		margin: 0 -5px;
		margin-top: 8px;
		padding-top: 13px;
	}
	.direct-list ul li .item ul li {
		height: 58px;
		padding: 0 5px;
	}
	.direct-list ul li .item .more {
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
	.direct-nav {
		margin: 40px 0 20px 0;
	}
	.direct-nav a {
		height: 76px;
	}
	.direct-nav a b {
		font-size: 18px;
		margin-top: 15px;
	}
	.direct-nav a em {
		font-size: 15px;
		margin-top: 2px;
	}
	.direct-nav a::after {
		height: 36px;
	}
	.direct-content ul li .direct-top {
		padding: 22px 26px 18px 26px;
	}
	.direct-content ul li .direct-bot-img{
		width: 216px;
		height: 143px;
		margin-right: 26px;
	}
	.direct-content ul li .direct-bot-text b em {
		padding: 3px 5px;
		font-size: 12px;
	}
	.direct-content ul li .direct-bot-text b {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
		padding-bottom: 6px;
		padding-right: 170px;
	}
	.direct-content ul li .direct-bot-text b .push-button  {
		line-height: 26px;
	}
	.direct-content ul li .direct-bot-text b .push-button a {
		width: 76px;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		margin-left: 10px;
	}
	.direct-content ul li .direct-bot-text p {
		font-size: 14px;
		margin-top: 16px;
		line-height: 20px;
		max-height: 40px;
	}
	.direct-content ul li .direct-bot-text .p2 {
		font-size: 14px;
		margin-top: 12px;
		line-height: 20px;
		height: 20px;
	}
	.direct-content ul li {
		margin-bottom: 17px;
	}
	.direct-bot {
		line-height: 52px;
		height: 52px;
		font-size: 14px;
		padding: 0 26px;
	}
	.page {
		padding: 10px 0 35px 0;
	}
	.page a, .page input {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		margin: 0 4px;
	}
	.page a.prev{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 13px 11px;
	}
	.page a.lt{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 14px -36px;
	}
	.direct-main .supply-title b::after {
		bottom: 8px;
		left: -38px;
	}
	.direct-main .supply-title b::before {
		bottom: 8px;
		right: -38px;
	}
	.supply-title b {
		font-size: 24px;
	}
	.supply-title b::after {
		width: 60px;
		height: 24px;
		left: -65px;
		top: -7px;
	}
	.supply-title b::before {
		width: 60px;
		height: 24px;
		right: -65px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 30px;
	}
	.quick-show ul li .item {
		height: 186px;
	}
	.quick-show ul li .item p{
		font-size: 12px;
		margin-top: 15px;
	}
	.quick-show ul {
		margin: 0 -14px;
		margin-top: 30px;
	}
	.quick-show ul li {
		padding: 0 14px;
	}
	.quick-show ul li .item .left b {
		font-size: 19px;
	}
	.quick-show ul li .item .right b {
		width: 130px;
		height: 130px;
	}
	.quick-show ul li .item {
		padding: 24px 35px 0 27px;
	}
	.quick-show ul li .item .left {
		top: 24px;
		left: 27px;
	}
	.quick-show ul li .item .right {
		top: 26px;
		right: 35px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 80px;
		height: 28px;
		line-height: 28px;
		margin-top: 30px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 70px;
		height: 71px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 70px;
		height: 70px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 70px;
		height: 70px;
	}
	.bottomMenu {
		margin-top: 55px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1650px) {
	.w{
		width: 1234px;
	}
	.direct-pro {
		padding: 18px 26px;
	}
	.direct-pro .pro-left span {
		font-size: 15px;
	}
	.direct-pro .pro-left {
		width: 40px;
		height: 172px;
		margin-right: 26px;
	}
	.direct-pro .pro-right .Ul {
		margin-right: -32px;
	}
	.direct-pro .pro-right .Li .item {
		margin-right: 32px;
	}
	.direct-pro .pro-right .text p {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
		margin-top: 4px;
	}

	.header {
		height: 58px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 11px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 108px;
	}
	.header .pageName {
		margin-top: 17px;
		font-size: 20px;
	}
	.header .pageName::after {
		height: 26px;
	}
	.header .menu a.caigou {
		line-height: 30px;
		font-size: 14px;
	}
	.banner-main b {
		margin-top: 20px;
	}
	.banner-main .text .entrust span a {
		font-size: 15px;
	}
	.banner {
		height: 264px;
		margin-top: 58px;
	}
	.banner-main b {
		width: 336px;
		margin-top: 40px;
	}
	.banner-main em {
		font-size: 12px;
		letter-spacing: 14px;
	}
	.banner-main .banner-search {
		width: 724px;
		height: 42px;
		line-height: 42px;
		margin: 30px auto 0;
	}
	.banner-main .banner-search input {
		width: 634px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		text-indent: 16px;
	}
	.banner-main .banner-search button {
		width: 86px;
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.banner-main .banner-search button i {
		width: 16px;
		height: 16px;
		margin-top: -2px;
		vertical-align: middle;
	}
	.banner-main .banner-hot {
		width: 724px;
		font-size: 14px;
		margin: 12px auto 0;
	}
	.banner-main .text {
		font-size: 14px;
		margin-top: 6px;
	}
	.direct-list {
		margin: 30px 0 40px 0;
	}
	.direct-list ul {
		margin: 0 -13px;
	}
	.direct-list ul li {
		padding: 0 13px;
	}
	.direct-list ul li .item {
		padding: 23px;
		height: 246px;
	}
	.direct-list ul li .item .direct-logo-img {
		width: 80px;
		height: 30px;
		margin-right: 10px;
	}
	.direct-list ul li .item .direct-logo b {
		line-height: 30px;
		height: 30px;
		font-size: 18px;
	}
	.direct-list ul li .item p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 17px;
		max-height: 34px;
	}
	.direct-list ul li .item ul {
		margin: 0 -5px;
		margin-top: 8px;
		padding-top: 13px;
	}
	.direct-list ul li .item ul li {
		height: 58px;
		padding: 0 5px;
	}
	.direct-list ul li .item .more {
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
	.direct-nav {
		margin: 40px 0 20px 0;
	}
	.direct-nav a {
		height: 76px;
	}
	.direct-nav a b {
		font-size: 18px;
		margin-top: 15px;
	}
	.direct-nav a em {
		font-size: 15px;
		margin-top: 2px;
	}
	.direct-nav a::after {
		height: 36px;
	}
	.direct-content ul li .direct-top {
		padding: 22px 26px 18px 26px;
	}
	.direct-content ul li .direct-bot-img{
		width: 216px;
		height: 143px;
		margin-right: 26px;
	}
	.direct-content ul li .direct-bot-text b em {
		padding: 3px 5px;
		font-size: 12px;
	}
	.direct-content ul li .direct-bot-text b {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
		padding-bottom: 6px;
	}
	.direct-content ul li .direct-bot-text b .push-button  {
		line-height: 28px;
	}
	.direct-content ul li .direct-bot-text b .push-button a {
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.direct-content ul li .direct-bot-text p {
		font-size: 14px;
		margin-top: 16px;
		line-height: 20px;
		max-height: 40px;
	}
	.direct-content ul li .direct-bot-text .p2 {
		font-size: 14px;
		margin-top: 12px;
		line-height: 20px;
		height: 20px;
	}
	.direct-content ul li {
		margin-bottom: 17px;
	}
	.direct-bot {
		line-height: 52px;
		height: 52px;
		font-size: 14px;
		padding: 0 26px;
	}
	.page {
		padding: 10px 0 35px 0;
	}
	.page a, .page input {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		margin: 0 4px;
	}
	.page a.prev{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 13px 11px;
	}
	.page a.lt{
		background: #fff url("https://www.hbzhan.com/images/directory/arrow.png") no-repeat 14px -36px;
	}
	.direct-main .supply-title b::after {
		bottom: 8px;
		left: -38px;
	}
	.direct-main .supply-title b::before {
		bottom: 8px;
		right: -38px;
	}
	.supply-title b {
		font-size: 25px;
	}
	.supply-title b::after {
		width: 65px;
		height: 26px;
		left: -70px;
		top: -7px;
	}
	.supply-title b::before {
		width: 65px;
		height: 26px;
		right: -70px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 30px;
	}
	.quick-show ul li .item {
		height: 186px;
	}
	.quick-show ul li .item p{
		font-size: 13px;
		margin-top: 15px;
	}
	.quick-show ul {
		margin: 0 -15px;
		margin-top: 30px;
	}
	.quick-show ul li {
		padding: 0 15px;
	}
	.quick-show ul li .item .left b {
		font-size: 20px;
	}
	.quick-show ul li .item .right b {
		width: 138px;
		height: 138px;
	}
	.quick-show ul li .item {
		padding: 25px 36px 0 29px;
	}
	.quick-show ul li .item .left {
		top: 25px;
		left: 29px;
	}
	.quick-show ul li .item .right {
		top: 28px;
		right: 36px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 85px;
		height: 30px;
		line-height: 30px;
		margin-top: 30px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 75px;
		height: 76px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 75px;
		height: 75px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 75px;
		height: 75px;
	}
	.bottomMenu {
		margin-top: 55px;
	}
	.footLeft ul li {
		font-size: 15px;
	}
	.footLeft p {
		font-size: 15px;
	}
	.footLeft p b {
		font-size: 15px;
	}
	.footCenter ul li a {
		font-size: 15px;
	}
	.footRight .title {
		font-size: 15px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
