body {
	line-height: 1;
}
.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;
}
.bg {
	background-color: #f5f6f6;
}
.w {
    width: 1450px;
    margin: 0 auto;
}
.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;
}
@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/font_1875012_wg6ovm8kdkc.woff2?t=1638347138153') format('woff2'),
		 url('//at.alicdn.com/t/font_1875012_wg6ovm8kdkc.woff?t=1638347138153') format('woff'),
		 url('//at.alicdn.com/t/font_1875012_wg6ovm8kdkc.ttf?t=1638347138153') format('truetype');
  }
  @font-face {
	font-family: 'Public';  /* Project id 2901389 */
	src: url('//at.alicdn.com/t/font_2901389_ec8qhhzo2zk.woff2?t=1637559035266') format('woff2'),
		 url('//at.alicdn.com/t/font_2901389_ec8qhhzo2zk.woff?t=1637559035266') format('woff'),
		 url('//at.alicdn.com/t/font_2901389_ec8qhhzo2zk.ttf?t=1637559035266') format('truetype');
  }
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.public{
	font-family:"Public" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;}

.w {
	width: 1500px;
	margin: 0 auto;
}
.iframe {
	overflow: hidden;
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header {
	height: 40px;
	background-color: #f9f9f9;
}

.head {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.head .left{
	float: left;
}
.head .left p {
	line-height: 40px;
	color: #666;
	float: left;
	margin-right: 15px;
}
.head .left p a {
	color: #666;
}
.head ul{
	float: left;
}
.head ul li {
	float: left;
	padding: 0 6px;
	height: 16px;
	color: #666;
}
.head ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
}
.head .left ul li:first-child a {
	padding: 0 5px;
}
.head .left ul li a {
	padding: 0 10px;
}
.head ul li:first-child a{
	color: #FF7302;
}
.head ul li:nth-child(even) a,.header .item ul li:nth-child(even) a:hover{
	color: #fff;
	background-color: #FF7302;
	border-radius: 2px;
}

.head .right p {
	float: right;
	padding-right: 186px;
	color: #5d5b56;
}
.head .right p a {
	color: #666;
	padding: 0 10px;
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #ddd;
}
.head .right p a:last-of-type {
	border: 0;
}
.head .right a:hover{
	color: #FF7302;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 12px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #138146;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
	font-size: 13px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 99999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
.header--drop{
	margin: 0 auto;
	position:relative;
}

.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 42px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 9;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: 13px 4px 0 0;
	background: url("../../../../images/Version/2025/exhibition/weixin.png") no-repeat 0 center;
	width: 22px;
	height: 18px;
	display: inline-block;
}
.header--drop ul li.mobile a i {
	width: 12px;
	background: url("../../../../images/Version/2025/exhibition/mobile.png") no-repeat 0 center;
}
.header--drop ul li a:hover{
	color: #FF7302;
}
.header--drop {
	margin: 0 auto;
	position: relative;
	z-index: 10000;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -43px;
}
.header--drop ul li{
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 36px;
	position:relative;
	z-index: 99;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code {
	width: 130px;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 20;
}
.web-code1 {
	width: 400px;
	padding: 15px;
}
.web-code2 {
	width: 265px;
}

.web-code .item {
	float: left;
	width: calc(33.33% - 20px);
	margin: 0 10px;
}
.web-code2 .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b {
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 6px 0;
}
.web-code p {
	color: #999;
	font-size: 13px;
}
.banner-adv {
	margin: 0 auto;
}
.banner-adv1 ul li .adv-item {
	height: 80px;
}
.banner-adv ul {
	width: calc(100% + 10px);
	margin: 0px 0 0 -5px;
	overflow: hidden;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
	width: 20%;
}
.banner-adv ul li .adv-item {
	margin: 10px 5px 0 5px;
	position: relative;
}
.banner-adv ul li .adv-item img {
	width: 100%;
}
.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.five li:nth-child(5n + 1) {
	clear: both;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.top-banner {
	margin-top: 15px;
}
.top {
	margin-top: 28px;
}
.top .logo {
	float: left;
	width: 264px;
}
.top h1 {
	float: left;
	margin-left: 60px;
	font-size: 24px;
	line-height: 40px;
	color: #FF7302;
	margin-top: 22px;
}
.searchBox {
	width: 700px;
	height: 50px;
	float: right;
	background: #f2f2f2;
	margin-top: 12px;
	position: relative;
}
.search{
	width: 100%;
	height: 50px;
}
.searchBox .searchSelect{
	width: 100px;
	height: 50px;
	float: left;
	position: relative;
	z-index: 99999;
	background: #eaf3f8;
}
.searchBox .searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchBox .searchSelectTop p{
	font-size: 14px;
	line-height: 50px;
	color: #FF7302;
	text-indent: 15px;
}
.searchBox .searchSelectTop i{
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	top: 23px;
	left: 80px;
	background:url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 0 -44px;
	-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;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchBox .searchSelectTop.focus i{
	-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;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchBox .searchSelectBot{
	position: absolute;
    width: 98px;
    border: 1px solid #FF7302;
    left: 0px;
    top: 50px;
    z-index: 99999;
    display: none;
    background: #fff;
}
.searchBox .searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchBox .searchSelectBot li:hover{
	background: #FF7302;
	color: #fff;
}
.searchBox .search input{
	width: 510px;
	height: 50px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #999;
	border: none;
	background: none;
}
.searchBox .search button{
	width: 90px;
	height: 50px;
	border:none;
	background: url("../../../../images/Version/2025/exhibition/btn.png") no-repeat;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-indent: -9999px;
	font-family: "microsoft yahei";
	background-size: cover;
}

.field{
	position: absolute;
	top: 11px;
	right: 187px;
	z-index: 9999;
}
#hangye{
	padding: 0 30px 0 15px;
	background: url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 80px -57px #fff;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border-radius: 20px;
	cursor: pointer;
}
#searchList {
	position: absolute;
	width: 140px;
	border: 1px solid #ddd;
	top: 30px;
	right: -22px;
	background: #fff;
}
#searchList ul{
    padding: 5px 0;
}
#searchList ul li {
	font: normal 12px/24px microsoft yahei;
	color: #999;
	cursor: pointer;
	float: left;
	width: 70px;
	text-align: center;
}
#searchList ul li:hover{
	background: #FF7302;
    color: #fff;
}
.erea{
	position: absolute;
	top: 11px;
	right: 105px;
	z-index: 9999;
}
.ereaTop{
	padding: 0 30px 0 15px;
	background: url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 52px -57px #fff;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border-radius: 20px;
	cursor: pointer;
}
.ereaBot{
	width: 110px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
}
.ereaBot ul li {
    height: 24px;
    color: #999;
    text-indent: 10px;
    width: 50px;
    line-height: 24px;
    float: left;
    z-index: 999;
    cursor: pointer;
}
.ereaBot ul li a {
    color: #999;
    cursor: pointer;
}
.ereaBot ul li.selected {
    background: #3598cd;
    color: #fff;
    padding: 0;
}
.ereaBot ul li:hover {
    background: #FF7302;
    color: #fff;
}
.ereaBot ul li:hover a{
	color: #fff;
}
#nav {
	background-color: #FF7302;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	font-size: 0;
}
.nav {
	height: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}
#nav a {
	font-size: 18px;
	color: #fff;
	padding: 0 34px;
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
#nav a span {
	position: relative;
	z-index: 9;
}
#nav i {
	font-size: 18px;
	color: #fff;
	margin-left: -3px;
}
#nav a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FF7302;
	right: 0;
	top: 0;
	transform:skew(-30deg);
	-ms-transform:skew(-30deg); 	/* IE 9 */
	-moz-transform:skew(-30deg); 	/* Firefox */
	-webkit-transform:skew(-30deg); /* Safari 和 Chrome */
	-o-transform:skew(-30deg); 	/* Opera */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#nav a:hover span,#nav a.on span {
	font-weight: bold;
	font-style: italic;
}
#nav a:hover::after,#nav a.on::after {
	background-color: #ff9a22;
}
#nav a mark {
	position: absolute;
	height: 15px;
	line-height: 14px;
	background: url("/images/Version/2025/exhibition/new.png") no-repeat;
	background-size: 100% 17px;
	right: -15px;
	top: -4px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	font-style: normal;
	padding: 1px 5px;
	min-width: 38px;
	text-align: center;
	color: #fff;
	z-index: 9;
}
#nav a .hot {
	right: 15px;
	top: -12px;
	height: 30px;
	width: 30px;
	background: url(../../../../images/Version/2025/exhibition/hot.png) no-repeat 0 0;
	position: absolute;
	background-size: 100%;
	font-size: 12px;
	font-style: normal;
	line-height: 36px;
	z-index: 9;
	text-align: center;
}
.headlines {
	margin-top: 30px;
}
.headlines h2{
	padding-left: 129px;
	background: url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 0 -240px;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 25px;
}
.headlines h2 a{
	color: #FF7302;
}
.headlines h2 a:hover{
	color: #ff9600;
}
.banner {
	margin-top: 40px;
}
.banner .w {
	overflow: hidden;
}
.banner .left {
	width: 800px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
.banner-swiper  {
	display: none;
}
.banner-swiper .swiper-button-next,.banner-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}
.banner-swiper .swiper-button-prev, .banner-swiper .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
	width: 44px;
	height: 76px;
	margin-top: -38px;
	background-size: 18px 26px;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
}
.banner-swiper:hover .swiper-button-next, .banner-swiper:hover .swiper-button-prev{
	opacity: 1;
}
.banner .swiper-pagination {
	bottom: 0;
	height: 60px;
	line-height: 60px;
	left: auto;
	right: 0;
	width: 100px;
	color: #fff;
	background-color: #2c9dda;
	font-size: 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.banner .swiper-pagination .swiper-pagination-current {
	font-size: 30px;
}
.banner .swiper-pagination::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 22px;
	border-color: transparent transparent #2c9dda transparent;
	bottom: 0;
	left: -22px;
}
.banner-swiper .image {
	height: 0;
	padding-bottom: 50.8%;
	position: relative;
	overflow: hidden;
}
.banner-swiper .image img {
	max-height: none;
	width: 100%;
}
.banner-swiper .text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	color: #fff;
}
.banner-swiper .text span {
	float: right;
	width: 300px;
	padding: 0 15px;
	font-size: 16px;
	box-sizing: border-box;
}
.banner-swiper .text p {
	overflow: hidden;
	font-size: 22px;
	padding: 0 20px;
	background-color: rgba(1,135,208,.2);
	padding-right: 120px;
}
.banner-swiper .text p a {
	color: #fff;
}
.banner .right {
	overflow: hidden;
	position: relative;
}
.banner .right .hot {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	font-size: 20px;
}
.banner .right .hot a {
	color: #f60;
}
.banner .right .hot a i {
	font-size: 22px;
	margin-right: 4px;
	vertical-align: top;
}
.public-tab a {
	display: inline-block;
	width: 135px;
	font-size: 24px;
	line-height: 38px;
	color: #333;
	text-indent: 23px;
	background: url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 0 -298px;
	margin-right: 30px;
	font-weight: bold;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	text-decoration: none;
	height: 40px;
}
.public-tab a.focus{
	color: #FF7302;
	background: url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 0 -342px;
}
.meet-bot {
	display: none;
}
.meet-bot li {
	margin-top: 20px;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	position: relative;
}
.meet-bot li::after {
	left: 5px;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #4ba4d4;
}
.meet-bot li::before {
	left: 0;
	border-width: 5px 5px 5px 0;
	border-color: transparent #4ba4d4 transparent transparent;
}
.meet-bot li::after, .meet-bot li::before {
	content: "";
	position: absolute;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
}
.meet-bot li:first-child::after,.meet-bot li:first-child::before {
	display: none;
}
.meet-bot li p {
	padding: 0 105px 0 22px;
	font-size: 16px;
}
.meet-bot li p a {
	color: #333;
}
.meet-bot li p a:hover {
	color: #FF7302;
}
.meet-bot li p b {
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 1px;
	color: #999;
	line-height: 14px;
}
.meet-bot li p b strong {
	color: #FF7302;
	font-size: 16px;
	height: 16px;
	display: inline-block;
}
.meet-bot li.meet-box {
	height: auto;
}
.meet-bot li .image {
	float: left;
	width: 262px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.meet-bot li .image a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 56%;
}
.meet-bot li .image img {
	max-height: none;
	width: 100%;
}
.meet-bot li .text {
	overflow: hidden;
	height: 148px;
	background-color: #f7f7f7;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
.meet-bot li .text p {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
	padding: 0;
}
.meet-bot li .text p a {
	color: #333;
}
.meet-bot li .text p a:hover {
	color: #FF7302;
}
.meet-bot li .text span {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	color: #999;
}
.adv-box {
	margin-top: 20px;
}
.banner-adv1 ul li:nth-child(4) {
	width: 40%;
}
.banner-adv1 ul li:nth-child(5) {
	width: 40%;
}
.banner-adv1 ul li:nth-child(7) {
	width: 40%;
}
.banner-adv1 ul li:nth-child(8) {
	width: 40%;
}
.banner-adv1 ul li:nth-child(10) {
	width: 40%;
}
.main {
	margin-top: 30px;
}
.public-title {
	position: relative;
}
.public-title .recommend-tab {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 0;
}
.public-title .recommend-tab a {
	font-size: 22px;
	width: 170px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	margin-left: 10px;
	position: relative;
	background-color: #fff;
	color: #333;
	display: inline-block;
}
.public-title .recommend-tab a.focus {
	color: #fff;
	background: url("../../../../images/Version/2025/exhibition/tab.png") no-repeat;
	background-size: cover;
}
.green-bg {
	background-color: #f0f5f7;
	padding: 20px 0;
}
.recommend-bot {
	overflow: hidden;
	margin-top: 22px;
	display: none;
}
.recommend-bot .right {
	width: 346px;
	float: right;
	margin-left: 40px;
}
.recommend-bot .right li {
	margin-top: 18px;
	background-color: #fff;
}
.recommend-bot .right li:first-child {
	margin-top: 0;
}
.recommend-bot .right li .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	border-radius: 6px 6px 0 0;
}
.recommend-bot .right li .image img {
	max-height: none;
	width: 100%;
}
.recommend-bot .right li .image mark {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px 0 6px 0;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: -moz-linear-gradient( 0deg, rgb(68,166,49) 0%, rgb(30,135,95) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(68,166,49) 0%, rgb(30,135,95) 100%);
	background: -ms-linear-gradient( 0deg, rgb(68,166,49) 0%, rgb(30,135,95) 100%);
}
.recommend-bot .right li .text {
	padding: 15px 20px;
}
.recommend-bot .right li p {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
}
.recommend-bot .right li p a {
	color: #333;
}
.recommend-bot .right li p a:hover {
	color: #FF7302;
}
.recommend-bot .left {
	overflow: hidden;
	padding: 12px;
	background-color: #4db953;
	border-radius: 6px 6px 0 0;
}
.recommend-top {
	border: 2px solid #fff;
	background-color: #fff;
	overflow: hidden;
}
.recommend-top .rec-right {
	float: right;
	width: 350px;
}
.recommend-top .rec-right li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
	height: 83px;
	line-height: 81px;
}
.recommend-top .rec-right li a {
	display: block;
	height: 100%;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.recommend-top .rec-right li:nth-last-child(-n + 2) a {
	border-bottom: 0;
}

.recommend-top .rec-left {
	overflow: hidden;
}
.recommend-top .rec-left .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.recommend-top .rec-left .image img {
	max-height: none;
	width: 100%;
}
.recommend-top .rec-left .image mark {
	position: absolute;
	height: 32px;
	line-height: 30px;
	border-radius: 0 0 6px 0;
	background: -moz-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	background: -ms-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
	left: 0;
	top: 0;
}
.recommend-link {
	margin-top: 15px;
}
.recommend-link ul {
	overflow: hidden;
	width: calc(100% + 10px);
}
.recommend-link li {
	width: calc(100% / 6);
	float: left;
}
.recommend-link li a {
	display: block;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 112px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.4);
	background: url('../../../../images/Version/2025/exhibition/bot-bg.png') no-repeat rgba(255,255,255,0.2);
	background-size: cover;
	text-align: center;
}
.recommend-link li b {
	display: block;
	margin-top: 22px;
}
.recommend-link li b i {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url('../../../../images/Version/2025/exhibition/bot-ico1.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(2) b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico2.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(3) b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico3.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(4) b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico4.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(5) b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico5.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(6) b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico6.png') no-repeat;
	background-size: contain;
}
.recommend-link li span {
	display: block;
	margin-top: 14px;
}
.recommend-link li a:hover {
	background-color: #fff;
	color: #333;
}
.recommend-link li a:hover b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico1hover.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(2) a:hover b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico2hover.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(3) a:hover b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico3hover.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(4) a:hover b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico4hover.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(5) a:hover b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico5hover.png') no-repeat;
	background-size: contain;
}
.recommend-link li:nth-child(6) a:hover b i {
	background: url('../../../../images/Version/2025/exhibition/bot-ico6hover.png') no-repeat;
	background-size: contain;
}
.recommend-list ul {
	overflow: hidden;
	width: calc(100% + 35px);
	margin-top: -30px;
}
.recommend-list li {
	width: 25%;
	float: left;
	margin-top: 30px;
}
.recommend-list li .item {
	margin-right: 35px;
	background-color: #fff;
	position: relative;
}
.recommend-list li .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.recommend-list li .image mark {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 0 10px;
	background-color: #4ba4d4;
	font-size: 15px;
	height: 24px;
	line-height: 22px;
}
.recommend-list li .image img {
	max-height: none;
	width: 100%;
}
.recommend-list li .text {
	padding: 15px 25px;
}
.recommend-list li .text p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 8px;
}
.recommend-list li .text p a {
	color: #333;
}
.recommend-list li .text span {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	display: block;
	height: 25px;
	overflow: hidden;
}
.recommend-list li .text .attend {
	display: block;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	background: #4ba4d4;
	border-radius: 5px;
	margin: 10px auto;
	text-align: center;
}
.recommend-list li .item:hover {
	background-color: #4ba4d4;
}
.recommend-list li .item:hover .attend {
	background-color: #fff;
	color: #4ba4d4;
}
.recommend-list li .item:hover .text p a {
	color: #fff;
}
.recommend-list li .item:hover .text span {
	color: #fff;
}
.recommend-list li .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 161px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 40px;
	border-color: transparent transparent transparent #4ba4d4;
}
.exhi-title {
	position: relative;
}
.scroll-news {
	width: 800px;
	position: absolute;
	right: 0;
	top: 11px;
	overflow: hidden;
	font-size: 15px;
	height: 18px;
}
.scroll-news span {
	float: left;
	font-weight: bold;
	color: #FF7302;
}
.scroll-news span i {
	width: 20px;
	height: 18px;
	display: inline-block;
	background: url(../../../../images/Version/2025/exhibition/notice.png) no-repeat;
	background-size: cover;
	margin-right: 8px;
	vertical-align: top;
}
.scroll-news .scroll-box {
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	position: relative;
	height: 100%;
}
.scroll-box .scrollobj-content {
	position: absolute;
	left: 0;
	top: 0;
}
.scroll-box ul {
	overflow: hidden;
	display: inline-block;
}
.scroll-box li {
	display: inline;
	margin-right: 35px;
	font-size: 15px;
}
.scroll-box li a {
	color: #333;
}
.scroll-box li a:hover {
	color: #FF7302;
}
.exhi-list {
	margin-top: 25px;
	overflow: hidden;
}
.exhi-list .right {
	width: 345px;
	float: right;
	margin-left: 40px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.exhi-list .right .query-tab {
	padding-top: 134px;
	background: url(../../../../images/Version/2025/exhibition/querybg.png) no-repeat;
	text-align: center;
	line-height: 52px;
	background-size: 100% auto;
}
.exhi-list .right .query-tab p a {
	margin: 0 23px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.exhi-list .right .query-tab p a.focus::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #FF7302 transparent transparent transparent;
}
.query-bot {
	display: none;
	padding: 30px 30px 20px;
	background: url(../../../../images/Version/2025/exhibition/querybot.png) right bottom no-repeat;
}
/* 日历样式 */
.CalendarWrapper {
	font-family: "Tahoma", "Arial";
	color: #333;
	position: relative;
}

.CalendarWrapper a {
	color: #333;
}


.CalendarWrapper a:hover {
	color: #FF7302;
	text-decoration: none;
}

.CalendarHead table{
	width: 100%;
}
.CalendarHead td:first-child{
	display: none;
}
.CalendarHead td:last-child{
	display: none;
}
.CalendarHead td:nth-child(2) {
	position: absolute;
	right: 40px;
	top: 0;
}
.CalendarHead td:nth-child(4) {
	position: absolute;
	right: 15px;
	top: 0;
}
.CalendarHead h4 {
	font-size: 22px;
	font-weight: normal;
}
.CalendarHead td#_CalendarYear_ {
	text-align: left !important;
	width: 100%;
}
.CalendarHead td {
	width: 0;
}
.CalendarHead td:nth-child(3) {
	text-align: left !important;
	width: 100%;
}
.CalendarHead .btn1,
.CalendarHead .btn4 {
	display: none;
}
.CalendarHead .btn2, .CalendarHead .btn3 {
	display: block;
	width: 18px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
}
.CalendarHead .btn2 {
	float: left;
}
.CalendarHead .btn3:hover,.CalendarHead .btn2:hover{
	text-decoration: none;
}
.CalendarCon {
	padding-top: 15px;
	margin-left: -15px;
}
.CalendarCon table {
	table-layout: fixed;
	width: 100%;
}
.CalendarCon th, .CalendarCon td {
	width: 44px;
	text-align: center;
	font-weight: normal;
}
.CalendarCon th {
	line-height: 30px;
	font-size: 16px;
}
.CalendarCon td {
	overflow: hidden;
}
.CalendarCon a, .CalendarCon em, .CalendarCon span {
	display: block;
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	width: 30px;
	margin: 12px 7px 0;
	border-radius: 50%;
}

.CalendarCon span {
	cursor: pointer;
}

.CalendarCon em {
	font-style: normal;
}
.CalendarCon a.today, .CalendarCon em.today {
	background: #f90;
	color: #fff;
}
.CalendarCon a.exhiDate {
    background: #FF7302;
    color: #fff;
}

.CalendarCon a:hover{
	background:#FF7302;
	color:#fff !important;
	text-decoration: none;
}
.query-bot .place p {
	font-size: 0;
}
.query-bot .place li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	margin-top: 2px;
}
.query-bot .place li a {
	color: #333;
	display: inline-block;
	line-height: 30px;
	padding: 0 12px;
}
.query-bot .place li a:hover {
	color: #fff;
	background-color: #FF7302;
}
.query-bot2 {
	padding: 15px 5px 24px;
}
.exhi-list .left {
	overflow: hidden;
}
.exhi-list .left .title {
	background-color: #f7f7f7;
	overflow: hidden;
	position: relative;
}
.exhi-list .left {
	overflow: hidden;
}
.exhi-list .left .title {
	background-color: #f7f7f7;
	overflow: hidden;
	position: relative;
}
.exhi-list .left .exhibition-bot {
	display: none;
}
/* .exhi-tab {
	padding-right: 165px;
} */
.exhi-tab p {
	line-height: 48px;
	height: 48px;
	font-size: 0;
}
.exhi-tab a {
	font-size: 18px;
	color: #999;
	display: inline-block;
	width: calc(100% / 7);
	text-align: center;
	position: relative;
	margin-left: -1px;
}
.exhi-tab a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 10px;
	background: url(../../../../images/Version/2025/exhibition/line.png) no-repeat center -4px;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhi-tab a.focus {
	background-color: #fff;
	color: #FF7302;
	font-weight: bold;
}
.exhi-tab a.focus::after {
	width: 100%;
}
.exhi-list .left .title a.more {
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 16px;
	color: #FF7302;
	font-weight: bold;
	line-height: 48px;
}
.exhi-list .left .title a.more i {
	font-weight: normal;
	margin-right: 3px;
}
.exhi-bot {
	display: none;
	height: 466px;
	overflow-x: hidden;
	overflow-y: auto;
}
.exhi-bot table {
	width: 100%;
}
.exhi-bot tr {
	border-bottom: 1px solid #e6e6e6;
}
.exhi-bot table p {
	font-size: 14px;
	color: #999;
}
.exhi-bot table p.time {
	text-align: right;
	padding-right: 25px;
}
.exhi-bot table p.time b {
	font-size: 20px;
	color: #FF7302;
	font-family: "Microsoft YaHei";
}
.exhi-bot table p.time b.underway {
	font-size: 16px;
}
.exhi-bot table p.time i {
	margin-right: 4px;
	font-weight: normal;
}
.exhi-bot .exhi-name {
	margin-top: 22px;
	padding-right: 25px;
}
.exhi-bot .exhi-name p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
	position: relative;
}
.exhi-bot .exhi-name p a {
	color: #333;
}
.exhi-bot .exhi-name p a:hover {
	color: #FF7302;
}
.exhi-bot .exhi-name p.zt {
	/* padding-right: 76px; */
}
.exhi-bot .exhi-name p i {
	color: #f34e4e;
	margin-right: 5px;
}
.exhi-bot .exhi-name a.jump {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 0 8px;
	background-color: #ff9600;
	border-radius: 11px;
	margin-left: 8px;
	border: 1px solid #ff9600;
	box-sizing: border-box;
	display: inline-block;
}
.exhi-bot .exhi-name a.jump:hover {
	color: #ff9600;
	background-color: #fff;
}
.exhi-bot table td > p {
	margin: 14px 0 20px;
	line-height: 1.5;
}
.chem17br {
	line-height: 1.5;
}
.chem17br span {
	float: left;
}
.chem17br b {
	display: block;
	overflow: hidden;
	font-weight: normal;
}
.exhi-bot table p span {
	display: inline-block;
	margin: 0 30px 0 0;
}
.exhi-bot table p span:last-of-type {
	margin-right: 0;
}
.part1 .w {
	overflow: hidden;
}
.part1 .right {
	width: 420px;
	margin-left: 40px;
	float: right;
}
.other-title {
	position: relative;
}
.other-title .more {
	position: absolute;
	right: 0;
	top: 13px;
	font-size: 16px;
	font-weight: bold;
	color: #FF7302;
}
.other-title .more img {
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
	margin-left: 3px;
}
.part1 .right .big-image {
	margin-top: 20px;
	height: 0;
	padding-bottom: 55.4%;
	overflow: hidden;
	position: relative;
}
.part1 .right .big-image img {
	max-height: none;
	width: 100%;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,.7)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.7));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.7));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.7));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.7));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
p.gradual {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding: 30px 12px 15px 12px;
	font-size: 18px;
	overflow: hidden;
	color: #fff;
	font-weight: normal;
}
p.gradual strong {
	height: 18px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
p.gradual strong a {
	color: #fff;
}
.part1 .right ul {
	position: relative;
}
.part1 .right li {
	margin-top: 18px;
	overflow: hidden;
}
.part1 .right li span {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #76cbf9;
	margin-right: 8px;
	margin-top: 6px;
}
.part1 .right li .text {
	overflow: hidden;
}
.part1 .right li .text .label {
	font-size: 0;
	margin-bottom: 8px;
}
.part1 .right li .text .label mark {
	font-size: 14px;
	display: inline-block;
	height: 20px;
	line-height: 18px;
	background-color: #3369ff;
	color: #fff;
	margin-right: 7px;
	padding: 0 6px;
}
.part1 .right li .text .label mark:nth-child(2) {
	background-color: #76cbf9;
}
.part1 .right li .text p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.part1 .right li .text p a {
	color: #333;
}
.part1 .right li .text p a:hover {
	color: #FF7302;
}
.part1 .right ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 4px;
	border: 1px dashed #76cbf9;
}
.part1 .left {
	overflow: hidden;
}
.part1 .left .report-tab {
	position: absolute;
	right: 0;
	top: 10px;
}
.part1 .left .report-tab a {
	width: 174px;
	height: 46px;
	line-height: 44px;
	text-indent: 0;
	text-align: center;
	background: url(../../../../images/Version/2025/exhibition/tab1.png) no-repeat left center;
}
.part1 .left .report-tab a.focus {
	background: url(../../../../images/Version/2025/exhibition/tabfocus.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.part1 .news-top {
	margin-top: 30px;
	padding: 22px 25px;
	background-color: #f5f5f5;
}
.part1 .news-top p {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.part1 .news-top p i {
	position: relative;
	display: inline-block;
}
.part1 .news-top p i::after {
	content: "原";
	display: inline-block;
	font-size: 14px;
	background: #76a244;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	vertical-align: top;
	margin-left: 2px;
	text-align: center;
}
.part1 .news-top p i.red::after {
	content: "图";
	background: #ee573e;;
}
.part1 .news-top p a {
	color: #ef3d3d;
}
.part1 .news-top p b {
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	font-weight: normal;
	margin-top: -4px;
}
.part1 .news-top p a:hover {
	color: #FF7302;
}
.part1 .news-top span {
	display: block;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	margin-top: 18px;
}
.part1 .left ul {
	overflow: hidden;
	width: calc(100% + 25px);
}
.part1 .left li {
	float: left;
	width: 50%;
	margin-top: 13px;
}
.part1 .left li .item {
	margin-right: 25px;
	margin-left: 7px;
	border-left: 1px solid #f2f2f2;
}
.part1 .left li p {
	font-size: 16px;
	margin-top: 18px;
	padding-left: 22px;
	position: relative;
}
.part1 .left li p a {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #333;
}
.part1 .left li p a:hover {
	color: #FF7302;
}
.part1 .left li p:first-child {
	font-size: 22px;
}
.part1 .left li p:first-child a {
	line-height: 24px;
	height: 24px;
}
.part1 .left li p::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 6px;
	left: -5px;
	background-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.part1 .left li p:first-of-type::after {
	width: 6px;
	height: 6px;
	top: 11px;
	left: -3px;
	background-color: #FF7302;
}
.part1 .left li p:first-of-type::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 8px;
	left: -6px;
	border: 2px solid #FF7302;
	box-sizing: border-box;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.part2 {
	margin-top: 40px;
}
.part2 .w {
	overflow: hidden;
}
.part2 .left {
	width: 620px;
	margin-right: 30px;
	float: left;
}
.special-list {
	margin-top: 30px;
}
.special-list ul {
	margin-top: -12px;
	width: calc(100% + 22px);
	overflow: hidden;
}
.special-list li {
	width: 50%;
	float: left;
	margin-top: 12px;
}
.special-list li .item {
	margin-right: 22px;
}
.special-list li .image {
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
}
.special-list li .image img {
	max-height: none;
	width: 100%;
}
.special-list li .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
.special-list li .text p a {
	color: #333;
}
.special-list li .text p a:hover {
	color: #FF7302;
}
.part2 .right {
	overflow: hidden;
}
.diagram-theory {
	margin-top: 30px;
	overflow: hidden;
}
.diagram-theory .left-image {
	float: left;
	width: 508px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.image-swiper .image {
	padding-bottom: 70.8%;
	height: 0;
	overflow: hidden;
}
.image-swiper .image img {
	max-height: none;
	width: 100%;
}
.image-swiper .text {
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	background-color: #FF7302;
	font-size: 18px;
	padding: 0 20px;
}
.diagram-theory mark {
	display: inline-block;
	height: 22px;
	padding: 0 6px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #ff6600;
	border-radius: 4px;
	margin-right: 10px;
}
.image-swiper .text a {
	color: #fff;
}
.image-swiper .swiper-button-next, .image-swiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 47px;
	height: 87px;
	margin-top: -63px;
	z-index: 10;
	cursor: pointer;
	background-size: 14px 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.5);
}
.image-swiper .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}
.image-swiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.diagram-theory ul {
	overflow: hidden;
	margin-top: 0;
}
.diagram-theory li:first-child {
	margin-top: 0;
}
.diagram-theory li {
	margin-top: 21px;
}
.diagram-theory li .image {
	height: 0;
	padding-bottom: 62.5%;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}
.diagram-theory li .image img {
	max-height: none;
	width: 100%;
}
.diagram-theory li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 86px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,.5)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.5));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.5));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.5));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.5));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,.5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.diagram-theory li .text mark {
	margin-top: 20px;
}
.diagram-theory li .text p {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	margin-top: 8px;
	overflow: hidden;
}
.diagram-theory li .text a {
	color: #fff;
}
.report-bot {
	display: none;
}
.part3 {
	background-color: #fff;
	/* padding-top: 30px; */
	padding-bottom: 20px;
}
.part3 .w {
	overflow: hidden;
}
.part3 .public-title p {
	float: right;
	font-size: 16px;
	padding-top: 30px;
	padding-right: 120px;
	position: relative;
}
.part3 .public-title p a {
	color: #FF7302;
	margin: 0 12px;
}
.part3 .public-title p a:hover {
	color: #ff9600;
}
.part3 .public-title p .more {
	position: absolute;
	right: 0;
	top: 30px;
	color: #999;
}
.video-box {
	overflow: hidden;
	margin-top: 30px;
}
.video-box .left {
	width: 680px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}
.video-box .left ul {
	margin-top: -20px;
	width: calc(100% + 20px);
	overflow: hidden;
}
.video-box .left li {
	margin-top: 20px;
	width: 50%;
	float: left;
}
.video-box .left li .item {
	margin-right: 20px;
}
.video-box .left li .image {
	position: relative;
	height: 0;
	padding-bottom: 55.58%;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.video-box .left li .image img {
	max-height: none;
	width: 100%;
}
.video-box .left li .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 57px;
	color: #fff;
}
.video-box .left li .image mark {
	position: absolute;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px 0;
	background: -moz-linear-gradient( 0deg, rgb(109,121,254) 0%, rgb(143,137,255) 50%, rgb(181,153,255) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(109,121,254) 0%, rgb(143,137,255) 50%, rgb(181,153,255) 100%);
	background: -ms-linear-gradient( 0deg, rgb(109,121,254) 0%, rgb(143,137,255) 50%, rgb(181,153,255) 100%);
	color: #fff;
	text-align: center;
	font-size: 15px;
	left: 0;
	top: 0;
}
.video-box .left li .image mark.replay {
	background: -moz-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	background: -ms-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
}

.video-box .left li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	padding: 0 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.video-box .left li p a {
	color: #fff;
}
.video-box .left li:first-child {
	width: 100%;
}
.video-box .left li:first-child .image i {
	font-size: 76px;
}
.video-box .left li:first-child p {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}
.image-swiper {
	display: none;
}
.video-box .right {
	overflow: hidden;
}
.video-box .right .people {
	overflow: hidden;
}
.video-box .right .people ul {
	overflow: hidden;
	width: calc(100% + 20px);
}
.video-box .right .people li {
	width: 33.33%;
	float: left;
}
.video-box .right .people li .item {
	margin-right: 20px;
	background-color: #fff;
}
.video-box .right .people li .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.video-box .right .people li .image img {
	max-height: none;
	width: 100%;
}
.video-box .right .people li .image mark {
	position: absolute;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px 0;
	background: -moz-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	background: -ms-linear-gradient( 0deg, rgb(254,179,42) 0%, rgb(242,142,47) 100%);
	color: #fff;
	text-align: center;
	font-size: 15px;
	left: 0;
	top: 0;
}
.video-box .right .people li .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 58px;
	opacity: 0;
}
.video-box .right .people li .image:hover i {
	opacity: 1;
}
.video-box .right .people li .text {
	padding: 12px 15px 15px;
}
.video-box .right .people li .text p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.video-box .right .people li .text p a {
	color: #333;
}
.video-box .right .people li .text p a:hover {
	color: #FF7302;
}
.video-box .right .people li .text span {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	color: #999;
}
.online-left {
	margin-top: 30px;
	width: 514px;
	float: left;
	margin-right: 20px;
}
.online-left ul {
	margin-top: 30px;
}
.online-left li {
	margin-top: 17px;
	font-size: 16px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}
.online-left li i {
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url(../../../../images/Version/2025/exhibition/video.png) no-repeat;
	vertical-align: top;
	margin-right: 8px;
}
.online-left li a {
	color: #333;
}
.online-left li a:hover {
	color: #FF7302;
}
.online-left li a:hover i {
	background: url(../../../../images/Version/2025/exhibition/videohover.png) no-repeat;
}
.online-right {
	padding-top: 50px;
	overflow: hidden;
}
.online-right .image {
	height: 0;
	padding-bottom: 55.7%;
	overflow: hidden;
	position: relative;
}
.online-right .image img {
	max-height: none;
	width: 100%;
}
.online-right .image mark {
	position: absolute;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px 0;
	background: -moz-linear-gradient( 0deg, rgb(68,166,49) 0%, rgb(25,127,88) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(68,166,49) 0%, rgb(25,127,88) 100%);
	background: -ms-linear-gradient( 0deg, rgb(68,166,49) 0%, rgb(25,127,88) 100%);
	color: #fff;
	text-align: center;
	font-size: 15px;
	left: 0;
	top: 0;
}
.online-right .image i {
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 58px;
}
.online-right .text {
	background-color: #fff;
	padding: 10px 12px;
	line-height: 30px;
	font-size: 14px;
	height: 120px;
}
.online-right .text a {
	color: #333;
}
.online-right .text a:hover {
	color: #FF7302;
}
.scroll-exhi {
	margin-top: 30px;
	background-color: #fff;
	overflow: hidden;
	height: 259px;
}
.scroll-exhi .left {
	width: 190px;
	float: left;
	background: url(../../../../images/Version/2025/exhibition/vip.png) no-repeat top center #ff9900;
	text-align: center;
	padding-top: 88px;
	height: 100%;
	box-sizing: border-box;
	margin-right: 30px;
}
.scroll-exhi .left .join {
	display: block;
	width: 128px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	background-color: #fff;
	margin: 25px auto 0;
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
}
.scroll-exhi .right {
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.scroll-exhi .right .scrollobj-content {
	position: absolute;
	left: 0;
	top: 0;
}
.scroll-exhi ul {
	overflow: hidden;
	display: inline-block;
	padding-top: 20px;
}
.scroll-exhi li {
	display: inline-block;
	width: 320px;
	margin-right: 20px;
}
.scroll-exhi li .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.scroll-exhi li .image img {
	max-height: none;
}
.scroll-exhi li p {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 15px;
}
.scroll-exhi li p a {
	color: #333;
}
.scroll-exhi li p a:hover {
	color: #FF7302;
}
.partner{
	margin: 25px auto 0;
}
.partner h2{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
}
.partner h2 b{
	color: #FF7302;
}
.partner a.add {
    color: #333;
    font: normal 14px/20px microsoft yahei;
    text-indent: 29px;
    float: right;
    margin-top: 8px;
    background: url("../../../../images/Version/2025/exhibition/exhi2020.png") no-repeat 0px -1007px;
}
.partnerText{
	overflow: hidden;
}
.partnerText dt{
	width: 95px;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 16px;
}
.partnerText dd{
	float: left;
	font-size: 16px;
	line-height: 36px;
}
.partnerText dd a{
	color: #666666;
	margin-right: 20px;
}
.partnerText dd a:hover{
	color: #FF7302;
}
/* footer */
.footer{
	background-color: #222;
	padding: 20px  0;
	margin-top: 30px;
}
.Foot{
	margin:0 auto;
	color: #fff;
	overflow: hidden;
}
.footLeft{
	width: 860px;
	float: left;
	padding-right: 100px;
}
.footMenu{
	color: #666666;
	font-size: 16px;
	line-height: 56px;
	display: block;
}
.footMenu a {
	color: #fff;
	margin: 0 14px;
}
.footMenu a:first-child {
	margin-left: 0;
}
.footMenu a:hover{
	color: #FF7302;
}
.footLeft p{
	color: #cacaca;
	line-height: 30px;
	font-size: 14px;
}
.footLeft p.webName i{
	font-style: normal;
	color: #FF7302;
}
.footLeft p a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #FF7302;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.footLeft p a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: url("../../../../images/Version/2025/index/qq-icon2022.png") no-repeat center center;
}
.footLeft p.webQQ a{
	position: relative;
	cursor: pointer;
}
.footLeft p.webQQ 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;
}
.footLeft p.webQQ a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft p.webQQ a:hover .QQhover{
	display: inline-block;
}
.copyright{
	border-top: 1px solid #373737;
	margin-top: 10px;
	padding: 10px 0;
	color: #cacaca;
	font-size: 14px;
}
.copyright a {
	color: #cacaca;
}
.footRight{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #373737;
}
.footRight p{
	display: inline-block;
	margin: 0 36px;
}
.footRight p span {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.footRight p img{
	width: 140px;
	border:1px solid #999999;
	margin:5px 0;
}

.rightfloat {
	width: 72px;
	background: -moz-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -ms-linear-gradient( -90deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 36px;
	padding: 6px 0;
}
.rightfloat a {
	display: block;
	height: 80px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 15px auto 10px;
	height: 26px;
	font-size: 24px;
}
.rightfloat a i {
	width: 26px;
	background-size: 100% auto !important;
}
.rightfloat a i.icon-hezuo {
	background: url(../../../../images/Version/2025/exhibition/icon1.png) no-repeat;
}
.rightfloat a i.icon-qq {
	background: url(../../../../images/Version/2025/exhibition/icon2.png) no-repeat;
}
.rightfloat a i.icon-phone {
	height: 27px;
	background: url(../../../../images/Version/2025/exhibition/icon3.png) no-repeat;
}
.rightfloat a i.icon-yijian {
	background: url(../../../../images/Version/2025/exhibition/icon4.png) no-repeat;
}
.rightfloat a i.icon-top {
	background: url(../../../../images/Version/2025/exhibition/icon5.png) no-repeat;
}
.rightfloat a i.icon-dy {
	height: 28px;
  	width: 23px;
	background: url(../../../../images/Version/2025/exhibition/icon-dy.png) no-repeat;
}
.rightfloat a i.icon-sph {
	background: url(../../../../images/Version/2025/exhibition/icon-sph.png) no-repeat;
}
.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;
	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 55px 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 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;
	line-height: 18px;
}
.p-qqBox strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.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: 20px 0 0px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox a{
	position: relative;
	cursor: pointer;
}
.p-qqBox a .QQhover {
	 position: absolute;
	 left: -10px;
	 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;
}
.p-qqBox a .QQhover::after{
     position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	content: "QQ:";
}
.p-qqBox a:hover .QQhover{
	 display: inline-block;
}
.p-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 20px 10px 5px;
	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: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;
}
#leftAdv {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	left: 5px;
	z-index: 99999;
}
#leftAdv a {
	color: #666;
	margin-top: 2px;
	display: inline-block;
	cursor: pointer;
}
.sph-item{
	width: 505px;
	padding: 20px 0;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.sph-Box{
	padding-right: 10px;
	left: -515px;
}
.sph-item .left{
	width: 264px;
	height: 180px;
	position: relative;
	float: left;
}
.sph-item .left p{
	display: inline-block;
  	position: absolute;
	padding: 0;
  	left: 33px;
  	top: 50%;
  	width: 20px;
  	line-height: 28px;
  	font-size: 20px;
  	color: #c27468;
  	transform: translateY(-50%);
}
.sph-item .left img{
	position: absolute;
	left: 84px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.sph-item .right{
	padding-top: 34px;
	text-align: center;
	overflow: hidden;
}
.sph-item .right b{
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #666;
	display: block;
	overflow: hidden;
}
.sph-item .right p{
	margin-top: 15px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	padding: 0;
}
.sph-item .right span{
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #999;
	background: none;
	position: relative;
	display: block;
}


@media only screen and (min-width:1920px){
	.w{
		width: 1600px;
	}
	.banner-adv ul.five li .adv-item {
		height: 80px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1450px;
	}
	.footLeft p {
        line-height: 28px;
    }
    .footMenu {
        font-size: 14px;
        line-height: 44px;
    }
    .footRight {
        padding-top: 5px;
    }
    .footRight p img {
        width: 128px;
    }
    .footRight p span {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1460px) and (max-width:1599px){
	.w{
		width: 1380px;
	}
	.banner-adv ul.five li .adv-item {
		height: 80px;
	}
	.recommend-list ul {
		width: calc(100% + 25px);
	}
	.query-bot .place li a {
		padding: 0 10px;
	}
	#nav a {
		font-size: 17px;
		padding: 0 33px;
	}
	.recommend-list li .item {
		margin-right: 25px;
	}
	.recommend-list ul {
		width: calc(100% + 25px);
	}
	.recommend-list li .item::after {
		top: 155px;
		border-width: 30px 0 30px 35px;
	}
	.headlines h2 {
		font-size: 34px;
	}
	.banner .left {
		width: 750px;
	}
	.banner-swiper .text span {
		width: 250px;
		font-size: 15px;
	}
	.banner-swiper .text p {
		font-size: 20px;
	}
	.meet-bot li .image {
		width: 240px;
	}
	.meet-bot li .text {
		height: 135px;
		padding: 16px 20px 0;
	}
	.meet-bot li .text p {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}
	.meet-bot li .text span {
		margin-top: 27px;
	}
	.meet-bot li {
		margin-top: 18px;
	}
	.recommend-bot .right {
		width: 320px;
		margin-left: 40px;
	}
	.recommend-bot .right {
		width: 320px;
		margin-left: 30px;
	}
	.recommend-top .rec-right {
		width: 330px;
	}
	.recommend-top .rec-right li {
		padding: 0 20px;
		height: 76px;
		line-height: 76px;
	}
	.exhi-list .right {
		width: 320px;
		margin-left: 30px;
	}
	.exhi-list .right .query-tab {
		padding-top: 120px;
	}
	.query-bot {
		padding: 25px 20px 20px;
	}
	.CalendarHead h4 {
		font-size: 20px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 43px;
	}
	.CalendarCon {
		margin-left: -13px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		width: 28px;
	}
	.CalendarCon th {
		font-size: 15px;
	}
	.exhi-bot {
		height: 435px;
	}
	.exhi-bot .exhi-name {
		margin-top: 18px;
	}
	.exhi-bot table td > p {
		margin: 12px 0 17px;
	}
	.part1 .right {
		width: 400px;
		margin-left: 30px;
	}
	p.gradual {
		font-size: 17px;
	}
	.part1 .news-top {
		margin-top: 28px;
		padding: 20px 25px 15px;
	}
	.part2 .left {
		width: 575px;
		margin-right: 25px;
	}
	.diagram-theory .left-image {
		width: 470px;
		margin-right: 20px;
	}
	.special-list li .text p {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
		margin-top: 8px;
	}
	.image-swiper .text {
		height: 54px;
		line-height: 54px;
		font-size: 16px;
		padding: 0 18px;
	}
	.diagram-theory li {
		margin-top: 12px;
	}
	.diagram-theory ul {
	}
	.diagram-theory li .text {
		height: 80px;
	}
	.video-box .left {
		width: 640px;
		margin-right: 30px;
	}
	.video-box .right .people li .item {
		margin-right: 18px;
	}
	.video-box .right .people ul {
		width: calc(100% + 18px);
	}
	.video-box .right .people li .image i {
		font-size: 54px;
	}
	.video-box .right .people li .text {
		padding: 10px 12px 13px;
	}
	.video-box .right .people li .text p {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.video-box .right .people li .text span {
		margin-top: 25px;
		font-size: 13px;
	}
	.online-left {
		width: 465px;
	}
	.online-left ul {
		margin-top: 25px;
	}
	.scroll-exhi {
		margin-top: 25px;
		height: 240px;
	}
	.scroll-exhi li {
		width: 300px;
	}
	.scroll-exhi .left {
		width: 180px;
		padding-top: 80px;
		margin-right: 25px;
	}
	.scroll-exhi .left .title img {
		width: 130px;
	}
	.scroll-exhi .left .join {
		width: 120px;
		height: 38px;
		line-height: 36px;
		font-size: 16px;
	}
	.footer {
        margin-top: 22px;
    }
    .footLeft p {
        line-height: 28px;
        font-size: 13px;
    }
    .footMenu {
        font-size: 13px;
        line-height: 32px;
    }
    .footRight {
        padding-top: 0;
    }
    .footRight p {
        margin: 0 30px;
    }
    .footRight p img {
        width: 122px;
    }
    .footRight p span {
        font-size: 13px;
        line-height: 24px;
    }
    .copyright {
        font-size: 13px;
    }
    .footLeft p.webQQ a .QQhover {
        bottom: 19px;
    }

}

@media only screen and (max-width:1459px){
	.w{
		width: 1224px;
	}
	.part1 .news-top p b {
		font-size: 22px;
		margin-top: -2px;
	}
	.part1 .left li p::after {
		width: 7px;
		height: 7px;
		top: 5px;
		left: -4px;
	}
	.part1 .left li p:first-of-type::before {
		width: 10px;
		height: 10px;
		top: 7px;
		left: -6px;
	}
	.part1 .left li p:first-of-type::after {
		width: 4px;
		height: 4px;
		top: 10px;
		left: -3px;
	}
	.part1 .left li p {
		padding-left: 14px;
	}
	.recommend-list li .text .attend {
		height: 38px;
		font-size: 16px;
		line-height: 38px;
	}
	.recommend-list li .image mark {
		font-size: 14px;
	}
	.banner .right .hot {
		font-size: 16px;
	}
	.banner .right .hot a i {
		font-size: 18px;
	}
	.banner-adv1 ul li .adv-item {
		height: 75px;
	}
	.recommend-list ul {
		width: calc(100% + 20px);
	}
	.searchBox {
		width: 640px;
	}
	.searchBox .search input {
		width: 450px;
	}
	#nav a {
		font-size: 16px;
		padding: 0px 27px;
	}
	#nav a .hot {
		right: 5px;
	}
	.headlines {
		margin-top: 25px;
	}
	.headlines h2 {
		font-size: 32px;
	}
	.banner .left {
		width: 750px;
	}
	.banner-swiper .text span {
		width: 250px;
		font-size: 15px;
	}
	.banner-swiper .text p {
		font-size: 20px;
	}
	.public-title .recommend-tab a {
		font-size: 18px;
		width: 160px;
		height: 44px;
		line-height: 42px;
	}
	.other-title .more {
		top: 9px;
	}

	.meet-bot li .image {
		width: 240px;
	}
	.meet-bot li .text {
		height: 135px;
		padding: 16px 20px 0;
	}
	.meet-bot li .text p {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}
	.meet-bot li .text span {
		margin-top: 27px;
	}
	.meet-bot li {
		margin-top: 18px;
	}
	.recommend-bot .right {
		width: 285px;
		margin-left: 25px;
	}
	.recommend-bot .right li .text {
		padding: 12px 15px;
	}
	.recommend-bot .right li p {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.recommend-top .rec-right {
		width: 300px;
	}
	.recommend-top .rec-right li {
		padding: 0 20px;
		height: 66px;
		line-height: 66px;
	}

	.recommend-link li a {
		height: 99px;
	}
	.recommend-link li a {
		font-size: 15px;
	}
	.recommend-link li b i {
		width: 32px;
		height: 32px;
	}
	.recommend-link li b {
		margin-top: 20px;
	}
	.recommend-list li .item {
		margin-right: 20px;
	}
	.recommend-list li .text {
		padding: 12px 18px;
	}
	.recommend-list li .text p {
		font-size: 15px;
		line-height: 23px;
		height: 46px;
		margin-bottom: 6px;
	}
	.recommend-list li .text span {
		font-size: 13px;
		line-height: 22px;
		height: 22px;
	}
	.recommend-list li .item::after {
		top: 143px;
		border-width: 25px 0 25px 30px;
	}
	.public-tab a {
		font-size: 22px;
		text-indent: 25px;
	}
	.exhi-list .right {
		width: 300px;
		margin-left: 25px;
	}
	.scroll-box li {
		margin-right: 25px;
		font-size: 14px;
	}
	.scroll-news {
		font-size: 14px;
	}
	.scroll-news span i {
		width: 16px;
		height: 14px;
	}
	.exhi-bot table p {
		font-size: 13px;
	}
	.exhi-bot table p.time b.underway {
		font-size: 14px;
	}
	.part1 .news-top p {
		font-size: 20px;
	}
	.part1 .news-top span {
		line-height: 22px;
		height: 44px;
		font-size: 13px;
		margin-top: 12px;
	}
	.part1 .left li p:first-child {
		font-size: 19px;
	}
	.part1 .left li p:first-child a {
		line-height: 21px;
		height: 21px;
	}
	.part1 .left li p {
		font-size: 14px;
		margin-top: 15px;
	}
	.part1 .left li p a {
		height: 16px;
		line-height: 16px;
	}
	.part1 .right li {
		margin-top: 13px;
	}
	.exhi-bot table p.time i {
		font-size: 14px;
	}
	.exhi-bot table p.time b {
		font-size: 18px;
	}
	.exhi-list .right .query-tab {
		padding-top: 120px;
		line-height: 40px;
	}
	.exhi-list .right .query-tab p a {
		font-size: 15px;
	}
	.query-bot {
		padding: 20px 15px 20px;
	}
	.CalendarHead h4 {
		font-size: 18px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 42px;
	}
	.CalendarCon {
		margin-left: -13px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
		width: 26px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		margin: 12px 8px 0;
	}
	.CalendarCon th {
		font-size: 15px;
	}
	.query-bot .place li {
		font-size: 14px;
	}
	.query-bot .place li a {
		line-height: 26px;
		padding: 0 12px;
	}
	.exhi-bot td:nth-child(2) {
		width: 190px;
	}
	.exhi-bot {
		height: 406px;
	}
	.exhi-bot .exhi-name {
		margin-top: 18px;
	}
	.exhi-bot table td > p {
		margin: 12px 0 17px;
	}
	.part1 .right {
		width: 340px;
		margin-left: 25px;
	}
	p.gradual {
		font-size: 16px;
	}
	.part1 .right li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.part1 .left li {
		margin-top: 7px;
	}
	.part1 .right li .text .label {
		margin-bottom: 8px;
	}
	.part1 .right li .text .label mark {
		font-size: 13px;
	}
	.public-title span img {
		height: 50px;
	}
	.part1 .left .report-tab a {
		width: 130px;
		height: 42px;
		line-height: 40px;
		text-indent: 3px;
	}
	.part1 .left .report-tab a.focus {
		background-size: 100% 100%;
	}
	.part1 .left .report-tab {
		top: 4px;
	}
	.part1 .news-top {
		margin-top: 25px;
		padding: 15px 20px;
	}
	.part2 .left {
		width: 510px;
		margin-right: 20px;
	}
	.diagram-theory .left-image {
		width: 420px;
		margin-right: 18px;
	}
	.special-list li .item {
		margin-right: 20px;
	}
	.special-list ul {
		width: calc(100% + 20px);
	}
	.special-list li .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.part3 .public-title p {
		font-size: 14px;
		padding-top: 28px;
		padding-right: 85px;
	}
	.part3 .public-title p .more {
		top: 28px;
	}
	.image-swiper .text {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 18px;
	}
	.diagram-theory li {
		margin-top: 20px;
	}
	.diagram-theory ul {
	}
	.diagram-theory li .text p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		margin-top: 8px;
	}
	.diagram-theory li .text {
		height: 75px;
		padding: 0 12px;
	}
	.video-box .left {
		width: 530px;
		margin-right: 20px;
	}
	.video-box .right .people li .item {
		margin-right: 15px;
	}
	.video-box .right .people ul {
		width: calc(100% + 15px);
	}
	.video-box .right .people li .image mark,.online-right .image mark,.video-box .left li .image mark  {
		width: 72px;
		height: 28px;
		line-height: 26px;
		font-size: 13px;
	}
	.video-box .right .people li .image i {
		font-size: 50px;
	}
	.online-right .text {
		line-height: 21px;
		font-size: 13px;
		padding: 5px 12px;
		height: 84px;
	}
	.online-right {
		padding-top: 20px;
	}
	.video-box .right .people li .text {
		padding: 10px 12px 13px;
	}
	.video-box .right .people li .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.video-box .right .people li .text span {
		margin-top: 20px;
		font-size: 12px;
	}
	.online-left {
		width: 426px;
		margin-top: 20px;
	}
	.video-box .left li p {
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 14px;
	}
	.video-box .left li .image i {
		font-size: 52px;
	}
	.video-box .left li:first-child .image i {
		font-size: 72px;
	}
	.other-title span {
		height: 34px;
		display: inline-block;
	}
	.online-left ul {
		margin-top: 14px;
	}
	.online-left li {
		margin-top: 10px;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.online-left li i {
		width: 18px;
		height: 15px;
		margin-right: 6px;
		background-size: cover;
		margin-top: 2px;
	}
	.online-left li a:hover i {
		background-size: cover;
	}
	.video-box .left li:first-child p {
		height: 54px;
		line-height: 54px;
		font-size: 18px;
	}
	.scroll-exhi li p {
		font-size: 15px;
		height: 16px;
		line-height: 16px;
	}

	.scroll-exhi {
		margin-top: 25px;
		height: 215px;
	}
	.scroll-exhi li {
		width: 260px;
	}
	.scroll-exhi .left {
		width: 160px;
		padding-top: 90px;
		margin-right: 20px;
	}
	.scroll-exhi .left .title img {
		width: 100px;
	}
	.scroll-exhi .left .join {
		width: 110px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 20px;
	}
	.partnerText dt {
		width: 76px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.partnerText dd {
		font-size: 14px;
		line-height: 32px;
	}
	.footer {
        margin-top: 16px;
    }
    .footLeft p {
        line-height: 24px;
        font-size: 12px;
    }
    .footMenu {
        font-size: 12px;
        line-height: 26px;
    }
    .footLeft {
        width: 735px;
        padding-right: 75px;
    }
    .footRight {
        padding-top: 0;
    }
    .footRight p {
        margin: 0 23px;
    }
    .footLeft p a {
        height: 18px;
        line-height: 18px;
        margin-right: 10px;
    }
    .footLeft p a b {
        width: 18px;
        height: 18px;
    }
    .footRight p img {
        width: 106px;
    }
    .footRight p span {
        font-size: 12px;
        line-height: 24px;
    }
    .copyright {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .footLeft p.webQQ a .QQhover {
        bottom: 19px;
        padding: 0 6px;
        line-height: 18px;
    }

}

