body{
	line-height: 1;
	background-color: #eef5fa;
}
a {
	outline: none;
	color: #333;
}
iframe {
    margin: 0;
    padding: 0;
}
.w{
	width: 1560px;
    margin: 0 auto;
}
.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;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.iframe{width:100%;height:35px;overflow:hidden;}

.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead p {
	position: absolute;
	float: right;
	right: 0px;
    height: 34px;
    line-height: 34px;
	top: -35px;
	color: #dfdfdf;
}
.Tophead a {
	margin-left: 5px;
    color: #ff6300;
}
.Tophead a:hover {
    color: #ff6300;
}
.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: 34px;
	z-index: 9999;
	padding: 5px;
	background: #ff6300;
	border-radius: 5px;
	display: none;
}
.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: #ff6300;
}

.head p a.mobile i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}


.top{
	background-color: #fff;
}
.top .item{
	margin: 0 auto;
	padding:15px 0;
	background-color: #fff;
	position:relative;
}
.top .item .logo{
	float: left;
	width: 220px;
}
.top .item .logo .top_text {
	float: left;
}
.top .item .logo .top_text b {
	font-size: 22px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 15px 15px 15px 0;
	background: #00994d;
	display: block;
}
.top .item .pageName{
	float: left;
	font-size: 24px;
	color: #000;
	margin:10px 0 0 50px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	display: none;
}
.search {
	width: 360px;
	height: 36px;
	margin: 8px 0 0 70px;
	float: left;
	border: 2px solid #fa8c16;
	position: relative;
	border-radius: 20px;
	color: #999;
}

.searchSelect {
	width: 88px;
	height: 36px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 8px;
}

.selectTop i {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 14px;
	height: 8px;
	background: url("http://www.hbzhan.com/images/index/index.png") no-repeat;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 20px;
	background-color:#ff6200;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#ff9c00));
	background-image:-webkit-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:-moz-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:-ms-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:-o-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image:linear-gradient(90deg, #ff6200, #ff9c00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6200', endColorStr='#ff9c00')
}

.search input {
	width: 306px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	margin-left: 20px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 37px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #00cccc;
	border-left: 2px solid #00cccc;
	border-right: 2px solid #00cccc;
	color: #fff;
	cursor: pointer;
}
.top .item .menu{
	float: left;
	margin-top: 17px;
	margin-left: 120px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 0 32px;
    font-weight: bold;
	position: relative;
}
.top .item .menu a::after {
	position: absolute;
	display: block;
	width: 0;
	height: 6px;
	background-color:rgba(102,173,223,1);
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(102,173,223,1)), to(rgba(250,250,250,1)));
	background-image:-webkit-linear-gradient(90deg, rgba(102,173,223,1), rgba(250,250,250,1));
	background-image:-moz-linear-gradient(90deg, rgba(102,173,223,1), rgba(250,250,250,1));
	background-image:-ms-linear-gradient(90deg, rgba(102,173,223,1), rgba(250,250,250,1));
	background-image:-o-linear-gradient(90deg, rgba(102,173,223,1), rgba(250,250,250,1));
	background-image:linear-gradient(90deg, rgba(102,173,223,1), rgba(250,250,250,1));
	content:'';
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	-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;
}
.top .item .menu a.home::after {
    width: 50px;
}
.top .item .menu a:hover{
	color: #ff6200;
}
.top .item .menu a:hover::after{
    width: 50px;
}
.top .item .menu a:last-child{
	border:none;
}
.top .item .exhi-ico {
	float: right;
	margin-top: 5px;
}
.top .item .exhi-ico a {
	display: inline-block;
	width: 132px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
    box-sizing: border-box;
	margin-left: 17px;
	background-color:#ffac27;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffac27), to(#ff8836));
	background-image:-webkit-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:-moz-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:-ms-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:-o-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:linear-gradient(90deg, #ffac27, #ff8836);
}
.top .item .exhi-ico a.guanzong {
	color: #0076ca;
	border: 2px solid #52a1f5;
    background: none;
}

.banner{
	overflow: hidden;
	position:relative;
	height: 512px;
}
.banner .item{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position:absolute;
}
.banner .item ul.bigImg{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 1;
}
.banner .item ul.bigImg li{
	width: 100%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.banner .item .smallImg{
	position:absolute;
	bottom:30px;
	z-index: 2;
	left: 50%;
	transform:translateX(-50%);
	font-size: 0;
	text-align: center;
	width: 100%;
}
.banner .item .smallImg li{
	display: inline-block;
	width: 200px;
	vertical-align: bottom;
	margin: 0 10px;
}
.banner .item .smallImg li a{
	display: block;
	padding-bottom:56%;
	height: 0;
	overflow: hidden;

}
.banner .item .smallImg li img{
	width: 100%;
	max-height: none;
	display: block;
}
.banner .item .smallImg li.focus a{
	border:3px solid #fdbb01;
	padding-bottom:56%;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.banner .item .smallImg li.focus{
	width: 220px;
}
.banner .item .bot {
    width: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    bottom: 95px;
    z-index: 9;
    color: #fff;
}
.banner .item .bot b {
    font-size: 48px;
    width: 76px;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    margin: 0 30px;
}

.nav {
    text-align: center;
	background-color:#34b6f6;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#34b6f6), to(#6f5af8));
	background-image:-webkit-linear-gradient(90deg, #34b6f6, #6f5af8);
	background-image:-moz-linear-gradient(90deg, #34b6f6, #6f5af8);
	background-image:-ms-linear-gradient(90deg, #34b6f6, #6f5af8);
	background-image:-o-linear-gradient(90deg, #34b6f6, #6f5af8);
	background-image:linear-gradient(90deg, #34b6f6, #6f5af8);
}
.nav ul {
    overflow: hidden;
}
.nav ul li {
    height: 80px;
    line-height: 80px;
    width: 195px;
    display: inline-block;
    position: relative;
}
.nav a {
    color: #fff;
    font-size: 22px;
}
.nav li::after {
    width: 0px;
    height: 6px;
    display: block;
    content: '';
    bottom: 0;
	position: absolute;
	left: 50%;
    background: #ff9500;
	transform: translateX(-50%);
	-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;
}
.nav li:hover::after {
    width: 64px;
}
.introduction {
    height: 610px;
    position: relative;
}
.introduction::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 220px;
    width: 100%;
    position: absolute;
    background: url("../../../../images/expo_meeting/bot.jpg") no-repeat;
    background-size: cover;
}
.introduction .main {
    height: 490px;
    background: #fff;
    position: relative;
    z-index: 9;
    top: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.introduction .live {
	float: left;
	margin-right: 40px;
	height: 100%;
	width: 800px;
}
.introduction .live .image {
	position: relative;
	width: 100%;
	height: 100%;
}
.introduction .live .image span {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
}
.introduction .live .image span i {
	display: block;
	margin-left: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #1c2e47;
	border-radius: 3px;
}
.introduction .content {
	overflow: hidden;
}
.introduction .content b{
	font-size: 32px;
	line-height: 40px;
	max-height: 80px;
	display: block;
	overflow: hidden;
	margin-top: 35px;
}
.introduction .content .after {
	height: 6px;
	position: relative;
	margin-top: 30px;
}
.introduction .content .after::after {
	content:'';
	position: absolute;
	width: 65px;
	height: 6px;
	left: 0;
	top: 0;
	background-color:rgba(0,118,202,1);
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,118,202,1)), to(rgba(250,250,250,1)));
	background-image:-webkit-linear-gradient(90deg, rgba(0,118,202,1), rgba(250,250,250,1));
	background-image:-moz-linear-gradient(90deg, rgba(0,118,202,1), rgba(250,250,250,1));
	background-image:-ms-linear-gradient(90deg, rgba(0,118,202,1), rgba(250,250,250,1));
	background-image:-o-linear-gradient(90deg, rgba(0,118,202,1), rgba(250,250,250,1));
	background-image:linear-gradient(90deg, rgba(0,118,202,1), rgba(250,250,250,1));
}
.introduction .content p {
	line-height: 28px;
	font-size: 16px;
	color: #666;
	margin-top: 35px;
	height: 252px;
	overflow: hidden;
}

.expo_title {
    text-align: center;
    height: 230px;
	overflow: hidden;
}
.expo_title b {
    font-size: 68px;
    display: block;
	margin-top: 60px;
}
.expo_title b span {
    color: #0076ca;
}
.expo_title p {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
}
.agenda-nav {
    position: relative;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(129, 129, 129, 0.1);
}
.agenda-nav{
    height: 70px;
    line-height: 70px;
}
.agenda-nav a {
    color: #666;
    font-size: 22px;
	padding: 0 66px;
    text-align: center;
	display: inline-block;
	vertical-align: top;
}
.agenda-nav p{
	text-align: center;
}
.agenda-nav a.focus {
	color: #fff;
	padding: 0 54px;
	height: 80px;
	line-height: 80px;
	margin-top: -10px;
	background-color: #40abfa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#40abfa), to(#5d51d9));
	background-image: -webkit-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image: -moz-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image: -ms-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image: -o-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image: linear-gradient(90deg, #40abfa, #5d51d9);
	box-shadow: 0px 0px 7px 0px rgba(129, 129, 129, 0.1);
}
.agenda-list {
    display: none;
    background: #fff;
    padding: 70px 30px 50px 30px;
}
.agenda-list p {
    font-size: 32px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
    text-align: center;
}
.agenda-list b {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin-top: 32px;
}
.agenda-list ul {
    margin-top: 20px;
}
.agenda-list ul li {
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.agenda-list ul li .left {
    width: 290px;
    float: left;
}
.agenda-list ul li .center {
    width: 725px;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.agenda-list ul li .right {
    float: left;
	width: 480px;
}
.agenda-list ul li .right span {
    font-size: 14px;
}
.agenda-list .btn {
    width: 240px;
    display: block;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 48px auto 0;
    border-radius: 50px;
	background-color:#40abfa;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#40abfa), to(#5d51d9));
	background-image:-webkit-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image:-moz-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image:-ms-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image:-o-linear-gradient(90deg, #40abfa, #5d51d9);
	background-image:linear-gradient(90deg, #40abfa, #5d51d9);
}
.guests ul {
    overflow: hidden;
    margin: -10px;
}
.guests ul li {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.guests ul li .item {
    background: #18181f;
    height: 360px;
    position: relative;
}
.guests ul li .item .image {
    width: 100%;
    height: 100%;
}
.guests ul li .item .text {
    position: absolute;
    padding: 12px 20px 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(48,143,211,0.8)), to(rgba(48,143,211,0)));
	background-image:-webkit-linear-gradient(90deg, rgba(48,143,211,0.8), rgba(48,143,211,0));
	background-image:-moz-linear-gradient(90deg, rgba(48,143,211,0.8), rgba(48,143,211,0));
	background-image:-ms-linear-gradient(90deg, rgba(48,143,211,0.8), rgba(48,143,211,0));
	background-image:-o-linear-gradient(90deg, rgba(48,143,211,0.8), rgba(48,143,211,0));
	background-image:linear-gradient(90deg, rgba(48,143,211,0.8), rgba(48,143,211,0));
}
.guests ul li .item .text b {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}
.guests ul li .item .text p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    max-height: 22px;
    line-height: 22px;
    overflow: hidden;
	-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;
}
.guests ul li .item .text p span {
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.guests ul li .item .text:hover p {
    max-height: 66px;
}

/* bright */
.bright {
    margin-top: 60px;
    height: 879px;
    background: url("../../../../images/expo_meeting/bright-bg.jpg") no-repeat;
    background-size: cover;
}
.bright .expo_title {
    height: 180px;
}
.bright .expo_title b span {
    color: #ffd800;
}
.bright .expo_title b {
    color: #fff;
}
.bright .expo_title p {
    color: #fff;
    margin-top: 20px;
}
.bright .left {
    width: 50%;
    float: left;
}
.bright .left .item:last-child {
    margin-top: 90px;
}
.bright .right .item:last-child {
    margin-top: 90px;
}
.bright .right {
    margin-top: 110px;
}
.bright .bright-title {
    height: 130px;
    position: relative;
    white-space: pre;
}
.bright .item p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    padding: 0 34px;
    margin-top: 20px;
}
.bright .bright-title-t {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    letter-spacing: 2px;
}
.bright .left .bright-title-t {
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(73,120,255,0.8)), to(rgba(48,143,211,0)));
	background-image:-webkit-linear-gradient(90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:-moz-linear-gradient(90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:-ms-linear-gradient(90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:-o-linear-gradient(90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:linear-gradient(90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
}
.bright .right .bright-title-t {
    text-align: right;
    padding-right: 25px;
	background-image:-webkit-gradient(linear, right top, right bottom, from(rgba(73,120,255,0.8)), to(rgba(48,143,211,0)));
	background-image:-webkit-linear-gradient(-90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:-moz-linear-gradient(-90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:-ms-linear-gradient(-90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:-o-linear-gradient(-90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
	background-image:linear-gradient(-90deg, rgba(73,120,255,0.8), rgba(48,143,211,0));
}
.bright .bright-title-t span {
    color: #ffd800;
    font-size: 36px;
}
.bright .bright-title b {
    display: inline-block;
    position: absolute;
    font-size: 80px;
    letter-spacing: 0;
    font-weight: normal;
    color: #fff;
}
.bright .right .bright-title b {
    left: 0;
    top: 0;
}
.bright .right .bright-title b {
    right: 0;
    top: 0;
    text-align: right;
}
.bright .item .bright-title b span {
    position: relative;
    z-index: 9;
}
.bright .right {
    width: 50%;
    float: left;
}

/* Activities */
.activities {
    padding-top: 50px;
    padding: 50px 0 66px 0;
    position: relative;
	background: #fff;
}
.activities::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 762px;
    background: url("../../../../images/expo_meeting/activities-bg.jpg") no-repeat;
}
.activities-top {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.activities_title {
    float: left;
    text-align: left;
}
.activities_title b {
    font-size: 68px;
    display: block;
}
.activities_title b span {
    color: #0076ca;
}
.activities_title p {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}
.activities-nav {
    float: left;
    margin: 10px 0 0 70px;
    background: #fff;
    border-radius: 50px;
}
.activities-nav a {
    display: inline-block;
    font-size: 24px;
    color: #333;
    padding: 28px 40px;
    border-radius: 50px;
}
.activities-nav a.focus {
    color: #fff;
	background-color:#ffac27;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffac27), to(#ff8836));
	background-image:-webkit-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:-moz-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:-ms-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:-o-linear-gradient(90deg, #ffac27, #ff8836);
	background-image:linear-gradient(90deg, #ffac27, #ff8836);
}

.activities-list {
    display: none;
	position: relative;
	z-index: 9;
	margin-top: 60px;
    background: #fff;
    padding: 0 30px 60px 30px;
	overflow: hidden;
	box-shadow: 0px 0px 27px 0px rgba(49, 49, 49, 0.1);
}
.activities-list .item {
	margin-top: 30px;
}
.activities-list b {
    display: block;
    font-size: 28px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    font-weight: normal;
	padding-left: 15px;
    box-sizing: border-box;
}
.activities-list ul {
    margin-top: 20px;
}
.activities-list ul li {
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.activities-list ul li .left {
    width: 290px;
    float: left;
	padding-left: 15px;
    box-sizing: border-box;
}
.activities-list ul li .center {
    width: 570px;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.activities-list ul li .right {
	width: 470px;
    float: left;
}
.activities-list ul li .btn {
	overflow: hidden;
}
.activities-list ul li .btn a {
	color: #0076ca;
}
.activities-list ul li.first {
	background: #f1f1f1;
	border: none;
	font-size: 15px;
	font-weight: bold;
}

.footer	{
	background: #434343;
	padding: 50px 0 98px 0;
	overflow: hidden;
}
.footer-title {
	color: #fff;
	font-size: 24px;
}
.footer .left {
	width: 1060px;
	float: left;
	margin-top: 30px;
}
.footer .left b {
	width: 37px;
	height: 37px;
	display: block;
	float: left;
	margin-right: 16px;
	margin-top: 10px;
	position: relative;
}
.footer .left b i {
	color: #a1a1a1;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer .left .btn i {
	color: #666;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: top;
}
.footer .left .text {
	overflow: hidden;
	font-size: 16px;
}
.footer .left .text p {
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.footer .left .btn {
	display: inline-block;
	width: 130px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #a1a1a1;
	color: #666;
	border-radius: 2px;
	margin-top: 10px;
}
.footer .left .btn{
	position: relative;
	cursor: pointer;
}
.footer .left .btn .QQhover {
	position: absolute;
	left: 0px;
	bottom: 30px;
	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;
}
.footer .left .btn .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footer .left .btn:hover .QQhover{
	display: inline-block;
}
.footer .left ul li {
	width: 325px;
	float: left;
}
.footer .right {
	overflow: hidden;
	margin-top: 10px;
}
.footer .right ul {
	display: flex;
	justify-content: space-between;
}
.footer .right ul li b{
	display: block;
	float: left;
	width: 40px;
	height: 180px;
	background: #565656;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 30px 12px;
	box-sizing: border-box;
}
.footer .right ul li .image {
	width: 180px;
	height: 180px;
	position: relative;
	float: left;
	background: #fff;
}
.rightfloat {
	width: 72px;
	background-color: #34b6f6;
	background-image: -webkit-gradient(linear, top, bottom, from(#34b6f6), to(#6f5af8));
	background-image: -webkit-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -moz-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -ms-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -o-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: linear-gradient(180deg, #34b6f6, #6f5af8);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 20px 0 0 20px;
}
.rightfloat a {
	display: block;
	height: 68px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 12px auto 5px;
	height: 24px;
	font-size: 24px;
}
.rightfloat a i {
	width: 22px;
	background-size: 100% auto !important;
}
.rightfloat a.a4 i {
	background: url('/images/expo2020/a4-ico.png') no-repeat center center;
}
.rightfloat a.a4:hover i {
	background: url('/images/expo2020/a4-ico-hover.png') no-repeat center center;
}

.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}

/* ---弹出框样式 */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
}

/* QQ */
.p-qq {
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -300px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 60px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox p b{
	float: left;
  color: #333;
  font-size: 20px;
   line-height: 28px;

padding-top: 4px;
}
.p-qqBox p b em{
	display: block;
font-size: 14px;
color: #aaa;
font-weight: normal;
font-style: normal;
}
.p-qqBox i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
/* .p-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
} */

.p-qqBox a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 15px 0 10px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox p a{
	position: relative;
	cursor: pointer;
}
.p-qqBox p a .QQhover {
	position: absolute;
	left: -15px;
	bottom: 26px;
	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;
}
.p-qqBox p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.p-qqBox p a:hover .QQhover{
	display: inline-block;
}
.p-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 15px 10px 10px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox a::after {
	display: none;
}
.p-qqBox p:nth-child(3) a{
	margin-top: 0px;
}
.rightfloat a.a6 i {
	background: url('/images/expo2020/a6-ico.png') no-repeat center center;
}
.rightfloat a.a6:hover i {
	background: url('/images/expo2020/a6-ico-hover.png') no-repeat center center;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
.p-telBox {
	left: -230px;
}
.p-telBox .p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
}
.p-telBox em b {
	color: #f60;
}
.p-telBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-telBox p {
	padding-left: 40px;
}
/* 闭馆弹窗 */
.bye {
	position: fixed;
	left: 10px;
	top: 10%;
	z-index: 999999;
	width: 156px;
	height: 326px;
	background: url("../../../../images/Version/2021/expo_2021autumn/byeleft.png") no-repeat;
}
.bye.thirteen {
	background-image: url("../../../../images/Version/2021/expo_2021autumn/byeleft_green.png");
}
.bye.thirteen .byeMain .thk {
	border: 1px solid #4bbf5b;
	height: 70px;
	border-radius: 3px;
	background: #f9ecc0;
	text-align: center;
	font-size: 16px;
	color: #4bbf5b;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.byeMain .bye_logo {
	width: 95px;
	height: 30px;
	margin: 0 auto;
	background: url('../../../../images/expo2018/byelogo.png') no-repeat;
	background-size: contain;
}
.byeMain p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.byeMain p b {
	display: block;
	font-size: 16px;
	margin-top: 6px;
	position: relative;
}
.byeMain p b i {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.byeMain span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 85px;
	text-align: center;
	margin-top: 20px;
}
.byeMain .thk_bd {
	border: 2px solid #f9ecc0;
	border-radius: 3px;
	width: 130px;
	height: 72px;
	margin: 0 auto;
	margin-top: 35px;
}
.byeMain .thk {
	border: 1px solid #ff8e24;
	height: 70px;
	border-radius: 3px;
	background: #f9ecc0;
	text-align: center;
	font-size: 16px;
	color: #ff8e24;
}
.byeMain .thk b {
	font-weight: normal;
	margin-top: 12px;
	display: block;
	letter-spacing: 2px;
	line-height: normal;
}
.byeMain .ico_right {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 72px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.left-float {
    position: fixed;
    left: 0px;
    bottom: 10%;
    z-index: 99999;
}
.pop-bot {
	width: 174px;
	height: 299px;
	background: url("/images/supply/pop-bot.png") no-repeat;
	background-size: cover;
	z-index: 999;
	display: none;
	position: relative;
}
.pop-bot .ewm {
	width: 86px;
	height: 86px;
	margin: 0 0 0 46px;
	padding-top: 150px;
}
.pop-bot p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.pop-bot .pop-btn {
	position: absolute;
	bottom: 0;
	left: 11px;
	border-radius: 0 0 10px 10px;
	width: 156px;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #f71818;
	font-weight: bold;
	background: #fdd558;
}
.pop-bot .close-ico {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 82px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.pop-bot .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.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;
}
