body{
	background-color: #f7f7f7;
}
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;
}
.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.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(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.w{
	width: 1500px;
}
.header{
	height: 34px;
	border-bottom:1px solid #dddddd;
	background-color: #fff;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -35px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 35px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	font-size: 12px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #138146;
}
.Tophead li .ServiceTop i{
	margin-right: 4px;
	font-size: 12px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 35px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
.head{
	margin: 0 auto;
	overflow: hidden;
}
.head span{
	float: left;
	line-height: 34px;
	font-size: 0;
}
.head span a{
	font-size: 12px;
	color: #666;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
}
.head a:hover{
	color: #ff6600;
}
.head p{ line-height:34px; float:right; color:#dfdfdf; margin-right:150px;}
.head p a{ display:inline-block; color:#666; padding:0 6px;}
.head p a.mobile {
	color: #76a145;
}

.head p a.mobile i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}


.top{
	background-color: #fff;
}
.top .item{
	margin: 0 auto;
	padding:15px 0;
	background-color: #fff;
	position:relative;
}
.top .item .logo{
	float: left;
	width: 220px;
}
.top .item .logo .top_text {
	float: left;
}
.top .item .logo .top_text b {
	font-size: 22px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 15px 15px 15px 0;
	background: #00994d;
	display: block;
}
.top .item .pageName{
	float: left;
	font-size: 24px;
	color: #000;
	margin:10px 0 0 50px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	display: none;
}
.top .item .exhi-ico {
	float: right;
	margin-top: 10px;
}
.top .item .exhi-ico a {
	display: inline-block;
	width: 78px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fa8c16;
	border-radius: 5px;
	border: 1px solid #fa8c16;
	margin-left: 17px;
}
.top .item .exhi-ico a.guanzong {
	color: #238844;
	border: 1px solid #238844;
}
.search {
	width: 360px;
	height: 36px;
	margin: 8px 0 0 70px;
	float: left;
	border: 2px solid #fa8c16;
	position: relative;
	border-radius: 20px;
	color: #999;
}

.searchSelect {
	width: 88px;
	height: 36px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 8px;
}

.selectTop i {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 14px;
	height: 8px;
	background: url("http://www.hbzhan.com/images/index/index.png") no-repeat;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 20px;
	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')
}

.search input {
	width: 306px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	margin-left: 20px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 37px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #00cccc;
	border-left: 2px solid #00cccc;
	border-right: 2px solid #00cccc;
	color: #fff;
	cursor: pointer;
}
.top .item .menu{
	float: left;
	margin-top: 17px;
	margin-left: 120px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 17px;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 0 10px;
	position: relative;
}
.top .item .menu a.home::after {
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	background-color: #ff6200;
	content:'';
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
}
.top .item .menu a.home{
	color: #ff6200;
}
.top .item .menu a:hover{
	color: #ff6200;
}
.top .item .menu a:last-child{
	border:none;
}

.banner{
	overflow: hidden;
	position:relative;
	height: 570px;
}
.banner .item{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position:absolute;
}
.banner .item ul.bigImg{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 1;
}
.banner .item ul.bigImg li{
	width: 100%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.banner .item ul.bigImg li a {
	height: 100%;
}
.banner .item .smallImg{
	position:absolute;
	bottom:30px;
	z-index: 2;
	left: 50%;
	transform:translateX(-50%);
	font-size: 0;
	text-align: center;
	width: 100%;
}
.banner .item .smallImg li{
	display: inline-block;
	width: 200px;
	vertical-align: bottom;
	margin: 0 10px;
}
.banner .item .smallImg li a{
	display: block;
	padding-bottom:56%;
	height: 0;
	overflow: hidden;

}
.banner .item .smallImg li img{
	width: 100%;
	max-height: none;
	display: block;
}
.banner .item .smallImg li.focus a{
	border:3px solid #fdbb01;
	padding-bottom:56%;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.banner .item .smallImg li.focus{
	width: 220px;
}
.popular {
	background: url('../../../images/expo2020/popular.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	display: none;
}
.popular_exhi {
    margin: 30px auto 30px;
}
.popular_exhi_l {
	width: 942px;
	float: left;
}
.popular_exhi_l ul {
}
.popular_exhi_l ul li {
	width: 33.333%;
	float: left;
	padding: 44px 0 44px 58px;
	background: #fff;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.popular_exhi_l ul li:nth-child(3n) {
	border-right: none;
}
.popular_exhi_l ul li:nth-child(4) {
	border-bottom: none;
}
.popular_exhi_l ul li:nth-child(5) {
	border-bottom: none;
}
.popular_exhi_l ul li:nth-child(6) {
	border-bottom: none;
}
.popular_exhi_l ul li b {
	width: 52px;
	height: 52px;
	display: inline-block;
	border: 1px solid #333;
	float: left;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
}
.popular_exhi_l ul li b i {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.popular_exhi_l ul li:hover {
	background-color:#238844;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#238844), to(#8ab616));
	background-image:-webkit-linear-gradient(90deg, #238844, #8ab616);
	background-image:-moz-linear-gradient(90deg, #238844, #8ab616);
	background-image:-ms-linear-gradient(90deg, #238844, #8ab616);
	background-image:-o-linear-gradient(90deg, #238844, #8ab616);
	background-image:linear-gradient(90deg, #238844, #8ab616);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#238844', endColorStr='#8ab616');
	transform: scale(1.1);
	color: #fff;
	border-radius: 5px;
	border-right: none;
}
.popular_exhi_l ul li:hover b {
	border: 1px solid #fff;
}
.popular_exhi_l ul li:hover b i{
	color: #fff;
}
.popular_exhi_l ul li:hover p {
	color: #fff;
}
.popular_exhi_l ul li:hover span{
	color: #fff;
}
.popular_exhi_l ul li span {
	display: block;
	font-weight: bold;
	font-size: 36px;
	color: #333;
}
.popular_exhi_l ul li p {
	color: #838388;
	font-size: 16px;
}
.popular_exhi_r {
	width: 530px;
	float: right;
}
.popular_exhi_r ul {
	background: #fff;
	padding: 18px;
	box-sizing: border-box;
}
.popular_exhi_r ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	position: relative;
}
.popular_exhi_r ul li a em {
	font-style: normal;
	color: #fff;
	font-size: 14px;
	background: #ffb15e;
	padding: 2px 12px;
	border-radius: 20px;
	margin-right: 12px;
	margin-left: 12px;
}
.popular_exhi_r ul li a span {
	color: #238844;
	font-size: 14px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.popular_exhi_r ul li a strong {
	font-weight: normal;
	width: 85%;
	display: inline-block;
	overflow: hidden;
}
.popular_exhi_r ul li a:hover {
	background: #f7f7f7;
	color: #238844;
}
.popular_exhi_r ul li a:hover em {
	background: #238844;
}
.pop_list {
	margin: 0 auto;
}
.pop_list ul {
	margin: -10px;
	margin-top: 20px;
}
.pop_list ul li{
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.pop_list ul li .image{
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.pop_list ul li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.pop_list ul li span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 20px;
	z-index: 9;
}
.pop_list ul li mark {
	display: block;
	position: absolute;
	right: 14px;
	bottom: 13px;
	width: 84px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	z-index: 9;
	border-radius: 30px;
		background-color:#2e7d42;
		background-image:-webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
		background-image:-webkit-linear-gradient(90deg, #2e7d42, #789a1b);
		background-image:-moz-linear-gradient(90deg, #2e7d42, #789a1b);
		background-image:-ms-linear-gradient(90deg, #2e7d42, #789a1b);
		background-image:-o-linear-gradient(90deg, #2e7d42, #789a1b);
		background-image:linear-gradient(90deg, #2e7d42, #789a1b);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e7d42', endColorStr='#789a1b');
}
.pop_list ul li mark.notice {
	background-color:#2e7d42;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
	background-image:-webkit-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-moz-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-ms-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-o-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:linear-gradient(90deg, #2e7d42, #789a1b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e7d42', endColorStr='#789a1b');
}
.pop_list ul li mark.replay {
	background-color:#ff8233;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff8233), to(#ffb033));
	background-image:-webkit-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:-moz-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:-ms-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:-o-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:linear-gradient(90deg, #ff8233, #ffb033);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8233', endColorStr='#ffb033');
}
.pop_list ul li mark.live {
	background-color:#3fa9ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#3fa9ff), to(#65b9fd));
	background-image:-webkit-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image:-moz-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image:-ms-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image:-o-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image:linear-gradient(90deg, #3fa9ff, #65b9fd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3fa9ff', endColorStr='#65b9fd');
}
.pop_list ul li:hover .item{
	padding: 2px;
	background-color:#ff6200;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#ff9d00));
	background-image:-webkit-linear-gradient(90deg, #ff6200, #ff9d00);
	background-image:-moz-linear-gradient(90deg, #ff6200, #ff9d00);
	background-image:-ms-linear-gradient(90deg, #ff6200, #ff9d00);
	background-image:-o-linear-gradient(90deg, #ff6200, #ff9d00);
	background-image:linear-gradient(90deg, #ff6200, #ff9d00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6200', endColorStr='#ff9d00');
	margin-top: -15px;
	border-radius: 5px;
}
.pop_list ul li:hover p a {
	color: #fff;
}
.pop_list ul li .image p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}
.pop_list ul li p{
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding:  0 10px;
}
.pop_list ul li p a {
	color: #333;
}
.pop_list li p a:hover {
	color: #fa8c16;
}
.exhi-title {
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}
.exhi-title b {
	color: #ededed;
	font-size: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-transform:uppercase;
}
.exhi-title span em {
	color: #248943;
	font-style: normal;
}
.exhi-title span {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 26px;
}
.exhi-title p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	z-index: 1;
	top: 26px;
	line-height: 20px;
}
.exhi-title p i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../../../images/expo2020/exhi-title-ico.png') no-repeat;
	background-size: cover;
	margin-right: 5px;
	vertical-align: top;
}
.a-exhi-title p i {
	background: url('../../../images/expo2020/a-exhi-title.png') no-repeat;
	background-size: cover;
}
.b-exhi-title p i {
	background: url('../../../images/expo2020/b-exhi-title.png') no-repeat;
	background-size: cover;
}
.c-exhi-title p i {
	background: url('../../../images/expo2020/c-exhi-title.png') no-repeat;
	background-size: cover;
}
.d-exhi-title p i {
	background: url('../../../images/expo2020/d-exhi-title.png') no-repeat;
	background-size: cover;
}
.f-exhi-title p i {
	background: url('../../../images/expo2020/f-exhi-title.png') no-repeat;
	background-size: cover;
}
.g-exhi-title p i {
	background: url('../../../images/expo2020/g-exhi-title.png') no-repeat;
	background-size: cover;
}
.i-exhi-title p i {
	background: url('../../../images/expo2020/i-exhi-title.png') no-repeat;
	background-size: cover;
}
.exhi-hall {
	margin: 0 auto;
}
.exhi-hall .exhi-hall-l {
	width: 410px;
	height: 568px;
	float: left;
	background: #248943;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	padding-right: 48px;
	position: relative;
}
.exhi-hall .exhi-hall-l span {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 180px;
	height: 180px;
	background: url('../../../images/expo2020/a-l-bg.png') no-repeat;
	background-size: contain;
}
.exhi-hall .exhi-hall-l h2 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
.exhi-hall .exhi-hall-l ul {
	overflow: hidden;
	margin: 0 -6px;
	position: relative;
	z-index: 10;
}
.exhi-hall .exhi-hall-l ul li {
	width: 50%;
	float: left;
	padding: 8px 6px;
	box-sizing: border-box;
}
.exhi-hall .exhi-hall-l ul li.li-60 {
	width: 60%;
}
.exhi-hall .exhi-hall-l ul li.li-70 {
	width: 70%;
}
.exhi-hall .exhi-hall-l ul li.li-100 {
	width: 100%;
}
.a-exhi-hall .exhi-hall-l ul li:nth-child(9) {
	width: 80%;
}
.b-exhi-hall .exhi-hall-l ul li:nth-child(9) {
	width: 60%;
}
.d-exhi-hall .exhi-hall-l ul li:nth-child(10) {
	width: 70%;
}
.d-exhi-hall .exhi-hall-l ul li:nth-child(9) {
	width: 70%;
}
.exhi-hall .exhi-hall-l a.more {
	display: block;
	width: 145px;
	height: 44px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	line-height: 44px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
}
.exhi-hall .exhi-hall-l ul li a {
	display: block;
	background: rgba(255,255,255,0.5);
	line-height: 42px;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 5px;
	box-sizing: border-box;
}
.exhi-hall .exhi-hall-l ul li a b {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #5ba672;
	text-align: center;
	margin-right: 8px;
	margin-left: 7px;
}
.exhi-hall .exhi-hall-l ul li a b em {
	font-size: 18px;
	vertical-align: middle;
	color: #fff;
}
.exhi-hall .exhi-hall-l ul li a:hover {
	color: #248943;
	background:#fff;
}
.exhi-hall .exhi-hall-l ul li a:hover b {
	background: #248943;
}
.exhi-hall .exhi-hall-c {
	width: 725px;
	background: #ffffff;
	border-radius: 15px;
	padding: 12px;
	box-sizing: border-box;
	float: left;
	margin-left: -30px;
	margin-top: 30px;
	position: relative;
}
.expoLive .liveHot .image {
	padding-bottom:56%;
	height: 0;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.expoLive .liveHot .image .play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.expoLive .liveHot .image .play i {
	font-size: 70px;
	color: #fff;
}
.expoLive .liveHot .image img {
	max-height: none;
	display: block;
	width: 100%;
}
.expoLive .liveHot .image p {
	position: absolute;
	bottom: 0;
	left:0;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	width: 100%;
}
.expoLive .liveHot .image p a {
	color: #fff;
}
.expoLive .liveHot mark {
	width: 85px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position:absolute;
	right: 20px;
	text-align: center;
	top:20px;
	z-index: 9;
	color: #fff;
	border-radius: 17px;
}
.expoLive .liveHot mark.Notice{
	background-color: #2e7d42;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
	background-image: -webkit-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image: -moz-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image: -ms-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image: -o-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image: linear-gradient(90deg, #2e7d42, #789a1b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e7d42', endColorStr='#789a1b');
}
.expoLive .liveHot mark.Live{
	background-color: #3fa9ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3fa9ff), to(#65b9fd));
	background-image: -webkit-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image: -moz-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image: -ms-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image: -o-linear-gradient(90deg, #3fa9ff, #65b9fd);
	background-image: linear-gradient(90deg, #3fa9ff, #65b9fd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3fa9ff', endColorStr='#65b9fd');
}
.expoLive .liveHot mark.Replay{
	background-color:#ff8233;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff8233), to(#ffb033));
	background-image:-webkit-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:-moz-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:-ms-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:-o-linear-gradient(90deg, #ff8233, #ffb033);
	background-image:linear-gradient(90deg, #ff8233, #ffb033);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8233', endColorStr='#ffb033');
}
.expoLive .liveHot input{
	display: none;
}
.expoLive ul {
	margin-left: -10px;
	margin-right: -10px;
}
.expoLive ul li {
	width: calc(100% / 3);
	padding: 12px 10px 0 10px;
	float: left;
	box-sizing: border-box;
}
.expoLive ul li .image {
	padding-bottom:57%;
	height: 0;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.expoLive ul li .image img {
	max-height: none;
	display: block;
	width: 100%;
}
.expoLive ul li .image p {
	position: absolute;
	bottom: 0;
	left:0;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	width: 100%;
}
.expoLive ul li .image p a {
	color: #fff;
}
.exhi-hall .exhi-hall-r {
	width: 386px;
	background: #ffffff;
	border-radius: 15px;
	float: right;
	margin-top: 30px;
	padding: 20px;
	box-sizing: border-box;
	padding-bottom: 12px;
}
.exhi-hall .exhi-hall-r .title {
	height: 30px;
	margin-bottom: 12px;
	position: relative;
}
.exhi-hall .exhi-hall-r .title b {
	color: #ededed;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
}
.exhi-hall .exhi-hall-r .title p {
	color: #333;
	font-size: 24px;
	text-align: center;
	position: relative;
	z-index: 9;
	font-weight: bold;
}
.exhi-hall .exhi-hall-r .title p i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: url('../../../images/expo2020/a-r-ico.png') no-repeat;
	background-size: cover;
	vertical-align: top;
	margin-top: 2px;
}
.exhi-hall .exhi-hall-r .title p em {
	color: #248943;
	font-style: normal;
}
.exhi-hall .exhi-hall-r ul {
	overflow: hidden;
	margin: 0 -8px;
}
.exhi-hall .exhi-hall-r ul li{
	padding: 9px 8px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.exhi-hall .exhi-hall-r ul li .item {
	height: 76px;
	border: 1px solid #dedede;
	position: relative;
	overflow: hidden;
}
.exhi-hall .exhi-hall-r ul li .item img {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.b-exhi-title span em {
	color: #5ab3cd;
}
.c-exhi-title span em {
	color: #e49213;
}
.d-exhi-title span em {
	color: #80b732;
}
.f-exhi-title span em {
	color: #2f7cdc;
}
.g-exhi-title span em {
	color: #9559e6;
}
.i-exhi-title span em {
	color: #ffa200;
}
.b-exhi-hall .exhi-hall-l {
	background: #5ab3cd;
}
.c-exhi-hall .exhi-hall-l {
	background: #d58843;
}
.d-exhi-hall .exhi-hall-l {
	background: #80b732;
}
.f-exhi-hall .exhi-hall-l {
	background: #2f7cdc;
}
.g-exhi-hall .exhi-hall-l {
	background: #9559e6;
}
.i-exhi-hall .exhi-hall-l {
	background: #f5a445;
}
.b-exhi-hall .exhi-hall-l ul li a b{
	background: #83c6d9;
}
.c-exhi-hall .exhi-hall-l ul li a b {
	background: #dfa672;
}
.d-exhi-hall .exhi-hall-l ul li a b {
	background: #a0c965;
}
.f-exhi-hall .exhi-hall-l ul li a b {
	background: #639de5;
}
.g-exhi-hall .exhi-hall-l ul li a b {
	background: #af82ec;
}
.i-exhi-hall .exhi-hall-l ul li a b {
	background: #f7bb73;
}
.b-exhi-hall .exhi-hall-l ul li a:hover b {
	background: #5ab3cd;
}
.c-exhi-hall .exhi-hall-l ul li a:hover b {
	background: #e49213;
}
.d-exhi-hall .exhi-hall-l ul li a:hover b {
	background: #80b732;
}
.f-exhi-hall .exhi-hall-l ul li a:hover b {
	background: #2f7cdc;
}
.g-exhi-hall .exhi-hall-l ul li a:hover b {
	background: #9559e6;
}
.i-exhi-hall .exhi-hall-l ul li a:hover b {
	background: #ffa200;
}
.b-exhi-hall .exhi-hall-l ul li a:hover {
	color: #5ab3cd;
}
.c-exhi-hall .exhi-hall-l ul li a:hover {
	color: #e49213;
}
.d-exhi-hall .exhi-hall-l ul li a:hover {
	color: #80b732;
}
.f-exhi-hall .exhi-hall-l ul li a:hover {
	color: #2f7cdc;
}
.g-exhi-hall .exhi-hall-l ul li a:hover {
	color: #9559e6;
}
.i-exhi-hall .exhi-hall-l ul li a:hover {
	color: #ffa200;
}
.b-exhi-hall .exhi-hall-l span{
	background: url('../../../images/expo2020/b-l-bg.png') no-repeat;
	background-size: contain;
}
.c-exhi-hall .exhi-hall-l span{
	background: url('../../../images/expo2020/c-l-bg.png') no-repeat;
	background-size: contain;
}
.d-exhi-hall .exhi-hall-l span{
	background: url('../../../images/expo2020/d-l-bg.png') no-repeat;
	background-size: contain;
}
.f-exhi-hall .exhi-hall-l span{
	background: url('../../../images/expo2020/f-l-bg.png') no-repeat;
	background-size: contain;
}
.g-exhi-hall .exhi-hall-l span{
	background: url('../../../images/expo2020/g-l-bg.png') no-repeat;
	background-size: contain;
}
.i-exhi-hall .exhi-hall-l span{
	background: url('../../../images/expo2020/i-l-bg.png') no-repeat;
	background-size: contain;
}
.b-exhi-hall .exhi-hall-r .title p em {
	color: #5ab3cd;
}
.c-exhi-hall .exhi-hall-r .title p em {
	color: #e49213;
}
.d-exhi-hall .exhi-hall-r .title p em {
	color: #80b732;
}
.f-exhi-hall .exhi-hall-r .title p em {
	color: #2f7cdc;
}
.g-exhi-hall .exhi-hall-r .title p em {
	color: #9559e6;
}
.i-exhi-hall .exhi-hall-r .title p em {
	color: #ffa200;
}
.b-exhi-hall .exhi-hall-r .title p i {
	background: url('../../../images/expo2020/b-r-ico.png') no-repeat;
	background-size: cover;
}
.c-exhi-hall .exhi-hall-r .title p i {
	background: url('../../../images/expo2020/c-r-ico.png') no-repeat;
	background-size: cover;
}
.d-exhi-hall .exhi-hall-r .title p i {
	background: url('../../../images/expo2020/d-r-ico.png') no-repeat;
	background-size: cover;
}
.f-exhi-hall .exhi-hall-r .title p i {
	background: url('../../../images/expo2020/f-r-ico.png') no-repeat;
	background-size: cover;
}
.g-exhi-hall .exhi-hall-r .title p i {
	background: url('../../../images/expo2020/g-r-ico.png') no-repeat;
	background-size: cover;
}
.i-exhi-hall .exhi-hall-r .title p i {
	background: url('../../../images/expo2020/i-r-ico.png') no-repeat;
	background-size: cover;
}
.exhi{
	margin:20px auto 0;
}
.news{
	width: 1520px;
	overflow: hidden;
}
.news .meeting{
	width: 50%;
	float: left;
}
.news .meeting .item{
	margin:20px 20px 0 0;
}
.news .meeting .item .title{
	height: 30px;
	line-height: 30px;
	position:relative;
}
.news .meeting .item .title i{
	position:absolute;
	font-size: 36px;
	color: #ff6600;
}
.news .meeting .item .title h2{
	font-size: 26px;
	text-indent: 40px;
	font-weight: normal;
}
.news .meeting .item .title h2 a{
	color: #333;
}
.news .meeting .item .title .more{
	position:absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.news .meeting .item .left{
	width: 380px;
	margin-top: 10px;
	float: left;
}
.news .meeting .item .left li{
	float: left;
	padding:10px 10px 0 0;
	width: 180px;
}
.news .meeting .item .left li.big{
	width: 370px;
}
.news .meeting .item .left li .image{
	padding-bottom:57%;
	height: 0;
	position:relative;
	overflow: hidden;
}
.news .meeting .item .left li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.news .meeting .item .left li .image p{
	position:absolute;
	z-index: 5;
	bottom:0;
	left: 0px;
	right: 0px;
	padding:10px 12px 10px 12px;
	font-size: 14px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
}
.news .meeting .item .left li.big .image p{
	font-size: 16px;
}
.news .meeting .item .left li .image p strong{
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	display: block;
}
.news .meeting .item .left li .image a:hover p strong{
	max-height:36px;
}
.gradual{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(102,102,102,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,0.9));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.news .meeting .item .right{
	margin-top: 20px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 12px;
}
.news .meeting .item .right li{
	padding:10px 0;
	border-bottom:1px dashed #e6e6e6;
}
.news .meeting .item .right li:last-child{
	border-bottom:none;
}
.news .meeting .item .right li p{
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.news .meeting .item .right li p a{
	color: #333;
}
.news .meeting .item .right li p a:hover{
	color: #ff6600;
}
.news .meeting .item .right li span{
	font-size: 14px;
	height: 29px;
	line-height: 29px;
	color: #999;
	display: block;
	overflow: hidden;
}
.news .meeting .item .right li .time{
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #999;
	position:relative;
}
.news .meeting .item .right li .time b{
	position:absolute;
	top: 0;
	right: 0;
	font-weight: normal;
}
.news .meeting .item .right li .time b i{
	display: inline-block;
	vertical-align: top;
	margin: 1px 5px 0 0;
}

.bottomMenu {
	background-color: #238844;
	margin-top: 30px;
	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(../../../images/index/qq_ico.png) no-repeat center center #fff;
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url(../../../images/index/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 {
	/* overflow: hidden; */
	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;
}
.rightBar{
	position:fixed;
	right: 5px;
	top: 60%;
	transform:translateY(-60%);
	z-index: 999;
	width: 80px;
	background:url('/images/exhibition/shh.png') no-repeat 0 0;
}
.rightBar ul{
	margin-top: 60px;
}
.rightBar ul li{
	width: 74px;
	height: 50px;
	position:relative;
}
.rightBar ul li b a{
	width: 74px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin-bottom:1px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	position:relative;
}
.rightBar ul li b a::before{
	content:'';
	width: 0;
	height: 0;
	position:absolute;
	border-top: 8px solid transparent;
    border-right: 10px solid #00cccc;
    border-bottom: 8px solid transparent;
	left: -10px;
	top: 17px;
	z-index: 9;
	display: none;
}
.rightBar ul li b a:hover{
	color: #fff;
	background-color: #00cccc;
}
.classify{
	width: 174px;
	padding:6px 0 10px 0;
	position:absolute;
	top: 0;
	right: 75px;
	text-align: center;
	background-color: #fff;
	z-index: 8;
	display: none;
}
.rightBar ul li.show b a::before{
	display: block;
}
.rightBar ul li.show .classify{
	display: block;
}
.classify span{
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #00cccc;
	position:relative;
	margin-bottom:10px;
}
.classify p{
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
}
.classify p a{
	color: #666;
}
.classify p a:hover{
	color: #00cccc;
}
.classify span::after{
	content:'';
	position:absolute;
	bottom:0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	width: 20px;
	height: 4px;
	border-radius: 2px;
	background-color: #00cccc;
}
.rightBar a.goTop{
	display: block;
	background: #fff;
	margin-top: 10px;
	margin-left: 12px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position:relative;
}
.rightBar a.goTop i{
	width: 22px;
	height: 22px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:url('/images/exhibition/goTop.png') no-repeat 0 0;
}
.rightBar a.goTop:hover{
	background:#00cccc;
}
.rightBar a.goTop:hover i{
	background:url('/images/exhibition/goTop.png') no-repeat 0 -25px;
}
.pop-bot {
	width: 174px;
	height: 299px;
	position: fixed;
	left: 10px;
	top: 10%;
	background: url("/images/supply/pop-bot.png?v=2025") no-repeat;
	background-size: cover;
	z-index: 999;
	display: none;
}
.pop-bot .ewm {
	width: 86px;
	height: 86px;
	margin: 150px 0 0 46px;
}
.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%;
}
.iframe{
	height: 35px;
	overflow: hidden;
}
.rightfloat {
	width: 68px;
	background: #fff;
	position: fixed;
	right: 10px;
	top: 130px;
	z-index: 9999;
	border-radius: 2px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
}


.rightfloat a {
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	position: relative;
}
.rightfloat a i {
	display: block;
	width: 22px;
	height: 24px;
	margin: 12px auto 5px;
	background: url('/images/expo2020/a1-ico.png') no-repeat center center;
	background-size: 100% auto !important;
}
.rightfloat a.a1 i {
	background: url('/images/expo2020/a1-ico.png') no-repeat center center;
}
.rightfloat a.a2 i {
	background: url('/images/expo2020/a2-ico.png') no-repeat center center;
}
.rightfloat a.a3 i {
	background: url('/images/expo2020/a3-ico.png') no-repeat center center;
}
.rightfloat a.a4 i {
	background: url('/images/expo2020/a4-ico.png') no-repeat center center;
}
.rightfloat a.a5 i {
	background: url('/images/expo2020/a5-ico.png') no-repeat center center;
}
.rightfloat a.gotop i {
	background: url('/images/expo2020/gotop.png') no-repeat center center;
}

.rightfloat a.a1:hover i {
	background: url('/images/expo2020/a1-ico-hover.png') no-repeat center center;
}
.rightfloat a.a2:hover i {
	background: url('/images/expo2020/a2-ico-hover.png') no-repeat center center;
}
.rightfloat a.a3:hover i {
	background: url('/images/expo2020/a3-ico-hover.png') no-repeat center center;
}
.rightfloat a.a4:hover i {
	background: url('/images/expo2020/a4-ico-hover.png') no-repeat center center;
}
.rightfloat a.a5:hover i {
	background: url('/images/expo2020/a5-ico-hover.png') no-repeat center center;
}
.rightfloat a.gotop:hover i {
	background: url('/images/expo2020/gotop-hover.png') no-repeat center center;
}

.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.gotop p{
	color: #248943;
}
.rightfloat a:hover {
	background: #248943;
}
.rightfloat a:hover p{
	color: #fff;
}
.rightfloat a p {
	font-size: 12px;
	color: #555555;
	text-align: center;
}
.rightfloat a:after {
	content:'';
	height: 1px;
	width: 32px;
	background: #eeeeee;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}
.rightfloat a:hover::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: -305px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	height: 200px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	/* background-size: 100% 100%; */
	padding: 30px 0 0 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 30px;
}
.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;
}
.p-qqBox b{
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.p-qqBox em{
    font-size: 14px;
    color: #999;
    font-style: normal;
}
.p-qqBox a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 100px !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:last-child{
    background-color: #44a531!important;
    margin-left: 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;}

/* 20241217 */
@font-face {
	font-family: "阿里妈妈数黑体 Bold";
	font-weight: 700;
  	src:
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}
.exhiHall-title{
	height: 134px;
	line-height: 134px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.exhiHall-title b {
	display: block;
	color: #333;
	font-size: 30px;
	text-align: center;
	text-shadow: 0px 7px 7px rgba(42, 127, 63, 0.4);
}
.exhiHall-title b em {
	color: #24884c;
	font-style: normal;
}
.exhiHall{
	padding: 0 0 24px 20px;
	background: url(../../../images/exhibition/version/2024/a-exhiHallBg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.exhiHall .exhiHallRight{
	width: 330px;
	padding-top: 40px;
	background: url(../../../images/exhibition/version/2024/a-exhiHall-rightBg.png) no-repeat;
	background-size: 100% 100%;
	float: right;
	box-sizing: border-box;
	position: relative;
}
.exhiHallRight_title{
	top: -13px;
	height: 51px;
	line-height: 51px;
	background: url(../../../images/exhibition/version/2024/a-exhiHall-rightTitleBg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
.exhiHallRight_title span{
	margin: 0 16px;
	font-size: 22px;
	color: #fff;
	font-family: "阿里妈妈数黑体 Bold";
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.exhiHallRight_title i{
	margin-top: 19px;
	height: 19px;
}
.exhiHallRight_title i,.exhiHallRight_title img{
	display: inline-block;
	vertical-align: top;
}
.exhiHallRight_list{
	padding: 0 7px 47px;
}
.exhiHallRight_list ul{
	overflow: hidden;
}
.exhiHallRight_list li{
	margin-top: 12px;
	padding: 0 6px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.exhiHallRight_list li a{
	height: 0;
	padding-bottom: 65.15%;
	border-radius: 6px;
	background-color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}
.exhiHallRight_list li img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.exhiHallLeft{
	padding: 30px;
	margin-top: 24px;
	width: 1130px;
	background-color: rgb(243, 248, 255);
	border-radius: 10px;
	float: left;
	box-sizing: border-box;
}
.exhiHallTop{
	overflow: hidden;
}
.exhiHallLeft .imgleft{
	width: 551px;
	float: left;
}
.exhiHallLeft .image{
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.exhiHallLeft .image img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.exhiHallLeft mark{
	top: 12px;
	right: 12px;
	width: 62px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	text-align: center;
}
.exhiHallLeft mark.living{
	background-image: -moz-linear-gradient( 180deg, rgb(237,117,36) 0%, rgb(233,64,31) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(237,117,36) 0%, rgb(233,64,31) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(237,117,36) 0%, rgb(233,64,31) 100%);
}
.exhiHallLeft mark.notice{
	background-image: -moz-linear-gradient( 180deg, rgb(230,189,0) 0%, rgb(217,107,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(230,189,0) 0%, rgb(217,107,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(230,189,0) 0%, rgb(217,107,0) 100%);
}
.exhiHallLeft mark.replay{
	background-image: -moz-linear-gradient( 180deg, rgb(51,196,113) 0%, rgb(44,166,113) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(51,196,113) 0%, rgb(44,166,113) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(51,196,113) 0%, rgb(44,166,113) 100%);
}
.exhiHallLeft mark::before{
	width: 6px;
	height: 8px;
	margin: -2px 4px 0 0;
	background: url(../../../images/exhibition/version/2024/imgleftMarkIcon.png) no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
}
.exhiHallLeft p{
	margin-top: 13px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	overflow: hidden;
}
.exhiHallLeft p a{
	font-weight: 700;
	color: #333;
}
.exhiHallLeft p a:hover{
	color: #24884c;
}
.exhiHallLeft .ulRight{
	overflow: hidden;
}
.exhiHallLeft .ulRight ul{
	overflow: hidden;
}
.exhiHallLeft .ulRight li{
	padding-left: 39px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.exhiHallLeft .ulRight li p{
	font-size: 17px;
}
.exhiHallLeft .ulRight li:nth-child(n+3){
	margin-top: 15px;
}
.exhiHallBot{
	margin-top: 30px;
	padding: 13px 0 18px;
	border-radius: 7px;
	background-color: rgb(213, 242, 227);
}
.exhiHallBot .exhiHallBotTitle{
	margin: 0 16px;
	text-align: center;
	position: relative;
}
.exhiHallBot .exhiHallBotTitle span{
	height: 26px;
	line-height: 26px;
	margin: 0 20px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	display: inline-block;
}
.exhiHallBot .exhiHallBotTitle span b{
	color: #077727;
}
.exhiHallBot .exhiHallBotTitle i{
	height: 1px;
	width: 460px;
	margin-top: 13px;
	background-color: #b4ddc0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.exhiHallBot .exhiHallBotTitle i::after{
	width: 8px;
	height: 8px;
	right: -4px;
	top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg) scale(0.8);
	background-color: #b4ddc0;
	position: absolute;
	display: inline-block;
	content: "";
}
.exhiHallBot .exhiHallBotTitle i:last-child::after{
	left: -4px;
}
.exhiHallBot ul{
	margin-top: -4px;
	padding: 0 6px;
	overflow: hidden;
}
.exhiHallBot li{
	margin-top: 19px;
	padding: 0 10px;
	width: 14.2857%;
	float: left;
	box-sizing: border-box;
}
.exhiHallBot li a{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	border-radius: 4px;
	color: #666;
	background-color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
}
.exhiHallBot li a:hover{
	background-color: #077727;
	color: #fff;
}
/* b */
.b-exhiHall-title b {
	text-shadow: 0px 8px 8px rgba(89, 179, 205, 0.5);
}
.b-exhiHall-title b em {
	color: #2c9bbb;
}
.b-exhiHall {
	background: url(../../../images/exhibition/version/2024/b-exhiHallBg.png) no-repeat;
	background-size: 100% 100%;
}
.b-exhiHall .exhiHallRight {
	background: url(../../../images/exhibition/version/2024/b-exhiHall-rightBg.png) no-repeat;
	background-size: 100% 100%;
}
.b-exhiHall .exhiHallRight_title {
	background: url(../../../images/exhibition/version/2024/b-exhiHall-rightTitleBg.png) no-repeat;
	background-size: 100% 100%;
}
.b-exhiHall .exhiHallLeft p a:hover{
	color: #2c9bbb;
}
.b-exhiHall .exhiHallBot {
	background-color: rgb(210, 238, 245);
}
.b-exhiHall .exhiHallBot .exhiHallBotTitle span b {
	color: #1984b3;
}
.b-exhiHall .exhiHallBot .exhiHallBotTitle i{
	background-color: #b8dcec;
}
.b-exhiHall .exhiHallBot .exhiHallBotTitle i::after{
	background-color: #b8dcec;
}
.b-exhiHall .exhiHallBot li a:hover{
	background-color: #1984b3;
}

/* c */
.c-exhiHall-title b {
	text-shadow: 0px 8px 8px rgba(227, 137, 0, 0.5);
}
.c-exhiHall-title b em {
	color: #e38900;
}
.c-exhiHall {
	background: url(../../../images/exhibition/version/2024/c-exhiHallBg.png) no-repeat;
	background-size: 100% 100%;
}
.c-exhiHall .exhiHallRight {
	background: url(../../../images/exhibition/version/2024/c-exhiHall-rightBg.png) no-repeat;
	background-size: 100% 100%;
}
.c-exhiHall .exhiHallRight_title {
	background: url(../../../images/exhibition/version/2024/c-exhiHall-rightTitleBg.png) no-repeat;
	background-size: 100% 100%;
}
.c-exhiHall .exhiHallLeft p a:hover{
	color: #e38900;
}
.c-exhiHall .exhiHallBot {
	background-color: rgb(247, 233, 214);
}
.c-exhiHall .exhiHallBot .exhiHallBotTitle span b {
	color: #ea7400;
}
.c-exhiHall .exhiHallBot .exhiHallBotTitle i{
	background-color: #f1cfad;
}
.c-exhiHall .exhiHallBot .exhiHallBotTitle i::after{
	background-color: #f1cfad;
}
.c-exhiHall .exhiHallBot li a:hover{
	background-color: #ea7400;
}

/* d */
.d-exhiHall-title b {
	text-shadow: 0px 8px 8px rgba(105, 167, 22, 0.5);
}
.d-exhiHall-title b em {
	color: #69a716;
}
.d-exhiHall {
	background: url(../../../images/exhibition/version/2024/d-exhiHallBg.png) no-repeat;
	background-size: 100% 100%;
}
.d-exhiHall .exhiHallRight {
	background: url(../../../images/exhibition/version/2024/d-exhiHall-rightBg.png) no-repeat;
	background-size: 100% 100%;
}
.d-exhiHall .exhiHallRight_title {
	background: url(../../../images/exhibition/version/2024/d-exhiHall-rightTitleBg.png) no-repeat;
	background-size: 100% 100%;
}
.d-exhiHall .exhiHallLeft p a:hover{
	color: #69a716;
}
.d-exhiHall .exhiHallBot {
	background-color: rgb(224, 241, 203);
}
.d-exhiHall .exhiHallBot .exhiHallBotTitle span b {
	color: #629e00;
}
.d-exhiHall .exhiHallBot .exhiHallBotTitle i{
	background-color: #c8e29f;
}
.d-exhiHall .exhiHallBot .exhiHallBotTitle i::after{
	background-color: #c8e29f;
}
.d-exhiHall .exhiHallBot li a:hover{
	background-color: #629e00;
}

/* e */
.e-exhiHall-title b {
	text-shadow: 0px 8px 8px rgba(60, 118, 215, 0.5);
}
.e-exhiHall-title b em {
	color: #3c76d7;
}
.e-exhiHall {
	background: url(../../../images/exhibition/version/2024/e-exhiHallBg.png) no-repeat;
	background-size: 100% 100%;
}
.e-exhiHall .exhiHallRight {
	background: url(../../../images/exhibition/version/2024/e-exhiHall-rightBg.png) no-repeat;
	background-size: 100% 100%;
}
.e-exhiHall .exhiHallRight_title {
	background: url(../../../images/exhibition/version/2024/e-exhiHall-rightTitleBg.png) no-repeat;
	background-size: 100% 100%;
}
.e-exhiHall .exhiHallLeft p a:hover{
	color: #3c76d7;
}
.e-exhiHall .exhiHallBot {
	background-color: rgb(222, 234, 250);
}
.e-exhiHall .exhiHallBot .exhiHallBotTitle span b {
	color: #2678df;
}
.e-exhiHall .exhiHallBot .exhiHallBotTitle i{
	background-color: #c0d9f8;
}
.e-exhiHall .exhiHallBot .exhiHallBotTitle i::after{
	background-color: #c0d9f8;
}
.e-exhiHall .exhiHallBot li a:hover{
	background-color: #2678df;
}

/* f */
.f-exhiHall-title b {
	text-shadow: 0px 8px 8px rgba(151, 89, 232, 0.5);
}
.f-exhiHall-title b em {
	color: #9561da;
}
.f-exhiHall {
	background: url(../../../images/exhibition/version/2024/f-exhiHallBg.png) no-repeat;
	background-size: 100% 100%;
}
.f-exhiHall .exhiHallRight {
	background: url(../../../images/exhibition/version/2024/f-exhiHall-rightBg.png) no-repeat;
	background-size: 100% 100%;
}
.f-exhiHall .exhiHallRight_title {
	background: url(../../../images/exhibition/version/2024/f-exhiHall-rightTitleBg.png) no-repeat;
	background-size: 100% 100%;
}
.f-exhiHall .exhiHallLeft p a:hover{
	color: #9561da;
}
.f-exhiHall .exhiHallBot {
	background-color: rgb(233, 227, 243);
}
.f-exhiHall .exhiHallBot .exhiHallBotTitle span b {
	color: #7a5bae;
}
.f-exhiHall .exhiHallBot .exhiHallBotTitle i{
	background-color: #d8ccec;
}
.f-exhiHall .exhiHallBot .exhiHallBotTitle i::after{
	background-color: #d8ccec;
}
.f-exhiHall .exhiHallBot li a:hover{
	background-color: #7a5bae;
}


@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.w{
		width: 1160px;
	}
	.banner .item ul.bigImg li {
		min-width:
	}
	.head p {
		margin-right: 188px;
	}
	.search{
		width: 280px;
		margin-left: 20px;
	}
	.search input{
		width: 180px;
		font-size: 12px;
	}
	.top .item .menu a{
		font-size: 14px;
		padding: 0 5px;
	}
	.top .item .menu {
		margin-left: 90px;
	}
	.top .item .menu a.home::after {
		width: 25px;
		height: 2px;
		top: -5px;
	}
	.top .item .exhi-ico a {
		width: 60px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.banner {
		height: 440px;
	}
	.popular_exhi_l {
		width: 728px;
	}
	.popular_exhi_r {
		width: 410px;
	}
	.popular_exhi_l ul li {
		padding: 33px 0 33px 50px;
	}
	.popular_exhi_r ul {
		padding: 14px;
	}
	.popular_exhi_r ul li a {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	.popular_exhi_r ul li a span {
		font-size: 12px;
	}
	.popular_exhi_r ul li a em {
		font-size: 12px;
	}
	.popular_exhi_l ul li span {
		font-size: 28px;
	}
	.popular_exhi_l ul li p {
		font-size: 14px;
	}
	.popular_exhi_l ul li b i {
		font-size: 26px;
	}
	.popular_exhi_l ul li b {
		width: 42px;
		height: 42px;
		margin-right: 12px;
	}
	.exhi-title b {
		font-size: 78px;
	}
	.exhi-title {
		height: 85px;
	}
	.exhi-title span {
		top: 18px;
		font-size: 23px;
	}
	.exhi-title p {
		top: 18px;
		font-size: 13px;
	}
	.pop_list ul{
		margin:-7px;
	}
	.pop_list ul li {
		padding: 7px;
	}
	.pop_list ul li p {
		font-size: 14px;
		line-height: 22px;
		height: 45px;
	}
	.pop_list ul li mark {
		width: 65px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.pop_list ul li span {
		font-size: 12px;
	}
	.exhi-hall .exhi-hall-l {
		width: 317px;
		height: 440px;
		padding: 15px;
		padding-right: 35px;
	}
	.exhi-hall .exhi-hall-l h2 {
		font-size: 25px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.exhi-hall .exhi-hall-c {
		width: 560px;
		padding: 10px;
		margin-left: -24px;
		margin-top: 24px;
	}
	.exhi-hall .exhi-hall-r {
		width: 299px;
		margin-top: 24px;
	}
	.exhi-hall .exhi-hall-r ul {
		margin: 0 -6px;
	}
	.exhi-hall .exhi-hall-r ul li {
		padding: 7px 6px;
	}
	.exhi-hall .exhi-hall-r ul li .item {
		height: 58px;
	}
	.expoLive .liveHot mark {
		width: 65px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.exhi-title {
		margin: 15px 0;
	}
	.exhi-hall .exhi-hall-r .title {
		margin-bottom: 5px;
	}
	.exhi-hall .exhi-hall-r {
		padding: 15px;
		padding-bottom: 12px;
	}
	.exhi-hall .exhi-hall-r .title p {
		font-size: 20px;
	}
	.exhi-hall .exhi-hall-r .title p i {
		width: 20px;
		height: 20px;
		margin-top: 4px;
	}
	.expoLive ul {
		margin-left: -6px;
		margin-right: -6px;
	}
	.expoLive ul li {
		padding: 12px 6px 0 6px;
	}
	.exhi-hall .exhi-hall-l ul li {
		padding: 6px 4px;
	}
	.exhi-hall .exhi-hall-l ul li a {
		line-height: 33px;
		font-size: 12px;
	}
	.exhi-hall .exhi-hall-l ul li a b {
		margin-right: 4px;
		margin-left: 4px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.exhi-hall .exhi-hall-l ul li a b em {
		font-size: 15px;
	}
	.exhi-hall .exhi-hall-l a.more {
		width: 110px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.expoLive .liveHot .image p {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.expoLive ul li .image p {
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}
	.news {
	    width: 1180px;
	}
	.news .meeting .item .right li p {
		font-size: 14px;
	}
	.news .meeting .item .right li span {
		font-size: 12px;
	}
	.news .meeting .item .right li .time {
		font-size: 12px;
	}
	.news .meeting .item .title i {
		font-size: 26px;
	}
	.news .meeting .item .title h2{
		font-size: 24px;
	}

	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.foot {
		font-size: 12px;
		padding: 10px;
	}
	.footLeft {
		padding-left: 50px;
	}
	.footLeft ul {
		margin-right: 30px;
	}
	.footCenter {
		padding-left: 60px;
	}
	.footRight ul li .ewm {
		width: 100px;
		height: 100px;
	}
	/* 1218 */
	.exhiHall-title {
		height: 108px;
		line-height: 108px;
	}
	.exhiHall-title b {
		font-size: 22px;
	}
	.exhiHall {
		padding: 0 0 19px 15px;
	}
	.exhiHall .exhiHallRight {
		width: 258px;
		padding-top: 42px;
	}
	.exhiHallRight_title {
		top: -9px;
		height: 40px;
		line-height: 40px;
	}
	.exhiHallRight_title span {
		margin: 0 12px;
		font-size: 17px;
	}
	.exhiHallRight_title i {
		margin-top: 16px;
		height: 9px;
	}
	.exhiHallRight_list li {
		margin-top: 8px;
		padding: 0 4px;
	}
	.exhiHallRight_list {
		padding: 0 7px 36px;
	}
	.exhiHallLeft {
		padding: 23px;
		margin-top: 19px;
		width: 874px;
	}
	.exhiHallLeft .imgleft {
		width: 428px;
	}
	.exhiHallLeft .ulRight li {
		padding-left: 30px;
	}
	.exhiHallLeft p {
		margin-top: 10px;
		height: 24px;
		line-height: 24px;
		font-size: 18px;
	}
	.exhiHallLeft .ulRight li p {
		font-size: 15px;
	}
	.exhiHallBot {
		margin-top: 24px;
		padding: 10px 0 13px;
	}
	.exhiHallBot .exhiHallBotTitle {
		margin: 0 12px;
	}
	.exhiHallBot .exhiHallBotTitle span {
		height: 24px;
		line-height: 24px;
		margin: 0 15px;
		font-size: 15px;
	}
	.exhiHallBot .exhiHallBotTitle i {
		height: 1px;
		width: 352px;
		margin-top: 13px;
	}
	.exhiHallBot .exhiHallBotTitle i::after {
		width: 6px;
		height: 6px;
		right: -3px;
		top: -3px;
	}
	.exhiHallBot .exhiHallBotTitle i:last-child::after {
		left: -3px;
	}
	.exhiHallBot li a {
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.exhiHallBot li {
		margin-top: 15px;
		padding: 0 8px;
	}
	.exhiHallBot ul {
		margin-top: -4px;
		padding: 0 4px;
	}
	.exhiHallLeft mark {
		top: 8px;
		right: 8px;
		width: 54px;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.exhiHallLeft mark::before {
		width: 5px;
		height: 8px;
		margin: -1px 4px 0 0;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.w{
		width: 1234px;
	}
	.search{
		width: 320px;
		margin-left: 30px;
	}
	.search input{
		width: 156px;
	}
	.top .item .menu a{
		font-size: 14px;
		padding: 0 5px;
	}
	.top .item .menu {
		margin-left: 60px;
	}
	.banner {
		height: 470px;
	}
	.popular_exhi_l {
		width: 775px;
	}
	.popular_exhi_r {
		width: 437px;
	}
	.popular_exhi_l ul li {
		padding: 33px 0 33px 50px;
	}
	.popular_exhi_r ul {
		padding: 14px;
	}
	.popular_exhi_r ul li a {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	.popular_exhi_r ul li a span {
		font-size: 12px;
	}
	.popular_exhi_r ul li a em {
		font-size: 12px;
	}
	.popular_exhi_l ul li span {
		font-size: 30px;
	}
	.popular_exhi_l ul li p {
		font-size: 14px;
	}
	.popular_exhi_l ul li b i {
		font-size: 26px;
	}
	.popular_exhi_l ul li b {
		width: 46px;
		height: 46px;
		margin-right: 16px;
	}
	.exhi-title b {
		font-size: 82px;
	}
	.exhi-title {
		height: 90px;
		margin: 20px 0;
	}
	.exhi-title span {
		top: 18px;
		font-size: 25px;
	}
	.exhi-title p {
		top: 18px;
		font-size: 13px;
	}
	.pop_list ul{
		margin:-8px;
	}
	.pop_list ul li {
		padding: 8px;
	}
	.pop_list ul li p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.pop_list ul li mark {
		width: 70px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.pop_list ul li span {
		font-size: 12px;
	}
	.exhi-hall .exhi-hall-l {
		width: 337px;
		height: 470px;
		padding: 16px;
		padding-right: 35px;
	}
	.exhi-hall .exhi-hall-l h2 {
		font-size: 26px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.exhi-hall .exhi-hall-c {
		width: 595px;
		padding: 10px;
		margin-left: -25px;
		margin-top: 25px;
	}
	.exhi-hall .exhi-hall-r {
		width: 318px;
		margin-top: 25px;
	}
	.exhi-hall .exhi-hall-r ul {
		margin: 0 -7px;
	}
	.exhi-hall .exhi-hall-r ul li {
		padding: 7px 7px;
	}
	.exhi-hall .exhi-hall-r ul li .item {
		height: 62px;
	}
	.exhi-hall .exhi-hall-r {
		padding: 16px;
		padding-bottom: 12px;
	}
	.exhi-hall .exhi-hall-r .title p {
		font-size: 20px;
	}
	.exhi-hall .exhi-hall-r .title p i {
		width: 20px;
		height: 20px;
		margin-top: 4px;
	}
	.expoLive ul {
		margin-left: -6px;
		margin-right: -6px;
	}
	.expoLive ul li {
		padding: 12px 6px 0 6px;
	}
	.exhi-hall .exhi-hall-l ul li {
		padding: 6px 5px;
	}
	.exhi-hall .exhi-hall-l ul li a {
		line-height: 35px;
		font-size: 12px;
	}
	.exhi-hall .exhi-hall-l ul li a b {
		margin-right: 4px;
		margin-left: 4px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.exhi-hall .exhi-hall-l ul li a b em {
		font-size: 15px;
	}
	.exhi-hall .exhi-hall-l a.more {
		width: 118px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	.expoLive .liveHot .image p {
		height: 43px;
		font-size: 14px;
		line-height: 43px;
	}
	.expoLive ul li .image p {
		height: 26px;
		font-size: 12px;
		line-height: 26px;
	}
	.news {
	    width: 1254px;
	}
	.news .meeting .item .title i {
		font-size: 26px;
	}
	.news .meeting .item .title h2{
		font-size: 24px;
	}
	.footLeft {
		padding-left: 50px;
	}
	.footLeft ul {
		margin-right: 30px;
	}
	.footCenter {
		padding-left: 60px;
	}
	.footRight ul li .ewm {
		width: 100px;
		height: 100px;
	}
	/* 1218 */
	.exhiHall-title {
		height: 115px;
		line-height: 115px;
	}
	.exhiHall-title b {
		font-size: 27px;
	}
	.exhiHall {
		padding: 0 0 20px 17px;
	}
	.exhiHall .exhiHallRight {
		width: 274px;
		padding-top: 38px;
	}
	.exhiHallRight_title {
		top: -10px;
		height: 42px;
		line-height: 42px;
	}
	.exhiHallRight_title span {
		margin: 0 13px;
		font-size: 18px;
	}
	.exhiHallRight_title i {
		margin-top: 16px;
		height: 10px;
	}
	.exhiHallRight_list li {
		margin-top: 10px;
		padding: 0 5px;
	}
	.exhiHallRight_list {
		padding: 0 6px 38px;
	}
	.exhiHallLeft {
		padding: 25px;
		margin-top: 20px;
		width: 930px;
	}
	.exhiHallLeft .imgleft {
		width: 455px;
	}
	.exhiHallLeft .ulRight li {
		padding-left: 31px;
	}
	.exhiHallLeft p {
		margin-top: 12px;
		height: 24px;
		line-height: 24px;
		font-size: 19px;
	}
	.exhiHallLeft .ulRight li p {
		font-size: 16px;
	}
	.exhiHallBot .exhiHallBotTitle {
		margin: 0 13px;
	}
	.exhiHallBot .exhiHallBotTitle span {
		height: 24px;
		line-height: 24px;
		margin: 0 15px;
		font-size: 15px;
	}
	.exhiHallBot .exhiHallBotTitle i {
		height: 1px;
		width: 378px;
		margin-top: 13px;
	}
	.exhiHallBot li a {
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	.exhiHallBot li {
		margin-top: 14px;
		padding: 0 8px;
	}
	.exhiHallBot ul {
		margin-top: -4px;
		padding: 0 5px;
	}
	.exhiHallLeft mark {
		top: 10px;
		right: 10px;
		width: 60px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.exhiHallLeft mark::before {
		width: 5px;
		height: 8px;
		margin: -1px 4px 0 0;
	}

}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.w{
		width: 1390px;
	}
	.exhi-title {
		margin: 20px 0;
	}
	.search{
		width: 350px;
	}
	.search input{
		width: 186px;
	}
	.top .item .menu a{
		font-size: 15px;
	}
	.top .item .menu {
		margin-left: 60px;
	}
	.banner {
		height: 528px;
	}
	.popular_exhi_l {
		width: 873px;
	}
	.popular_exhi_r {
		width: 492px;
	}
	.popular_exhi_l ul li {
		padding: 38px 0 38px 60px;
	}
	.popular_exhi_r ul li a {
		height: 40px;
		line-height: 40px;
	}
	.popular_exhi_l ul li span {
		font-size: 34px;
	}
	.popular_exhi_l ul li p {
		font-size: 15px;
	}
	.popular_exhi_l ul li b i {
		font-size: 28px;
	}
	.popular_exhi_l ul li b {
		width: 48px;
		height: 48px;
		margin-right: 16px;
	}
	.exhi-hall .exhi-hall-l {
		width: 380px;
		height: 530px;
		padding: 18px;
		padding-right: 40px;
	}
	.exhi-hall .exhi-hall-c {
		width: 670px;
		padding: 11px;
		margin-left: -27px;
		margin-top: 28px;
	}
	.exhi-hall .exhi-hall-r {
		width: 358px;
		margin-top: 28x;
	}
	.exhi-hall .exhi-hall-r ul {
		margin: 0 -7px;
	}
	.exhi-hall .exhi-hall-r ul li {
		padding: 8px 7px;
	}
	.exhi-hall .exhi-hall-r ul li .item {
		height: 70px;
	}
	.exhi-hall .exhi-hall-r {
		padding: 18px;
		padding-bottom: 12px;
	}
	.expoLive ul {
		margin-left: -6px;
		margin-right: -6px;
	}
	.expoLive ul li {
		padding: 12px 6px 0 6px;
	}
	.exhi-hall .exhi-hall-l ul li {
		padding: 6px 5px;
	}
	.exhi-hall .exhi-hall-l ul li a {
		line-height: 40px;
	}
	.exhi-hall .exhi-hall-l a.more {
		width: 135px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.expoLive .liveHot .image p {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}
	.expoLive ul li .image p {
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.news {
	    width: 1410px;
	}
	.pop_list ul li mark {
		width: 80px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	/* 1218 */
	.exhiHall-title {
		height: 128px;
		line-height: 128px;
	}
	.exhiHall {
		padding: 0 0 23px 19px;
	}
	.exhiHall .exhiHallRight {
		width: 310px;
		padding-top: 38px;
	}
	.exhiHallRight_title {
		top: -14px;
		height: 47px;
		line-height: 47px;
	}
	.exhiHallRight_title span {
		margin: 0 15px;
		font-size: 21px;
	}
	.exhiHallRight_list li {
		margin-top: 10px;
		padding: 0 5px;
	}
	.exhiHallRight_list {
		padding: 0 7px 43px;
	}
	.exhiHallLeft {
		padding: 28px;
		margin-top: 22px;
		width: 1046px;
	}
	.exhiHallLeft .imgleft {
		width: 505px;
	}
	.exhiHallLeft p {
		margin-top: 12px;
		height: 24px;
		line-height: 24px;
		font-size: 19px;
	}
	.exhiHallLeft .ulRight li p {
		font-size: 16px;
	}
	.exhiHallLeft mark {
		top: 10px;
		right: 10px;
		width: 60px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.exhiHallLeft .ulRight li {
		padding-left: 35px;
	}
	.exhiHallBot li a {
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
	.exhiHallBot li {
		margin-top: 18px;
		padding: 0 9px;
	}
	.exhiHallBot {
		margin-top: 28px;
		padding: 12px 0 15px;
	}
	.exhiHallBot .exhiHallBotTitle span {
		height: 26px;
		line-height: 26px;
		margin: 0 18px;
		font-size: 17px;
	}
	.exhiHallBot .exhiHallBotTitle {
		margin: 0 15px;
	}
	.exhiHallBot .exhiHallBotTitle i {
		width: 420px;
		margin-top: 14px;
	}

}

@media screen and (min-width: 1921px) {}

@media screen and (max-width: 1279px) {
	.w{
		width: 1070px;
	}
	.head p {
		margin-right: 118px;
	}
	.search{
		width: 280px;
		margin-left: 20px;
		height: 30px;
	}
	.top .item .logo {
		width: 180px;
	}
	.search input{
		width: 180px;
		font-size: 12px;
		height: 30px;
	}
	.search button {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.top .item .menu a{
		font-size: 14px;
		padding: 0 5px;
	}
	.top .item .menu {
		margin-left: 50px;
	}
	.top .item .menu a.home::after {
		width: 25px;
		height: 2px;
		top: -5px;
	}
	.top .item .exhi-ico a {
		width: 60px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin-left: 10px;
	}
	.banner {
		height: 405px;
	}
	.popular_exhi_l {
		width: 672px;
	}
	.popular_exhi_r {
		width: 380px;
	}
	.popular_exhi_l ul li {
		padding: 30px 0 30px 50px;
	}
	.popular_exhi_r ul {
		padding: 14px;
	}
	.popular_exhi_r ul li a {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.popular_exhi_r ul li a span {
		font-size: 12px;
	}
	.popular_exhi_r ul li a em {
		font-size: 12px;
	}
	.popular_exhi_l ul li span {
		font-size: 26px;
	}
	.popular_exhi_l ul li p {
		font-size: 12px;
	}
	.popular_exhi_l ul li b i {
		font-size: 24px;
	}
	.popular_exhi_l ul li b {
		width: 38px;
		height: 38px;
		margin-right: 8px;
	}
	.exhi-title b {
		font-size: 71px;
	}
	.exhi-title {
		height: 75px;
	}
	.exhi-title span {
		top: 16px;
		font-size: 22px;
	}
	.exhi-title p i {
		margin-right: 2px;
		margin-top: 1px;
		width: 16px;
		height: 16px;
	}
	.exhi-title p {
		top: 16px;
		font-size: 12px;
	}
	.pop_list ul{
		margin:-7px;
	}
	.pop_list ul li {
		padding: 7px;
	}
	.pop_list ul li p {
		font-size: 14px;
		line-height: 22px;
		height: 45px;
	}
	.pop_list ul li mark {
		width: 65px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.pop_list ul li span {
		font-size: 12px;
	}
	.exhi-hall .exhi-hall-l {
		width: 292px;
		height: 407px;
		padding: 14px;
		padding-right: 35px;
	}
	.exhi-hall .exhi-hall-l h2 {
		font-size: 23px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.exhi-hall .exhi-hall-c {
		width: 516px;
		padding: 8px;
		margin-left: -21px;
		margin-top: 21px;
	}
	.exhi-hall .exhi-hall-r {
		width: 275px;
		margin-top: 21px;
	}
	.exhi-hall .exhi-hall-r ul {
		margin: 0 -6px;
	}
	.exhi-hall .exhi-hall-r ul li {
		padding: 6px;
	}
	.exhi-hall .exhi-hall-r ul li .item {
		height: 54px;
	}
	.expoLive .liveHot mark {
		width: 65px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.exhi-title {
		margin: 10px 0;
	}
	.exhi-hall .exhi-hall-r .title {
		margin-bottom: 5px;
		height: 26px;
	}
	.expoLive .liveHot .image .play i {
		font-size: 60px;
	}
	.exhi-hall .exhi-hall-r {
		padding: 15px;
		padding-bottom: 12px;
	}
	.exhi-hall .exhi-hall-r .title p {
		font-size: 20px;
	}
	.exhi-hall .exhi-hall-r .title p i {
		width: 20px;
		height: 20px;
		margin-top: 4px;
	}
	.expoLive ul {
		margin-left: -6px;
		margin-right: -6px;
	}
	.expoLive ul li {
		padding: 12px 6px 0 6px;
	}
	.exhi-hall .exhi-hall-l ul li {
		padding: 6px 4px;
	}
	.exhi-hall .exhi-hall-l ul li a {
		line-height: 30px;
		font-size: 12px;
		padding: 0 2px;
	}
	.exhi-hall .exhi-hall-l ul li a b {
		margin-right: 2px;
		margin-left: 2px;
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	.exhi-hall .exhi-hall-l ul li a b em {
		font-size: 14px;
	}
	.exhi-hall .exhi-hall-l a.more {
		width: 102px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		left: 13px;
		bottom: 14px;
	}
	.expoLive .liveHot .image p {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.expoLive ul li .image p {
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}
	.news {
	    width: 1080px;
	}
	.news .meeting .item .right li p {
		font-size: 14px;
	}
	.news .meeting .item .right li span {
		font-size: 12px;
	}
	.news .meeting .item .right li .time {
		font-size: 12px;
	}
	.news .meeting .item .title i {
		font-size: 26px;
	}
	.news .meeting .item {
		margin: 10px 20px 0 0;
	}
	.news .meeting .item .title h2{
		font-size: 22px;
		text-indent: 30px;
	}

	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.foot {
		font-size: 12px;
		padding: 10px;
	}
	.footLeft {
		padding-left: 50px;
	}
	.footLeft ul {
		margin-right: 30px;
	}
	.footCenter {
		padding-left: 60px;
	}
	.footRight ul li .ewm {
		width: 100px;
		height: 100px;
	}
	/* 1218 */
	.exhiHall-title {
		height: 100px;
		line-height: 100px;
	}
	.exhiHall-title b {
		font-size: 21px;
	}
	.exhiHall {
		padding: 0 0 18px 15px;
	}
	.exhiHall .exhiHallRight {
		width: 238px;
		padding-top: 29px;
	}
	.exhiHallRight_title {
		top: -9px;
		height: 36px;
		line-height: 36px;
	}
	.exhiHallRight_title span {
		margin: 0 10px;
		font-size: 16px;
	}
	.exhiHallRight_title i {
		margin-top: 14px;
		height: 9px;
	}
	.exhiHallRight_list li {
		margin-top: 8px;
		padding: 0 4px;
	}
	.exhiHallRight_list {
		padding: 0 6px 33px;
	}
	.exhiHallLeft {
		padding: 18px;
		margin-top: 18px;
		width: 806px;
	}
	.exhiHallLeft .imgleft {
		width: 396px;
	}
	.exhiHallLeft .ulRight li {
		padding-left: 28px;
	}
	.exhiHallLeft p {
		margin-top: 10px;
		height: 22px;
		line-height: 22px;
		font-size: 17px;
	}
	.exhiHallLeft .ulRight li p {
		font-size: 14px;
	}
	.exhiHallBot {
		margin-top: 20px;
		padding: 8px 0 12px;
	}
	.exhiHallBot .exhiHallBotTitle {
		margin: 0 11px;
	}
	.exhiHallBot .exhiHallBotTitle span {
		height: 24px;
		line-height: 24px;
		margin: 0 12px;
		font-size: 15px;
	}
	.exhiHallBot .exhiHallBotTitle i {
		height: 1px;
		width: 325px;
		margin-top: 12px;
	}
	.exhiHallBot .exhiHallBotTitle i::after {
		width: 6px;
		height: 6px;
		right: -3px;
		top: -3px;
	}
	.exhiHallBot .exhiHallBotTitle i:last-child::after {
		left: -3px;
	}
	.exhiHallBot li a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.exhiHallBot li {
		margin-top: 12px;
		padding: 0 7px;
	}
	.exhiHallBot ul {
		margin-top: -4px;
		padding: 0 4px;
	}
	.exhiHallLeft mark {
		top: 6px;
		right: 6px;
		width: 50px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.exhiHallLeft mark::before {
		width: 4px;
		height: 6px;
		margin: -1px 3px 0 0;
	}
}
