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: #00994d;
}
.Tophead a:hover {
    color: #00994d;
}
.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 .logo_text {
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	margin-top: 5px;
}
.top .item .logo_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 .logo_text p {
	font-size: 14px;
	color: #00994d;
	text-align: center;
}
.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: 360px;
	height: 36px;
	margin: 8px 0 0 50px;
	float: left;
	border: 2px solid #4bbf5b;
	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;
	background-color: #4bbf5b;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 20px;
}

.search input {
	width: 306px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #999;
	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: 20px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 0 14px;
	font-weight: normal;
}
.top .item .menu a.home{
	color: #039a4f;
	font-weight: bold;
	position: relative;
}
.top .item .menu a.home:after {
	content: '';
	width: 24px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
	background: #039a4f;
}
.top .item .menu_log {
	float: right;
	margin-top: 5px;
}
.top .item .menu_log a {
	width: 98px;
	height: 38px;
	display: inline-block;
	border: 1px solid #039a4f;
	color: #039a4f;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
	font-weight: bold;
	margin-left: 15px;
}
.top .item .menu_log a.sign {
	background: #039a4f;
	color: #fff;
}
.top .item .menu a:hover{
	color: #ff6600;
}
.top .item .menu a:last-child{
	border:none;
}

.banner {
	margin: 0 auto;
	overflow: hidden;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	z-index: 0;
}
.banner .swiper-container .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#fff;
	opacity:1
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background:#00994d;
}
.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;
	width: 75px;
	line-height: 36px;
	text-align: center;
	color: #666666;
	font-size:16px;
	background-color: #eaeaea;
	margin-left: 7px;
}
.main .title p a.focus{
	color: #fff;
	background: #f98b42;
}
.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 .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;
}
.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);
}
.exhi{
	margin:20px auto 0;
}
.news{
	width: 1520px;
	overflow: hidden;
}
.news .meeting{
	width: 50%;
	float: left;
}
.news .meeting .item{
	margin:20px 20px 0 0;
}
.news .meeting .item .title{
	height: 30px;
	line-height: 30px;
	position:relative;
}
.news .meeting .item .title i{
	position:absolute;
	font-size: 36px;
	color: #ff6600;
}
.news .meeting .item .title h2{
	font-size: 26px;
	text-indent: 40px;
	font-weight: normal;
}
.news .meeting .item .title h2 a{
	color: #333;
}
.news .meeting .item .title .more{
	position:absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.news .meeting .item .left{
	width: 380px;
	margin-top: 10px;
	float: left;
}
.news .meeting .item .left li{
	float: left;
	padding:10px 10px 0 0;
	width: 180px;
}
.news .meeting .item .left li.big{
	width: 370px;
}
.news .meeting .item .left li .image{
	padding-bottom:57%;
	height: 0;
	position:relative;
	overflow: hidden;
}
.news .meeting .item .left li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.news .meeting .item .left li .image p{
	position:absolute;
	z-index: 5;
	bottom:0;
	left: 0px;
	right: 0px;
	padding:10px 12px 10px 12px;
	font-size: 14px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
}
.news .meeting .item .left li.big .image p{
	font-size: 16px;
}
.news .meeting .item .left li .image p strong{
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	display: block;
}
.news .meeting .item .left li .image a:hover p strong{
	max-height:36px;
}
.gradual{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(102,102,102,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,0.9));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(102,102,102,1));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.news .meeting .item .right{
	margin-top: 20px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 12px;
}
.news .meeting .item .right li{
	padding:10px 0;
	border-bottom:1px dashed #e6e6e6;
}
.news .meeting .item .right li:last-child{
	border-bottom:none;
}
.news .meeting .item .right li p{
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.news .meeting .item .right li p a{
	color: #333;
}
.news .meeting .item .right li p a:hover{
	color: #ff6600;
}
.news .meeting .item .right li span{
	font-size: 14px;
	height: 29px;
	line-height: 29px;
	color: #999;
	display: block;
	overflow: hidden;
}
.news .meeting .item .right li .time{
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #999;
	position:relative;
}
.news .meeting .item .right li .time b{
	position:absolute;
	top: 0;
	right: 0;
	font-weight: normal;
}
.news .meeting .item .right li .time b i{
	display: inline-block;
	vertical-align: top;
	margin: 1px 5px 0 0;
}
.bottomMenu {
	background-color: #039a4f;
	margin-top: 30px;
	padding: 30px 0 25px 0;
	height: 208px;
}
.bottomMenu .item{
	margin:0 auto;
	/* overflow: hidden; */
}
.footTop {
	/* overflow: hidden; */
}
.footLeft {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding-left: 100px;
	
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;
	/* overflow: hidden; */
}
.footLeft ul li {
	line-height: 46px;
	font-size: 16px;
	color: #fff;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url(../../../images/index/qq_ico.png) no-repeat center center #40bbb3;
	margin-left: 10px;
}
.footLeft .lxqq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footLeft .lxqq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq a{
	position: relative;
	cursor: pointer;
}
.footLeft .lxqq a:hover .QQhover{
	display: inline-block;
}
.footLeft ul li i:hover {
	background: url(../../../images/index/qq_ico.png) no-repeat center center #ff9e00;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	/* overflow: hidden; */
	height: 108px;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 30%;
	overflow: hidden;
	border-left: 1px solid #81cda7;
	border-right: 1px solid #81cda7;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 6%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 40%;
	float: right;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul li {
	width: 33.333%;
	float: left;
}
.footRight ul li .ewm {
	width: 110px;
	height: 110px;
	padding: 8px;
	background: #fff;
	margin: 0 auto;
	border: 8px solid #80d2cc;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}

.foot {
	background-color: #333;
	padding: ;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: microsoft yahei;
}

.foot p a:hover {
	color: #76a145;
}

.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
	line-height: 50px;
}
.content{
	text-align: center;
	padding:17px 0;
	background-color: #0e0e0e;
	color: #cacaca;
	margin-bottom: 50px;
}
.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: #afb1b0 url("/images/News/newsIndex.png") no-repeat -83px -239px;
}
.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 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;
}
.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: 18px;
	display: block;
	color: #999;
}
.hallLists li .item:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.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: #f5f5f5;
	padding-top: 30px;
}
.exhi_list {
	margin: 0 auto;
	overflow: hidden;
}
.exhi_list_left {
	overflow:hidden;
	background: #fff;
	padding: 0 30px;
}
.exhi_left_title {
	margin-top: 15px;
}
.exhi_left_title b {
	font-size: 24px;
	color: #333;
	position: relative;
	padding-left: 16px;
}
.exhi_left_title b:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 24px;
	display: inline-block;
	background: #00994d;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 5px;
}
.exhi_list_left ul {
	overflow: hidden;
}
.exhi_list_left li {
	padding: 20px 0;
	overflow:hidden;
}
.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:22px;
	display: block;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
}
.exhi_list_left li .li_right .li_text p {
	color: #999;
	font-size: 14px;
	margin: 10px 0 10px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.exhi_list_left li .li_right .li_text span {
	color: #ff6600;
	font-size: 14px;
	display: block;
}
.exhi_list_left li .li_right .btn {
	margin-top: 27px;
}
.exhi_list_left li .li_right .btn a {
	display: inline-block;
	width: 118px;
	height: 38px;
	border-radius: 20px;
	background: #039a4f;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #039a4f;
}
.exhi_list_left li .li_right .btn a.review {
	background: #bfbfbf;
	border: 1px solid #bfbfbf;
}
.exhi_list_left li .li_right .btn a.regist {
	background: #fff;
	color: #039a4f;
}
.exhi_list_right {
	float: right;
	width: 480px;
	margin-left: 30px;
	box-sizing: border-box;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
}
.exhi_list_right .btn_right {
	margin: 0 30px;
	margin-top: 15px;
}
.guide {
	margin-top: 15px;
}
.gd1 {
	margin-bottom: 40px;
}
.gd1 ul {
	margin-top: 10px;
}
.gd1 ul li {
	font-size: 16px;
	line-height: 60px;
	padding-left: 26px;
}
.gd1 ul li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	background-color:#7acb6b;
	background-image:-webkit-gradient(linear, top top, left bottom, from(#7acb6b), to(#32b17b));
	background-image:-webkit-linear-gradient(180deg, #7acb6b, #32b17b);
	background-image:-moz-linear-gradient(180deg, #7acb6b, #32b17b);
	background-image:-ms-linear-gradient(180deg, #7acb6b, #32b17b);
	background-image:-o-linear-gradient(180deg, #7acb6b, #32b17b);
	background-image:linear-gradient(180deg, #7acb6b, #32b17b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#7acb6b', endColorStr='#32b17b');
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}
.gd1 ul li i:after {
	content: '';
	height: 28px;
	width: 1px;
	background: #ddd;
	position: absolute;
	left: 50%;
	bottom: -28px;
	transform: translate(-50%,0);
}
.guide_title {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	background: #f5f5f5;
	color: #4bbf5b;
	border-radius: 30px 30px 30px 0;
	padding-left: 20px;
}
.exhi_list_right .btn_right a {
	width: 180px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	background: #ff6600;
	margin: 0 5px;
	box-shadow: 2px 6px 15px rgba(255,102,0,0.4);
}
.exhi_list_right .btn_right a.audience {
	background: #039a4f;
	box-shadow: 2px 6px 15px rgba(3,154,79,0.4);
}
.exhi_list_right .exhi_tj_title {
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
}
.exhi_list_right .exhi_tj_title b {
	position: relative;
	padding-left: 16px;
	font-weight: normal;
}
.exhi_list_right  .exhi_tj_title b:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 24px;
	display: inline-block;
	background: #00994d;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.exhi_list_right  .exhi_tj_title .more {
	font-size: 14px;
	color: #999;
	font-weight:normal;
	float: right;
}
.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: 24px;
	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;
}
.pf{position:fixed;top: 60%;transform: translateY(calc(-50% - .5px));right:20px;width:74px;height:478px;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 .pf7 {top: 481px;background: url(../../../images/Exhibition/pf2.png) top left no-repeat;}
.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;}

.pf  .pf1{top:240px}
.pf a.pf2{top:320px;}
.pf .pf3_wrap{top:400px;}

.bye {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 570px;
	height: 363px;
	background: url(../../../images/expo2018/bye_bg.png) no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	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/expo2018/right_ico.png) no-repeat;
}
.byeMain .bye_logo {
	width: 112px;
	height: 38px;
	margin: 0 auto;
	background: url(../../../images/expo2018/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/expo2018/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: 10px 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: 6px;
	background: url(../../../images/expo2018/thkleft_ico.png) no-repeat;
}
.byeMain  span i.right {
	width: 16px;
	position: absolute;
	height: 13px;
	right: 0;
	top: 6px;
	background: url(../../../images/expo2018/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/expo2018/leftFloat.png) no-repeat;
	display: none;
}
.leftFloat_logo {
	width: 75px;
	height: 25px;
	margin: 20px auto 0;
	background: url(../../../images/expo2018/byelogo.png) no-repeat;
	background-size: contain;
}
.leftFloat1 .leftFloat_logo {
	background: url(../../../images/expo2018/byelogo1.png) no-repeat;
	background-size: contain;
}

.leftFloat p {
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.leftFloat p i{
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.leftFloat b {
	text-align: center;
	color: #fff0bf;
	line-height: 28px;
	font-size: 13px;
	display: block;
	margin-top: 20px;
}
.leftFloat_img {
	margin-top: 15px;
	text-align: center;
}
.leftFloat span {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
.leftFloat1 b {
	text-align: center;
	color: #fff0bf;
	line-height: 24px;
	font-size: 13px;
	display: block;
	margin-top: 20px;
	font-family: "Microsoft YaHei";
}
.leftFloat1 span {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
.leftFloat1 p {
	font-size: 13px;
}
.bottomFixed .ico_bottom i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../images/expo2018/right_ico.png) no-repeat;
}
.bottomFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	min-width: 1000px;
}
.bottomFixed .ico_bottom {
	position: absolute;
	top: 15px;
	right: 19%;
	cursor: pointer;
}
.next_bottom {
	width: 100%;
	position: fixed;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #43b053;
}
.next_bottom_center {
	margin: 0 auto;
	height: 50px;
	background: #fff;
}
.next_bottom_center a {
	color: #fff;
}
.next_bottom_left {
	width: calc(50% - 1px);
	height: 50px;
	float: left;
	background: #43b053;
}
.next_bottom_left p {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
.next_bottom_left b {
	text-align: center;
	width: 36px;
	height: 36px;
	background: #ffa600;
	border-radius: 50%;
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}
.next_bottom_left b i {
	font-size: 18px;
}
.next_bottom_right b i {
	font-size: 18px;
}
.next_bottom_right {
	width: calc(50% - 1px);
	height: 50px;
	float: right;
	background: #43b053;
}
.next_bottom_right p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.next_bottom_right b {
	text-align: center;
	width: 36px;
	height: 36px;
	background: #ffa600;
	border-radius: 50%;
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	.w{
		width: 1240px;
	}
	.exhi_list_right {
			width: 380px;
			margin-left: 20px;
			padding: 0 15px;
		}
		.search{
			width: 280px;
			margin-left: 20px;
		}
		.search input{
			width: 190px;
		}
		.top .item .logo {
			width: 180px;
		}
		.top .item .menu {
			margin-left: 10px;
		}
		.top .item .menu a{
			font-size: 16px;
			padding: 0 8px;
		}
		.top .item .menu_log {
			margin-top: 9px;
		}
		.top .item .logo_text b {
			font-size: 18px;
			width: 100px;
			height: 30px;
			line-height: 30px;
		}
		.top .item .menu_log a {
			height: 34px;
			line-height: 34px;
		}
		.exhi_list_right .btn_right {
			margin: 0 10px;
			margin-top: 15px;
		}
		.exhi_list_right .btn_right a {
			width: 155px;
			height: 45px;
			line-height: 45px;
		}
		.exhi_list_right .exhi_tj_title {
			font-size: 20px;
		}
		.exhi_list_right .exhi_tj ul li p a {
			font-size: 15px;
		}
		.exhi_list_left li .li_left {
			width: 240px;
		}
		.exhi_list_left li .li_right .btn {
			margin-top: 18px;
		}
		.exhi_list_left li .li_right .btn a {
			width: 105px;
			height: 32px;
			line-height: 32px;
			font-size: 14px;
		}
		.guide_title {
			line-height: 45px;
		}
		.exhi_list_left li .li_right .li_text b {
			font-size: 20px;
		}
		.exhi_list_left li .li_right .li_text p {
			margin: 5px 0 5px;
		}
		.exhi_left_title b {
			font-size: 22px;
		}
		.gd1 {
			margin-bottom: 20px;
		}
		.gd1 ul li {
			line-height: 45px;
			padding-left: 20px;
		}
		.exhi_list_left {
			padding: 0 20px;
		}
		.gd1 ul li i::after {
			height: 15px;
			bottom: -15px;
		}
		.footLeft {
			padding-left: 40px;
		}
		.footLeft ul {
			margin-right: 40px;
		}
		.footRight ul li .ewm {
			width: 100px;
			height: 100px;
		}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.w{
		width: 1340px;
	}
	.exhi_list_right {
		width: 400px;
		margin-left: 20px;
		padding: 0 15px;
	}
	.search{
		width: 300px;
		margin-left: 30px;
	}
	.search input{
		width: 210px;
	}
	.top .item .logo {
		width: 180px;
	}
	.top .item .menu a{
		font-size: 18px;
		padding: 0 10px;
	}
	.top .item .menu_log {
		margin-top: 7px;
	}
	.exhi_list_right .btn_right {
		margin: 0 10px;
		margin-top: 15px;
	}
	.exhi_list_right .btn_right a {
		width: 165px;
		height: 45px;
		line-height: 45px;
	}
	.exhi_list_right .exhi_tj_title {
		font-size: 22px;
	}
	.exhi_list_right .exhi_tj ul li p a {
		font-size: 15px;
	}
	.exhi_list_left li .li_left {
		width: 260px;
	}
	.exhi_list_left li .li_right .btn {
		margin-top: 19px;
	}
	.exhi_list_left li .li_right .btn a {
		width: 105px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.exhi_list_left li .li_right .li_text b {
		font-size: 20px;
	}
	.exhi_left_title b {
		font-size: 22px;
	}
	.gd1 ul li {
		line-height: 50px
	}
	.exhi_list_left {
		padding: 0 20px;
	}
	.gd1 ul li i::after {
		height: 23px;
		bottom: -23px;
	}
	.footLeft {
		padding-left: 40px;
	}
	.footLeft ul {
		margin-right: 40px;
	}
	.footRight ul li .ewm {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.w{
		width: 1400px;
	}
	.exhi_list_right {
		width: 440px;
		margin-left: 20px;
	}
	.search{
		width: 320px;
		margin-left: 30px;
	}
	.search input{
		width: 256px;
	}
	.top .item .menu a{
		font-size: 18px;
		padding: 0 10px;
	}
	.top .item .menu_log {
		margin-top: 7px;
	}
	.exhi_list_right{
		padding: 0 15px;
	}
	.exhi_list_right .btn_right {
		margin: 0 25px;
		margin-top: 15px;
	}
	.gd1 ul li {
		line-height: 55px
	}
	.exhi_list_left {
		padding: 0 20px;
	}
	.gd1 ul li i::after {
		height: 23px;
		bottom: -23px;
	}
	.exhi_list_right .btn_right a {
		width: 170px;
	}
	.exhi_list_right .exhi_tj_title {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

	.w{
		width: 1000px;
	}
	.exhi_list_right {
				width: 320px;
				margin-left: 15px;
				padding: 0 15px;
			}
			.exhi_main {
				padding-top: 15px;
			}
			.search{
				width: 250px;
				margin-left: 20px;
				height: 34px;
			}
			.search input{
				width: 160px;
				height: 33px;
				margin-left: 15px;
			}
			.search button {
				height: 38px;
				line-height: 38px;
				width: 60px;
				font-size: 14px;
			}
			.top .item .logo {
				width: 140px;
			}
			.top .item .logo_text {
				padding-left: 15px;
			}
			.top .item .menu {
				margin-left: 10px;
			}
			.top .item .menu a{
				font-size: 14px;
				padding: 0 4px;
			}
			.top .item .menu_log {
				margin-top: 12px;
			}
			.top .item .logo_text b {
				font-size: 16px;
				width: 90px;
				height: 25px;
				line-height: 25px;
			}
			.top .item .logo_text p {
				font-size: 12px;
			}
			.top .item .menu_log a {
				height: 30px;
				line-height: 30px;
				width: 70px;
				font-size: 14px;
				margin-left: 10px;
			}
			.exhi_list_right .btn_right {
				margin: 0 10px;
				margin-top: 15px;
			}
			.exhi_list_right .btn_right a {
				width: 125px;
				height: 40px;
				font-size: 16px;
				line-height: 40px;
			}
			.exhi_list_right .exhi_tj_title {
				font-size: 18px;
				height: 50px;
				line-height: 50px;
			}
			.exhi_list_right .exhi_tj ul li p a {
				font-size: 14px;
			}
			.exhi_left_title {
				margin-bottom: 5px;
			}
			.exhi_list_left li {
				padding: 12px 0;
			}
			.exhi_list_left li .li_left {
				width: 200px;
				margin-right: 15px;
			}
			.exhi_list_left li .li_right .btn {
				margin-top: 17px;
			}
			.exhi_list_left li .li_right .btn a {
				width: 90px;
				height: 25px;
				line-height: 25px;
				font-size: 14px;
			}
			.guide_title {
				line-height: 40px;
				font-size: 16px;
			}
			.exhi_list_left li .li_right .li_text b {
				font-size: 18px;
				height: 20px;
				line-height: 20px;
			}
			.exhi_list_left li .li_right .li_text p {
				margin: 5px 0 5px;
				height: 20px;
				line-height: 20px;
			}
			.exhi_list_right .exhi_tj ul li p{
				line-height: 20px;
				height: 40px;
			}
			.exhi_left_title b {
				font-size: 20px;
			}
			.gd1 {
				margin-bottom: 20px;
			}
			.gd1 ul li {
				line-height: 35px;
				padding-left: 10px;
				font-size: 14px;
			}
			.exhi_list_right .exhi_tj ul{
				width: calc(100% + 10px);
			}
			.exhi_list_right .exhi_tj ul li .li_right{
				margin: 0px 10px 10px 0;
			}
			.gd1 ul li i {
				width: 25px;
				height: 25px;
				line-height: 25px;
				font-size: 14px;
				text-align: center;
			}
			.exhi_list_left {
				padding: 0 20px;
			}
			.gd1 ul li i::after {
				height: 10px;
				bottom: -10px;
			}
			.footLeft {
				padding-left: 50px;
			}
			.footLeft ul {
				margin-right: 30px;
			}
			.footCenter {
				padding-left: 60px;
			}
			.footRight ul li .ewm {
				width: 85px;
				height: 85px;
			}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.foot {
		font-size: 12px;
		padding: 10px 15px 20px 15px;
	}
}

@media screen and (min-width: 1921px) {}

@media screen and (max-width: 1024px) {
	body {
		min-width: 1000px;
	}
	.w{
		width: 1000px;
	}
	.exhi_list_right {
				width: 320px;
				margin-left: 15px;
				padding: 0 15px;
			}
			.exhi_main {
				padding-top: 15px;
			}
			.search{
				width: 250px;
				margin-left: 20px;
				height: 34px;
			}
			.search input{
				width: 160px;
				height: 33px;
				margin-left: 15px;
			}
			.search button {
				height: 38px;
				line-height: 38px;
				width: 60px;
				font-size: 14px;
			}
			.top .item .logo {
				width: 140px;
			}
			.top .item .logo_text {
				padding-left: 15px;
			}
			.top .item .menu {
				margin-left: 10px;
			}
			.top .item .menu a{
				font-size: 14px;
				padding: 0 4px;
			}
			.top .item .menu_log {
				margin-top: 12px;
			}
			.top .item .logo_text b {
				font-size: 16px;
				width: 90px;
				height: 25px;
				line-height: 25px;
			}
			.top .item .logo_text p {
				font-size: 12px;
			}
			.top .item .menu_log a {
				height: 30px;
				line-height: 30px;
				width: 70px;
				font-size: 14px;
				margin-left: 10px;
			}
			.exhi_list_right .btn_right {
				margin: 0 10px;
				margin-top: 15px;
			}
			.exhi_list_right .btn_right a {
				width: 125px;
				height: 40px;
				font-size: 16px;
				line-height: 40px;
			}
			.exhi_list_right .exhi_tj_title {
				font-size: 18px;
				height: 50px;
				line-height: 50px;
			}
			.exhi_list_right .exhi_tj ul li p a {
				font-size: 14px;
			}
			.exhi_left_title {
				margin-bottom: 5px;
			}
			.exhi_list_left li {
				padding: 12px 0;
			}
			.exhi_list_left li .li_left {
				width: 200px;
				margin-right: 15px;
			}
			.exhi_list_left li .li_right .btn {
				margin-top: 17px;
			}
			.exhi_list_left li .li_right .btn a {
				width: 90px;
				height: 25px;
				line-height: 25px;
				font-size: 14px;
			}
			.guide_title {
				line-height: 40px;
				font-size: 16px;
			}
			.exhi_list_left li .li_right .li_text b {
				font-size: 18px;
				height: 20px;
				line-height: 20px;
			}
			.exhi_list_left li .li_right .li_text p {
				margin: 5px 0 5px;
				height: 20px;
				line-height: 20px;
			}
			.exhi_list_right .exhi_tj ul li p{
				line-height: 20px;
				height: 40px;
			}
			.exhi_left_title b {
				font-size: 20px;
			}
			.gd1 {
				margin-bottom: 20px;
			}
			.gd1 ul li {
				line-height: 35px;
				padding-left: 10px;
				font-size: 14px;
			}
			.exhi_list_right .exhi_tj ul{
				width: calc(100% + 10px);
			}
			.exhi_list_right .exhi_tj ul li .li_right{
				margin: 0px 10px 10px 0;
			}
			.gd1 ul li i {
				width: 25px;
				height: 25px;
				line-height: 25px;
				font-size: 14px;
				text-align: center;
			}
			.exhi_list_left {
				padding: 0 20px;
			}
			.gd1 ul li i::after {
				height: 10px;
				bottom: -10px;
			}
			.footLeft {
				padding-left: 50px;
			}
			.footLeft ul {
				margin-right: 30px;
			}
			.footCenter {
				padding-left: 60px;
			}
			.footRight ul li .ewm {
				width: 85px;
				height: 85px;
			}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.foot {
		font-size: 12px;
		padding: 10px 15px 20px 15px;
	}
}
