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 {
	position: relative;
	margin: 0 auto;
}
.Tophead p {
	position: absolute;
	float: right;
	right: 0px;
	top: -27px;
	color: #dfdfdf;
}
.Tophead a {
	margin-left: 5px;
    color: #009944;
	font-weight: bold;
}
.Tophead a:hover {
    color: #009944;
	font-weight: bold;
}
.Tophead a.moblie:hover .hbapp {
	display: block;
}
.Tophead a.moweixin:hover .hbweixin {
	display: block;
}
.Tophead a.moblie {
	margin:0 15px;
}
.Tophead a.moweixin {
	margin:0 30px 0 10px
}
.Tophead img.hbapp {
	right:20px;
}
.Tophead img.hbweixin {
	right: -40px;
}
.Tophead img {
	max-width: 150px;
	max-height: 150px;
	position: absolute;
	top: 24px;
	z-index: 9999;
	padding: 8px;
	background: #009944;
	border-radius: 5px;
	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: #00994d;
}
.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: #009944;
	border-radius: 5px;
	border: 1px solid #009944;
	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 #009944;
	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:#009944;
}

.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: #009944;
	content:'';
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
}
.top .item .menu a.home{
	color: #009944;
}
.top .item .menu a:hover{
	color: #009944;
}
.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 .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;
}
.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: 50%;
	right: 0;
	transform: translateY(-50%);
}
.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%;
}
.f-exhi-hall .exhi-hall-l ul li {
	padding: 4px 6px;
}
.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;
}
.foot{
	background-color: #333333;
	text-align: center;
	margin-top: 30px;
	color: #fff;
	padding:26px 0 10px 0;
}
.foot p{
	font-size: 14px;
	color: #666;
}
.foot p a{
	color: #fff;
	margin: 0 8px;
}
.foot b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding:20px 0 10px;
}
.foot a:hover{
	color: #ff6600;
}
.foot span{
	display: block;
	color:#cacaca;
	line-height: 30px;
}
.content{
	text-align: center;
	padding:17px 0;
	background-color: #0e0e0e;
	color: #cacaca;
}
.content a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #7aaf44;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.content a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: #9ed06a url("/images/News/QQ.png") no-repeat center center;
}

.pf{position:fixed;top:150px;right:20px;width:74px;height:475px;background:url(/images/pf.png) top center no-repeat;z-index:99999;}
.pf>a{display:block;width:74px;height:74px;position:absolute;top:0;left:0;}
.pf a.pf2{top:100px;}
.pf .pf3_wrap{top:200px;display:block;height:93px;position:absolute;left:0;}
.pf .pf3_wrap a{display:block;width:94px;height:93px;}
.pf .bdsharebuttonbox{top:20px;position:absolute;left:-212px;display:none;padding-right: 30px;}
.pf .bdsharebuttonbox a{width:40px !important;height:40px !important;padding-left:0 !important;float:left;margin:0 6px;}
.pf .pf3_wrap:hover .bdsharebuttonbox{display:block;}

.totop2{display:none;}

.pf4_wrap,.pf5_wrap,.pf6_wrap{display:block;width:74px;height:74px;position:absolute;top:0;left:0;}
.pf4_wrap a,.pf5_wrap a,.pf6_wrap a{display:block;width:100%;height:100%;}
.pf4_wrap .code,.pf5_wrap .code,.pf6_wrap .code{position:absolute;top:0;right:74px;padding-right:15px;width: 150px;height: 150px;display:none;}
.pf4_wrap:hover .code,.pf5_wrap:hover .code,.pf6_wrap:hover .code{display:block;}
.pf4_wrap .code img,.pf5_wrap .code img,.pf6_wrap .code img{width:100%;height:100%;}
.pf5_wrap{top:80px;}
.pf6_wrap{top:160px;}
.pf7_wrap{width:74px;height:74px;top:400px; position: absolute;}

.pf  .pf1{top:240px}
.pf a.pf2{top:320px;}
.pf .pf3_wrap{top:400px;}

.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;
}
.iframe{
	height: 35px;
	overflow: hidden;
}

@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: 180px;
	}
	.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;
	}
	.f-exhi-hall .exhi-hall-l ul li {
		padding: 4px 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;
	}


	.briefingRight ul li p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.w{
		width: 1234px;
	}
	.search{
		width: 320px;
		margin-left: 30px;
	}
	.search input{
		width: 220px;
	}
	.top .item .menu a{
		font-size: 14px;
		padding: 0 5px;
	}
	.top .item .menu {
		margin-left: 60px;
	}
	.banner {
		height: 400px;
	}
	.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;
	}
	.f-exhi-hall .exhi-hall-l ul li {
		padding: 4px 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;
	}
}

@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: 256px;
	}
	.top .item .menu a{
		font-size: 15px;
	}
	.top .item .menu {
		margin-left: 60px;
	}
	.banner {
		height: 480px;
	}
	.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;
	}
	.f-exhi-hall .exhi-hall-l ul li {
		padding: 3px 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;
	}
}

@media screen and (min-width: 1921px) {}

@media screen and (max-width: 1279px) {
	.w{
		width: 1070px;
	}
	.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: 390px;
	}
	.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;
	}
	.f-exhi-hall .exhi-hall-l ul li {
		padding: 4px 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;
	}

	.briefingRight ul li p {
		font-size: 14px;
	}
}
