body{
	line-height: 1;
	background: #f7f7f7;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #2b82d9;
}
.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;
}
.expo-title#xinpin img {
	width: 375px;
}
.expo-title#xinpin b {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	line-height: 42px;
	font-style: italic;
}
.expo-title#xinpin b font {
	color: #f23c3c;
}
.w {
	width: 1500px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(90,90,90,0)), to(rgba(50,50,50,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: -moz-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: -ms-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: -o-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
}
.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%);
}
.live-right ul li .image img,
.switchMain .partSwitch ul li .image img{
	-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;
}
.live-right ul li .image:hover img,
.switchMain .partSwitch ul li .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.banner-adv {
	margin: 0 auto;
}
.banner-adv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: 0px 0 0 -5px;
}
.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 24px 5px 0 5px;
	position: relative;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.iframe {
	overflow: hidden;
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}


/* top */

.top{
	background-color: #245074;;
}
.top .item{
	margin: 0 auto;
	padding-top: 30px;
	position:relative;
}
.top .item .logo{
	float: left;
	width: 220px;
}
.top .item .logo .top_text {
	float: left;
}
.top .item .logo .top_text b {
	font-size: 22px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 15px 15px 15px 0;
	background: #00994d;
	display: block;
}
.top .item .pageName{
	float: left;
	font-size: 24px;
	color: #000;
	margin:10px 0 0 50px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	display: none;
}

.top .item .exhi-ico {
	float: right;
	margin-top: 20px;
}
.top .item .exhi-ico a {
	display: inline-block;
	width: 112px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	margin-left: 18px;
	background: #2b82d9;
}
.top .item .exhi-ico a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../../../../images/Version/2022/expoVisual/zhanwei-ico.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 10px 5px 0 0;
}
.top .item .exhi-ico a.guanzong i {
	background: url('../../../../images/Version/2022/expoVisual/guanzong-ico.png') no-repeat;
	background-size: contain;
}
.top .item .exhi-ico a.guanzong {
	background: #fa8d22;
}
.search {
	width: 465px;
	height: 44px;
	margin: 12px 0 0 50px;
	float: left;
	background: #ffffff;
	position: relative;
	border-radius: 50px;
	color: #999;
}
.search button {
	position: absolute;
	height: 38px;
	line-height: 38px;
	color: #2b82d9;
	width: 86px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	right: 3px;
	top: 3px;
	border-radius: 20px;
	background-color:#deeaf7;
}
.search button i {
	font-size: 14px;
	margin: 0 4px 0 0;
}

.search input {
	width: 306px;
	height: 44px;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	margin-left: 20px;
	background-color: #fff;
}

.top .item .menu{
	float: left;
	margin-top: 25px;
	margin-left: 57px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0 18px;
	position: relative;
}
.top .item .menu a:last-child{
	border:none;
}

/* top End */
.banner {
	position: relative;
}
.ly_main {
	height: 100%;
}
.banner img {
	width: 100%;
	height: 100%;
}
.ly_main a.btn { display:block; height:100%; overflow:hidden; margin:0; padding:0;}
.ly_main .ly_a1 {
	width: 331px;
	height: 0;
	position: absolute;
	left: 387px;
	top: 229px;
	z-index: 1;
}
.ly_main .ly_a2 {
	width:244px;
	height:0;
	position:absolute;
	left: 575px;
	top: 100px;
	z-index:1;
}
.ly_main .ly_a3 {
	width:264px;
	height:0;
	position:absolute;
	left: 1195px;
	top: 276px;
	z-index:1;
}
.ly_main .ly_a4 {
	width: 332px;
	height: 0;
	position: absolute;
	left: 1176px;
	top: 444px;
	z-index: 1;
}
.ly_main .ly_a5 span,
.ly_main .ly_a6 span{
	display: block;
	height: 100%;
	overflow: hidden;
}
.ly_main .ly_a5 {
	width: 331px;
	height: 0;
	position: absolute;
	left: 316px;
	top: 372px;
	z-index: 1;
}
.ly_main .ly_a5 b {
	right: -12px;
	top: -13px;
}
.ly_main .ly_a6 {
	width: 440px;
	height: 0;
	position: absolute;
	left: 1096px;
	top: 546px;
	z-index: 1;
}
.ly_main .ly_a6 b {
	left: -14px;
	top: -12px;
}
.ly_main .ly_a5 .btn1{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 142px;
}
.ly_main .ly_a5 .btn2{
	position: absolute;
	bottom: 0;
	left: 142px;
	height: 40px;
	width: 142px;
}
.ly_main .ly_a6 .btn1{
	position: absolute;
	width: 142px;
	height: 40px;
	right: 181px;
	bottom: 0;
}
.ly_main .ly_a6 .btn2{
	position: absolute;
	right: 39px;
	width: 142px;
	height: 40px;
	bottom: 0;
}
.banner{
	position: relative;
}
.banner .expoTime{
	position: absolute;
	top: 10px;
	color: #fff;
	left: 201px;
	width: 223px;
	height: 30px;
	background: url(../../../../images/Version/2022/expoVisual/qjz.png) no-repeat;
	background-size: 100% 100%;
}
/* 闭馆弹窗 */
.bye {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 570px;
	height: 363px;
	background: url(../../../../images/expo2018/byebg_green.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: #3d8ad7;
	display: block;
	font-weight: bold;
}
.byeMain .thk em{
	text-align: center;
	font-size: 28px;
	font-style: normal;
	color: #3d8ad7;
	display: block;
	font-weight: bold;
	line-height: 76px;
}
.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: 393px;
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 9999;
	box-sizing: border-box;
	padding: 5px;
	background: url(../../../../images/expo2018/leftFloat_green.png) no-repeat;
	display: none;
	background-size: 100% 100%;
}
.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;
}
.next_bottom {
	width: 100%;
	position: fixed;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #168ce3;
}
.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: #168ce3;
}
.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: #168ce3;
}
.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;
}
@keyframes glitter {
	0% {
	  -webkit-transform: scale(1.0);
	  opacity: 1;
	}
	25% {
	  -webkit-transform: scale(0.5);
	  opacity: 0;
	}
	50% {
	  -webkit-transform: scale(1.0);
	  opacity: 1;
	}
	75% {
	  -webkit-transform: scale(0.5);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1.0);
	  opacity: 1;
	}
  }

.ly_main .ly_a1 b,
.ly_main .ly_a2 b,
.ly_main .ly_a3 b,
.ly_main .ly_a4 b,
.ly_main .ly_a5 b,
.ly_main .ly_a6 b {
	display: block;
	width: 28px;
	height: 28px;
	background: rgba(255,255,142,.4);
	position: absolute;
	right: -10px;
	bottom: 8px;
	border-radius: 50%;
	animation: glitter 3.5s linear 0s infinite normal;
}
.ly_main .ly_a1 b i,
.ly_main .ly_a2 b i,
.ly_main .ly_a3 b i,
.ly_main .ly_a4 b i,
.ly_main .ly_a5 b i,
.ly_main .ly_a6 b i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
	background: rgba(255,255,142,1);
	border-radius: 50%;
}
.ly_main .ly_a2 b {
	right: -12px;
	bottom: -12px;
}
.ly_main .ly_a3 b {
	left: -14px;
	bottom: -6px;
}
.ly_main .ly_a4 b {
	left: -14px;
	top: -12px;
}
.ly_main .ly_a1 a.btn {
	background:url("../../../../images/Version/2022/expoVisual/shop001.png") 0 0 no-repeat;
}
.ly_main .ly_a2 a.btn {
	background:url("../../../../images/Version/2022/expoVisual/shop02.png") 0 0 no-repeat;
}
.ly_main .ly_a3 a.btn {
	background:url("../../../../images/Version/2022/expoVisual/shop03.png") 0 0 no-repeat;
}
.ly_main .ly_a4 a.btn {
	background:url("../../../../images/Version/2022/expoVisual/shop004.png") 0 0 no-repeat;
}
.ly_main .ly_a5 span{background:url("../../../../images/Version/2022/expoVisual/shop05.png") 0 0 no-repeat;}
.ly_main .ly_a6 span{background:url("../../../../images/Version/2022/expoVisual/shop06.png") 0 0 no-repeat;}
.broadcast {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
.broadcast b {
	display: block;
	float: left;
	font-size: 16px;
	color: #fa8d22;
}
.broadcast b em {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 1.6;
	text-align: center;
	background: #fa8d22;
	border-radius: 50%;
	vertical-align: top;
	margin: 7px 6px 0 0;
}
.broadcast b em i {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.broadcast .scroll {
	overflow: hidden;
}
.broadcast .scroll ul {
	white-space: nowrap;
	width: 200%;
}
.broadcast .scroll li {
	font-size: 16px;
	color: #333;
	float: left;
	margin-right: 30px;
}
.broadcast .scroll li strong,
.broadcast .scroll li a {
	color: #2b82d9;
}
.exhi-title {
	height: 60px;
	overflow: hidden;
	position: relative;
	margin: 25px auto 15px auto;
}
.exhi-title-brand {
	margin: 35px auto 30px auto;
}
.exhi-title b {
	color: #ededed;
	font-size: 56px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-transform:uppercase;
	width: 100%;
	text-align: center;
}
.exhi-title span em {
	font-style: normal;
	color: #429743;
	font-size: 30px;
	margin-left: 12px;
}
.exhi-title span {
	display: block;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 8px;
}
.exhi-title i {
	display: inline-block;
	width: 36px;
	height: 34px;
	background: url("../../../../images/Version/2022/expoVisual/exhi-title-ico.png") no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 4px 14px 0 0;
}
.exhi-title-brand i {
	background: url("../../../../images/Version/2022/expoVisual/exhi-title-ico2.png") no-repeat;
	background-size: contain;
}
.exhi-title .left {
	width: 540px;
	height: 2px;
	background: #2b82d9;
	position: absolute;
	top: 22px;
	left: 0;
}
.exhi-title .left::before {
	content: '';
	width: 14px;
	height: 25px;
	background: #2b82d9;
	position: absolute;
	top: 0;
	right: -14px;
	-webkit-transform: skewX(40deg);
	-ms-transform: skewX(40deg);
	-o-transform: skewX(40deg);
	transform: skewX(40deg);
}
.exhi-title .right {
	width: 540px;
	height: 2px;
	background: #2b82d9;
	position: absolute;
	top: 22px;
	right: 0;
}
.exhi-title .right::before {
	content: '';
	width: 14px;
	height: 25px;
	background: #2b82d9;
	position: absolute;
	top: 0;
	left: -14px;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	transform: skewX(-40deg);
}
.pop_list {
	margin: 0 auto;
}
.pop_list ul {
	margin: -15px;
	margin-top: 10px;
}
.pop_list ul li{
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.pop_list ul li .item {
	border-radius: 5px;
	padding: 38px 56px;
	box-sizing: border-box;
	height: 200px;
	background: url('../../../../images/Version/2022/expoVisual/item-bg1.png') no-repeat;
	background-size: cover;
	position: relative;
}
.pop_list ul li:nth-child(2) .item {
	background: url('../../../../images/Version/2022/expoVisual/item-bg2.png') no-repeat;
	background-size: cover;
}
.pop_list ul li:nth-child(3) .item {
	background: url('../../../../images/Version/2022/expoVisual/item-bg3.png') no-repeat;
	background-size: cover;
}
.pop_list ul li:nth-child(4) .item {
	background: url('../../../../images/Version/2022/expoVisual/item-bg4.png') no-repeat;
	background-size: cover;
}
.pop_list ul li .item:hover {
	box-shadow: 0px 10px 15px 0px rgba(22, 132, 253, 0.2);
}
.pop_list ul li:nth-child(2) .item:hover {
	box-shadow: 0px 10px 15px 0px rgba(36, 137, 67, 0.2);
}
.pop_list ul li:nth-child(3) .item:hover {
	box-shadow: 0px 10px 15px 0px rgba(119, 122, 239, 0.2);
}
.pop_list ul li:nth-child(4) .item:hover {
	box-shadow: 0px 10px 15px 0px rgba(238, 70, 48, 0.2);
}
.pop_list ul li .item .cover {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.pop_list ul li .item .left-ico {
	float: left;
}
.pop_list ul li .item .left-ico b {
	display: block;
	position: relative;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border-radius: 50%;
	background-color:#26c9fa;
	background-image:-webkit-gradient(linear, top, bottom, from(#26c9fa), to(#0487fe));
	background-image:-webkit-linear-gradient(180deg, #26c9fa, #0487fe);
	background-image:-moz-linear-gradient(180deg, #26c9fa, #0487fe);
	background-image:-ms-linear-gradient(180deg, #26c9fa, #0487fe);
	background-image:-o-linear-gradient(180deg, #26c9fa, #0487fe);
	background-image:linear-gradient(180deg, #26c9fa, #0487fe);
	margin-right: 25px;
	font-weight: normal;
}
.pop_list ul li .item .left-ico i {
	font-size: 30px;
	color: #fff;
}
.pop_list ul li:nth-child(2) .item .left-ico b {
	background-color:#91c823;
	background-image:-webkit-gradient(linear, top, bottom, from(#91c823), to(#268a43));
	background-image:-webkit-linear-gradient(180deg, #91c823, #268a43);
	background-image:-moz-linear-gradient(180deg, #91c823, #268a43);
	background-image:-ms-linear-gradient(180deg, #91c823, #268a43);
	background-image:-o-linear-gradient(180deg, #91c823, #268a43);
	background-image:linear-gradient(180deg, #91c823, #268a43);
}
.pop_list ul li:nth-child(3) .item .left-ico b {
	background-color:#ad3eef;
	background-image:-webkit-gradient(linear, top, bottom, from(#ad3eef), to(#6e87ef));
	background-image:-webkit-linear-gradient(180deg, #ad3eef, #6e87ef);
	background-image:-moz-linear-gradient(180deg, #ad3eef, #6e87ef);
	background-image:-ms-linear-gradient(180deg, #ad3eef, #6e87ef);
	background-image:-o-linear-gradient(180deg, #ad3eef, #6e87ef);
	background-image:linear-gradient(180deg, #ad3eef, #6e87ef);
}
.pop_list ul li:nth-child(4) .item .left-ico b {
	background-color:#ff6c26;
	background-image:-webkit-gradient(linear, top, bottom, from(#ff6c26), to(#ef4730));
	background-image:-webkit-linear-gradient(180deg, #ff6c26, #ef4730);
	background-image:-moz-linear-gradient(180deg, #ff6c26, #ef4730);
	background-image:-ms-linear-gradient(180deg, #ff6c26, #ef4730);
	background-image:-o-linear-gradient(180deg, #ff6c26, #ef4730);
	background-image:linear-gradient(180deg, #ff6c26, #ef4730);
}
.pop_list ul li .item::after {
	content: '';
	display: block;
	width: 9px;
	height: 98px;
	position: absolute;
	top: 40px;
	left: 25px;
	background: url('../../../../images/Version/2022/expoVisual/ico-left1.png') no-repeat;
	background-size: contain;
}
.pop_list ul li .item::before {
	content: '';
	display: block;
	width: 9px;
	height: 98px;
	position: absolute;
	bottom: 22px;
	right: 25px;
	background: url('../../../../images/Version/2022/expoVisual/ico-right1.png') no-repeat;
	background-size: contain;
}
.pop_list ul li:nth-child(2) .item::after {
	background: url('../../../../images/Version/2022/expoVisual/ico-left2.png') no-repeat;
	background-size: contain;
}
.pop_list ul li:nth-child(2) .item::before {
	background: url('../../../../images/Version/2022/expoVisual/ico-right2.png') no-repeat;
	background-size: contain;
}
.pop_list ul li:nth-child(3) .item::after {
	background: url('../../../../images/Version/2022/expoVisual/ico-left3.png') no-repeat;
	background-size: contain;
}
.pop_list ul li:nth-child(3) .item::before {
	background: url('../../../../images/Version/2022/expoVisual/ico-right3.png') no-repeat;
	background-size: contain;
}
.pop_list ul li:nth-child(4) .item::after {
	background: url('../../../../images/Version/2022/expoVisual/ico-left4.png') no-repeat;
	background-size: contain;
}
.pop_list ul li:nth-child(4) .item::before {
	background: url('../../../../images/Version/2022/expoVisual/ico-right4.png') no-repeat;
	background-size: contain;
}
.pop_list ul li .item .right-text {
	overflow: hidden;
}
.pop_list ul li .item .right-text b {
	font-size: 28px;
	display: block;
	margin-top: 5px;
	margin-bottom: 13px;
	position: relative;
}
.pop_list ul li .item .right-text em {
	font-style: normal;
	color: #1684fd;
}
.pop_list ul li:nth-child(2) .item .right-text em {
	color: #238844;
}
.pop_list ul li:nth-child(3) .item .right-text em {
	color: #777aef;
}
.pop_list ul li:nth-child(4) .item .right-text em {
	color: #ee4630;
}
.pop_list ul li .item .right-text p {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #888;
}
.pop_list ul li .item .more {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 11px 14px;
	background: #1684fd;
	border-radius: 3px;
	text-align: center;
	margin-top: 24px;
}
.pop_list ul li:nth-child(2) .item .more {
	background: #238844;
}
.pop_list ul li:nth-child(3) .item .more {
	background: #777aef;
}
.pop_list ul li:nth-child(4) .item .more {
	background: #ee4630;
}
.pop_list ul li .item .more i {
	font-size: 12px;
	margin-left: 8px;
	vertical-align: middle;
}
.pop_list ul li .item:hover .left-ico i {
	color: #fff;
}
.pop_list ul li .item:hover .left-ico b::after {
	background: url('/images/expo2020/ico-left-hover.png') no-repeat;
	background-size: contain;
}
.pop_list ul li .item:hover .left-ico b::before {
	background: url('/images/expo2020/ico-right-hover.png') no-repeat;
	background-size: contain;
}
.pop_list ul li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.pop_list ul li span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 20px;
	z-index: 9;
}
/* exhi-brand */
.exhi-brand {
	position: relative;
}
.brand-swiper {
	overflow: hidden;
	margin: 0 -6px;
	width: calc(100% + 12px) !important;
}
.brand-swiper .swiper-wrapper {
}
.brand-swiper ul {
}
.brand-swiper li {
	width: 14.285%;
	padding: 6px;
	float: left;
	box-sizing: border-box;
}
.brand-swiper li .item {
	display: block;
	box-shadow: 0px 0px 3px 0px rgba(49, 49, 49, 0.1);
}
.brand-swiper li .item .image {
	height: 114px;
	position: relative;
}
.brand-swiper li .item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brand-swiper li .item b {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #eeeeee;
	font-weight: normal;
	overflow: hidden;
}
.brand-swiper li .item:hover b {
	background: #2b82d9;
	color: #fff;
	font-weight: bold;
}
.exhi-brand .swiper-button-next1,.newPro-list .swiper-next {
	right: -70px;
	cursor: pointer;
}
.exhi-brand .swiper-button-prev1,.newPro-list .swiper-prev {
	cursor: pointer;
	left: -70px;
	-webkit-transform:translateY(-50%) rotate(180deg);
	-ms-transform:translateY(-50%) rotate(180deg);
	-o-transform:translateY(-50%) rotate(180deg);
	transform:translateY(-50%) rotate(180deg) ;
}
.exhi-brand .swiper-button-next1 i,.newPro-list .swiper-next i {
	font-size: 45px;
	color: #dcdcdc;
}
.exhi-brand .swiper-button-prev1 i,.newPro-list .swiper-prev i {
	font-size: 45px;
	color: #dcdcdc;
}
/* exhi-brand End*/

/* live */
.live {
	margin-top: 25px;
	padding: 46px 0 46px 0;
	background-color:#00a2ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00a2ff), to(#1679ff));
	background-image:-webkit-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-moz-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-ms-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-o-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:linear-gradient(90deg, #00a2ff, #1679ff);
	position: relative;
}
.live::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../../../images/Version/2022/expoVisual/live-bg.jpg') no-repeat;
	background-size: cover;
}
.live-left	{
	width: 928px;
	float: left;
	height: 523px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.live-left .image {
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.live-left .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.live-left	.image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.live-left .image .mark {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	background-color: #ff7605;
	padding: 13px 19px;
	border-radius: 4px;
	z-index: 10;
}
.live-left .image .mark.Replay {
	background-color:#ff7605;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7605), to(#ffa200));
	background-image:-webkit-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:-moz-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:-ms-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:-o-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:linear-gradient(90deg, #ff7605, #ffa200);
}
.live-left .image .mark.Live {
	background-color:#00a2ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00a2ff), to(#1679ff));
	background-image:-webkit-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-moz-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-ms-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-o-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:linear-gradient(90deg, #00a2ff, #1679ff);
}
.live-right {
	width: 544px;
	float: right;
	position: relative;
	z-index: 9;
}
.live-right b {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	position: relative;
}
.live-right b::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 160px;
	background: #87c3ff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.live-right b::before {
	content: '';
	position: absolute;
	height: 1px;
	width: 160px;
	background: #87c3ff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.live-right b i {
	font-weight: normal;
	font-size: 26px;
	margin-right: 12px;
}
.live-right ul {
	overflow: hidden;
	margin: -10px;
	margin-top: 30px;
}
.live-right ul li {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.live-right ul li .item {
	position: relative;
}
.live-right ul li .image {
	width: 240px;
	height: 0;
    padding-bottom: 51.53%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.live-right ul li .image img{
    max-height: none;
    width: 100%;
}
.live-right ul li .item p {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding: 20px 12px 10px 12px;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	font-weight: normal;
	border-radius: 0 0 5px 5px;
}
.live-right ul li .item strong {
	max-height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-weight: normal;
}
.live-right ul li .item strong a {
	color: #fff;
}
.live-right ul li .item:hover strong {
	max-height: 40px;
}
/* live End*/

/*switchMain*/
.switchMain {
	margin-top: 36px;
}
.switch {
	position: relative;
	box-sizing: border-box;
}
.switch .swiper-button-next1 {
	right: -70px;
	cursor: pointer;
}
.switch .swiper-button-prev1 {
	cursor: pointer;
	left: -70px;
	-webkit-transform:translateY(-50%) rotate(180deg);
	-ms-transform:translateY(-50%) rotate(180deg);
	-o-transform:translateY(-50%) rotate(180deg);
	transform:translateY(-50%) rotate(180deg) ;
}
.switch .swiper-button-next1 i {
	font-size: 46px;
	color: #dcdcdc;
}
.switch .swiper-button-prev1 i {
	font-size: 46px;
	color: #dcdcdc;
}
.switchMain .partSwitch {
	overflow: hidden;
	display: none;
}
.switchMain .partSwitch ul li{
	width: 20%;
	float: left;
	box-sizing: border-box;
}
.switchMain .partSwitch ul li .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.switchMain .partSwitch ul li .image img{
	max-height: none;
	width: 100%;
}
.switchMain .partSwitch ul li .image b {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background-color:#ff7505;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7505), to(#ffa200));
	background-image:-webkit-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:-moz-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:-ms-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:-o-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:linear-gradient(90deg, #ff7505, #ffa200);
	padding: 5px 8px;
	border-radius: 2px;
}
.switchMain .partSwitch ul li .text {
	height: 86px;
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding: 14px 14px 14px 14px;
	box-sizing: border-box;
}
.switchMain .partSwitch ul li .text p {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
.switchMain .partSwitch ul li .text p a {
	color: #333;
}
.switchMain .partSwitch ul li .text p a:hover {
	color: #2b82d9;
}
.switchMain .partSwitch ul li .text span {
	font-size: 14px;
	color: #999;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	overflow: hidden;
}
.switchMain .partSwitch ul li .text span i {
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
	margin-left: 2px;
}
/*switchMain End*/

.expo-title {
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin: 45px auto 30px;
	position: relative;
}
.expo-title b {
	font-size: 36px;
	color: #333;
	position: relative;
	z-index: 1;
}
.expo-title img {
	margin-top: 22px;
	position: relative;
	z-index: 1;
}
.expo-title p {
	color: #ededed;
    font-size: 56px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
	font-weight: bold;
	opacity: .65;
}
.exhi-merchant ul {
	margin: -15px;
	overflow: hidden;
}
.exhi-merchant ul li {
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.exhi-merchant ul li .item {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.exhi-merchant ul li .item .image {
	height: 196px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
	overflow: hidden;
}
.exhi-merchant ul li .item .image .videoItem {
	width: 100%;
	height: 100%;
}
.exhi-merchant ul li .item .image .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all .3s ease;
}
.exhi-merchant ul li .item .image .play-ico {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transition: all .3s ease;
}
.exhi-merchant ul li .item .image i {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%,-50%);
	color: #2b82d9;
}
.exhi-merchant ul li .item .image img {
	width: 100%;
	height: 100%;
}
.exhi-merchant ul li .item .text {
	height: 116px;
	display: block;
	overflow: hidden;
	padding: 18px 12px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
}
.exhi-merchant ul li .item .text .img {
	width: 70px;
	height: 70px;
	position: relative;
	margin-right: 8px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}
.exhi-merchant ul li .item .text .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.exhi-merchant ul li .item .text p {
	font-size: 17px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #333;
	text-align: right;
}
.exhi-merchant ul li .item .text b {
	width: 187px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #ff7f24;
	display: block;
	margin-top: 10px;
	float: right;
	color: #fff;
	text-align: center;
}
.exhi-merchant ul li .item .text b em {
	font-style: normal;
	font-weight: normal;
	width: 87px;
	float: right;
	background: #2b82d9;
}
.exhi-merchant ul li .item .text .more {
	display: inline-block;
	background: #2b82d9;
	font-size: 14px;
	color: #fff;
	padding: 6px 20px;
	text-align: center;
	border-radius: 3px;
	margin-top: 8px;
}
.exhi-merchant ul li .item .text:hover {
	background: #2b82d9;
	border: 1px solid #2b82d9;
}
.exhi-merchant ul li .item .text:hover p {
	color: #fff;
}
.exhi-merchant ul li .item .text:hover b {
	background: #fff;
	color: #ff7f24;
}
.exhi-merchant ul li .item .text:hover b em {
	background: #fff;
	color: #2b82d9;
}
.exhi-merchant ul li .item .image:hover .cover{
	opacity: 1;
}
.exhi-merchant ul li .item .image:hover .play-ico{
	opacity: 1;
}
.page{
	text-align: center;
	padding: 42px 0 0 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.page a,.page input{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	background-color: #fff;
	margin: 0 4px;
}
.page a.next,.page a.ft{
	display: none;
}
.page a:hover,.page a.on{
	color: #fff;
	background-color: #2b82d9;
	border-color: #2b82d9;
}
.page a.prev{
	background: #fff url('https://www.ybzhan.cn/images/Version/2022/expoVisual/arrow.png') no-repeat 15px 13px;
}
.page a.lt{
	background: #fff url('https://www.ybzhan.cn/images/Version/2022/expoVisual/arrow.png') no-repeat 16px -34px;
}
.page button{
	display: inline-block;
	width: 64px;
	height: 38px;
	border-radius: 3px;
	text-align: center;
	line-height: 38px;
	font-size: 15px;
	color: #fff;
	vertical-align: top;
	background-color: #2b82d9;
	margin: 0 8px;
	border:none;
}
.exhi-more{
	margin-top: 50px;
}
.exhi-more a{
	border: 1px solid #2b82d9;
	width: 180px;
	display: block;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	color: #2b82d9;
	cursor: pointer;
	margin: 0 auto;
}
.exhi-more a:hover{
	background:#2b82d9;
	color: #fff;
}
/* newPro */
.newPro-nav {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
}
.newPro-nav a {
	width: 150px;
	display: inline-block;
	font-size: 18px;
	background: #e6e6e6;
	color: #999999;
	margin: 0 16px;
}
.newPro-nav a.focus {
	background: #2b82d9;
	color: #fff;
}
.newPro-list {
	display: none;
	margin-top: 35px;
	position: relative;
}
.newProSwiper {
	overflow: hidden;
	margin: -10px;
	width: calc(100% + 20px) !important;
}
.newProSwiper ul li {
	width: 20%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.newProSwiper ul li .item {
	background: #fff;
	padding: 20px;
    transition: all .3s ease;
}
.newProSwiper ul li .item:hover {
	box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
}
.newProSwiper ul li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
}
.newProSwiper ul li .image a img {
	max-height: none;
	width: 100%;
}
.newProSwiper ul li p {
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}
/* newPro End*/

/* vipExhi */
.vipExhi {
	overflow: hidden;
}
.vipExhi-nav {
	width: 234px;
	float: left;
	margin-right: 20px;
	background: #fff;
}
.vipExhi-nav a {
	display: inline-block;
	width: 100%;
	height: 102px;
	color: #999;
	position: relative;
}
.vipExhi-nav a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	z-index: 1;
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url('../../../../images/Version/2022/expoVisual/vipico-1.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a:nth-child(2) i {
	height: 40px;
	background: url('../../../../images/Version/2022/expoVisual/vipico-2.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a:nth-child(3) i {
	width: 40px;
	height: 40px;
	background: url('../../../../images/Version/2022/expoVisual/vipico-3.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a:nth-child(4) i {
	width: 36px;
	height: 36px;
	background: url('../../../../images/Version/2022/expoVisual/vipico-4.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a.focus i {
	background: url('../../../../images/Version/2022/expoVisual/vipico-1-hover.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a:nth-child(2).focus i {
	background: url('../../../../images/Version/2022/expoVisual/vipico-2-hover.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a:nth-child(3).focus i {
	background: url('../../../../images/Version/2022/expoVisual/vipico-3-hover.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a:nth-child(4).focus i {
	background: url('../../../../images/Version/2022/expoVisual/vipico-4-hover.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a.focus::before {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #FF7B00;
}
.vipExhi-nav a b {
	display: block;
	font-size: 20px;
	color: #999;
	margin-top: 38px;
	text-indent: 100px;
	position: relative;
	z-index: 1;
}
.vipExhi-nav a.focus {
	background-image: -webkit-gradient(linear,left,right,from(#f76b17),to(#fb8328));
	background-image: -webkit-linear-gradient(left,#f76b17,#fb8328);
	background-image: linear-gradient(90deg,#f76b17,#fb8328);
}
.vipExhi-nav a.focus::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../../../images/Version/2022/expoVisual/vipExhi-nav-bg.png') no-repeat;
	background-size: contain;
}
.vipExhi-nav a.focus b {
	color: #fff;
}
.vipExhi-list {
	overflow: hidden;
	display: none;
	background: #fff;
}
.vipExhi-list ul {
	margin: 22px 18px;
	max-height: 364px;
	overflow-y: auto;
	overflow-x: hidden;
}
.vipExhi-list ul li {
	width: 25%;
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	padding: 0 14px;
	box-sizing: border-box;
	overflow: hidden;
}
.vipExhi-list ul li .item {
	border-bottom: 1px dashed #e6e6e6;
	box-sizing: border-box;
	height: 100%;
}
.vipExhi-list ul li .item b {
	display: inline-block;
	width: 48px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 30px;
	background: #fa8d22;
	margin-right: 7px;
	text-align: center;
}
.vipExhi-list ul li .item i {
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url('../../../../images/Version/2022/expoVisual/member-ico.png') no-repeat;
	background-size: contain;
	margin-right: 4px;
}
.vipExhi-list ul li a:hover {
	color: #fa8d22;
}
.vipExhi-list ul li:nth-last-child(-n+4) .item {
	border-bottom: none;
}
/* vipExhi End*/

.foot {
	background: #282828;
	width: 100%;
	padding: 30px 0 20px;
	margin-top: 80px;
}
.foot1 {
	margin: 0 auto;
}
.footLeft {
	width: 750px;
	float: left;
}
.footLeft ul {
	margin: 20px 0;
	overflow: hidden;
}
.footLeft ul li img {
	height: 35px;
	margin: 0 5px;
	float: left;
}
.footLeft ul li {
	float: left;
	margin-right: 15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
}
.footLeft ul li:last-child {
	margin-right: 0;
}
.footLeft ul li b {
	margin-right: 5px;
	width: 60px;
	display: inline-block;
	font-weight: normal;
}
.footLeft ul li b a {
	color:#666;
}
.footLeft p {
	color:#666;
	height: 24px;
	line-height: 24px;
}
.footLeft p a {
	color:#666;
}
.footLeft p span {
	margin-right: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.footNav {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}
.footNav a {
	color: #dcdcdc;
	line-height: 36px;
	margin-right: 63px;
	display: inline-block;
}
.footRight {
	float: left;
	width: 300px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-right: 20px;
	overflow: hidden;
}
.footRight ul {
	float: left;
}
.footRight ul.ul2 {
	float: right;
}
.footRight ul li {
	line-height: 36px;
	font-size: 14px;
	color: #dcdcdc;
}
.footRight ul li a {
	color: #dcdcdc;
}
.footRight ul li i {
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url('../../../../images/Version/2022/expoVisual/qq-ico.png') no-repeat;
	background-size: contain;
	margin-top: 5px;
}
.footRight p {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
}
.footRight p b {
	font-size: 16px;
}
.footRight ul li a{
	 position: relative;
	 cursor: pointer;
	}
	.footRight ul li a .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;
	}
	.footRight ul li a .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.footRight ul li a:hover .QQhover{
	 display: inline-block;
	}
.ybw {
	width: 100%;
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
	height: 30px;
}
.ybw a {
	color: #dcdcdc;
}
.ybw span {
	color: #dcdcdc;
}
.lxqq {
	height: 108px;
	margin-bottom:10px;
}
.footRight .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight-r .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../images/Version/2022/expoVisual/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r {
	overflow: hidden;
	padding-left: 120px;
	box-sizing: border-box;
}
.footRight-r .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../images/Version/2022/expoVisual/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r ul li {
	float: left;
	margin-right: 30px;
}
.footRight-r ul li:last-child {
	margin-right: 0;
}
.footRight-r ul li .image{
	width: 132px;
	height: 132px;
	padding: 6px;
	box-sizing: border-box;
	background: #535353;
}
.footRight-r ul li p {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 14px;
	height: 55px;
	line-height: 25px;
	background: #222;
	padding: 10px 0;
}
.footer a {
	color: #dcdcdc;
}

.rightfloat {
	width: 72px;
	background-color: #1da7e1;
	background-image: -webkit-gradient(linear, top, bottom, from(#1da7e1), to(#5876f3));
	background-image: -webkit-linear-gradient(180deg, #1da7e1, #5876f3);
	background-image: -moz-linear-gradient(180deg, #1da7e1, #5876f3);
	background-image: -ms-linear-gradient(180deg, #1da7e1, #5876f3);
	background-image: -o-linear-gradient(180deg, #1da7e1, #5876f3);
	background-image: linear-gradient(180deg, #1da7e1, #5876f3);
	position: fixed;
	right: 0;
	top: 60%;
	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 img {
	display: inline-block;
	margin: 14px auto 8px;
}
.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: 12px;
	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;
}
#Share a::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;
}
/* p-share */
.p-share {
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	position: relative;
}
.p-share .fenxiang{
	position: absolute;
	left: -190px;
	right: initial!important;
	top: 15px;
	padding-right: 20px;
	display: none;
}
.p-share:hover .fenxiang{
	display: block!important;
}
/* QQ */
.p-qq {
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -305px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	height: 165px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	/* background-size: 100% 100%; */
	padding: 30px 0 0 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 30px;
}
.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;
}
.p-qqBox b{
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.p-qqBox em{
    font-size: 14px;
	line-height: 20px;
    color: #999;
    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 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;}
/* 11.04 */
.topBar {
	position: fixed;
	right: 5px;
	top: 38px;
	padding-top: 0;
	z-index: 99999;
}
.topBar .CloseBtn{
	display: inline-block;
	background: url(https://www.ybzhan.cn/images/Version/2022/expoVisual/close-ico.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	cursor: pointer;
}
.topBar .topMain{
	background: url(https://www.ybzhan.cn/images/Version/2022/expoVisual/topBar.png) no-repeat;
	display: block;
	width: 167px;
	height: 223px;
	background-size: 100% 100%;
}
.topBar span{
	display: inline-block;
	margin: 40px 0 0 43px;
	width: 84px;
	height: 84px;
	border-radius: 8px;
	overflow: hidden;
}
/* 1108左侧边栏 */
.left-float {
	position: fixed;
	left: 0px;
	top: 50%;
	z-index: 999999;
	transform: translateY(-50%);
}
.recommend-video {
	padding: 8px 10px;
	height: 488px;
}
.recommend-video .title {
	text-align: center;
	padding: 0 25px;
}
.recommend-video ul {
	width: 156px;
	margin: 0 auto;
}
.recommend-video li {
	margin-top: 12px;
}
.recommend-video li .image {
	position: relative;
	padding-bottom: 56.4%;
	overflow: hidden;
	height: 0;
}
.recommend-video li .image img {
	max-height: none;
}
.recommend-video li .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.recommend-video li mark {
	display: inline-block;
	height: 100%;
	padding: 0 6px;
	color: #fff;
	margin-right: 8px;
}
.recommend-video li mark.notice{
	background: -moz-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -ms-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
}
.recommend-video li mark.living{
	background: -moz-linear-gradient( 0deg, rgb(205,92,92) 0%, rgb(255,71,25) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(205,92,92) 0%, rgb(255,71,25)  100%);
    background: -ms-linear-gradient( 0deg, rgb(205,92,92) 0%, rgb(255,71,25)  100%);
}
.recommend-video li mark.replay {
	background: -moz-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -ms-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
}

.recommend-video li .text {
	margin-top: 6px;
	text-align: center;
	height: 13px;
	line-height: 1;
	overflow: hidden;
}
.recommend-video li .text a {
	color: #333;
}
.recommend-video .more {
	display: block;
	width: 156px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #ff7a19;
	text-align: center;
	margin: 12px auto 0;
}
.recommend-video .more i {
	font-size: 8px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 1px;
	display: inline-block;
}
.pop-bot {
	width: 174px;
	height: 299px;
	background: url("/images/supply/pop-bot2022.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;
	z-index: 999;
}
.pop-bot .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.recommend-video .close-a {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
