body{
	background-color: #f5f5f5;
}
a {
	outline: none;
}
iframe {
    margin: 0;
    padding: 0;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead p {
	position: absolute;
	float: right;
	right: 0px;
	top: -27px;
	color: #dfdfdf;
}
.Tophead a {
	margin-left: 5px;
    color: #138146;
	font-weight: bold;
}
.Tophead a:hover {
    color: #138146;
	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: #4bbf5b;
	border-radius: 5px;
	display: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w{
	width: 1500px;
}
.iframe{width:100%;height:35px;overflow:hidden;}
.header{
	height: 34px;
	border-bottom:1px solid #dddddd;
	background-color: #fff;
}
.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 .pageName{
	float: left;
	font-size: 24px;
	color: #000;
	margin:10px 0 0 50px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	display: none;
}
.search {
	width: 470px;
	height: 36px;
	margin: 8px 0 0 70px;
	float: left;
	border: 2px solid #4bbf5b;
	position: relative;
	border-radius: 20px;
}

.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("/images/exhibition/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;
	background-color: #4bbf5b;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 19px 19px 0;
}

.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: right;
	margin-top: 17px;
	margin-right: -14px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #ddd;
	color: #333;
	padding: 0 14px;
}
.top .item .menu a.home{
	color: #4bbf5b;
}
.top .item .menu a:hover{
	color: #ff6600;
}
.top .item .menu a:last-child{
	border:none;
}
.banner{
	overflow: hidden;
	position:relative;
	height: 600px;
	min-width: 1500px;
}
.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 #4bbf5b;
	padding-bottom:56%;
}
.banner .item .smallImg li.focus{
	width: 220px;
}
.exhibitionData{
	margin:40px auto 0;
	overflow: hidden;
	height: 216px;
	background:#fff url('/images/exhibition/dataBg.png') no-repeat 0 0;
	padding:20px 0;
}
.exhibitionData .left{
	width: 927px;
	float: left;
	border-right: 1px solid #ddd;
}
.exhibitionData .title{
	text-indent: 26px;
	font-size: 20px;
	color: #ff6600;
}
.exhibitionData .left ul{
	overflow: hidden;
	margin-top: 28px;
}
.exhibitionData .left ul li{
	width: 150px;
	float: left;
	text-align: center;
}
.exhibitionData .left ul li i{
	display: inline-block;
	width: 44px;
	height: 44px;
	background:url('/images/exhibition/exhibitor.png') no-repeat 0 0;
}
.exhibitionData .left ul li i.b2{
	background:url('/images/exhibition/purchaser.png') no-repeat 0 0;
}
.exhibitionData .left ul li i.b3{
	background:url('/images/exhibition/people.png') no-repeat 0 0;
	width: 48px;
}
.exhibitionData .left ul li i.b4{
	background:url('/images/exhibition/online.png') no-repeat 0 0;

}
.exhibitionData .left ul li i.b5{
	background:url('/images/exhibition/consultation.png') no-repeat 0 0;
	width: 50px;
}
.exhibitionData .left ul li i.b6{
	background:url('/images/exhibition/order.png') no-repeat 0 0;
	width: 35px;
}
.exhibitionData .left ul li b{
	display: block;
	font-size: 32px;
	font-weight: bold;
	padding:15px 0 12px 0;
}
.exhibitionData .left ul li p{
	width: 84px;
	display: inline-block;
	height: 1px;
	background-color: #ddd;
	position:relative;
}
.exhibitionData .left ul li p strong{
	position:absolute;
	width: 18px;
	height: 5px;
	background-color: #4bbf5b;
	top: -2px;
	left: 50%;
	transform:translateX(-50%);
}
.exhibitionData .left ul li span{
	font-size: 14px;
	margin-top: 15px;
	display: block;
}
.exhibitionData .right{
	width: 530px;
	float: right;
}
.exhibitionData .right .title{
	text-indent: 0;
}
.exhibitionData .right dl{
	overflow: hidden;
	margin-top: 12px;
	font-size: 14px;
}
.exhibitionData .right dl dt{
	width: 400px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	position:relative;
	color: #999;
}
/* .exhibitionData .right dl dt::after{
	position:absolute;
	width: 1px;
	height: 30px;
	background-color: #ddd;
	z-index: 0;
	top: 0;
	left: 73px;
	content: '';
} */
.exhibitionData .right dl dt i{
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #4e9b31;
	border-radius: 50%;
	vertical-align: top;
	margin: 11px 14px 0 14px;
	position: relative;
	z-index: 9;
}
.exhibitionData .right dl dt a{
	color: #333;
}
.exhibitionData .right dl dt a:hover{
	color: #ff6600;
}
.exhibitionData .right dl dd{
	width: 130px;
	line-height: 30px;
	text-indent: 10px;
	float: left;
	color: #999;
}
.main{
	margin:40px auto 0;
}
.main .title{
	position:relative;
	height: 36px;
}
.main .title i{
	position:absolute;
	font-size: 40px;
	color: #ff6600;
	top: -2px;
}
.main .title h2{
	font-size: 32px;
	line-height: 36px;
	text-indent: 44px;
	font-weight: normal;
}
.main .title p{
	right: 0;
	top: 0;
	font-size: 0;
	position:absolute;
}
.main .title p a {
	display: inline-block;
	min-width: 86px;
	line-height: 36px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	background-color: #eaeaea;
	border-radius: 18px;
	margin-left: 20px;
	padding: 0 12px;
}
.main .title p a.focus{
	color: #fff;
	background: #4bbf5b url('/images/exhibition/focus.png') no-repeat 64px 8px;
}
.areaList{
	width: 1520px;
	margin: 20px auto 0;
	overflow: hidden;
	display: none;
}
.areaList li{
	width: 20%;
	float: left;
}
.areaList li .item{
	margin:10px;
	background-color: #fff;
}
.areaList li .item:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.areaList li .item .image{
	padding-bottom:56%;
	height: 0;
	overflow: hidden;
	position:relative;
}
.areaList li .item .image p{
	position:absolute;
	left: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background: rgba(0,0,0,.5);
}
.areaList li .item .image p i{
	font-size: 14px;
	vertical-align: top;
	margin: 1px 5px 0 0;
	display: inline-block;
}
.areaList li .item .image mark.Notice{
	position:absolute;
	left: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background: #55a1ff;
}
.areaList li .item .image mark.Live{
	position:absolute;
	right: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background-color: #ff474b;
}
.areaList li .item .image mark.Replay{
	position:absolute;
	right: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background-color: #ffa800;
}
.areaList li .item .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.areaList li .item .txt{
	padding:10px;
	height: 60px;
	overflow: hidden;
}
.areaList li .item .txt p{
	overflow: hidden;
	height: 100%;
}
.areaList li .item .txt a{
	width: calc(48% - 20px);
	height: 100%;
	padding: 0 10px;
	float: left;
	text-align: center;
	position:relative;
}
.areaList li .item .txt a img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.areaList li .item .txt a.companyName{
	line-height: 24px;
	font-size: 16px;
	border-left: 1px solid #ddd;
	text-align: center;
	color: #333;
	float: left;
	height: 24px;
	margin-top: 18px;
	overflow: hidden;
}
.areaList li .item .txt a.companyName:hover{
	color: #ff6600;
}
.markShow{
	width: 1520px;
	margin: 20px auto 0;
	display: none;
}
.markShow li{
	width: 20%;
	float: left;
	padding: 10px 0;
}
.markShow li .item{
	margin:0 10px;
	background-color: #fff;
}
.markShow li .item .image{
	padding-bottom:56%;
	height: 0;
	overflow: hidden;
	position:relative;
}
.markShow li .item .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.markShow li .item .image .icon-play{
	position:absolute;
	font-size: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	color: #fff;
	z-index: 2;
	opacity: 0;
	filter:alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.markShow li .item .image b{
	position:absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	background-color: rgba(0,0,0,0);
}
.markShow li .item .image a:hover .icon-play{
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-transform: scale(1);
	transform: scale(1);
}
.markShow li .item .image a:hover b{
	background-color: rgba(0,0,0,0.3);
}
.markShow li .item .txt{
	padding:10px 14px 12px 14px;
}
.markShow li .item .txt p{
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}
.markShow li .item .txt p a{
	color: #333;
}
.markShow li .item .txt p a:hover{
	color: #339c41;
}
.markShow li .item .txt span{
	font-size: 14px;
	color: #999;
}
.markShow li .item:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.markShow li .item .image p{
	position:absolute;
	left: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background: rgba(0,0,0,.5);
}
.markShow li .item .image mark.Notice{
	position:absolute;
	left: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background: #55a1ff;
}
.markShow li .item .image mark.Live{
	position:absolute;
	right: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background-color: #ff474b;
}
.markShow li .item .image mark.Replay{
	position:absolute;
	right: 10px;
	bottom:10px;
	z-index: 9;
	line-height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	background-color: #ffa800;
}
.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: #858688;
	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: url("https://www.zyzhan.com/images/expo/version/2022/bot-qq.png") #afb1b0 no-repeat 4px 3px;
}
.navigator{
	margin:0 auto;
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #ddd;
	color: #999;
}
.navigator a{
	color: #999;
}
.navigator a:hover{
	color: #ff6600;
}
.hallListTop{
	margin:23px auto 0;
	height: 32px;
	position:relative;
}
.hallListTop i{
	position:absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background:url('/images/exhibition/hallList.png') no-repeat 0 -1px;
}
.hallListTop h2{
	font-size: 28px;
	text-indent: 40px;
	line-height: 32px;
}
.hallListTop p{
	position:absolute;
	right: 0;
	top: 0;
	line-height: 32px;
	font-size: 16px;
	color: #999;
}
.hallListTop p a{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	color: #999;
}
.hallListTop p a.focus{
	background-color: #ff6600;
	font-weight: bold;
	border-radius: 16px;
	color: #fff;
	padding: 0 15px;
}
.hallLists{
	width: 1520px;
	margin:10px auto 0;
}
.hallLists li{
	width: 25%;
	float: left;
	padding:10px 0;
}
.hallLists li .item{
	margin: 0 10px;
	background-color: #fff;
}
.hallLists li .item .image{
	padding-bottom:56%;
	height: 0;
	overflow: hidden;
	position:relative;
}
.hallLists li .item .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.hallLists li .item .image i{
	position: absolute;
	font-size: 70px;
	top: 40%;
	left: 50%;
	margin-left: -35px;
	margin-top: -25px;
	z-index: 4;
	opacity: 0;
	filter:alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	color: #fff;
}
.hallLists li .item .image span{
	position:absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	background-color: rgba(0,0,0,0);
	z-index: 3;
}
.hallLists li .item .image span mark{
	position: absolute;
	display: inline-block;
	top: 8px;
	right: 8px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0 12px;
	color: #fff;
	border-radius: 14px;
}
.hallLists li .item .image span mark em{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	vertical-align: top;
	margin: 5px 4px 0 0;
	display: none;
	background-size: 100% 100%;
}
.hallLists li .item .image span mark.zb{
	background-color: #ff1414;
}
.hallLists li .item .image span mark.zb em{
	display: inline-block!important;
}
.hallLists li .item .image span mark.yg{
	background-color: #2e7d42;
}
.hallLists li .item .image span mark.hf{
	background-color: #f59c29;
}
.hallLists li .item .image p{
	position:absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom:0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
}
.hallLists li .item .image p a{
	display: block;
	margin: 0 14px;
	color: #fff;
}
.hallLists li .item .image a:hover span{
	background-color: rgba(0,0,0,0.3);
}
.hallLists li .item .image a:hover i{
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hallLists li .item .txt{
	padding:10px 14px 12px 14px;
	position: relative;
}
.hallLists li .item .txt p{
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}
.hallLists li .item .txt p a{
	color: #333;
}
.hallLists li .item .txt p a:hover{
	color: #339c41;
}
.hallLists li .item .txt span{
	font-size: 14px;
	line-height: 26px;
	display: block;
	color: #999;
}
.hallLists li .item:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.hallLists li .item .txt .btnA {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #4bbf5b;
	padding: 0 8px;
	color: #4bbf5b;
	border-radius: 4px;
	font-size: 14px;
}
.hallLists li .item .txt .btnA:hover{
	background-color: #4bbf5b;
	color: #fff;
}
.page{
	text-align: center;
	padding:30px 0 0 0;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
}
.page a,.page input{
	display: inline-block;
	width: 34px;
	height: 34px;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #999;
	vertical-align: top;
	background-color: #fff;
	margin: 0 8px;
}
.page button{
	display: inline-block;
	width: 52px;
	height: 36px;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	vertical-align: top;
	background-color: #e6e6e6;
	margin: 0 8px;
	border:none;
}
.page a.next,.page a.ft{
	display: none;
}
.page a:hover{
	color: #fff;
	background-color: #ff6600;
	border-color: #ff6600;
}
.page a.prev{
	background: #fff url('/images/exhibition/arrow.png') no-repeat 12px 10px;
}
.page a.lt{
	background: #fff url('/images/exhibition/arrow.png') no-repeat 14px -37px;
}
.hallVideo{
	background-color: #333333;
}
.hallVideo .item{
	margin:0 auto;
}
.hallVideo .item .image{
	height: 500px;
	position:relative;
	text-align: center;
}
.hallVideo .item .image i{
	position: absolute;
	font-size: 90px;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
	z-index: 4;
	opacity: 0;
	filter:alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	color: #fff;
}
.hallVideo .item .image span{
	position:absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	background-color: rgba(0,0,0,0);
	z-index: 3;
}
.hallVideo .item .image a:hover span{
	background-color: rgba(0,0,0,0.3);
}
.hallVideo .item .image a:hover i{
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hallDetail{
	margin:20px auto 0;
	overflow: hidden;
}
.hallDetail .left{
	width: 1000px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.hallDetail .left .title{
	padding:20px 20px;
	position:relative;
	background-color: #fff;
	margin-bottom:20px;
}
.hallDetail .left .title h2{
	padding-right: 160px;
	font-size: 28px;
	height: 40px;
}
.hallDetail .left .title p{
	height: 28px;
	margin-top: 6px;
}
.hallDetail .left .title p b{
	display: inline-block;
	padding: 0 12px;
	border:1px solid #ddd;
	border-radius: 14px;
	line-height: 26px;
	color: #999;
	margin-right: 12px;
	font-weight: normal;
}
.hallDetail .left .title span{
	display: block;
	font-size: 14px;
	margin-top: 20px;
	color: #666;
}
.hallDetail .left .title ul{
	position:absolute;
	right: 20px;
	bottom:20px;
}
.hallDetail .left .title ul li{
	float: left;
	margin-left: 20px;
	position:relative;
}
.hallDetail .left .title ul li a{
	display: block;
	line-height: 36px;
	border:1px solid #ddd;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
}
.hallDetail .left .title ul li a:hover{
	background-color: #4bbf5b;
	border:1px solid #4bbf5b;
	color: #fff;
}
.hallDetail .left .title ul li a i{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 6px;
}
.bdsharebuttonbox {
	position: absolute;
	right: 20px;
	top: 15px;
}
.videoTitle{
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}
.videoTitle b{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 6px;
	position:relative;
	width: 24px;
}
.videoTitle b::before{
	content:'';
	width: 24px;
	height: 5px;
	position:absolute;
	top: 9px;
	border-radius: 0 2px 2px 0;
	background-color: #7ec788;
}
.videoTitle b::after{
	content:'';
	width: 16px;
	height: 5px;
	position:absolute;
	top: 18px;
	border-radius: 0 2px 2px 0;
	background-color: #ffa468;
}
.videContent{
	font-size: 16px;
	line-height: 30px;
	padding:20px 0 10px 0;
}
.log{
	position:absolute;
	right: 20px;
	top: 22px;
}
.input{
	float: left;
	margin-right: 14px;
	height: 30px;
	border:1px solid #ddd;
}
.input input{
	height: 30px;
	width: 90px;
	font-size: 12px;
	display: inline-block;
	text-indent: 8px;
	color: #999;
	border:none;
	vertical-align: top;
}
.input img{
	vertical-align: top;
	margin-top: 4px;
}
.noname{
	float: left;
	line-height: 32px;
}
.noname a{
	color: #999;
}
.noname a i {
	margin-right: 8px;
	display: none;
}

.noname a i.focus {
	display: inline-block;
	color: #dddddd;
}

.noname a i.iconchecked.focus {
	color: #3a84ff;
}
.comment{
	padding:22px 0;
}
.comment dt{
	width: 44px;
	float: left;
	margin-right: 16px;
}
.comment dt img{
	width: 44px;
	border-radius: 50%;
}
.comment dd{
	width: 900px;
	float: right;
}
.comment dd .form{
	height: 116px;
	border-radius: 2px;
	border:1px solid #ddd;
	position:relative;
	padding:14px;
}
#message{
	height: 100px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 22px;
	outline: none;
}
.comment dd .form button{
	position:absolute;
	right: 14px;
	bottom:14px;
	height: 32px;
	color: #fff;
	background-color: #46be5b;
	border-radius: 16px;
	padding: 0 24px;
	border:none;
	font-size: 16px;
	cursor: pointer;
}
.comment dd .form a{
	color: #666;
	font-size: 14px;
	position:absolute;
	line-height: 20px;
	left: 14px;
	bottom:14px;
}
.comment dd .form a i{
	color: #ff6600;
	font-size: 20px;
	margin-right: 4px;
}
.faceList {
	position: absolute;
	left: 0px;
	bottom: 146px;
	padding: 4px;
	width: 400px;
	background: #fff;
	border: 1px solid #dfe6f6;
	z-index: 9;
	display: none;
}

.faceList a {
	float: left;
	height: 32px;
	width: 32px;
	padding: 4px 2px;
}

.faceList ul li a, .faceList ul li img {
	cursor: pointer;
}
.commentList{
	padding:22px 0;
	border-bottom:1px solid #eeeeee;
}
.commentList:last-child{
	border:none;
}
.commentList dt{
	width: 44px;
	float: left;
	margin-right: 16px;
}
.commentList dt img{
	width: 44px;
	border-radius: 50%;
}
.commentList dd{
	overflow: hidden;
	font-size: 14px;
}
.commentList dd p{
	color: #999;
}
.commentList dd p strong{
	color: #333;
	margin-right: 20px;
}
.commentList dd .txt{
	background-color: #f7f7f7;
	line-height: 26px;
	padding: 14px 16px;
	border-radius: 8px;
	margin-top: 5px;
}
.hallDetail .right{
	overflow: hidden;
}
.member{
	background: #e6b774 url('/images/exhibition/vip.png') no-repeat 90% 20px;
	position:relative;
	padding:20px 30px 20px 30px;
}
.member span{
	display: block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.member span a{
	color: #fff;
}
.member p{
	padding: 8px 0 10px;
	border-bottom:1px solid #dcad69;
}
.member p i{
	color: #f8ebd8;
	display: inline-block;
	line-height: 28px;
	background-color: #dcad69;
	border-radius: 14px;
	font-size: 15px;
	margin-right: 8px;
	padding: 0 17px;
}
.member ul{
	overflow: hidden;
	margin-top: 10px;
}
.member ul li{
	font-size: 14px;
	color: #f8ebd8;
	line-height: 26px;
	width: 40%;
	float: left;
}
.member ul li:last-child{
	text-align: right;
	width: 60%;
}
.member ul li b{
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}
.member::after{
	content:'';
	position:absolute;
	top: 8px;
	right: 8px;
	bottom:8px;
	left: 8px;
	border:1px solid #eed0a4;
}
.about{
	margin-top: 20px;
	background-color: #fff;
	padding:20px;
	overflow: hidden;
}
.about ul{
	width: calc(100% + 20px);
	overflow: hidden;
}
.about ul li{
	width: 50%;
	float: left;
}
.about ul li .item{
	margin:20px 20px 0 0;
}
.about ul li .item .image{
	height: 0;
	padding-bottom:56%;
	overflow: hidden;
}
.about ul li .item .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.about ul li .item p{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
.about ul li .item p a{
	color: #333;
}
.about ul li .item p a:hover{
	color: #ff6600;
}
.about ul li .item span{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	display: block;
}
.bdsharebuttonbox a{display:inline-block!important;width:30px;height:30px;float:none;margin-left:5px;}
.bdsharebuttonbox a.weixin{background:url('/images/exhibition/share.png') no-repeat -140px 0px;}
.bdsharebuttonbox a.weibo{background:url('/images/exhibition/share.png') no-repeat -45px 0px;}
.bdsharebuttonbox a.qq{background:url('/images/exhibition/share.png') no-repeat 0 0px;}

.bdsharebuttonbox a.weixin:hover{background:url('/images/exhibition/share.png') no-repeat -140px -36px;}
.bdsharebuttonbox a.weibo:hover{background:url('/images/exhibition/share.png') no-repeat -45px -36px;}
.bdsharebuttonbox a.qq:hover{background:url('/images/exhibition/share.png') no-repeat 0 -36px;}
.weixinCode {
	left: -30px;
	top: 50px;
	width: 200px;
	height: 200px;
	background: #fff;
	border-top: 3px solid #76a145;
	text-align: center;
	box-shadow: 0 6px 15px #d6d6d6;
	display: none;
	position: absolute;
	z-index: 99;
}
.direct-three-erweimasmall-zi {
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
	padding-top: 5px;
}
.arrow-up {
	position: relative;
	margin: -8px auto 0 auto;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	z-index: 2;
}

.arrow-up2 {
	position: relative;
	margin: -11px auto 0 auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #76a145;
	z-index: 1;
}
.hallDetailTxt{
	background-color: #fff;
	padding:20px;
	margin-top: 20px;
}

.list_nav {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #888888;
	background-color: #f2f2f2;
}
.list_nav a {
	color: #888;
}
.custom {
	display: block;
	margin: 0 auto;
	clear: both;
}
.exhi_main {
	background: #fff;
	padding-top: 30px;
}
.exhi_list {
	margin: 0 auto;
	overflow: hidden;
}
.exhi_list_left {
	overflow:hidden;
}
.exhi_list_left ul {
	overflow: hidden;
}
.exhi_list_left li {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
	overflow:hidden;
}
.exhi_list_left li:hover {
	box-shadow: 0px 4px 10px 6px #f5f5f5;
}
.exhi_list_left li:hover .li_right .li_text .more {
	background: #4bbf5b;
	color: #fff;
}
.exhi_list_left li .li_left {
	float:left;
	width: 285px;
	margin-right:20px;
}
.exhi_list_left li .li_left .li_img {
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.exhi_list_left li .li_left .li_img img {
	width: 100%;
	max-height: none;
	display: block;
}
.exhi_list_left li .li_right .li_text {
	overflow: hidden;
}
.exhi_list_left li .li_right .li_text i {
	margin-right: 5px;
}
.exhi_list_left li .li_right .li_text a {
	color: #333;
}
.exhi_list_left li .li_right .li_text b {
	font-size:20px;
	display: block;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.exhi_list_left li .li_right .li_text p {
	color: #999;
	font-size: 14px;
	margin: 10px 0 10px;
	height: 70px;
	line-height: 24px;
	overflow: hidden;
}
.exhi_list_left li .li_right .li_text span {
	color: #999;
	font-size: 14px;
	float: left;
}
.exhi_list_left li .li_right .li_text .more {
	color: #999;
	font-size: 14px;
	float: right;
	width: 86px;
	height: 32px;
	display: block;
	background: #f6f6f6;
	text-align: center;
	line-height: 32px;
}
.exhi_list_right {
	float: right;
	width: 440px;
	margin-left: 30px;
}
.exhi_list_right .exhi_tj .exhi_tj_title {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
}
.exhi_list_right .exhi_tj ul {
	width: calc(100% + 20px);
}
.exhi_list_right .exhi_tj ul li {
	width:50%;
	float: left;
}
.exhi_list_right .exhi_tj ul li .li_right {
	margin: 0px 20px 20px 0;
}
.exhi_list_right .exhi_tj ul li .li_right_img {
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.exhi_list_right .exhi_tj ul li .li_right_img img {
	width: 100%;
	max-height: none;
	display: block;
}
.exhi_list_right .exhi_tj ul li p {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 5px;
}
.exhi_list_right .exhi_tj ul li p a {
	color: #333;
	font-size: 16px;
}
.exhi_list_right .clearfix { *zoom: 1; }

.exhi_list_right .clearfix:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }

.exhi_list_right  .exhi_time .query .CalendarCon {
	padding-bottom: 10px;
}
.exhi_list_right  .exhi_time .query .CalendarCon th,.CalendarCon td {
	width: 14%;
	text-align:center;
	font-weight:normal;
}
.exhi_list_right  .exhi_time .query .CalendarCon th,.CalendarCon td span {
	display: block;
    width: 40px;
	height: 40px;
	font-size: 18px;
	text-align:center;
    overflow: hidden;
	margin: 0 auto;
    color: #3c3c3c;
    line-height: 40px;
}
.exhi_list_right  .exhi_time .query .CalendarCon th {
	display: block;
    width: 14%;
	height: 40px;
	font-size: 18px;
	text-align:center;
    overflow: hidden;
    color: #3c3c3c;
	float: left;
    line-height: 40px;
}
.exhi_list_right  .exhi_time .query {
	border: 1px solid #e6e6e6;
	border-top: none;
}
.exhi_list_right  .exhi_time .query table {
	margin: 0 auto;
	width: 90%;
}
.exhi_list_right  .exhi_time .time_title  {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #f48a44;
	border-radius: 5px 5px  0 0;
}
.exhi_list_right  .exhi_time .time_title i {
	margin-right: 5px;
	font-size: 22px;
}
.exhi_list_right  .exhi_time .btn {
	width: 90%;
	font-size: 24px;
	overflow: hidden;
	margin: 0 auto;
}
.exhi_list_right  .exhi_time .btn a {
	color: #999;
}
.exhi_list_right  .exhi_time .query h4 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	width: 100%;
	text-align:center;
	background: #efefef;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 50px;
}
.exhi_list_right  .exhi_time .query .btn a{
	line-height: 40px;
}
.exhi_list_right  .exhi_time .query .btn .btn_left {
	float:left;
}
.exhi_list_right  .exhi_time .query .btn .btn_right {
	float:right;
}
.exhi_list_right  .exhi_time .query .CalendarCon a {
	display: block;
    width: 40px;
	height: 40px;
	font-size: 18px;
	text-align:center;
    overflow: hidden;
	margin: 0 auto;
    color: #3c3c3c;
    line-height: 40px;
}
.exhi_list_right  .exhi_time .query .CalendarHead > .CalendarHead {
	padding-top: 10px;
}
.exhi_list_right  .exhi_time .query .CalendarHead > .CalendarHead table {
	background: #efefef;
	border-radius: 50px;
	line-height: 40px;
	font-size: 18px;
}
.exhi_list_right  .exhi_time .query .CalendarHead > .CalendarHead table a {
	color: #bababa;
	padding: 0 10px;
}
.exhi_list_right  .exhi_time .query .CalendarCon a.exhiDate {
	background: #f48a44;
	border-radius: 50%;
	color: #fff;
}
.exhi_list_right  .exhi_time .query .CalendarCon a.today {
	background: #4bbf5b;
	border-radius: 50%;
	color: #fff;
}

.newspages {
	margin:  auto;
	padding: 18px 0;
	text-align: center;
	font: normal 12px/40px "Tahoma";
}

.newspages a {
	width: 40px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	border-left: 0;
	text-align: center;
	font: normal 12px/38px "Tahoma";
	color: #666666;
	vertical-align: middle;
}

.newspages a.ft {
	border-left: 1px solid #e6e6e6;
	border-right: 0;
	background: url("/images/company/companyList.png") no-repeat -56px -530px;
}

.newspages a.next {
	margin-right: 15px;
	background: url("/images/company/companyList.png") no-repeat 15px -530px;
}

.newspages a.prev {
	width: 68px;
	background: url("/images/company/companyList.png") no-repeat 8px -467px;
	border-left: 1px solid #e6e6e6;
}

.newspages a.lt {
	width: 68px;
	background: #fff url("/images/company/companyList.png") no-repeat 8px -497px;
}

.newspages a.on {
	background: #519126;
	border: 1px solid #519126;
	border-left: 0;
	color: #fff;
	font-weight: bold;
}

.newspages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/38px "Tahoma";
	margin: 0 10px;
	vertical-align: middle;
}

.newspages button {
	width: 52px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: url("/images/company/companyList.png") no-repeat 0 -386px;
}
.publicbox{
	margin: 0 auto;
	height:200px;
}
.lostpro{
	width: 300px;
	height: 120px;
	margin:50px auto 0;
	padding: 0 0 0 160px;
	background:url('/images/exhibition/warning.png') no-repeat 0 0;
}
.lostpro span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
.lostproab{
	margin-top: 20px;
	line-height: 24px;
	color: #666;
}
.company-list{
	margin:10px auto 0;
	overflow: hidden;
	display: none;
}
.company-list li{
	width: 23%;
	float: left;
	padding-right: 2%;
	line-height: 18px;
	height: 18px;
	margin:20px 0 0 0;
	overflow: hidden;
}
.company-list li b{
	display: inline-block;
	vertical-align: top;
	height: 18px;
	font-size: 12px;
	color: #fff;
	min-width: 44px;
	margin-right: 7px;
	line-height: 18px;
	border-radius: 9px;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fda15d), to(#fc5866));
	background-image: -webkit-linear-gradient(90deg, #fda15d, #fc5866);
	background-image: -moz-linear-gradient(90deg, #fda15d, #fc5866);
	background-image: -ms-linear-gradient(90deg, #fda15d, #fc5866);
	background-image: -o-linear-gradient(90deg, #fda15d, #fc5866);
	background-image: linear-gradient(90deg, #fda15d, #fc5866);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{fda15d}', endColorStr='#{fc5866}');
}
.company-list li b i{
	margin: 0 0px 0 2px;
	font-size: 16px;
	vertical-align: top;
}
.company-list li a{
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.company-list li a:hover{
	color: #339c41;
}
.controll {
	position: absolute;
	right: 0;
	top: 6px;
	height: 20px;
	line-height: 20px;
}
.controll b {
	font-size: 24px;
	color: #bababa;
}
.controll b:hover {
	color: #333333;
}
.activity{
	width: 1520px;
	margin:30px auto 0;
	overflow: hidden;
	position: relative;
}
.activity ul {
	white-space: nowrap;
	display: inline-block;
}
.activity li{
	width: 380px;
	display: inline-block;
}
.activity li .image{
	padding-bottom:56%;
	height: 0;
	position:relative;
	overflow: hidden;
	margin-right: 20px;
}
.activity li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.activity li .image p{
	position:absolute;
	z-index: 5;
	bottom:0;
	left: 0px;
	right: 0px;
	padding:10px 12px 10px 12px;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
}
.activity li .image p strong{
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	display: block;
}
.activity li .image a:hover p strong{
	max-height:36px;
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.w{
		width: 1240px;
	}
	.exhi_list_right {
		width: 280px;
	}
	.activity li {
		width: 320px;
	}
	.top .item .menu{
		margin-top: 17px;
	}
	.search{
		width: 350px;
		margin-left: 50px;
	}
	.search input{
		width: 186px;
	}
	.top .item .menu a{
		font-size: 18px;
		padding: 0 10px;
	}
	.banner{
		height: 414px;
		min-width: 1240px;
	}
	.banner .item .smallImg li{
		width: 180px;
	}
	.banner .item .smallImg li.focus{
		width: 200px;
	}
	.exhibitionData .left{
		width: 764px;
	}
	.exhibitionData .left ul li{
		width: 124px;
	}
	.exhibitionData .right{
		width: 435px;
	}
	.exhibitionData .right dl dt{
		width: 315px;
	}
	.exhibitionData .right dl dd{
		width: 120px;
		text-indent: 10px;
	}
	.main .title p a{
		font-size:15px;
		margin-left: 15px;
	}
	.areaList{
		width: 1260px;
	}
	.areaList li .item .txt{
		height: 45px;
	}
	.news .meeting .item .left{
		width: 336px;
	}
	.news .meeting .item .left li.big{
		width: 326px;
	}
	.news .meeting .item .left li{
		width: 158px;
	}
	.news .meeting .item .left li .image p{
		padding:5px 12px 5px 12px;
		font-size: 12px;
	}
	.news .meeting .item .right li p{
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	.news .meeting .item .right li span{
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	.news .meeting .item .right li .time{
		font-size: 14px;
		height: 22px;
		line-height: 22px;
	}
	.markShow{
		width: 1260px;
	}
	.news{
		width: 1260px;
	}
	.hallLists{
		width: 1260px;
	}
	.hallVideo .item .image{
		height: 450px;
	}
	.hallDetail .left{
		width: 910px;
	}
	.member ul li{
		width: 100%;
	}
	.member ul li:last-child{
		text-align: left;
	}
	.about ul li .item{
		margin:12px 12px 0 0;
	}
	.comment dd{
		width: 810px;
	}
	.company-list li a {
	    font-size: 14px;
	}
	.activity{
		width: 1260px;
	}
	.activity li .image p{
		font-size: 15px;
	}
	.hallLists li .item .image span mark {
		top: 8px;
		right: 8px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
		padding: 0 8px;
	}
	.hallLists li .item .image span mark em {
		width: 16px;
		height: 16px;
		margin: 6px 2px 0 0;
	}
	.hallLists li .item .txt {
		padding: 10px 12px 10px 12px;
	}
	.hallLists li .item .txt span {
		line-height: 22px;
		font-size: 13px;
	}
	.hallLists li .item .txt .btnA {
		right: 6px;
		bottom: 10px;
		height: 22px;
		line-height: 22px;
		padding: 0 3px;
		font-size: 13px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.w{
		width: 1340px;
	}
	.exhi_list_right {
		width: 340px;
	}
	.activity li {
		width: 340px;
	}
	.search{
		width: 380px;
		margin-left: 40px;
	}
	.search input{
		width: 216px;
	}
	.top .item .menu a{
		font-size: 20px;
	}
	.top .item .menu{
		margin-top: 17px;
	}
	.banner{
		height: 455px;
		min-width: 1340px;
	}
	.banner .item .smallImg li{
		width: 180px;
	}
	.banner .item .smallImg li.focus{
		width: 200px;
	}
	.exhibitionData .left{
		width: 840px;
	}
	.exhibitionData .left ul li{
		width: 138px;
	}
	.exhibitionData .right{
		width: 460px;
	}
	.exhibitionData .right dl dt{
		width: 330px;
	}
	.exhibitionData .right dl dd{
		width: 120px;
		text-indent: 10px;
	}
	.main .title p a{
		font-size:15px;
		margin-left: 12px;
		width: 90px;
		padding: 0 10px;
	}
	.areaList li .item .txt a.companyName{
		margin-top: 15px;
	}
	.areaList{
		width: 1360px;
	}
	.areaList li .item .txt{
		height: 52px;
	}
	.markShow{
		width: 1360px;
	}
	.news{
		width: 1360px;
	}
	.hallLists{
		width: 1360px;
	}
	.hallVideo .item .image{
		height: 480px;
	}
	.hallDetail .left{
		width: 960px;
	}
	.member ul li{
		width: 100%;
	}
	.member ul li:last-child{
		text-align: left;
	}
	.about ul li .item{
		margin:12px 12px 0 0;
	}
	.comment dd{
		width: 860px;
	}
	.company-list li a {
	    font-size: 15px;
	}
	.activity{
		width: 1340px;
	}
	.activity li .image p{
		font-size: 15px;
	}
	.hallLists li .item .txt span {
		font-size: 13px;
		line-height: 24px;
	}
	.hallLists li .item .txt .btnA {
		right: 8px;
		bottom: 12px;
		height: 22px;
		line-height: 22px;
		padding: 0 5px;
		font-size: 13px;
	}
}
.bye {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 570px;
	height: 363px;
	background: url(../../../images/expo2020/bye_bg.png) no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 25px;
	box-sizing: border-box;
}
.byeMain .ico_right {
	position: absolute;
	right: 22px;
	top: 22px;
	cursor: pointer;
}
.byeMain .ico_right i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../images/expo2020/right_ico.png) no-repeat;
}
.byeMain .bye_logo {
	width: 130px;
	height: 38px;
	margin: 0 auto;
	background: url(../../../images/expo2020/byelogo.png) no-repeat;
}
.byeMain p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
}
.byeMain p i {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.byeMain .thk {
	width: 475px;
	height: 115px;
	background: #f9ecc0;
	margin: 35px auto 0;
	display: block;
	border-radius: 4px;
	background: url(../../../images/expo2020/thk_bg.png) no-repeat;
	padding-top: 16px;
}
.byeMain .thk b {
	text-align: center;
	font-size: 28px;
	color: #367866;
	display: block;
	font-weight: bold;
}
.byeMain span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 28px auto 0;
	width: 280px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.byeMain span i.left {
	width: 16px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 9px;
	background: url(../../../images/expo2020/thkleft_ico.png) no-repeat;
}
.byeMain  span i.right {
	width: 16px;
	position: absolute;
	height: 13px;
	right: 0;
	top: 9px;
	background: url(../../../images/expo2020/thkright_ico.png) no-repeat;
}
.leftFloat {
	width: 100px;
	height: 370px;
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 9999;
	box-sizing: border-box;
	padding: 5px;
	background: url(../../../images/expo2020/leftFloat.png) no-repeat;
	display: none;
}
.leftFloat_logo {
	width: 75px;
	height: 25px;
	margin: 20px auto 0;
	background: url(../../../images/expo2020/byelogo.png) no-repeat;
	background-size: contain;
}
.leftFloat p {
	text-align: center;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.leftFloat p i {
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.leftFloat b {
	text-align: center;
	color: #fff0bf;
	line-height: 26px;
	font-size: 14px;
	display: block;
	margin-top: 36px;
}
.leftFloat_img {
	margin-top: 19px;
	text-align: center;
}
.leftFloat span {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.w{
		width: 1400px;
	}
	.exhi_list_right {
		width: 340px;
	}
	.search{
		width: 420px;
		margin-left: 50px;
	}
	.search input{
		width: 256px;
	}
	.top .item .menu a{
		font-size: 20px;
	}
	.activity li {
		width: 360px;
	}
	.banner{
		height: 480px;
		min-width: 1400px;
	}
	.banner .item .smallImg li{
		width: 180px;
	}
	.banner .item .smallImg li.focus{
		width: 200px;
	}
	.exhibitionData .left{
		width: 860px;
	}
	.exhibitionData .left ul li{
		width: 140px;
	}
	.exhibitionData .right{
		width: 500px;
	}
	.exhibitionData .right dl dt{
		width: 370px;
	}
	.exhibitionData .right dl dd{
		width: 120px;
		text-indent: 10px;
	}
	.areaList{
		width: 1420px;
	}
	.areaList li .item .txt{
		height: 56px;
	}
	.markShow{
		width: 1420px;
	}
	.news{
		width: 1420px;
	}
	.hallLists{
		width: 1420px;
	}
	.activity{
		width: 1420px;
	}
	.activity li .image p{
		font-size: 15px;
	}
	.hallLists li .item .txt .btnA {
		right: 10px;
		bottom: 12px;
		height: 24px;
		line-height: 24px;
		padding: 0 5px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.exhi_list_right {
		width: 300px;
	}
	.exhi_list_right .exhi_time .query .CalendarCon a {
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
	.w{
		width: 1000px;
	}
	.activity li {
		width: 260px;
	}
	.search{
		width: 270px;
		margin-left: 30px;
	}
	.search input{
		width: 166px;
	}
	.top .item .menu{
		margin-top: 17px;
	}
	.top .item .menu a{
		padding: 0 10px;
		font-size: 14px;
	}
	.banner{
		height: 340px;
		min-width: 1000px;
	}
	.banner .item .smallImg li{
		width: 150px;
	}
	.banner .item .smallImg li.focus{
		width: 170px;
	}
	.exhibitionData .left{
		width: 610px;
	}
	.exhibitionData .left ul li{
		width: 100px;
	}
	.exhibitionData .left ul li b{
		font-size: 28px;
		padding:12px 0 10px 0;
	}
	.exhibitionData .right{
		width: 365px;
	}
	.exhibitionData .right dl dt{
		width: 255px;
	}
	.exhibitionData .right dl dd{
		width: 110px;
		text-indent: 10px;
		font-size: 12px;
	}
	.main .title i{
		font-size: 36px;
	}
	.main .title h2{
		font-size: 28px;
		text-indent: 38px;
	}
	.main .title p a{
		font-size:12px;
		margin-left: 10px;
		min-width: 75px;
	}
	.areaList{
		width: 1020px;
	}
	.areaList li .item .txt{
		height: 34px;
	}
	.areaList li .item .txt a.companyName{
		line-height: 24px;
		font-size: 14px;
		text-indent: 12px;
		margin-top: 8px;
	}
	.markShow li .item .image .icon-play{
		font-size: 50px;
		margin-left: -30px;
		margin-top: -20px;
	}
	.news .meeting .item .left{
		width: 256px;
	}
	.news .meeting .item .left li.big{
		width: 246px;
	}
	.news .meeting .item .left li{
		width: 118px;
	}
	.news .meeting .item .left li .image p{
		padding:5px 12px 5px 12px;
		font-size: 12px;
	}
	.news .meeting .item .right li p{
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.news .meeting .item .right li span{
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.news .meeting .item .right li .time{
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.news .meeting .item .right li{
		padding:9px 0;
	}
	.markShow{
		width: 1020px;
	}
	.news{
		width: 1020px;
	}
	.hallLists{
		width: 1020px;
	}
	.hallVideo .item .image{
		height: 427px;
	}
	.hallDetail .left{
		width: 850px;
	}
	.member ul li{
		width: 100%;
	}
	.member ul li:last-child{
		text-align: left;
		width: 100%;
	}
	.about ul li .item{
		margin:12px 12px 0 0;
	}
	.comment dd{
		width: 770px;
	}
	.company-list li a {
	    font-size: 12px;
	}
	.activity{
		width: 1020px;
	}
	.activity li .image p{
		font-size: 14px;
	}
	.hallLists li .item .txt {
		padding: 6px 8px 6px 8px;
	}
	.hallLists li .item .txt span {
		font-size: 13px;
		line-height: 20px;
	}
	.hallLists li .item .txt .btnA {
		position: relative;
		right: 0;
		bottom: 0;
		display: block;
		height: 24px;
		line-height: 24px;
		padding: 0;
		font-size: 13px;
		width: 100px;
		text-align: center;
		margin: 10px auto 0;
	}
	.hallLists li .item .image span mark {
		top: 6px;
		right: 6px;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		padding: 0 8px;
	}
	.hallLists li .item .image span mark em {
		width: 15px;
		height: 15px;
		margin: 4px 2px 0 0;
	}
}

.pf {
	position: fixed;
	top: 50%;
	transform: translateY(-240px);
	right: 20px;
	width: 74px;
	height: 560px;
	background: url(../../../images/Exhibition/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:-192px;display:none;padding-right: 30px;}
.pf .bdsharebuttonbox a{width:40px !important;height:40px !important;padding-left:0 !important;}
.pf .pf3_wrap:hover .bdsharebuttonbox{display:block;}
.pf .sc-btn{
	background:url('https://public.mtnets.com/Images/Public/collect.png') no-repeat 0 0;
}
.pf .sc-btn-active {
	background:url('https://public.mtnets.com/Images/Public/collect-active.png') no-repeat 0 0;
}
.totop2{display:none;}

.pf4_wrap,.pf5_wrap,.pf6_wrap,.pf8_wrap{display:block;width:74px;height:74px;position:absolute;top:0;left:0;}
.pf4_wrap a,.pf5_wrap a,.pf6_wrap,.pf8_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%;}
.pf4_wrap{top:0px;}
.pf5_wrap{top:80px;}
.pf6_wrap{top:160px;}
.pf  .pf1{top:240px}
.pf a.pf2{top:320px;}
.pf8_wrap{top:400px;}
.pf .pf3_wrap{top:480px;}
@media screen and (max-width:1320px) {
	.pf{background-size: 85%;height: 440px;}
	.pf4_wrap, .pf5_wrap, .pf6_wrap{width:63px;height:63px;left: 7.5%;}
	.pf5_wrap{top:68px;}
	.pf6_wrap{top:136px;}
	.pf>a{width:63px;height:63px;left: 7.5%;}
	.pf .pf1{top:205px;}
	.pf a.pf2{top:274px;}
	.pf .pf3_wrap{top:341px;height:63px;}
	.pf4_wrap .code, .pf5_wrap .code, .pf6_wrap .code{right:60px;}
}

@media screen and (min-width: 1921px) {}

@media screen and (max-width: 1024px) {
	.exhi_list_right {
		width: 260px;
	}
	.activity li {
		width: 260px;
	}
	.exhi_list_right .exhi_time .query .CalendarCon a {
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
	.w{
		width: 1000px;
	}
	.top .item .menu{
		margin-top: 17px;
	}
	.search{
		width: 270px;
		margin-left: 30px;
	}
	.search input{
		width: 166px;
	}
	.top .item .menu a{
		font-size: 14px;
		padding: 0 10px;
	}
	.banner{
		height: 340px;
		min-width: 1000px;
	}
	.banner .item .smallImg li{
		width: 150px;
	}
	.banner .item .smallImg li.focus{
		width: 170px;
	}
	.exhibitionData .left{
		width: 610px;
	}
	.exhibitionData .left ul li{
		width: 100px;
	}
	.exhibitionData .left ul li b{
		font-size: 28px;
		padding:12px 0 10px 0;
	}
	.exhibitionData .right{
		width: 365px;
	}
	.exhibitionData .right dl dt{
		width: 255px;
	}
	.exhibitionData .right dl dd{
		width: 110px;
		text-indent: 10px;
		font-size: 12px;
	}
	.main .title i{
		font-size: 36px;
	}
	.main .title h2{
		font-size: 28px;
		text-indent: 38px;
	}
	.main .title p a{
		font-size:12px;
		margin-left: 10px;
		width: 75px;
	}
	.areaList{
		width: 1020px;
	}
	.areaList li .item .txt{
		height: 34px;
	}
	.areaList li .item .txt a.companyName{
		line-height: 24px;
		font-size: 14px;
		text-indent: 12px;
		margin-top: 8px;
	}
	.markShow li .item .image .icon-play{
		font-size: 50px;
		margin-left: -30px;
		margin-top: -20px;
	}
	.news .meeting .item .left{
		width: 256px;
	}
	.news .meeting .item .left li.big{
		width: 246px;
	}
	.news .meeting .item .left li{
		width: 118px;
	}
	.news .meeting .item .left li .image p{
		padding:5px 12px 5px 12px;
		font-size: 12px;
	}
	.news .meeting .item .right li p{
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.news .meeting .item .right li span{
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.news .meeting .item .right li .time{
		font-size: 12px;
		height: 18px;
		line-height: 18px;
	}
	.news .meeting .item .right li{
		padding:9px 0;
	}
	.markShow{
		width: 1020px;
	}
	.news{
		width: 1020px;
	}
	.hallLists{
		width: 1020px;
	}
	.hallVideo .item .image{
		height: 334px;
	}
	.hallDetail .left{
		width: 667px;
	}
	.member ul li{
		width: 100%;
	}
	.member ul li:last-child{
		text-align: left;
		width: 100%;
	}
	.about ul li .item{
		margin:12px 12px 0 0;
	}
	.comment dd{
		width: 600px;
	}
	.company-list li a {
	    font-size: 12px;
	}
	.activity{
		width: 1020px;
	}
	.activity li .image p{
		font-size: 14px;
	}
	.hallLists li .item .txt {
		padding: 6px 8px 6px 8px;
	}
	.hallLists li .item .image span mark em {
		width: 14px;
		height: 14px;
		margin: 4px 1px 0 0;
	}
	.hallLists li .item .image span mark {
		top: 6px;
		right: 6px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 6px;
	}
	.hallLists li .item .txt span {
		font-size: 13px;
		line-height: 20px;
	}
	.hallLists li .item .txt .btnA {
		position: relative;
		right: 0;
		bottom: 0;
		display: block;
		height: 24px;
		line-height: 24px;
		padding: 0;
		font-size: 13px;
		width: 100px;
		text-align: center;
		margin: 10px auto 5px;
	}
}
