.main{
    width: 1400px;
    margin: 0 auto;
}
body{
    background-color: #f5f5f5;
}
/* header */
.header{
	height: 38px;
}
.header span{
	float: left;
	line-height: 38px;
	font-size: 0;
}
.header span a{
	margin-right: 16px;
}
.header a{
    font-size: 14px;
	color: #666;
}
.header a:hover{
	color: #ff6600;
}
.header p{ line-height:38px; float:right; color:#666; margin-right:128px;}
.header p a{ display:inline-block; color:#666; padding:0 6px;}
.header p a.mobile {
	color: #76a145;
}

.header p a.mobile i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
    background-color: #fff;
}
.Tophead p {
	position: absolute;
	float: right;
	right: 0px;
	top: -38px;
	line-height: 38px;
	color: #dfdfdf;
}
.Tophead a {
    font-size: 14px;
	margin-left: 5px;
    color: #fa8c16;
}
.Tophead a:hover {
    color: #fa8c16;
}
.Tophead a.moblie:hover .hbapp {
	display: block;
}
.Tophead a.moweixin:hover .hbweixin {
	display: block;
}
.Tophead a.moblie {
	margin:0 6px;
}
.Tophead a.moweixin {
	margin: 0 15px 0 10px;
}
.Tophead img.hbapp {
	right:20px;
}
.Tophead img.hbweixin {
	right: -40px;
}
.Tophead img {
	max-width: 150px;
	max-height: 150px;
	position: absolute;
	top: 38px;
	z-index: 9999;
	padding: 8px;
	background: #fa8c16;
	border-radius: 5px;
	display: none;
}
/* top */
.top .item {
	padding: 21px 0 24px 0;
	position: relative;
}
.top .item .logo {
	float: left;
}
.top .item .logo a:nth-child(1) img{
	height: 52px;
}.top .item .logo a:nth-child(2) img{
	height: 42px;
    margin-top: 6px;
}

.top .search {
	width: 360px;
	height: 36px;
	margin: 8px 0 0 70px;
	float: left;
	border: 2px solid #fa8c16;
	position: relative;
	border-radius: 20px;
	color: #999;
	background-color: #fff;
}
.top .search input {
	width: 306px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
}
.top .search button {
	position: absolute;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 20px;
	background-color: #ff6200;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#ff9c00));
	background-image: -webkit-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image: -moz-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image: -ms-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image: -o-linear-gradient(90deg, #ff6200, #ff9c00);
	background-image: linear-gradient(90deg, #ff6200, #ff9c00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6200', endColorStr='#ff9c00');
}
.top .item .menu {
	float: left;
	margin:0 0 0 30px;
    font-size: 0;
}
.top .item .menu a {
	display: inline-block;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	color: #333;
	padding: 0 7px;
    font-weight: 700;
	position: relative;
}
.top .item .menu a.home i{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #ff6200;
}
.top .item .menu a.home i::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ff6200;
    border-right: 5px solid transparent;
}
.top .item .menu a.home {
	color: #ff6200;
}
.top .item .exhi-ico {
	float: right;
	margin-top: 6px;
}
.top .item .exhi-ico a {
	display: inline-block;
    padding: 0 13px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #fa8c16;
	border-radius: 5px;
	border: 1px solid #fa8c16;
}
.top .item .exhi-ico a.guanzong {
	color: #238844;
	border: 1px solid #238844;
    margin-left: 14px;
}
.top .item .exhi-ico a i{
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 11px 4px 0 0;
	vertical-align: top;
	background: url(../../../../images/expo/version/2022/yd.png) no-repeat;
}
.top .item .exhi-ico a.guanzong i{
	width: 20px;
	height: 21px;
	background: url(../../../../images/expo/version/2022/dj.png) no-repeat;
}
.banner{
	overflow: hidden;
	position:relative;
}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner .swiper-pagination-bullet-active {
	background: #16ae00;
	width: 28px;
	border-radius: 20px;
}
/* broadcast */
.broadcast {
    height: 60px;
    font-size: 16px;
    position: relative;
}
.broadcast .main{
    overflow: hidden;
}
.broadcast dt{
    float: left;
    line-height: 60px;
    color: #ff723a;
    font-weight: 700;
}
.broadcast dt i{
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../../../../images/expo/version/2022/tz.png) no-repeat;
    vertical-align: top;
    margin: 22px 5px 0 0;
}
.broadcast dd{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
}
#SocllDiv2{
	height: 100%!important;
	width: 100%!important;
}
.broadcast dd strong {
	color: #7b9305;
}
.broadcast dd a {
	color: #129000;
	margin-right: 15px;
}
.broadcast dd a:hover{
    color: #f60;
	text-decoration: underline;
}
/* popular */
.popular{
    height: 205px;
    padding: 20px 0;
    background: url(../../../../images/expo/version/2022/bgi01.png) no-repeat;
    background-size: 100% 100%;
}
.popular  b.title{
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
	position: relative;
}
.popular  b.title a{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.popular  b.title a:hover{
	color: #f60;
}
.popular .left{
    float: left;
    width: 856px;
    margin-right: 36px;
	padding-right: 30px;
    border-right: 1px solid #ddd;
}
.popular .left ul{
    margin: 0 -10px;
    overflow: hidden;
}
.popular .left li{
    float: left;
    width: 16.66%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
.popular .left li i{
    display: block;
	height: 44px;
    margin: 0 auto 15px;
	background-size: 100% 100%!important;
}
.popular .left li:nth-child(1) i{
	width: 44px;
    background: url(../../../../images/expo/version/2022/expoIcon01.png) no-repeat;
}
.popular .left li:nth-child(2) i{
	width: 44px;
    background: url(../../../../images/expo/version/2022/expoIcon02.png) no-repeat;
}
.popular .left li:nth-child(3) i{
	width: 48px;
    background: url(../../../../images/expo/version/2022/expoIcon03.png) no-repeat;
}
.popular .left li:nth-child(4) i{
	width: 35px;
    background: url(../../../../images/expo/version/2022/expoIcon04.png) no-repeat;
}
.popular .left li:nth-child(5) i{
	width: 50px;
    background: url(../../../../images/expo/version/2022/expoIcon05.png) no-repeat;
}
.popular .left li:nth-child(6) i{
	width: 44px;
    background: url(../../../../images/expo/version/2022/expoIcon06.png) no-repeat;
}
.popular .left li b{
    display: block;
    margin: 0 auto 15px;
    width: 80px;
    font-size: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
    color: #333;
    position: relative;
}
.popular .left li b em{
	font-size: 16px;
	font-style: normal;
}
.popular .left li b::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.5px;
    width: 18px;
    height: 5px;
    background-color: #16ae00;
}
.popular .left li p{
    font-size: 16px;
    color: #333;
}
.popular .right{
	overflow: hidden;
}
.popular .right li{
	padding:0 100px 0 20px;
	position: relative;
}
.popular .right li i{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 11px;
	background: url(../../../../images/expo/version/2022/popular-a.png) no-repeat;
}
.popular .right li a{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	color: #333;
}
.popular .right li span{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	text-align: right;
}
.popular .right li:hover i{
	background: url(../../../../images/expo/version/2022/popular-a-hover.png) no-repeat;
}
.popular .right li:hover a{
	color: #129000;
}
/* com_show-top */
.com_show-top{
	padding: 20px 24px;
	margin-top: 40px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	box-sizing: border-box;
}
.com_show-top .title{
	overflow: hidden;
}
.com_show-top .title span{
	float: left;
	width: 160px;
	height: 39px;
	line-height: 39px;
	font-size: 20px;
	font-weight: 700;
	text-indent: 30px;
	background-size: 100% 100%!important;
}
.com_show-top .title span b{
	color: #333;
}
.com_show-top .title a.more{
	float: right;
	line-height: 39px;
	font-size: 14px;
	color: #999;
}
.com_show-top ul{
	margin-right: -15px;
	overflow: hidden;
}
.com_show-top li{
	float: left;
	width: 25%;
	padding:0 15px 0 25px;
	margin-top: 15px;
	position: relative;
	box-sizing: border-box;
}
.com_show-top li i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../../../../images/expo/version/2022/part-lia.png) no-repeat;
}
.com_show-top li a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.com_show-top li:hover i{
	background: url(../../../../images/expo/version/2022/part-liaHover.png) no-repeat;
}
.com_show-top li:hover a{
	color: #ff6a30!important;
}
.com_show-top .title span{
	background: url(../../../../images/expo/version/2022/hot-title.png) no-repeat;
	color: #fff;
}
/* part-公共样式 */
.part{
	margin-top: 40px;
}
.part .title{
	overflow: hidden;
}
.part .title .title_left{
	float: left;
	height: 62px;
	max-width: 335px;
}
.part .title .title_left b{
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	padding: 0 15px;
	background-size: 100% 100% !important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.part .title .title_left b:nth-child(2){
	margin-top: 4px;
}
.part .title .title_right{
	height: 62px;
	line-height: 62px;
	padding:0 14px 0 24px;
	overflow: hidden;
	background: url(../../../../images/expo/version/2022/part-titlebg.png) no-repeat;
	background-size: 100% 100%;
}
.part .title .title_right p{
	float: left;
	font-size: 16px;
	margin-left: 85px;
	max-width: 810px;
	color: #333;
	position: relative;
}
.part .title .title_right p span{
	position: absolute;
	left: -85px;
}
.part .title .title_right p a{
	color: #333;
}
.part .title .title_right .expo_{
	float: right;
	height: 34px;
	line-height: 34px;
	width: 98px;
	font-size: 16px;
	margin-top: 12px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #129000;
}
.exhi_hall{
	padding: 14px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 8px 0 0 0 ;
}
.part .exhi_video.left{
	float: left;
	width: 292px;
}
.part .exhi_video.right{
	float: right;
	width: 292px;
}
.part .exhi_video ul{
	margin-top: -14px;
	overflow: hidden;
}
.part .exhi_video li{
	margin-top: 14px;
}
.part .exhi_video .item{
	overflow: hidden;
}
.part .exhi_video .images{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.part .exhi_video .images img{
	max-height: none;
	width: 100%;
}
.part .exhi_video .images span{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 12px;
	color: #fff;
	background-color: #ff1414;
	border-radius: 15px;
}
.part .exhi_video .images span i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	vertical-align: top;
	margin: 2px 4px 0 0;
	display: none;
	background-size: 100% 100%;
}
.part .exhi_video .images a.play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: url(../../../../images/expo/version/2022/paly1.png) no-repeat;
	display: none;
}
.part .exhi_video:hover a.play{
	display: block;
}
.part .exhi_video .images p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 80px 7px 8px;
	background-image: linear-gradient(to top, rgba(0,0,0,.4), transparent);
}
.part .exhi_video .images p a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
.part .exhi_video .images p a:hover{
	color: #aed0a9;
}
.part .exhi_video .images p b{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.part .exhi_video .images p b i{
	display: inline-block;
	width: 16px;
	height: 12px;
	margin: 5px 3px 0 0;
	vertical-align: top;
	background: url(../../../../images/expo/version/2022/ll.png) no-repeat;
}
.part .exhi_video .text{
	padding: 8px 90px 8px 10px;
	position: relative;
	background-color: #f5f5f5;
	border-radius: 0 0 4px 4px;
}
.part .exhi_video .text p{
	height: 28px;
	line-height: 28px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
}
.part .exhi_video .text p a{
	font-size: 14px;
	color: #333;
}
.part .exhi_video .text p i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../../../../images/expo/version/2022/icon-com.png) no-repeat;
}
.part .exhi_video .text a.expo_1{
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 8px;
	height: 26px;
	line-height: 26px;
	width: 78px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #129000;
}
.part .expo_live{
	float: left;
	width: 760px;
	margin: 0 14px;
	position: relative;
}
.part .expo_live .images{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.part .expo_live .images img{
	max-height: none;
	width: 100%;
}
.part .expo_live .images span {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	background-color: #ff1414;
	border-radius: 15px;
}
.part .expo_live .images span i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	margin: 4px 5px 0 0;
	background-size: 100% 100%;
	float: left;
	display: none;
}
.part .expo_live .images a.play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	background: url(../../../../images/expo/version/2022/paly2.png) no-repeat;
	display: none;
}
.part .expo_live:hover a.play{display: block;}
.part .expo_live .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 20px;
	background: rgba(0,0,0,.5);
}
.part .expo_live .text p a{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 560px;
	font-size: 20px;
	color: #fff;
}
.part .expo_live .text span{
	display: block;
	font-size: 14px;
	padding-left: 22px;
	position: relative;
	color: #fff;
}
.part .expo_live .text span a{color: #fff;}
.part .expo_live .text span i{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../../../../images/expo/version/2022/icon-com1.png) no-repeat;
}
.part .expo_live .text a.expo_2{
	position: absolute;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 120px;
	right: 20px;
	bottom: 16px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
.part .expo_show{
	padding:14px 7px;
	background-color: #fff;
}
.part .expo_show ul{
	overflow: hidden;
}
.part .expo_show li{
	float: left;
	width: 16.66%;
	padding: 0 7px;
	box-sizing: border-box;
}
.part .expo_show .images{
	height: 185px;
	padding: 15px;
	background-color: #f5f5f5;
}.part .expo_show .images a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.part .expo_show .images img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
}
.part .expo_show .text{
	padding: 10px 5px 12px ;
}
.part .expo_show .text p a{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.part .expo_show .text span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.part .expo_show .text span a{color: #666;}
.part .expo_show .text a.expo_3 {
	display: block;
	height: 28px;
	line-height: 28px;
	width: 88px;
	font-size: 14px;
	margin: 8px auto 0;
	text-align: center;
	border-radius: 8px;
	background-color: #e9fbe7;
	border: 1px solid #129000;
	cursor: pointer;
}
.part .com_show{
	padding: 20px 0;
	overflow: hidden;
	background-color: #fff;
	border-radius:0 0 8px 8px;
	position: relative;
}
.part .com_show .title{
	overflow: hidden;
}
.part .com_show .title span{
	float: left;
	width: 160px;
	height: 39px;
	line-height: 39px;
	font-size: 20px;
	font-weight: 700;
	text-indent: 13px;
	background-size: 100% 100%!important;

}
.part .com_show .right .title span{
	width: 136px;
	background-size: 100% 100%;
}
.part .com_show .title span b{
	color: #333;
}
.part .com_show .title a.more{
	float: right;
	line-height: 39px;
	font-size: 14px;
	color: #999;
}
.part .com_show .left,
.part .com_show .right{
	padding: 0 24px;
	box-sizing: border-box;
	overflow: hidden;
}
.part .com_show .left ul{
	margin-right: -15px;
	overflow: hidden;
}
.part .com_show .left li{
	float: left;
	width: 25%;
	padding:0 15px 0 25px;
	margin-top: 15px;
	position: relative;
	box-sizing: border-box;
}
.part .com_show .left .title span{
	width: 120px;
	text-indent: 17px;
	background-size: 100% 100% !important;
}
.part .com_show .left li i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../../../../images/expo/version/2022/part-lia.png) no-repeat;
}
.part .com_show .left li a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part .com_show .left li:hover i{
	background: url(../../../../images/expo/version/2022/part-liaHover.png) no-repeat;
}
.part .com_show .right ul{
	margin-right: -15px;
	overflow: hidden;
}
.part .com_show .right li {
	float: left;
	width: 25%;
	margin-top: 15px;
	position: relative;
	box-sizing: border-box;
	padding: 0 15px 0 60px;
}
.part .com_show .right li span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 6px;
	color: #fff;
	background-image: linear-gradient(to right, #ff9777 , #ff5133);
	border-radius: 15px;
}
.part .com_show .right li span i{
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url(../../../../images/expo/version/2022/part-lia1.png) no-repeat;
	vertical-align: top;
	margin: 3px 5px 0 0;
}
.part .com_show .right li a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part .com_show li:hover a{
	color: #ff6a30!important;
}
.com_show .left .title span{
	background: url(../../../../images/expo/version/2022/hot-title.png) no-repeat;
	color: #fff;
}
/* .part1 */
.part1 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part1-title01.png) no-repeat;
}
.part1 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part1-title02.png) no-repeat;
}
.part1 .title .title_right .expo_,
.part1 .expo_show .text a.expo_3{
	border-color: #129000;
	background-color: #e9fbe7;
	color: #129000;
}
.part1 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #129000;
}
.part1 .exhi_video .text p a:hover{
	color: #129000;
}
.part1 .exhi_video .text a.expo_1{
	color: #129000;
	border-color: #129000;
}
.part1 .exhi_video .text a.expo_1:hover,
.part1 .expo_live .text a.expo_2:hover,
.part1 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#33af21, #129000);
	border-color: transparent;
	color: #fff;
}
.part1 .expo_live .text a.expo_2{
	background-color: #129000;
}
.part1 .expo_show .text p a:hover,
.part1 .expo_live .text p a:hover,
.part .title .title_left b:nth-child(2),
.part1 .title .title_right p a:hover,
.part1 .com_show .title a.more:hover{
	color: #129000;
}
.part1 .com_show .right .title span{
	background: url(../../../../images/expo/version/2022/part1-comTitlteBgi01.png) no-repeat;
	color: #129000;
}
.part1 .exhi_video .images p a:hover {
	color: #aed0a9;
}



/* .part2 */
.part2 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part2-title01.png) no-repeat;
}
.part2 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part2-title02.png) no-repeat;
}
.part2 .title .title_right .expo_,
.part2 .expo_show .text a.expo_3{
	border-color: #587fed;
	background-color: #dfe7ff;
	color: #587fed;
}
.part2 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #587fed;
}
.part2 .exhi_video .text p a:hover{
	color: #587fed;
}
.part2 .exhi_video .text a.expo_1{
	color: #587fed;
	border-color: #587fed;
}
.part2 .exhi_video .text a.expo_1:hover,
.part2 .expo_live .text a.expo_2:hover,
.part2 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#88a7fe, #587fed);
	border-color: transparent;
	color: #fff;
}
.part2 .expo_live .text a.expo_2{
	background-color: #587fed;
}
.part2 .expo_show .text p a:hover,
.part2 .expo_live .text p a:hover,
.part2 .title .title_left b:nth-child(2),
.part2 .title .title_right p a:hover,
.part2 .com_show .title a.more:hover{
	color: #587fed;
}
.part2 .com_show .title span{
	background: url(../../../../images/expo/version/2022/part2-comTitlteBgi01.png) no-repeat;
	color: #587fed;
}
.part2 .exhi_video .images p a:hover {
	color: #dfe7ff;
}


/* .part3 */
.part3 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part3-title01.png) no-repeat;
}
.part3 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part3-title02.png) no-repeat;
}
.part3 .title .title_right .expo_,
.part3 .expo_show .text a.expo_3{
	border-color: #8e70ef;
	background-color: #f0ebff;
	color: #8e70ef;
}
.part3 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #8e70ef;
}
.part3 .exhi_video .text p a:hover{
	color: #8e70ef;
}
.part3 .exhi_video .text a.expo_1{
	color: #8e70ef;
	border-color: #8e70ef;
}
.part3 .exhi_video .text a.expo_1:hover,
.part3 .expo_live .text a.expo_2:hover,
.part3 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#b5a0fa, #8e70ef);
	border-color: transparent;
	color: #fff;
}
.part3 .expo_live .text a.expo_2{
	background-color: #8e70ef;
}
.part3 .expo_show .text p a:hover,
.part3 .expo_live .text p a:hover,
.part3 .title .title_left b:nth-child(2),
.part3 .title .title_right p a:hover,
.part3 .com_show .title a.more:hover{
	color: #8e70ef;
}
.part3 .com_show .title span{
	background: url(../../../../images/expo/version/2022/part3-comTitlteBgi01.png) no-repeat;
	color: #8e70ef;
}
.part3 .exhi_video .images p a:hover {
	color: #f0ebff;
}



/* .part4 */
.part4 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part4-title01.png) no-repeat;
}
.part4 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part4-title02.png) no-repeat;
}
.part4 .title .title_right .expo_,
.part4 .expo_show .text a.expo_3{
	border-color: #d49557;
	background-color: #f8eee5;
	color: #d49557;
}
.part4 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #d49557;
}
.part4 .exhi_video .text p a:hover{
	color: #d49557;
}
.part4 .exhi_video .text a.expo_1{
	color: #d49557;
	border-color: #d49557;
}
.part4 .exhi_video .text a.expo_1:hover,
.part4 .expo_live .text a.expo_2:hover,
.part4 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#eeb67f, #d49557);
	border-color: transparent;
	color: #fff;
}
.part4 .expo_live .text a.expo_2{
	background-color: #d49557;
}
.part4 .expo_show .text p a:hover,
.part4 .expo_live .text p a:hover,
.part4 .title .title_left b:nth-child(2),
.part4 .title .title_right p a:hover,
.part4 .com_show .title a.more:hover{
	color: #d49557;
}
.part4 .com_show .title span{
	background: url(../../../../images/expo/version/2022/part4-comTitlteBgi01.png) no-repeat;
	color: #d49557;
}
.part4 .exhi_video .images p a:hover {
	color: #f8eee5;
}



/* .part5 */
.part5 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part5-title01.png) no-repeat;
}
.part5 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part5-title02.png) no-repeat;
}
.part5 .title .title_right .expo_,
.part5 .expo_show .text a.expo_3{
	border-color: #ff6e36;
	background-color: #ffebe3;
	color: #ff6e36;
}
.part5 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #ff6e36;
}
.part5 .exhi_video .text p a:hover{
	color: #ff6e36;
}
.part5 .exhi_video .text a.expo_1{
	color: #ff6e36;
	border-color: #ff6e36;
}
.part5 .exhi_video .text a.expo_1:hover,
.part5 .expo_live .text a.expo_2:hover,
.part5 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#ff9871, #ff6e36);
	border-color: transparent;
	color: #fff;
}
.part5 .expo_live .text a.expo_2{
	background-color: #ff6e36;
}
.part5 .expo_show .text p a:hover,
.part5 .expo_live .text p a:hover,
.part5 .title .title_left b:nth-child(2),
.part5 .title .title_right p a:hover,
.part5 .com_show .title a.more:hover{
	color: #ff6e36;
}
.part5 .com_show .title span{
	background: url(../../../../images/expo/version/2022/part5-comTitlteBgi01.png) no-repeat;
	color: #ff6e36;
}
.part5 .exhi_video .images p a:hover {
	color: #ffebe3;
}



/* .part6 */
.part6 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part6-title01.png) no-repeat;
}
.part6 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part6-title02.png) no-repeat;
}
.part6 .title .title_right .expo_,
.part6 .expo_show .text a.expo_3{
	border-color: #32a5db;
	background-color: #d9f3ff;
	color: #32a5db;
}
.part6 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #32a5db;
}
.part6 .exhi_video .text p a:hover{
	color: #32a5db;
}
.part6 .exhi_video .text a.expo_1{
	color: #32a5db;
	border-color: #32a5db;
}
.part6 .exhi_video .text a.expo_1:hover,
.part6 .expo_live .text a.expo_2:hover,
.part6 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#5fc6f5, #32a5db);
	border-color: transparent;
	color: #fff;
}
.part6 .expo_live .text a.expo_2{
	background-color: #32a5db;
}
.part6 .expo_show .text p a:hover,
.part6 .expo_live .text p a:hover,
.part6 .title .title_left b:nth-child(2),
.part6 .title .title_right p a:hover,
.part6 .com_show .title a.more:hover{
	color: #32a5db;
}
.part6 .com_show .title span{
	background: url(../../../../images/expo/version/2022/part6-comTitlteBgi01.png) no-repeat;
	color: #32a5db;
}
.part6 .exhi_video .images p a:hover {
	color: #d9f3ff;
}



/* .part7 */
.part7 .title .title_left b:nth-child(1){
	background: url(../../../../images/expo/version/2022/part7-title01.png) no-repeat;
}
.part7 .title .title_left b:nth-child(2){
	background: url(../../../../images/expo/version/2022/part7-title02.png) no-repeat;
}
.part7 .title .title_right .expo_,
.part7 .expo_show .text a.expo_3{
	border-color: #24af86;
	background-color: #dcf6ee;
	color: #24af86;
}
.part7 .title .title_right .expo_:hover{
	color: #fff;
	background-color: #24af86;
}
.part7 .exhi_video .text p a:hover{
	color: #24af86;
}
.part7 .exhi_video .text a.expo_1{
	color: #24af86;
	border-color: #24af86;
}
.part7 .exhi_video .text a.expo_1:hover,
.part7 .expo_live .text a.expo_2:hover,
.part7 .expo_show .text a.expo_3:hover{
	background-image: linear-gradient(to right,#56caa8, #24af86);
	border-color: transparent;
	color: #fff;
}
.part7 .expo_live .text a.expo_2{
	background-color: #24af86;
}
.part7 .expo_show .text p a:hover,
.part7 .expo_live .text p a:hover,
.part7 .title .title_left b:nth-child(2),
.part7 .title .title_right p a:hover,
.part7 .com_show .title a.more:hover{
	color: #24af86;
}
.part7 .com_show .title span{
	background: url(../../../../images/expo/version/2022/part7-comTitlteBgi01.png) no-repeat;
	color: #24af86;
}
.part7 .exhi_video .images p a:hover {
	color: #dcf6ee;
}
/* expo-bot */
.expo-bot{
	margin-top: 40px;
	padding: 20px 0 40px 0;
	background-color: #fff;
}
.expo-bot .title{
	overflow: hidden;
	position: relative;
}
.expo-bot .title::before{
	position: absolute;
	content: "";
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #129000;
}
.expo-bot .title b{
	float: left;
	height: 39px;
	line-height: 39px;
	width: 122px;
	font-size: 20px;
	text-indent: 15px;
	color: #fff;
	background: url(../../../../images/expo/version/2022/expo-bot-title.png) no-repeat;
}
.expo-bot .title a.more{
	float: right;
	line-height: 39px;
	font-size: 14px;
	color: #999;
}
.expo-bot .title a.more:hover{
	color: #129000;
}
.expo-bot .swiper{
	margin-top: 20px;
}
.expo-bot .swiper-show{
	width: 1420px;
}
.expo-bot .images{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	background-color: pink;
}
.expo-bot .images img{
	max-height: none;
	width: 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;
}
.expo-bot .images:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.expo-bot .images span {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 26px;
	line-height: 24px;
	font-size: 14px;
	padding: 0 12px;
	color: #fff;
	background-color: #ff1414;
	border-radius: 15px;
}
.expo-bot .images span i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	vertical-align: top;
	margin: 2px 4px 0 0;
	display: none;
	background-size: 100% 100%;
}
.expo-bot .swiper-slide p {
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.expo-bot .swiper-slide .text p a {
	color: #333;
}
.expo-bot .swiper-slide .text p a:hover{
	color: #f60;
}
.expo-bot .swiper-slide .text span{
	display: block;
	padding: 5px 0;
	font-size: 14px;
	color: #999;
}
.expo-bot .images p a:hover{color: #f60;}
.expo-bot .arr_left,
.expo-bot .arr_right{
	position: absolute;
	top: 0;
	background-image: none;
	width: 45px;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}
.expo-bot .swiper-button-prev,
.expo-bot .swiper-button-next{
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 42px;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}
.expo-bot .arr_left{
	left: 0px;
}
.expo-bot .arr_right{
	right: 0px;
}
.expo-bot .swiper-button-prev{
	left: 0;
	background: url(../../../../images/expo/version/2022/arr-l.png) no-repeat;
}
.expo-bot .swiper-button-next{
	right: 0;
	background: url(../../../../images/expo/version/2022/arr-r.png) no-repeat;
}
.expo-bot .swiper-container{
	width: 1400px;
	padding: 0 45px;
	margin: 0 auto;
	overflow: hidden;
}
/* zb */
.part .exhi_video .images span.zb,
.part .expo_live .images span.zb,
.expo-bot .images span.zb{
	background-color: #ff1414;
}
.part .exhi_video .images span.zb i,
.part .expo_live .images span.zb i,
.expo-bot .images span.zb i{
	display: inline-block!important;
}
/* hf */
.part .exhi_video .images span.hf,
.part .expo_live .images span.hf,
.expo-bot .images span.hf{
	background-color: #f59c29;
}
/* yg */
.part .exhi_video .images span.yg,
.part .expo_live .images span.yg,
.expo-bot .images span.yg{
	background-color: #2e7d42;
}
/* ----- */
/* foot */
.foot{
	width: 100%;
	background-color: #333333;
	text-align: center;
	color: #fff;
	padding:26px 0 10px 0;
}
.foot p{
	font-size: 14px;
	color: #666;
}
.foot p a{
	color: #fff;
	margin: 0 8px;
}
.foot b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding:20px 0 10px;
}
.foot a:hover{
	color: #ff6600;
}
.foot span{
	display: block;
	color:#cacaca;
	line-height: 30px;
}
.content{
	text-align: center;
	padding:17px 0;
	background-color: #0e0e0e;
	color: #cacaca;
}
.content a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #858688;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.content a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: url(../../../../images/expo/version/2022/bot-qq.png) #afb1b0 no-repeat 4px 3px;
}
.pf {
	position: fixed;
	top: 50%;
	transform: translateY(-240px);
	right: 20px;
	width: 74px;
	height: 480px;
	background: url(https://www.zyzhan.com/images/Exhibition/pf.png) top center no-repeat;
	z-index: 99999;
}
.pf>a{display:block;width:74px;height:74px;position:absolute;top:0;left:0;}
.pf a.pf2{top:100px;}
.pf .pf3_wrap{top:200px;display:block;height:93px;position:absolute;left:0;}
.pf .pf3_wrap a{display:block;width:94px;height:93px;background: url(https://www.zyzhan.com/images/Exhibition/pf.png) 0 -480px no-repeat;}
.pf .bdsharebuttonbox{top:20px;position:absolute;left:-192px;display:none;padding-right: 30px;}
.pf .bdsharebuttonbox a{width:40px !important;height:40px !important;padding-left:0 !important;}
.pf .pf3_wrap:hover .bdsharebuttonbox{display:block;}
.pf .sc-btn{
	background:url('https://public.mtnets.com/Images/Public/collect.png') no-repeat 0 0;
}
.pf .sc-btn-active {
	background:url('https://public.mtnets.com/Images/Public/collect-active.png') no-repeat 0 0;
}
.totop2{display:none;}

.pf4_wrap,.pf5_wrap,.pf6_wrap,.pf8_wrap{display:block;width:74px;height:74px;position:absolute;top:0;left:0;}
.pf4_wrap .code,.pf5_wrap .code,.pf6_wrap .code{position:absolute;top:0;right:74px;padding-right:15px;width: 150px;height: 150px;display:none;}
.pf4_wrap:hover .code,.pf5_wrap:hover .code,.pf6_wrap:hover .code{display:block;}
.pf4_wrap .code img,.pf5_wrap .code img,.pf6_wrap .code img{width:100%;height:100%;}
.pf4_wrap{top:0px;}
.pf5_wrap{top:80px;}
.pf6_wrap{top:160px;}
.pf  .pf1{top:240px}
.pf a.pf2{top:320px;}
.pf8_wrap{top:400px;}
.pf .pf3_wrap {
	top: 400px;
}
/* 20220411 */
.mainLeft {
	position: fixed;
	width: 96px;
	top: 50%;
	transform: translateY(-240px);
	left: 6px;
	padding-top: 34px;
	text-align: center;
	z-index: 99999;
}
.mainLeft h2 {
	position: absolute;
	top: 0;
	width: 96px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	height: 36px;
	background: url(https://www.zyzhan.com/images/expo/version/2022/classify.png) no-repeat 0 -195px;
}
.mainLeft-bot{
	width: 80px;
	margin: 0 auto;
	border: 1px solid #f3f3f3;
	box-shadow: 0 3px 5px #f3f3f3;
	background: #fff;
	border-top: none;
	padding-top: 2px;
}
.mainLeft li {
	border-bottom: 1px solid #f5f5f5;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
	overflow: hidden;
}
.mainLeft li a{
	display: block;
	color: #333;
	cursor: pointer;
}
.mainLeft li b{
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}
.mainLeft li:hover a{
	color: #fff;
}
.mainLeft li:hover{
	background-color: #76A145;
}
.notLog{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 998;
}

.mainLeft a.gotoTop{
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
	display: block;
	width: 80px;
	margin: 0 auto;
	color: #333;
	box-sizing: border-box;
}
.mainLeft a.gotoTop:hover{
	background-color: #76A145;
	color: #fff;
}
.bye {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 570px;
	height: 363px;
	background: url(/images/expo2020/bye_bg.png) no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 25px;
	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/expo2020/right_ico.png) no-repeat;
}
.byeMain .bye_logo {
	width: 130px;
	height: 38px;
	margin: 0 auto;
	background: url(/images/expo2020/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/expo2020/thk_bg.png) no-repeat;
	padding-top: 16px;
}
.byeMain .thk b {
	text-align: center;
	font-size: 28px;
	color: #367866;
	display: block;
	font-weight: bold;
}
.byeMain span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 28px 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: 9px;
	background: url(/images/expo2020/thkleft_ico.png) no-repeat;
}
.byeMain  span i.right {
	width: 16px;
	position: absolute;
	height: 13px;
	right: 0;
	top: 9px;
	background: url(/images/expo2020/thkright_ico.png) no-repeat;
}
.leftFloat {
	width: 100px;
	height: 370px;
	position: fixed;
	right: 0px;
	top: 100px;
	z-index: 99999;
	box-sizing: border-box;
	padding: 5px;
	background: url(/images/expo2020/leftFloat.png) no-repeat;
	display: none;
}
.leftFloat_logo {
	width: 75px;
	height: 25px;
	margin: 20px auto 0;
	background: url(/images/expo2020/byelogo.png) no-repeat;
	background-size: contain;
}
.leftFloat p {
	text-align: center;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.leftFloat p i {
	position: absolute;
	bottom: -22px;
	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: 26px;
	font-size: 14px;
	display: block;
	margin-top: 36px;
}
.leftFloat_img {
	margin-top: 19px;
	text-align: center;
}
.leftFloat span {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}

@media screen and (max-width:1320px) {
	.pf{background-size: 85%;height: 440px;}
	.pf4_wrap, .pf5_wrap, .pf6_wrap{width:63px;height:63px;left: 7.5%;}
	.pf5_wrap{top:68px;}
	.pf6_wrap{top:136px;}
	.pf>a{width:63px;height:63px;left: 7.5%;}
	.pf .pf1{top:205px;}
	.pf a.pf2{top:274px;}
	.pf .pf3_wrap{top:341px;height:63px;}
	.pf4_wrap .code, .pf5_wrap .code, .pf6_wrap .code{right:60px;}
}
/* 媒体查询 */
@media only screen and (max-width: 1024px){
	body{min-width: 832px;}
	.main,.expo-bot .swiper-container{width: 832px;}
	.header {
		height: 36px;
	}
	.header span {
		line-height: 36px;
	}
	.header p {
		line-height: 36px;
		margin-right: 90px;
	}
	.header a {
		font-size: 12px;
	}
	.header p a {
		padding: 0 5px;
	}
	.header span a {
		margin-right: 10px;
	}
	.Tophead p {
		top: -38px;
		line-height: 34px;
	}
	.Tophead a {
		font-size: 12px;
		margin-left: 5px;
	}
	.Tophead a.moblie {
		margin: 0;
	}
	.Tophead a.moweixin {
		margin: 0 4px 0 4px;
	}
	.Tophead img {
		max-width: 120px;
		max-height: 120px;
		top: 36px;
		padding: 5px;
	}
	.Tophead img.hbweixin {
		right: -36px;
	}
	.top .item {
		padding: 14px 0 18px 0;
	}
	.top .item .logo a:nth-child(1) img {
		height: 36px;
	}
	.top .item .logo a:nth-child(2) img {
		height: 30px;
		margin-top: 4px;
	}
	.top .search {
		width: 225px;
		height: 26px;
		margin: 4px 0 0 20px;
		border: 1px solid #fa8c16;
	}
	.top .search input {
		width: 170px;
		height: 26px;
		font-size: 12px;
		margin-left: 11px;
	}
	.top .search button {
		height: 28px;
		line-height: 28px;
		width: 54px;
		font-size: 12px;
		right: -1px;
		top: -1px;
		border-radius: 15px;
	}
	.top .item .menu {
		margin: 0 0 0 10px;
	}
	.top .item .menu a {
		font-size: 13px;
		height: 32px;
		line-height: 26px;
		padding: 4px 5px 0;
	}
	.top .item .menu a.home i {
		width: 28px;
		height: 3px;
	}
	.top .item .menu a.home i::after {
		top: -3px;
		border-left: 3px solid transparent;
		border-bottom: 3px solid #ff6200;
		border-right: 3px solid transparent;
	}
	.top .item .exhi-ico a {
		padding: 0 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.top .item .exhi-ico a i {
		display: none;
	}
	.top .item .exhi-ico a.guanzong {
		margin-left: 5px;
	}
	.top .item .menu a.home i {
		width: 28px;
		height: 2px;
	}
	.top .item .exhi-ico {
		margin-top: 5px;
	}
	.broadcast {
		height: 36px;
		font-size: 12px;
	}
	.broadcast dt {
		line-height: 36px;
	}
	.broadcast dt i {
		display: inline-block;
		width: 12px;
		height: 13px;
		background: url(../../../../images/expo/version/2022/tz.png) no-repeat;
		vertical-align: top;
		margin: 15px 3px 0 0;
		background-size: 100% 100%;
	}
	.broadcast dd {
		height: 36px;
		line-height: 36px;
	}
	.popular {
		height: 128px;
		padding: 10px 0;
		background-size: 100% 100%;
	}
	.popular b.title {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.popular .left ul {
		margin: 0 -5px;
	}
	.popular .left li {
		padding: 0 5px;
	}
	.popular .left li i {
		height: 26px;
		margin: 0 auto 6px;
		background-size:100%!important;
	}
	.popular .left li:nth-child(1) i {
		width: 26px;
	}
	.popular .left li:nth-child(2) i {
		width: 26px;
	}
	.popular .left li:nth-child(3) i {
		width: 29px;
	}
	.popular .left li:nth-child(4) i {
		width: 21px;
	}
	.popular .left li:nth-child(5) i {
		width: 30px;
	}
	.popular .left li:nth-child(6) i {
		width: 26px;
	}
	.popular .left li b {
		margin: 0 auto 12px;
		width: 56px;
		font-size: 18px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ddd;
	}
	.popular .left li b::after {
		bottom: -1.5px;
		width: 14px;
		height: 3px;
	}
	.popular .left li p {
		font-size: 12px;
	}
	.popular .left {
		width: 499px;
		margin-right: 10px;
		padding-right: 10px;
	}
	.popular .right li {
		padding: 0 70px 0 15px;
	}
	.popular .right li span {
		line-height: 22px;
		font-size: 12px;
	}
	.popular .right li a {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.popular .right li i {
		width: 7px;
		height: 8px;
		background-size: 100% 100% !important;
	}
	.part {
		margin-top: 24px;
	}
	.part .title .title_left {
		height: 37px;
		max-width: 205px;
	}
	.part .title .title_left b {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		padding: 0 8px;
		background-size: 100% 100% !important;
	}
	.part .title .title_left b:nth-child(2) {
		margin-top: 2px;
		line-height: 26px;
	}
	.part .title .title_right {
		height: 37px;
		line-height: 37px;
		padding: 0 8px 0 8px;
	}
	.part .title .title_right p {
		font-size: 12px;
		margin-left: 62px;
		max-width: 480px;
	}
	.part .title .title_right p span {
		left: -62px;
	}
	.part .title .title_right .expo_ {
		height: 20px;
		line-height: 20px;
		width: 58px;
		font-size: 12px;
		margin-top: 8px;
		border-radius: 6px;
	}
	.exhi_hall {
		padding: 8px;
	}
	.part .exhi_video .text a.expo_1 {
		right: 2px;
		top: 3px;
		height: 16px;
		line-height: 16px;
		width: 50px;
		font-size: 12px;
		border-radius: 5px;
	}
	.part .exhi_video .text p {
		height: 16px;
		line-height: 16px;
		padding-left: 18px;
	}
	.part .exhi_video .text p i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}
	.part .exhi_video.left,
	.part .exhi_video.right{
		width: 173px;
	}
	.part .expo_live {
		width: 454px;
		margin: 0 8px;
	}
	.part .exhi_video .images span,
	.expo-bot .images span {
		top: 6px;
		right: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		padding: 0 4px;
		border-radius: 10px;
	}
	.part .exhi_video .images span i, .expo-bot .images span i {
		width: 12px;
		height: 12px;
		margin: 3px 2px 0 0;
		background-size: 100% 100%;
	}
	.part .exhi_video .images p {
		padding: 4px 55px 4px 4px;
	}
	.part .exhi_video .images p a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part .exhi_video .images p b {
		right: 4px;
		font-size: 12px;
	}
	.part .exhi_video .images p b i {
		width: 11px;
		height: 8px;
		margin: 5px 2px 0 0;
		background-size: 100% 100%;
	}
	.part .exhi_video .images a.play {
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}
	.part .expo_live .images span {
		top: 12px;
		right: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		padding: 0 8px;
		border-radius: 10px;
	}
	.part .expo_live .images a.play {
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
	}
	.part .expo_live .text {
		padding: 5px 10px;
	}
	.part .expo_live .text a.expo_2 {
		height: 24px;
		line-height: 24px;
		width: 70px;
		right: 10px;
		bottom: 10px;
		font-size: 13px;
	}
	.part .expo_live .text p a {
		height: 20px;
		line-height: 20px;
		width: 345px;
		font-size: 13px;
	}
	.part .expo_live .text span {
		font-size: 12px;
		padding-left: 16px;
	}
	.part .expo_live .text span i {
		width: 13px;
		height: 13px;
		background-size: 100% 100%;
	}
	.part .exhi_video .text p a {
		font-size: 12px;
	}
	.part .exhi_video .text {
		padding: 4px 55px 4px 4px;
	}
	.part .expo_show {
		padding: 8px 4px;
	}
	.part .expo_show li {
		padding: 0 4px;
	}
	.part .expo_show .images {
		height: 119px;
		padding: 5px;
	}
	.part .expo_show .text {
		padding: 5px 2px 2px;
	}
	.part .expo_show .text p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part .expo_show .text span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part .expo_show .text a.expo_3 {
		height: 18px;
		line-height: 18px;
		width: 58px;
		font-size: 12px;
		margin: 7px auto 0;
		border-radius: 5px;
	}
	.part .com_show .title span {
		width: 98px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		font-weight: 700;
		text-indent: 9px;
		background-size: 100% 100% !important;
	}
	.part .com_show .title a.more {
		line-height: 25px;
		font-size: 12px;
	}
	.part .com_show {
		padding: 12px 0;
	}
	.part .com_show .left, .part .com_show .right {
		padding: 0 12px;
	}
	.part .com_show .left ul{
		margin-right: -8px;
	}
	.part .com_show .left li {
		padding:0 8px 0 15px;
		margin-top: 6px;
	}
	.part .com_show .left li i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%!important;
	}
	.part .com_show .left li a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part .com_show .right li span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		padding: 0px 4px;
		border-radius: 10px;
	}
	.part .com_show .right li {
		padding-left: 52px;
		margin-top: 6px;
	}

	.part .com_show .right li span i {
		width: 10px;
		height: 12px;
		margin: 2px 4px 0 0;
		background-size: 100% 100%;
	}
	.part .com_show .right li a {
		display: block;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		color: #333;
		overflow: hidden;
	}
	.expo-bot {
		margin-top: 24px;
		padding: 10px 0 20px 0;
	}
	.expo-bot .title b {
		height: 24px;
		line-height: 24px;
		width: 74px;
		font-size: 12px;
		text-indent: 8px;
		background-size: 100% 100%;
	}
	.expo-bot .title a.more {
		line-height: 24px;
		font-size: 12px;
	}
	.expo-bot .swiper-container {
		padding: 0 27px;
	}
	.expo-bot .arr_left, .expo-bot .arr_right {
		width: 27px;
	}
	.expo-bot .swiper-button-prev, .expo-bot .swiper-button-next {
		width: 16px;
		height: 26px;
		background-size: 100% 100% !important;
	}
	.expo-bot .swiper-show {
		width: 846px;
	}
	.expo-bot .images p a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.expo-bot .images p {
		padding: 4px 5px;
	}
	.foot {
		padding: 15px 0 10px 0;
	}
	.foot p {
		font-size: 12px;
	}
	.foot b {
		font-size: 12px;
		padding: 10px 0 4px;
	}
	.foot span {
		line-height: 24px;
	}
	.content {
		padding: 9px 0;
	}
	.part .com_show .right .title span {
		width: 82px;
	}
	.part .com_show .left .title span{
		width: 80px;
		text-indent: 10px;
	}
	.com_show-top {
		padding: 12px 12px;
		margin-top: 24px;
	}
	.com_show-top .title span {
		width: 78px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		text-indent: 10px;
		background-size: 100% 100% !important;
	}
	.com_show-top li {
		padding: 0 6px 0 18px;
		margin-top: 6px;
	}
	.com_show-top li i {
		width: 13px;
		height: 13px;
		background-size: 100% 100%;
	}
	.com_show-top li a {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.com_show-top ul{
		margin-right: -6px;
	}
	.expo-bot .swiper-slide p {
		line-height: 18px;
		height: 18px;
		font-size: 12px;
	}
	.expo-bot .swiper-slide .text span {
		padding: 3px 0;
		font-size: 12px;
	}
	.part .expo_live .images span i {
		width: 14px;
		height: 14px;
		margin: 3px 3px 0 0;
	}
	.popular .left li b em{
		font-size: 12px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	body{min-width: 970px;}
	.main,.expo-bot .swiper-container{width: 970px;}
	.header {
		height: 36px;
	}
	.header span {
		line-height: 36px;
	}
	.header p {
		line-height: 36px;
		margin-right: 90px;
	}
	.header a {
		font-size: 12px;
	}
	.header p a {
		padding: 0 5px;
	}
	.header span a {
		margin-right: 10px;
	}
	.Tophead p {
		top: -36px;
		line-height: 36px;
	}
	.Tophead a {
		font-size: 12px;
		margin-left: 5px;
	}
	.Tophead a.moblie {
		margin: 0 5px;
	}
	.Tophead a.moweixin {
		margin: 0 4px 0 4px;
	}
	.Tophead img {
		max-width: 120px;
		max-height: 120px;
		top: 36px;
		padding: 5px;
	}
	.Tophead img.hbweixin {
		right: -36px;
	}
	.top .item {
		padding: 14px 0 18px 0;
	}
	.top .item .logo a:nth-child(1) img {
		height: 36px;
	}
	.top .item .logo a:nth-child(2) img {
		height: 30px;
		margin-top: 4px;
	}
	.top .search {
		width: 260px;
		height: 28px;
		margin: 4px 0 0 34px;
		border: 1px solid #fa8c16;
	}
	.top .search input {
		width: 200px;
		height: 28px;
		font-size: 12px;
		margin-left: 11px;
	}
	.top .search button {
		height: 30px;
		line-height: 30px;
		width: 58px;
		font-size: 12px;
		right: -1px;
		top: -1px;
		border-radius: 15px;
	}
	.top .item .menu {
		margin: 0 0 0 20px;
	}
	.top .item .menu a {
		font-size: 14px;
		height: 36px;
		line-height: 30px;
		padding: 0 5px;
	}
	.top .item .menu a.home i {
		width: 28px;
		height: 3px;
	}
	.top .item .menu a.home i::after {
		top: -3px;
		border-left: 3px solid transparent;
		border-bottom: 3px solid #ff6200;
		border-right: 3px solid transparent;
	}
	.top .item .exhi-ico a {
		padding: 0 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.top .item .exhi-ico a i {
		width: 14px;
		height: 16px;
		margin: 5px 3px 0 0;
		background-size: 100% 100%!important;
	}
	.top .item .exhi-ico a.guanzong i {
		width: 16px;
		height: 17px;
	}
	.broadcast {
		height: 42px;
		font-size: 12px;
	}
	.broadcast dt {
		line-height: 42px;
	}
	.broadcast dt i {
		display: inline-block;
		width: 12px;
		height: 13px;
		background: url(../../../../images/expo/version/2022/tz.png) no-repeat;
		vertical-align: top;
		margin: 15px 3px 0 0;
		background-size: 100% 100%;
	}
	.broadcast dd {
		height: 42px;
		line-height: 42px;
	}
	.popular {
		height: 150px;
		padding: 10px 0;
		background-size: 100% 100%;
	}
	.popular b.title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.popular .left ul {
		margin: 0 -7px;
	}
	.popular .left li {
		padding: 0 7px;
	}
	.popular .left li i {
		height: 30px;
		margin: 0 auto 6px;
		background-size:100%!important;
	}
	.popular .left li:nth-child(1) i {
		width: 30px;
	}
	.popular .left li:nth-child(2) i {
		width: 30px;
	}
	.popular .left li:nth-child(3) i {
		width: 29px;
	}
	.popular .left li:nth-child(4) i {
		width: 24px;
	}
	.popular .left li:nth-child(5) i {
		width: 29px;
	}
	.popular .left li:nth-child(6) i {
		width: 30px;
	}
	.popular .left li b {
		margin: 0 auto 15px;
		width: 60px;
		font-size: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.popular .left li b::after {
		bottom: -1.5px;
		width: 14px;
		height: 3px;
	}
	.popular .left li p {
		font-size: 12px;
	}
	.popular .left {
		width: 595px;
		margin-right: 15px;
		padding-right: 15px;
	}
	.popular .right li {
		padding: 0 70px 0 15px;
	}
	.popular .right li span {
		line-height: 22px;
		font-size: 12px;
	}
	.popular .right li a {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.popular .right li i {
		width: 7px;
		height: 8px;
		background-size: 100% 100% !important;
	}
	.part {
		margin-top: 25px;
	}
	.part .title .title_left b {
		height: 34px;
		line-height: 34px;
		font-size: 20px;
		padding: 0 10px;
		background-size: 100% 100% !important;
	}
	.part .title .title_left b:nth-child(2) {
		margin-top: 3px;
		line-height: 30px;
	}
	.part .title .title_left {
		height: 44px;
		max-width: 220px;
	}
	.part .title .title_right {
		height: 44px;
		line-height: 44px;
		padding: 0 10px 0 18px;
		background-size: 100% 100%;
	}
	.part .title .title_right .expo_ {
		height: 26px;
		line-height: 26px;
		width: 68px;
		font-size: 12px;
		margin-top: 9px;
	}
	.part .title .title_right p {
		font-size: 12px;
		margin-left: 60px;
		max-width: 570px;
	}
	.part .title .title_right p span {
		left: -60px;
	}
	.exhi_hall {
		padding: 10px;
	}
	.part .expo_live {
		width: 534px;
		margin: 0 10px;
	}
	.part .exhi_video .text {
		padding: 4px 62px 4px 10px;
	}
	.part .exhi_video .text p {
		height: 20px;
		line-height: 20px;
		padding-left: 15px;
	}
	.part .exhi_video .text a.expo_1 {
		right: 4px;
		top: 4px;
		height: 18px;
		line-height: 18px;
		width: 54px;
		font-size: 12px;
		border-radius: 4px;
	}
	.part .exhi_video .text p i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}
	.part .exhi_video.left,
	.part .exhi_video.right {
		width: 201px;
	}
	.part .expo_live {
		width: 528px;
		margin: 0 10px;
	}
	.part .exhi_video .images span,
	.expo-bot .images span {
		top: 6px;
		right: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		padding: 0 4px;
		border-radius: 8px;
	}
	.part .exhi_video .images span i, .expo-bot .images span i {
		width: 14px;
		height: 14px;
		margin: 1px 3px 0 0;
		background-size: 100% 100%;
	}
	.part .exhi_video .images p {
		padding: 4px 60px 4px 4px;
	}
	.part .exhi_video .images p a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part .exhi_video .images p b {
		right: 6px;
		font-size: 12px;
	}
	.part .exhi_video .images p b i {
		width: 12px;
		height: 8px;
		margin: 5px 3px 0 0;
		background-size: 100% 100%;
	}
	.part .exhi_video .text p a {
		font-size: 12px;
	}
	.part .expo_live .images span {
		top: 14px;
		right: 12px;
		height: 22px;
		line-height: 20px;
		font-size: 13px;
		padding: 0 10px;
		border-radius: 12px;
	}
	.part .expo_live .images span i {
		width: 14px;
		height: 14px;
		margin: 3px 3px 0 0;
		background-size: 100% 100%;
	}
	.part .expo_live .text {
		padding: 8px 14px;
	}
	.part .expo_live .text p a {
		height: 20px;
		line-height: 20px;
		width: 370px;
		font-size: 14px;
	}
	.part .expo_live .text span {
		font-size: 12px;
		padding-left: 18px;
	}
	.part .expo_live .text span i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}
	.part .expo_live .text a.expo_2 {
		height: 28px;
		line-height: 28px;
		width: 84px;
		right: 12px;
		bottom: 12px;
		font-size: 13px;
		border-radius: 4px;
	}
	.part .expo_live .images a.play {
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
	}
	.part .expo_show {
		padding: 10px 5px;
	}
	.part .expo_show li {
		padding: 0 5px;
	}
	.part .expo_show .images {
		height: 133px;
		padding: 8px;
	}
	.part .expo_show .text {
		padding: 8px 4px 2px;
	}
	.part .expo_show .text p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part .expo_show .text span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part .expo_show .text a.expo_3 {
		height: 18px;
		line-height: 18px;
		width: 60px;
		font-size: 12px;
		margin: 6px auto 0;
		border-radius: 5px;
	}
	.part .com_show {
		padding: 14px 0;
	}
	.part .com_show .title span {
		width: 112px;
		height: 27px;
		line-height: 27px;
		font-size: 13px;
		text-indent: 11px;
		background-size: 100% 100% !important;
	}
	.part .com_show .right .title span {
		width: 94px;
	}
	.part .com_show .title a.more {
		line-height: 27px;
		font-size: 12px;
	}
	.part .com_show .left li i {
		width: 16px;
		height: 16px;
		background-size: 100% 100%!important;
	}
	.part .com_show .left li a,
	.part .com_show .right li a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part .com_show .right li span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		padding: 0 4px;
		border-radius: 12px;
	}
	.part .com_show .right li span i {
		width: 8px;
		height: 10px;
		margin: 4px 3px 0 0;
		background-size: 100% 100%;
	}
	.part .com_show .right li {
		padding-left: 45px;
		margin-top: 10px;
	}
	.part .com_show .left ul{
		margin-right: -10px;
	}
	.part .com_show .left li {
		padding:0 10px 0 20px;
		margin-top: 10px;
	}
	.expo-bot {
		margin-top: 25px;
		padding: 15px 0 30px 0;;
	}
	.expo-bot {
		margin-top: 25px;
		padding: 13px 0 25px 0;
	}
	.expo-bot .title b {
		float: left;
		height: 28px;
		line-height: 28px;
		width: 86px;
		font-size: 14px;
		text-indent: 10px;
		color: #fff;
		background: url(../../../../images/expo/version/2022/expo-bot-title.png) no-repeat;
		background-size: 100% 100%;
	}
	.expo-bot .images p {
		padding: 5px 6px;
	}
	.expo-bot .swiper-container {
		padding: 0 32px;
	}
	.expo-bot .swiper-show {
		width: 984px;
	}
	.expo-bot .images p a {
		display: block;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.expo-bot .arr_left, .expo-bot .arr_right {
		width: 32px;
	}
	.part .com_show .left .title span{
		width: 85px;
		text-indent: 12px;
	}
	.com_show-top {
		padding: 14px 18px;
		margin-top: 25px;
	}
	.com_show-top .title span {
		width: 86px;
		height: 27px;
		line-height: 27px;
		font-size: 13px;
		text-indent: 12px;
		background-size: 100% 100% !important;
	}
	.com_show-top ul {
		margin-right: -10px;
	}
	.com_show-top li {
		padding: 0 10px 0 20px;
		margin-top: 10px;
	}
	.com_show-top li i {
		width: 15px;
		height: 15px;
		background-size: 100% 100%!important;
	}
	.com_show-top li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.expo-bot .swiper-slide p {
		line-height: 20px;
		height: 20px;
		font-size: 13px;
	}
	.expo-bot .swiper-slide .text span {
		font-size: 12px;
	}
	.popular .left li b em{
		font-size: 12px;
	}











}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	body{min-width: 1160px;}
	.main,.expo-bot .swiper-container{width: 1160px;}
	.top .item .logo a:nth-child(1) img {
		height: 44px;
	}
	.top .item .logo a:nth-child(2) img {
		height: 36px;
		margin-top: 6px;
	}
	.top .item {
		padding: 15px 0 18px 0;
		position: relative;
	}
	.top .search {
		width: 296px;
		height: 32px;
		margin: 4px 0 0 40px;
	}
	.top .search input {
		width: 230px;
		height: 32px;
		font-size: 12px;
		margin-left: 12px;
	}
	.top .search button {
		height: 36px;
		line-height: 36px;
		width: 65px;
		font-size: 14px;
	}
	.top .item .menu {
		margin: 0 0 0 15px;
	}
	.top .item .menu a {
		font-size: 16px;
		height: 36px;
		line-height: 32px;
		padding: 2px 6px 0;
	}
	.top .item .exhi-ico a {
		padding: 0 7px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.top .item .exhi-ico a i {
		width: 14px;
		height: 16px;
		margin: 8px 2px 0 0;
		background-size: 100% 100%;
	}
	.top .item .exhi-ico a.guanzong {
		margin-left: 10px;
	}
	.top .item .exhi-ico a.guanzong i{
		margin-top: 6px;
	}
	.Tophead a.moblie {
		margin: 0 5px;
	}
	.header p {
		margin-right: 120px;
	}
	.broadcast {
		height: 48px;
		font-size: 14px;
	}
	.broadcast dt {
		line-height: 48px;
	}
	.broadcast dt i {
		width: 18px;
		height: 17px;
		margin: 17px 4px 0 0;
		background-size: 100% 100%;
	}
	.broadcast dd {
		height: 48px;
		line-height: 48px;
	}
	.broadcast dd a {
		margin-right: 10px;
	}
	.popular {
		height: 176px;
		padding: 14px 0;
	}
	.popular b.title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.popular .left li i {
		height: 36px;
		margin: 0 auto 10px;
		background-size:100%!important;
	}
	.popular .left li:nth-child(1) i {
		width: 36px;
	}
	.popular .left li:nth-child(2) i {
		width: 36px;
	}
	.popular .left li:nth-child(3) i {
		width: 40px;
	}
	.popular .left li:nth-child(4) i {
		width: 29px;
	}
	.popular .left li:nth-child(5) i {
		width: 41px;
	}
	.popular .left li:nth-child(6) i {
		width: 36px;
	}
	.popular .left li b {
		margin: 0 auto 10px;
		width: 65px;
		font-size: 24px;
		padding-bottom: 20px;
	}
	.popular .left {
		width: 689px;
		margin-right: 20px;
		padding-right: 20px;
	}
	.popular .left ul {
		margin: 0 -8px;
	}
	.popular .left li {
		padding: 0 8px;
	}
	.popular .right li a {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.popular .right li {
		padding: 0 90px 0 15px;
	}
	.part .title .title_left b {
		height: 42px;
		line-height: 42px;
		font-size: 24px;
		padding: 0 12px;
	}
	.part .title .title_left b:nth-child(2) {
		margin-top: 4px;
		line-height: 38px;
	}
	.part .title .title_left {
		height: 52px;
		max-width: 290px;
	}
	.part .title .title_right {
		height: 52px;
		line-height: 52px;
		padding: 0 12px 0 20px;
		background-size: 100% 100%;
	}
	.part .title .title_right p {
		font-size: 14px;
		margin-left: 80px;
		max-width: 680px;
	}
	.part .title .title_right p span {
		left: -80px;
	}
	.part .title .title_right .expo_ {
		height: 28px;
		line-height: 28px;
		width: 82px;
		font-size: 14px;
		margin-top: 12px;
	}
	.exhi_hall {
		padding: 12px;
	}
	.part .exhi_video.left,
	.part .exhi_video.right {
		width: 248px;
	}
	.part .expo_live {
		width: 616px;
		margin: 0 12px;
	}
	.part .exhi_video .images span {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
		padding: 0 15px;
	}
	.part .exhi_video .images p {
		padding: 4px 70px 4px 5px;
	}
	.part .exhi_video .images p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part .exhi_video .images p b {
		right: 8px;
		font-size: 13px;
	}
	.part .expo_live .images span {
		position: absolute;
		top: 20px;
		right: 20px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		padding: 0 15px
	}
	.part .expo_live .images span i {
		width: 20px;
		height: 20px;
		margin: 3px 4px 0 0;
	}
	.part .expo_live .text {
		padding: 8px 12px;
	}
	.part .expo_live .text p a {
		height: 25px;
		line-height: 30px;
		width: 470px;
		font-size: 17px;
	}
	.part .expo_live .text a.expo_2 {
		height: 34px;
		line-height: 34px;
		width: 98px;
		right: 18px;
		bottom: 14px;
		font-size: 14px;
	}
	.part .expo_show {
		padding: 12px 6px;
	}
	.part .expo_show .images {
		height: 150px;
		padding: 12px;
	}
	.part .expo_show .text p a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part .expo_show .text span {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part .expo_show .text a.expo_3 {
		height: 26px;
		line-height: 26px;
		width: 72px;
		font-size: 13px;
		margin: 6px auto 0;
	}
	.part .expo_show .text {
		padding: 7px 2px 0;
	}
	.part .com_show .title span {
		width: 135px;
		height: 32px;
		line-height: 32px;
		font-size: 17px;
		text-indent: 13px;
		background-size: 100% 100% !important;
	}
	.part .com_show .title a.more {
		line-height: 32px;
		font-size: 13px;
	}
	.part .com_show .left ul{
		margin-right: -10px;
	}
	.part .com_show .left li {
		padding:0 10px 0 20px;
		margin-top: 10px;
	}
	.part .com_show .left li i {
		width: 16px;
		height: 16px;
		background-size: 100% 100%!important;
	}
	.part .com_show .left li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}

	.part .com_show .right li span {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		padding: 0 5px;
	}
	.part .com_show .right li span i {
		width: 10px;
		height: 12px;
		margin: 3px 2px 0 0;
		background-size: 100% 100%;
	}
	.part .com_show .right li {
		padding-left: 50px;
		margin-top: 10px;
	}
	.part .com_show .right li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.expo-bot {
		margin-top: 30px;
		padding: 18px 0 32px 0;
	}
	.expo-bot .title b {
		height: 32px;
		line-height: 32px;
		width: 103px;
		font-size: 17px;
		text-indent: 11px;
		background-size: 100% 100%;
	}
	.expo-bot .title a.more {
		line-height: 32px;
		font-size: 13px;
	}
	.expo-bot .swiper {
		margin-top: 16px;
	}
	.expo-bot .swiper-container {
		padding: 0 38px;
	}
	.expo-bot .swiper-button-prev, .expo-bot .swiper-button-next {
		width: 22px;
		height: 34px;
		background-size: 100% 100% !important;
	}
	.expo-bot .swiper-show {
		width: 1176px;
	}
	.expo-bot .images span {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
		padding: 0 15px;
	}
	.expo-bot .images span i {
		margin: 6px 4px 0 0;
	}
	.expo-bot .images p {
		padding: 5px 7px;
	}
	.expo-bot .images p a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part .exhi_video .images span i {
		margin: 2px 3px 0 0;
	}
	.part .expo_show li {
		padding: 0 6px;
	}
	.part .exhi_video .text {
		padding: 4px 74px 4px 6px;
	}
	.part .exhi_video .text p a {
		font-size: 13px;
		color: #333;
	}
	.part .exhi_video .text a.expo_1 {
		right: 4px;
		top: 4px;
		height: 20px;
		line-height: 20px;
		width: 64px;
		font-size: 12px;
		border-radius: 6px;
	}
	.part .exhi_video .text p {
		height: 20px;
		line-height: 20px;
		padding-left: 16px;
	}
	.part .exhi_video .text p i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}
	.part .com_show .right .title span {
		width: 112px;
	}
	.expo-bot .arr_left, .expo-bot .arr_right {
		width: 38px;
	}
	.Tophead a.moweixin {
		margin: 0 15px 0 5px;
	}
	.part .com_show .left .title span{
		width: 85px;
		text-indent: 12px;
	}
	.part .com_show .left .title span{
		width: 110px;
		text-indent: 12px;
	}
	.part {
		margin-top: 30px;
	}
	.com_show-top {
		padding: 18px 20px;
		margin-top: 30px;
	}
	.com_show-top li {
		padding: 0 10px 0 20px;
		margin-top: 12px;
	}
	.com_show-top ul {
		margin-right: -10px;
	}
	.com_show-top li i {
		width: 15px;
		height: 15px;
		background-size: 100% 100%!important;
	}
	.com_show-top li a {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.com_show-top .title span {
		width: 120px;
		height: 32px;
		line-height: 32px;
		font-size: 17px;
		text-indent: 19px;
		background-size: 100% 100% !important;
	}

	.expo-bot .swiper-slide p {
		line-height: 22px;
		height: 22px;
		font-size: 14px;
	}
	.expo-bot .swiper-slide .text span {
		font-size: 13px;
	}
	.popular .left li b em{
		font-size: 13px;
	}

}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
	body{min-width: 1232px;}
	.main,.expo-bot .swiper-container{width: 1232px;}
	.top .item .logo a:nth-child(1) img {
		height: 46px;
	}
	.top .item .logo a:nth-child(2) img {
		height: 38px;
		margin-top: 5px;
	}
	.top .search {
		width: 330px;
		height: 34px;
		margin: 5px 0 0 42px;
	}
	.top .search input {
		width: 254px;
		height: 34px;
		margin-left: 12px;
	}
	.top .search button {
		height: 38px;
		line-height: 38px;
		width: 76px;
	}
	.top .item .menu {
		margin: 0 0 0 20px;
	}
	.top .item .menu a {
		font-size: 18px;
		height: 46px;
		line-height: 46px;
	}
	.top .item .exhi-ico a {
		padding: 0 7px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.top .item .exhi-ico a i {
		width: 16px;
		height: 18px;
		margin: 7px 3px 0 0;
		background-size: 100% 100% !important;
	}
	.broadcast {
		height: 52px;
		font-size: 14px;
		position: relative;
	}
	.broadcast dt {
		line-height: 52px;
	}
	.broadcast dd {
		height: 52px;
		line-height: 52px;
	}
	.broadcast dt i {
		margin: 18px 5px 0 0;
	}
	.popular {
		height: 185px;
		padding: 15px 0;
	}
	.popular b.title {
		font-size: 18px;
	}
	.popular .left {
		width: 724px;
		margin-right: 32px;
		padding-right: 30px;
	}
	.popular .left li i {
		height: 39px;
		margin: 0 auto 10px;
		background-size:100%!important;
	}
	.popular .left li:nth-child(1) i {
		width: 39px;
	}
	.popular .left li:nth-child(2) i {
		width: 39px;
	}
	.popular .left li:nth-child(3) i {
		width: 42px;
	}
	.popular .left li:nth-child(4) i {
		width: 31px;
	}
	.popular .left li:nth-child(5) i {
		width: 44px;
	}
	.popular .left li:nth-child(6) i {
		width: 39px;
	}
	.popular .left li b {
		width: 72px;
		font-size: 26px;
		padding-bottom: 20px;
	}
	.popular .left li p {
		font-size: 14px;
	}
	.popular .right li a {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
	}
	.popular .right li span {
		line-height: 28px;
		font-size: 14px;
	}
	.popular .right li {
		padding: 0 90px 0 18px;
	}
	.part {
		margin-top: 35px;
	}
	.part .title .title_left {
		height: 55px;
		max-width: 305px;
	}
	.part .title .title_left b {
		height: 44px;
		line-height: 44px;
		font-size: 26px;
		padding: 0 13px;
	}
	.part1 .title .title_left b:nth-child(2) {
		line-height: 38px;
	}
	.part .title .title_right {
		height: 55px;
		line-height: 55px;
		padding: 0 12px 0 20px;
	}
	.part .title .title_right p {
		font-size: 14px;
		margin-left: 70px;
		max-width: 720px;
	}
	.part .title .title_right p span {
		left: -70px;
	}
	.part .title .title_right .expo_ {
		height: 30px;
		line-height: 30px;
		width: 86px;
		font-size: 14px;
		margin-top: 12px;
	}
	.exhi_hall {
		padding: 12px;
	}
	.part .exhi_video.left,
	.part .exhi_video.right {
		width: 259px;
	}
	.part .expo_live {
		width: 664px;
		margin: 0 12px;
	}
	.part .exhi_video ul {
		margin-top: -12px;
	}
	.part .exhi_video li {
		margin-top: 12px;
	}
	.part .exhi_video .images span {
		height: 24px;
		line-height: 23px;
		font-size: 13px;
		padding: 0 9px;
		border-radius: 10px;
	}
	.part .exhi_video .images span i {
		margin: 2px 5px 0 0;
	}
	.part .exhi_video .images p {
		padding: 6px 75px 6px 6px;
	}
	.part .exhi_video .images p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part .exhi_video .images p b {
		right: 10px;
		font-size: 13px;
	}
	.part .exhi_video .images p b i {
		width: 14px;
		height: 10px;
		margin: 5px 3px 0 0;
		background-size: 100% 100%;
	}
	.part .exhi_video .text {
		padding: 5px 80px 5px 8px;
	}
	.part .exhi_video .text p {
		height: 26px;
		line-height: 26px;
		padding-left: 18px;
	}
	.part .exhi_video .text p i {
		width: 15px;
		height: 15px;
		background-size: 100% 100%;
	}
	.part .exhi_video .text p a {
		font-size: 13px;
	}
	.part .exhi_video .text a.expo_1 {
		top: 5px;
		height: 24px;
		line-height: 23px;
		width: 68px;
		font-size: 13px;
		border-radius: 6px;
	}
	.part .expo_live .images span {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		padding: 0 18px;
		border-radius: 13px;
	}
	.part .expo_live .text {
		padding: 10px 18px;
	}
	.part .expo_live .text p a {
		height: 26px;
		line-height: 26px;
		width: 500px;
		font-size: 18px;
	}
	.part .expo_show {
		padding: 14px 6px;
	}
	.part .expo_show li {
		padding: 0 6px;
	}
	.part .expo_show .images {
		height: 166px;
		padding: 12px;
	}
	.part .expo_show .text {
		padding: 10px 3px 0px;
	}
	.part .expo_show .text p a {
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.part .expo_show .text span {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part .expo_show .text a.expo_3 {
		height: 26px;
		line-height: 24px;
		width: 80px;
		font-size: 13px;
	}
	.part .com_show {
		padding: 18px 0;
	}
	.part .com_show .left, .part .com_show .right {
		padding: 0 20px;
	}
	.part .com_show .title span {
		width: 141px;
		height: 34px;
		line-height: 34px;
		font-size: 18px;
		text-indent: 12px;
		background-size: 100% 100% !important;
	}
	.part .com_show .title a.more {
		line-height: 34px;
		font-size: 13px;
	}
	.part .com_show .left li {
		margin-top: 12px;
	}
	.part .com_show .left li a {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.part .com_show .right li span {
		height: 18px;
		line-height: 18px;
		padding: 0 6px;
	}
	.part .com_show .right li span i {
		width: 10px;
		height: 12px;
		margin: 3px 4px 0 0;
		background-size: 100% 100%;
	}
	.part .com_show .right li {
		padding-left: 55px;
		margin-top: 12px;
	}
	.part .com_show .right li a {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.expo-bot .title b {
		height: 34px;
		line-height: 34px;
		width: 107px;
		font-size: 18px;
		text-indent: 11px;
		background-size: 100% 100%;
	}
	.expo-bot .title a.more {
		line-height: 34px;
		font-size: 13px;
	}
	.expo-bot .swiper {
		margin-top: 18px;
	}
	.expo-bot .swiper-container {
		padding: 0 40px;
	}
	.expo-bot .arr_left, .expo-bot .arr_right {
		width: 40px;
	}
	.expo-bot .swiper-show {
		width: 1248px;
	}
	.expo-bot {
		margin-top: 35px;
		padding: 18px 0 35px 0;
	}
	.part .com_show .left .title span{
		width: 110px;
		text-indent: 12px;
	}
	.com_show-top {
		padding: 18px 20px;
		margin-top: 35px;
	}
	.com_show-top .title span {
		width: 141px;
		height: 34px;
		line-height: 34px;
		font-size: 21px;
		text-indent: 18px;
		background-size: 100% 100% !important;
	}
	.part .expo_live .images span i {
		margin: 3px 4px 0 0;
	}
	.popular .left li b em{
		font-size: 15px;
	}





}
@media only screen and (min-width: 1600px){
	body{min-width: 1400px;}
	.main,.expo-bot .swiper-container{width: 1400px;}
}
