body {
	line-height: 1;
	height: 100%;
}
@font-face {
    font-family: "JDLANGZHENGTI";
    src: url("../../../../fonts/expo/version/2023/JDLANGZHENGTI.eot"); /* IE9 */
    src: url("../../../../fonts/expo/version/2023/JDLANGZHENGTI.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("../../../../fonts/expo/version/2023/JDLANGZHENGTI.woff") format("woff"), /* chrome、firefox */
    url("../../../../fonts/expo/version/2023/JDLANGZHENGTI.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("../../../../fonts/expo/version/2023/JDLANGZHENGTI.svg#JDLANGZHENGTI") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../../../../fonts/expo/version/2023/Roboto-Medium.ttf"); /* IE9 */
    font-style: normal;
    font-weight: normal;
}

.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;
}
.fixed-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.bg {
	background-color: #f5f6f6;
}
.w {
	width: 1500px;
	margin: 0 auto;
}
.w::after {
	content: "";
	clear: both;
	display: block;
}
.iframe{width:100%;height:35px;overflow:hidden;}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.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: #76a145;
}

.head p a.mobile i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}
.top {
	padding: 8px 0;
	background-color: #fff;
}
.top .logo {
	float: left;
}
.top .pageName {
	float: left;
	margin-top: 10px;
	margin-left: 17px;
	padding-left: 16px;
	position: relative;
	font-size: 26px;
	font-weight: bold;
}
.top .pageName::after {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 32px;
	background: #e6e6e6;
}
.top .menu {
	float: right;
}
.top .menu ul {
	float: left;
}
.top .menu ul li {
	float: left;
	margin-right: 50px;
	font-size: 22px;
	margin-top: 13px;
}
.top .menu ul li a {
	color: #333;
	position: relative;
}
.top .menu ul li a::after {
	content: "";
	position: absolute;
	right: -7px;
	left: 0;
	bottom: 0;
	height: 10px;
	background-image: -moz-linear-gradient( 0deg, rgb(33,156,255) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(33,156,255) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(33,156,255) 0%, rgba(255,255,255,0) 100%);
	opacity: 0;
}
.top .menu ul li a span {
	position: relative;
	z-index: 2;
}
.top .menu ul li a.focus {
	font-weight: bold;
}
.top .menu ul li a.focus::after {
	opacity: 1;
}
.top .menu ul li a:hover {
	font-weight: bold;
}
.top .menu .btn-arr {
	overflow: hidden;
	font-size: 0;
}
.top .menu .btn-arr a {
	margin-left: 16px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 18px;
	height: 42px;
	line-height: 40px;
	border-radius: 21px;
	background: -moz-linear-gradient( 0deg, rgb(0,112,206) 0%, rgb(82,229,231) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(0,112,206) 0%, rgb(82,229,231) 100%);
	background: -ms-linear-gradient( 0deg, rgb(0,112,206) 0%, rgb(82,229,231) 100%);
	color: #fff;
	display: inline-block;
	margin-top: 2px;
}
.top .menu .btn-arr a:last-child {
	background: #f57a30;
}
.top .menu .btn-arr a i {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin-right: 6px;
	margin-top: 1px;
}
.banner{
	overflow: hidden;
	position:relative;
	height: 600px;
}
.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%;
	position: relative;
}
.banner-btn {
	position: absolute;
	bottom: 62px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-size: 0;
	padding-left: 32px;
}
.banner-btn a {
	display: inline-block;
	width: 153px;
	height: 50px;
	margin: 0 74px;
}
.public-title {
	text-align: center;
	background: url(../../../../images/expoHall/version/2023/title-bg.png) no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	background-size: auto 100%;
}
.public-title .word {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(153,153,153,.1);
}
.public-title p {
	font-family: "JDLANGZHENGTI";
	font-size: 72px;
	color: #0070ce;
	margin-top: -20px;
}
.live-summit {
	padding: 30px 0 40px;
	background: url(../../../../images/expoHall/version/2023/live-bg.png) no-repeat;
	background-size: cover;
}
.live-summit .live-big {
	margin: 80px 110px 0;
	overflow: hidden;
}
.live-summit .live-big .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
.live-summit .live-big .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.live-summit .live-big .image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 110px;
	height: 110px;
	background: url(../../../../images/expoHall/version/2023/play.png) no-repeat;
	background-size: contain;
}
.live-summit .w {
	overflow: hidden;
}
.banner-swiper-small {
	width: calc(100% + 10px);
	margin-top: 30px;
}
.banner-swiper-small .swiper-slide {
	width: 20%;
}
.banner-swiper-small .swiper-slide .item {
	margin-right: 10px;
	border-radius: 8px;
	border: 2px  solid #056fba;
	padding: 20px;
	box-sizing: border-box;
}
.banner-swiper-small .swiper-slide .item p {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.banner-swiper-small .swiper-slide .item p a {
	color: #333;
}
.banner-swiper-small .swiper-slide .item .btn {
	margin-top: 30px;
	text-align: center;
}
.banner-swiper-small .swiper-slide .item .btn a {
	display: inline-block;
	width: 144px;
	height: 36px;
	line-height: 34px;
	background-color: #17b793;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
}
.banner-swiper-small .swiper-slide.swiper-slide-thumb-active .item {
	background: url(../../../../images/expoHall/version/2023/swiper-bg.png) no-repeat;
	background-size: cover;
	border: 0;
	padding: 22px;
}
.banner-swiper-small .swiper-slide.swiper-slide-thumb-active .item p a {
	color: #fff;
}
.agenda {
	padding: 36px 0 40px;
}
.agenda-tab {
	margin-top: 54px;
	position: relative;
}
.agenda-tab p {
	font-size: 0;
	border-bottom: 10px solid #ccc;
}
.agenda-tab p a {
	font-size: 36px;
	font-weight: bold;
	color: #666;
	display: inline-block;
	width: 20%;
	text-align: center;
	padding-bottom: 30px;
}
.agenda-tab p a.focus {
	color: #333;
}
.followTab {
	width: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	background-color: #1787b3;
	text-align: center;
}
.followTab span {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0px 10px;
	border-color: #1787b3 transparent transparent transparent;
	vertical-align: top;
	margin-top: 10px;
}
.agenda-bot {
	display: none;
	margin-top: 36px;
}
.agenda-bot .meet-title {
	background: -moz-linear-gradient( 0deg, rgb(7,127,203) 0%, rgb(68,156,117) 49%, rgb(130,177,30) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(7,127,203) 0%, rgb(68,156,117) 49%, rgb(130,177,30) 100%);
	background: -ms-linear-gradient( 0deg, rgb(7,127,203) 0%, rgb(68,156,117) 49%, rgb(130,177,30) 100%);
	padding: 40px 20px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.agenda-bot .meet-title .time {
	font-size: 26px;
	margin-top: 26px;
}
.agenda-bot .meet-title p {
	font-size: 44px;
	font-weight: bold;
}
.agenda-bot .meet-title p a {
	color: #fff;
}
.agenda-bot .meet-title .place {
	margin-top: 16px;
}
.meet-table {
	margin-top: 24px;
	background-color: #e7f8f4;
}
.meet-table thead {
	background-color: #469d72;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 12px;
	line-height: 64px;
	overflow: hidden;
}
.meet-table table {
	width: 100%;
}
.w220 {
	width: 220px;
	padding-left: 40px;
	box-sizing: border-box;
	text-align: left;
}
.w820 {
	width: 820px;
	text-align: center;
	padding: 0 100px;
	box-sizing: border-box;
}
.meet-table .people {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	box-sizing: border-box;
	line-height: 1;
}
.meet-table tbody {
	font-size: 20px;
	line-height: 36px;
}
.meet-table tbody td {
	padding-top: 20px;
	padding-bottom: 24px;
}
.meet-table tbody .people {
	font-size: 18px;
}
.meet-table tbody .people p {
	font-size: 16px;
	color: #666;
	margin-top: 18px;
}
.meet-table tbody tr {
	position: relative;
}
.meet-table tbody tr::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.meet-table tbody tr:last-child::after {
	display: none;
}
.guest {
	padding: 40px 0 60px;
	background-color: #0b7fd1;
}
.guest .public-title .word,.highlights .public-title .wrod {
	color: rgba(255,255,255,.1);
}
.guest .public-title p,.highlights .public-title p {
	color: #fff;
}
.guest-list {
	margin-top: 50px;
	overflow: hidden;
}
.guest-list ul {
	margin-top: -35px;
	margin-right: -40px;
}
.guest-list li {
	margin-top: 35px;
	float: left;
	width: 20%;
}
.guest-list li .item {
	margin-right: 40px;
	text-align: center;
}
.guest-list li p {
	font-size: 24px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
.guest-list li .content {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 12px;
	color: #fff;
}
.num {
	background-color: #17b793;
	padding: 40px 0;
	color: #fff;
	font-size: 24px;
}
.num table {
	text-align: center;
	width: 100%;
}
.num table b {
	font-size: 72px;
	font-weight: normal;
	font-family: "Roboto";
}
.num table b i {
	font-style: normal;
	font-size: 48px;
}
.num table p {
	margin-top: 10px;
}
.highlights {
	padding: 36px 0 50px;
	background-color: #056fba;
}
.highlights-list {
	margin-top: 58px;
}
.highlights-list li {
	margin-top: 30px;
	margin-right: 300px;
}
.highlights-list li:first-child {
	margin-top: 0;
}
.highlights-list li .point {
	padding: 28px 32px;
	background: url(../../../../images/expoHall/version/2023/hight-bg.png) no-repeat;
	background-size: cover;
}
.highlights-list li:nth-child(even) {
	margin-right: 0;
	margin-left: 300px;
}
.highlights-list li:nth-child(even) .point {
	background-image: url(../../../../images/expoHall/version/2023/hight-bg2.png);
	text-align: right;
}
.highlights-list li p {
	padding: 0 24px;
	font-size: 24px;
	line-height: 2;
	color: #fff;
	margin-top: 20px;
}
.review {
	padding: 40px 0 56px;
	background: url(../../../../images/expoHall/version/2023/bg3.png) no-repeat;
	background-size: cover;
}
.review-box {
	margin-top: 30px;
	overflow: hidden;
	padding: 0 150px;
	position: relative;
}
.review-box .review-swiper {
	overflow: hidden;
}
.review-box .review-swiper .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
.review-box .review-swiper .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.review-box .review-swiper .image .year {
	background: url(../../../../images/expoHall/version/2023/orange.png) no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.review-box .review-swiper .image .year span {
	display: inline-block;
	margin-top: 22px;
	font-family: "Microsoft YaHei";
}
.review-box .swiper-button-next, .review-box .swiper-button-prev {
	width: 80px;
	height: 120px;
	margin-top: -60px;
	background-size: 44px auto;
	border-radius: 8px;
	background-color: rgba(0,0,0,.1);
}
.review-box .swiper-button-next {
	background-image: url(../../../../images/expoHall/version/2023/right1.png);
	right: 35px;
}
.review-box .swiper-button-next:hover {
	background-image: url(../../../../images/expoHall/version/2023/right.png);
}
.review-box .swiper-button-prev {
	background-image: url(../../../../images/expoHall/version/2023/left1.png);
	left: 35px;
}
.review-box .swiper-button-pre:hoverv {
	background-image: url(../../../../images/expoHall/version/2023/left.png);
}
.contact-us {
	background: #0b7fd1 url(../../../../images/expoHall/version/2023/foot-bg.png) no-repeat center;
	background-size: cover;
	padding: 26px 0 70px;
}
.contact-us .title b {
	font-size: 72px;
	color: rgba(255,255,255,.05);
	text-transform: uppercase;
}
.contact-us .title p {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: -46px;
}
.contact-list {
	margin-top: 30px;
	overflow: hidden;
}
.contact-list ul {
	overflow: hidden;
	margin-right: -60px;
}
.contact-list li {
	float: left;
	width: 33.33%;
}
.contact-list li .item {
	margin-right: 60px;
	border: 1px dashed #fff;
	overflow: hidden;
}
.contact-list li .image {
	float: left;
	width: 160px;
	height: 160px;
	background-color: #fff;
	position: relative;
}
.contact-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.contact-list li .text {
	overflow: hidden;
	padding: 24px 20px 0;
	color: #fff;
}
.contact-list li .text p {
	font-size: 18px;
}
.contact-list li .text .phone {
	font-size: 24px;
	margin-top: 10px;
}
.contact-list li .text .btn {
	margin-top: 18px;
}
.contact-list li .text .btn a {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	background-color: #fff;
	padding: 0 16px;
	font-size: 16px;
	color: #0051bd;
}
.contact-list li .text .btn a i {
	display: inline-block;
	width: 19px;
	height: 21px;
	background: url(../../../../images/expoHall/version/2023/QQ.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 10px;
}
.h_wycz_form {
	display: none;
	position: fixed;
	background: #fff;
	border-radius: 14px;
	z-index: 999999999;
	width: 520px;
	min-height: 532px;
	left: 50%;
	margin-left: -260px;
	top: 50%;
	margin-top: -272px;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
	overflow: hidden;
}
.h_wycz_form .hd {
	height: 48px;
	line-height: 48px;
	font-size: 19px;
	color: #fff;
	text-align: center;
	background: rgba(233,14,6,1);
	background: -moz-linear-gradient(left,rgba(233,14,6,1) 0%,rgba(253,148,21,1) 100%);
	background: -webkit-gradient(left top,right top,color-stop(0%,rgba(233,14,6,1)),color-stop(100%,rgba(253,148,21,1)));
	background: -webkit-linear-gradient(left,rgba(233,14,6,1) 0%,rgba(253,148,21,1) 100%);
	background: -o-linear-gradient(left,rgba(233,14,6,1) 0%,rgba(253,148,21,1) 100%);
	background: -ms-linear-gradient(left,rgba(233,14,6,1) 0%,rgba(253,148,21,1) 100%);
	background: linear-gradient(to right,rgba(233,14,6,1) 0%,rgba(253,148,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e90e06',endColorstr='#fd9415',GradientType=1 );
}
.h_wycz_form .close {
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,.5) url(https://shh.hbzhan.com/images/h_form_close.png) center center no-repeat;
	position: absolute;
	top: 9px;
	right: 15px;
	border-radius: 50%;
	cursor: pointer;
}
.h_wycz_form .bd{padding: 16px 24px 5px;}
.h_wycz_form .bd .tab{margin-bottom:30px;text-align:center;}
.h_wycz_form .bd .tab span{font-size: 18px;color:#222;border-bottom:4px solid #222;text-align:center;padding:0 15px 15px;cursor:pointer;}
.h_wycz_form .bd .tab span.on{font-size: 18px;color:#fc8914;border-bottom:4px solid #fc8914;text-align:center;padding:0 15px 15px;}
.h_wycz_form .bd .tab span:hover{color:#fc8914;}
.h_wycz_form .bd .conn .chart{display:none;}
.h_wycz_form .bd  .conn .chart.on{display:block;}
.h_wycz_form .bd  .conn .chart .tlt{font-size: 14px;color:#333;margin-bottom:10px;}
.h_wycz_form .bd  .conn .chart .tlt em{font-size:16px;color:#bd0101;display: inline-block;vertical-align: middle;}
.h_wycz_form .bd  .conn .chart .sr{width: 100%;height: 30px;line-height: 30px;display:block;border:1px solid #ddd;border-radius:2px;font-size:14px;color:#999;text-indent:12px;font-family:microsoft yahei;margin-bottom: 7px;outline:none;}
.h_wycz_form .bd  .conn .chart select{width:100%;height:34px;line-height:34px;display:block;border:1px solid #ddd;border-radius:2px;font-size:14px;color:#999;text-indent:12px;font-family:microsoft yahei;margin-bottom:10px;outline:none;}
.h_wycz_form .bd  .conn .chart textarea{width:100%;height: 45px;line-height:24px;display:block;border:1px solid #ddd;border-radius:2px;font-size:14px;color:#999;text-indent:12px;font-family:microsoft yahei;margin-bottom:10px;outline:none;}
.h_wycz_form .bd  .conn .chart .tj1{width:100%;height:40px;line-height:40px;text-align:center;display:block;border-radius:2px;font-size: 15px;color:#fff;font-family:microsoft yahei;margin-bottom:18px;background:#ec2108;border:none;margin-top:20px;}
.h_wycz_form .bd  .conn .chart .tj2{width:100%;height:40px;line-height:40px;text-align:center;display:block;border-radius:2px;font-size:16px;color:#fff;font-family:microsoft yahei;margin-bottom:18px;background:#ec2108;border:none;margin-top:20px;}
.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;
}
/* expo_agenda */
.expo_agenda{
	padding: 40px 0 56px;
	background: url(../../../../images/expoHall/version/2023/bg3.png) no-repeat;
	background-size: cover;
}
.expo_agenda .public-title p {
	font-family: "京东朗正体";
}
.expo_agenda_title {
    text-align: center;
    height: 230px;
	overflow: hidden;
}
.expo_agenda_title b {
    font-size: 68px;
    display: block;
	margin-top: 60px;
}
.expo_agenda_title b span {
    color: #0076ca;
}
.expo_agenda_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;
	margin-top: 40px;
}
.agenda-nav a {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	padding: 0 40px;
	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: 30px 30px 50px;
}
.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 .center a,
.agenda-list ul li .right a{
	color: #52a1f5;
}
.agenda-list ul li .right {
	float: left;
	width: 424px;
}
.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);
}






@media only screen and (min-width:1920px){
	.w{
		width: 1500px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1500px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
	.top .logo {
		width: 136px;
	}
	.top .pageName {
		margin-top: 9px;
		margin-left: 15px;
		padding-left: 14px;
		font-size: 24px;
	}
	.top .pageName::after {
		height: 28px;
	}
	.top .menu ul li {
		font-size: 21px;
		margin-top: 11px;
		margin-right: 48px;
	}
	.top .menu .btn-arr a {
		margin-left: 15px;
		font-size: 17px;
		padding: 0 16px;
		height: 40px;
		line-height: 38px;
		margin-top: 2px;
	}
	.top .menu .btn-arr a i {
		font-size: 17px;
	}
	.banner {
		height: 560px;
	}
	.live-summit {
		padding: 26px 0 38px;
	}
	.public-title .word {
		font-size: 45px;
	}
	.public-title p {
		font-size: 67px;
	}
	.public-title {
		padding-bottom: 4px;
		padding-top: 8px;
	}
	.live-summit .live-big {
		margin: 52px 102px 0;
	}
	.banner-swiper-small .swiper-slide .item p {
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}
	.banner-swiper-small .swiper-slide .item {
		padding: 18px;
	}
	.banner-swiper-small .swiper-slide.swiper-slide-thumb-active .item {
		padding: 20px;
	}
	.banner-swiper-small .swiper-slide .item .btn a {
		width: 134px;
		height: 34px;
		line-height: 32px;
		font-size: 15px;
	}
	.agenda {
		padding: 34px 0 38px;
	}
	.agenda-tab {
		margin-top: 52px;
	}
	.agenda-tab p a {
		font-size: 34px;
		padding-bottom: 27px;
	}
	.agenda-bot {
		margin-top: 34px;
	}
	.agenda-bot .meet-title {
		padding: 38px 20px;
		font-size: 21px;
	}
	.agenda-bot .meet-title .time {
		font-size: 24px;
		margin-top: 24px;
	}
	.agenda-bot .meet-title p {
		font-size: 41px;
	}
	.meet-table {
		margin-top: 22px;
	}
	.meet-table thead {
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 60px;
	}
	.w220 {
		width: 206px;
		padding-left: 38px;
	}
	.meet-table tbody {
		font-size: 19px;
		line-height: 34px;
	}
	.meet-table tbody .people {
		font-size: 17px;
	}
	.meet-table tbody .people p {
		font-size: 15px;
		margin-top: 18px;
	}
	.w820 {
		width: 760px;
		padding: 0 94px;
	}
	.guest {
		padding: 36px 0 54px;
	}
	.guest-list li .item {
		margin-right: 36px;
	}
	.guest-list li {
		margin-top: 32px;
	}
	.guest-list ul {
		margin-top: -32px;
		margin-right: -36px;
	}
	.num {
		padding: 32px 0;
		font-size: 22px;
	}
	.num table b {
		font-size: 67px;
	}
	.num table b i {
		font-size: 45px;
	}
	.highlights {
		padding: 34px 0 46px;
	}
	.highlights-list {
		margin-top: 55px;
	}
	.highlights-list li {
		margin-top: 28px;
		margin-right: 280px;
	}
	.highlights-list li .point img {
		height: 52px;
	}
	.highlights-list li .point {
		padding: 26px 28px;
	}
	.highlights-list li p {
		padding: 0 22px;
		font-size: 22px;
		margin-top: 18px;
	}
	.review-box {
		margin-top: 28px;
		padding: 0 140px;
	}
	.review-box .swiper-button-next {
		right: 32px;
	}
	.review-box .swiper-button-prev {
		left: 32px;
	}
	.review-box .swiper-button-next, .review-box .swiper-button-prev {
		width: 75px;
		height: 110px;
		margin-top: -55px;
		background-size: 41px auto;
	}
	.review,.expo_agenda {
		padding: 36px 0 50px;
	}
	.contact-us {
		padding: 16px 0 68px;
	}
	.contact-us .title b {
		font-size: 67px;
	}
	.contact-us .title p {
		font-size: 28px;
		margin-top: -44px;
	}
	.contact-list {
		margin-top: 28px;
	}
	.contact-list li .item {
		margin-right: 56px;
	}
	.contact-list ul {
		margin-right: -56px;
	}
	.contact-list li .image {
		width: 150px;
		height: 150px;
	}
	.contact-list li .text {
		padding: 22px 18px 0;
	}
	.contact-list li .text p {
		font-size: 17px;
	}
	.contact-list li .text .phone {
		font-size: 22px;
	}
	.contact-list li .text .btn {
		margin-top: 15px;
	}
	.contact-list li .text .btn a {
		height: 38px;
		line-height: 36px;
		padding: 0 14px;
		font-size: 15px;
	}
	.contact-list li .text .btn a i {
		width: 18px;
		height: 20px;
		margin-right: 8px;
		margin-top: 9px;
	}
	.expo_agenda_title {
        height: 207px;
    }
    .expo_agenda_title b {
        margin-top: 52px;
        font-size: 60px;
    }
    .expo_agenda_title p {
        font-size: 22px;
    }
    .agenda-nav {
        height: 62px;
        line-height: 62px;
    }
    .agenda-nav a.focus {
        height: 72px;
        line-height: 72px;
    }
    .agenda-nav a {
        font-size: 20px;
        padding: 0 40px;
    }
    .agenda-list {
        padding: 63px 27px 47px 27px;
    }
    .agenda-list p {
        font-size: 30px;
    }
    .agenda-list b {
        margin-top: 26px;
    }
    .agenda-list ul li {
        height: 48px;
        line-height: 48px;
    }
    .agenda-list .btn {
        width: 216px;
        font-size: 22px;
        height: 64px;
        line-height: 64px;
    }
    .agenda-list ul li .center {
        width: 625px;
    }
    .agenda-list ul li .right {
        width: 420px;
    }

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.top .logo {
		width: 136px;
	}
	.top .pageName {
		margin-top: 9px;
		margin-left: 15px;
		padding-left: 14px;
		font-size: 24px;
	}
	.top .pageName::after {
		height: 28px;
	}
	.top .menu ul li {
		font-size: 21px;
		margin-top: 11px;
		margin-right: 48px;
	}
	.top .menu .btn-arr a {
		margin-left: 15px;
		font-size: 17px;
		padding: 0 16px;
		height: 40px;
		line-height: 38px;
		margin-top: 2px;
	}
	.top .menu .btn-arr a i {
		font-size: 17px;
	}
	.banner {
		height: 530px;
	}
	.live-summit {
		padding: 26px 0 38px;
	}
	.public-title .word {
		font-size: 45px;
	}
	.public-title p {
		font-size: 67px;
	}
	.public-title {
		padding-bottom: 4px;
		padding-top: 8px;
	}
	.live-summit .live-big {
		margin: 52px 102px 0;
	}
	.banner-swiper-small .swiper-slide .item p {
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}
	.banner-swiper-small .swiper-slide .item {
		padding: 18px;
	}
	.banner-swiper-small .swiper-slide.swiper-slide-thumb-active .item {
		padding: 20px;
	}
	.banner-swiper-small .swiper-slide .item .btn a {
		width: 134px;
		height: 34px;
		line-height: 32px;
		font-size: 15px;
	}
	.agenda {
		padding: 34px 0 38px;
	}
	.agenda-tab {
		margin-top: 52px;
	}
	.agenda-tab p a {
		font-size: 34px;
		padding-bottom: 27px;
	}
	.agenda-bot {
		margin-top: 34px;
	}
	.agenda-bot .meet-title {
		padding: 38px 20px;
		font-size: 21px;
	}
	.agenda-bot .meet-title .time {
		font-size: 24px;
		margin-top: 24px;
	}
	.agenda-bot .meet-title p {
		font-size: 41px;
	}
	.meet-table {
		margin-top: 22px;
	}
	.meet-table thead {
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 60px;
	}
	.w220 {
		width: 206px;
		padding-left: 38px;
	}
	.meet-table tbody {
		font-size: 19px;
		line-height: 34px;
	}
	.meet-table tbody .people {
		font-size: 17px;
	}
	.meet-table tbody .people p {
		font-size: 15px;
		margin-top: 18px;
	}
	.w820 {
		width: 760px;
		padding: 0 94px;
	}
	.guest {
		padding: 36px 0 54px;
	}
	.guest-list li .item {
		margin-right: 36px;
	}
	.guest-list li {
		margin-top: 32px;
	}
	.guest-list ul {
		margin-top: -32px;
		margin-right: -36px;
	}
	.num {
		padding: 32px 0;
		font-size: 22px;
	}
	.num table b {
		font-size: 67px;
	}
	.num table b i {
		font-size: 45px;
	}
	.highlights {
		padding: 34px 0 46px;
	}
	.highlights-list {
		margin-top: 55px;
	}
	.highlights-list li {
		margin-top: 28px;
		margin-right: 280px;
	}
	.highlights-list li .point img {
		height: 52px;
	}
	.highlights-list li .point {
		padding: 26px 28px;
	}
	.highlights-list li p {
		padding: 0 22px;
		font-size: 22px;
		margin-top: 18px;
	}
	.review-box {
		margin-top: 28px;
		padding: 0 140px;
	}
	.review-box .swiper-button-next {
		right: 32px;
	}
	.review-box .swiper-button-prev {
		left: 32px;
	}
	.review-box .swiper-button-next, .review-box .swiper-button-prev {
		width: 75px;
		height: 110px;
		margin-top: -55px;
		background-size: 41px auto;
	}
	.review,.expo_agenda {
		padding: 36px 0 50px;
	}
	.contact-us {
		padding: 16px 0 68px;
	}
	.contact-us .title b {
		font-size: 67px;
	}
	.contact-us .title p {
		font-size: 28px;
		margin-top: -44px;
	}
	.contact-list {
		margin-top: 28px;
	}
	.contact-list li .item {
		margin-right: 56px;
	}
	.contact-list ul {
		margin-right: -56px;
	}
	.contact-list li .image {
		width: 150px;
		height: 150px;
	}
	.contact-list li .text {
		padding: 22px 18px 0;
	}
	.contact-list li .text p {
		font-size: 17px;
	}
	.contact-list li .text .phone {
		font-size: 22px;
	}
	.contact-list li .text .btn {
		margin-top: 15px;
	}
	.contact-list li .text .btn a {
		height: 38px;
		line-height: 36px;
		padding: 0 14px;
		font-size: 15px;
	}
	.contact-list li .text .btn a i {
		width: 18px;
		height: 20px;
		margin-right: 8px;
		margin-top: 9px;
	}
	.expo_agenda_title {
        height: 186px;
    }
    .expo_agenda_title b {
        margin-top: 45px;
        font-size: 54px;
    }
    .expo_agenda_title p {
        font-size: 20px;
    }
    .agenda-nav {
        height: 54px;
        line-height: 54px;
    }
    .agenda-nav a.focus {
        height:64px;
        line-height: 64px;
		padding: 0 48px;
    }
    .agenda-nav a {
    	font-size: 18px;
        padding: 0 35px;
    }
    .agenda-list {
        padding: 50px 24px 40px 24px;
    }
    .agenda-list p {
        font-size: 26px;
    }
    .agenda-list b {
        margin-top: 22px;
    }
    .agenda-list ul li {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .agenda-list ul li .left {
        width: 230px;
    }
    .agenda-list ul li .center {
        width: 570px;
    }
    .agenda-list ul li .right {
        width: 380px;
    }
    .agenda-list .btn {
        width: 190px;
        font-size: 20px;
        height: 58px;
        line-height: 58px;
        margin: 38px auto 0;
    }

}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1138px;
	}
	.top .logo {
		width: 112px;
	}
	.top .pageName {
		margin-top: 8px;
		margin-left: 12px;
		padding-left: 12px;
		font-size: 20px;
	}
	.top .pageName::after {
		height: 24px;
	}
	.top .menu ul li {
		font-size: 17px;
		margin-top: 9px;
		margin-right: 40px;
	}
	.top .menu ul li a::after {
		right: -5px;
		bottom: -2px;
		height: 8px;
	}
	.top .menu .btn-arr a {
		margin-left: 15px;
		font-size: 14px;
		padding: 0 14px;
		height: 32px;
		line-height: 30px;
		margin-top: 2px;
	}
	.top .menu .btn-arr a i {
		font-size: 13px;
	}
	.banner {
		height: 455px;
	}
	.live-summit {
		padding: 22px 0 32px;
	}
	.public-title .word {
		font-size: 36px;
	}
	.public-title p {
		font-size: 55px;
	}
	.public-title {
		padding-bottom: 4px;
		padding-top: 8px;
	}
	.live-summit .live-big {
		margin: 40px 82px 0;
	}
	.live-summit .live-big .image .play {
		width: 84px;
		height: 84px;
	}
	.banner-swiper-small {
		width: calc(100% + 9px);
		margin-top: 22px;
	}
	.banner-swiper-small .swiper-slide .item p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.banner-swiper-small .swiper-slide .item .btn {
		margin-top: 22px;
	}
	.banner-swiper-small .swiper-slide .item {
		padding: 12px;
		margin-right: 9px;
	}
	.banner-swiper-small .swiper-slide.swiper-slide-thumb-active .item {
		padding: 14px;
	}
	.banner-swiper-small .swiper-slide .item .btn a {
		width: 110px;
		height: 28px;
		line-height: 26px;
		font-size: 13px;
	}
	.agenda {
		padding: 28px 0 32px;
	}
	.agenda-tab {
		margin-top: 52px;
	}
	.agenda-tab p a {
		font-size: 28px;
		padding-bottom: 22px;
	}
	.agenda-tab p {
		border-bottom: 8px solid #ccc;
	}
	.followTab span {
		border-width: 10px 8px 0px 8px;
		margin-top: 8px;
	}
	.agenda-bot {
		margin-top: 24px;
	}
	.agenda-bot .meet-title {
		padding: 28px 20px;
		font-size: 17px;
	}
	.agenda-bot .meet-title .time {
		font-size: 20px;
		margin-top: 18px;
	}
	.agenda-bot .meet-title p {
		font-size: 33px;
	}
	.meet-table {
		margin-top: 22px;
	}
	.meet-table thead {
		font-size: 17px;
		letter-spacing: 9px;
		line-height: 48px;
	}
	.w220 {
		width: 168px;
		padding-left: 30px;
	}
	.meet-table tbody {
		font-size: 15px;
		line-height: 28px;
	}
	.meet-table tbody .people {
		font-size: 15px;
	}
	.meet-table tbody .people p {
		font-size: 12px;
		margin-top: 14px;
	}
	.meet-table tbody tr::after {
		height: 3px;
	}
	.w820 {
		width: 618px;
		padding: 0 76px;
	}
	.meet-table tbody td {
		padding-top: 16px;
		padding-bottom: 20px;
	}
	.guest {
		padding: 30px 0 44px;
	}
	.guest-list li .item {
		margin-right: 30px;
	}
	.guest-list li p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-top: 10px;
	}
	.guest-list li .content {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 8px;
	}
	.guest-list li {
		margin-top: 24px;
	}
	.guest-list ul {
		margin-top: -24px;
		margin-right: -30px;
	}
	.num {
		padding: 24px 0;
		font-size: 18px;
	}
	.num table b {
		font-size: 55px;
	}
	.num table b i {
		font-size: 36px;
	}
	.num table p {
		margin-top: 6px;
	}
	.highlights {
		padding: 26px 0 40px;
	}
	.highlights-list {
		margin-top: 45px;
	}
	.highlights-list li {
		margin-top: 24px;
		margin-right: 228px;
	}
	.highlights-list li .point img {
		height: 42px;
	}
	.highlights-list li .point {
		padding: 20px 22px;
	}
	.highlights-list li p {
		padding: 0 20px;
		font-size: 18px;
		margin-top: 12px;
	}
	.review-box {
		margin-top: 22px;
		padding: 0 112px;
	}
	.review-box .review-swiper .image .year {
		width: 62px;
		height: 62px;
		right: 20px;
		font-size: 20px;
	}
	.review-box .swiper-button-next {
		right: 26px;
	}
	.review-box .swiper-button-prev {
		left: 26px;
	}
	.review-box .swiper-button-next, .review-box .swiper-button-prev {
		width: 60px;
		height: 90px;
		margin-top: -45px;
		background-size: 33px auto;
	}
	.review,.expo_agenda {
		padding: 28px 0 44px;
	}
	.contact-us {
		padding: 16px 0 56px;
	}
	.contact-us .title b {
		font-size: 54px;
	}
	.contact-us .title p {
		font-size: 23px;
		margin-top: -36px;
	}
	.contact-list {
		margin-top: 28px;
	}
	.contact-list li .item {
		margin-right: 48px;
	}
	.contact-list ul {
		margin-right: -48px;
	}
	.contact-list li .image {
		width: 120px;
		height: 120px;
		box-sizing: border-box;
	}
	.contact-list li .image img {
		padding: 5px;
		box-sizing: border-box;
	}
	.contact-list li .text {
		padding: 14px 14px 0;
	}
	.contact-list li .text p {
		font-size: 14px;
	}
	.contact-list li .text .phone {
		font-size: 18px;
	}
	.contact-list li .text .btn {
		margin-top: 15px;
	}
	.contact-list li .text .btn a {
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 13px;
	}
	.contact-list li .text .btn a i {
		width: 14px;
		height: 16px;
		margin-right: 6px;
		margin-top: 7px;
	}
	.expo_agenda_title {
        height: 175px;
    }
    .expo_agenda_title b {
        margin-top: 42px;
        font-size: 50px;
    }
    .expo_agenda_title p {
        font-size: 20px;
    }
    .agenda-nav {
        height: 52px;
        line-height: 52px;
    }
    .agenda-nav a.focus {
        height:60px;
        line-height: 60px;
        margin-top: -8px;
    }
    .agenda-nav a {
    	font-size: 16px;
        padding: 0 25px;
    }
    .agenda-nav a.focus {
        padding: 0 40px;
    }
    .agenda-list {
        padding: 40px 23px 38px 23px;
    }
    .agenda-list p {
        font-size: 24px;
    }
    .agenda-list b {
        margin-top: 22px;
    }
    .agenda-list ul li {
        height: 39px;
        line-height: 39px;
        font-size: 14px;
    }
    .agenda-list ul li .left {
        width: 220px;
    }
    .agenda-list ul li .center {
        width: 520px;
    }
    .agenda-list ul li .right {
        width: 352px;
    }
    .agenda-list .btn {
        width: 180px;
        font-size: 20px;
        height: 54px;
        line-height: 54px;
        margin: 36px auto 0;
    }

}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.top .logo {
		width: 112px;
	}
	.top .pageName {
		margin-top: 8px;
		margin-left: 12px;
		padding-left: 12px;
		font-size: 20px;
	}
	.top .pageName::after {
		height: 24px;
	}
	.top .menu ul li {
		font-size: 17px;
		margin-top: 9px;
		margin-right: 40px;
	}
	.top .menu ul li a::after {
		right: -5px;
		bottom: -2px;
		height: 8px;
	}
	.top .menu .btn-arr a {
		margin-left: 15px;
		font-size: 14px;
		padding: 0 14px;
		height: 32px;
		line-height: 30px;
		margin-top: 2px;
	}
	.top .menu .btn-arr a i {
		font-size: 13px;
	}
	.banner {
		height: 455px;
	}
	.live-summit {
		padding: 22px 0 32px;
	}
	.public-title .word {
		font-size: 36px;
	}
	.public-title p {
		font-size: 55px;
	}
	.public-title {
		padding-bottom: 4px;
		padding-top: 8px;
	}
	.live-summit .live-big {
		margin: 40px 82px 0;
	}
	.live-summit .live-big .image .play {
		width: 84px;
		height: 84px;
	}
	.banner-swiper-small {
		width: calc(100% + 9px);
		margin-top: 22px;
	}
	.banner-swiper-small .swiper-slide .item p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.banner-swiper-small .swiper-slide .item .btn {
		margin-top: 22px;
	}
	.banner-swiper-small .swiper-slide .item {
		padding: 12px;
		margin-right: 9px;
	}
	.banner-swiper-small .swiper-slide.swiper-slide-thumb-active .item {
		padding: 14px;
	}
	.banner-swiper-small .swiper-slide .item .btn a {
		width: 110px;
		height: 28px;
		line-height: 26px;
		font-size: 13px;
	}
	.agenda {
		padding: 28px 0 32px;
	}
	.agenda-tab {
		margin-top: 52px;
	}
	.agenda-tab p a {
		font-size: 28px;
		padding-bottom: 22px;
	}
	.agenda-tab p {
		border-bottom: 8px solid #ccc;
	}
	.followTab span {
		border-width: 10px 8px 0px 8px;
		margin-top: 8px;
	}
	.agenda-bot {
		margin-top: 24px;
	}
	.agenda-bot .meet-title {
		padding: 28px 20px;
		font-size: 17px;
	}
	.agenda-bot .meet-title .time {
		font-size: 20px;
		margin-top: 18px;
	}
	.agenda-bot .meet-title p {
		font-size: 33px;
	}
	.meet-table {
		margin-top: 22px;
	}
	.meet-table thead {
		font-size: 17px;
		letter-spacing: 9px;
		line-height: 48px;
	}
	.w220 {
		width: 168px;
		padding-left: 30px;
	}
	.meet-table tbody {
		font-size: 14px;
		line-height: 25px;
	}
	.meet-table tbody .people {
		font-size: 15px;
	}
	.meet-table tbody .people p {
		font-size: 12px;
		margin-top: 14px;
	}
	.meet-table tbody tr::after {
		height: 3px;
	}
	.w820 {
		width: 540px;
		padding: 0 30px;
	}
	.meet-table tbody td {
		padding-top: 16px;
		padding-bottom: 20px;
	}
	.guest {
		padding: 30px 0 44px;
	}
	.guest-list li .item {
		margin-right: 30px;
	}
	.guest-list li p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-top: 10px;
	}
	.guest-list li .content {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 8px;
	}
	.guest-list li {
		margin-top: 24px;
	}
	.guest-list ul {
		margin-top: -24px;
		margin-right: -30px;
	}
	.num {
		padding: 24px 0;
		font-size: 18px;
	}
	.num table b {
		font-size: 55px;
	}
	.num table b i {
		font-size: 36px;
	}
	.num table p {
		margin-top: 6px;
	}
	.highlights {
		padding: 26px 0 40px;
	}
	.highlights-list {
		margin-top: 45px;
	}
	.highlights-list li {
		margin-top: 24px;
		margin-right: 228px;
	}
	.highlights-list li .point img {
		height: 42px;
	}
	.highlights-list li .point {
		padding: 20px 22px;
	}
	.highlights-list li p {
		padding: 0 20px;
		font-size: 18px;
		margin-top: 12px;
	}
	.review-box {
		margin-top: 22px;
		padding: 0 112px;
	}
	.review-box .review-swiper .image .year {
		width: 62px;
		height: 62px;
		right: 20px;
		font-size: 20px;
	}
	.review-box .swiper-button-next {
		right: 26px;
	}
	.review-box .swiper-button-prev {
		left: 26px;
	}
	.review-box .swiper-button-next, .review-box .swiper-button-prev {
		width: 60px;
		height: 90px;
		margin-top: -45px;
		background-size: 33px auto;
	}
	.review,.expo_agenda {
		padding: 28px 0 44px;
	}
	.contact-us {
		padding: 16px 0 56px;
	}
	.contact-us .title b {
		font-size: 54px;
	}
	.contact-us .title p {
		font-size: 23px;
		margin-top: -36px;
	}
	.contact-list {
		margin-top: 28px;
	}
	.contact-list li .item {
		margin-right: 48px;
	}
	.contact-list ul {
		margin-right: -48px;
	}
	.contact-list li .image {
		width: 120px;
		height: 120px;
		box-sizing: border-box;
	}
	.contact-list li .image img {
		padding: 5px;
		box-sizing: border-box;
	}
	.contact-list li .text {
		padding: 14px 14px 0;
	}
	.contact-list li .text p {
		font-size: 14px;
	}
	.contact-list li .text .phone {
		font-size: 18px;
	}
	.contact-list li .text .btn {
		margin-top: 15px;
	}
	.contact-list li .text .btn a {
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 13px;
	}
	.contact-list li .text .btn a i {
		width: 14px;
		height: 16px;
		margin-right: 6px;
		margin-top: 7px;
	}
	.expo_agenda_title {
        height: 144px;
    }
    .expo_agenda_title b {
        margin-top: 32px;
        font-size: 42px;
    }
    .expo_agenda_title p {
        font-size: 16px;
    }
    .agenda-nav {
        height: 40px;
        line-height: 40px;
    }
    .agenda-nav a.focus {
        height: 50px;
        line-height: 50px;
        margin-top: -10px;
    }
    .agenda-nav a {
        font-size: 14px;
        padding: 0 20px;
    }
    .agenda-nav a.focus {
        padding: 0 30px;
    }
    .agenda-list {
        padding: 38px 18px 32px 18px;
    }
    .agenda-list p {
        font-size: 20px;
    }
    .agenda-list b {
        margin-top: 15px;
        font-size: 18px;
    }
    .agenda-list ul li {
        height: 33px;
        line-height: 33px;
        font-size: 12px;
    }
    .agenda-list ul li .left {
        width: 180px;
    }
    .agenda-list ul li .center {
        width: 420px;
    }
    .agenda-list ul li .right {
        width: 330px;
    }
    .agenda-list .btn {
        width: 152px;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        margin: 30px auto 0;
        font-size: 14px;
    }
}
