.main{
    width: 1450px;
    margin: 0 auto;
}
/* header */
.header{
    height: 40px;
    background-color: #f2f2f2;
}
.header.main{
    overflow: hidden;
}
.header a{
    font-size: 12px;
    color: #666;
}
.header a:hover{color: #0185d5;}
.header p{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.header p a:nth-child(1){
    font-size: 14px;
    margin-right: 40px;
}
.header p a:nth-child(3),.header p a:nth-child(5){
    display: inline-block;
    width: 64px;
    height: 22px;
    line-height: 22px;
    color: #fff!important;
    background-color: #0185d5;
    text-align: center;
    border-radius: 2px;
}
.header p a{
    margin-right: 15px;
}
.header p a:last-child{margin-right: 0;}
.header span{
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 0;
	margin-right: 146px;
}
.header span a{
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #e0e0e0;
}
.header span a.vx,.header span a.app{
    display: inline-block;
    width: 78px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    text-align: center;
}
/* wx+app */
.mobilewx {
	width: 1450px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}
.mobileTop {
	position: absolute;
	top: -44px;
	right: 7px;
	cursor: pointer;
	color: #666;
	line-height: 40px;
}
.mobileTop a {
	color: #666 !important;
}
.mobileTop i{
	display: inline-block;
    background-size: 100% 100%!important;
    vertical-align: top;
    margin-right: 4px;
    width: 12px;
    height: 18px;
    background: url(../../../../images/Exhibition/version/2022/app.png) no-repeat;
    margin-top: 11px;
}
.mobileBot {
	position: absolute;
	right: -3px;
	top: -4px;
	display: none;
	border: 1px solid #d1d1d1;
}
.mobileBot img,.weixinBot img {
	width: 90px;
}
.weixin {
	width: 1450px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}
.weixinTop {
	position: absolute;
	top: -44px;
	right: 76px;
	cursor: pointer;
	color: #666;
	line-height: 40px;
}
.weixinTop i{
	display: inline-block;
    background-size: 100% 100%!important;
    vertical-align: top;
    margin-right: 4px;
    width: 20px;
    height: 16px;
    background: url(../../../../images/Exhibition/version/2022/vx.png) no-repeat;
    margin-top: 13px;
}
.weixinBot {
	position: absolute;
	right: 65px;
	top: -4px;
	display: none;
	border: 1px solid #d1d1d1;
}
/* topAdv */
.topAdv{margin-top: 5px;}
.topAdv ul{
    overflow: hidden;
    margin: 0 -5px;
}
.topAdv li{
    float: left;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
.topAdv li a.advs{
    position: relative;
    display: block;
    padding-bottom: 11.11%;
    height: 0;
    overflow: hidden;
}
.topAdv li a.advs img{
    max-height: none;
    width: 100%;
}
.advs i{
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 9;
    width: 24px;
    height: 12px;
    background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
/* top */
.top{
    margin: 30px auto;
}
.logo{
	float: left;
}
.top h1{
	width: 193px;
	float: left;
	margin-left: 60px;
	font-size: 24px;
	line-height: 34px;
	color: #0185d5;
	margin-top: 16px;
}
.top h1 i{
	display: block;
	width: 174px;
	height: 16px;
	margin-top: 5px;
	background: url(../../../../images/Exhibition/version/2022/h1.png) no-repeat;
	background-size: 100% 100%;
}
.searchBox{
	width: 700px;
	height: 46px;
    border: 2px solid #ff8800;
	float: right;
	border-radius: 50px;
	margin-top: 16px;
	position: relative;
}
.search{
	width: 100%;
	height: 46px;
}
.searchBox .searchSelect{
	width: 100px;
	height: 46px;
	float: left;
	position: relative;
	z-index: 99999;
	border-radius: 50px 0 0 50px;
}
.searchBox .searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchBox .searchSelectTop p{
	font-size: 14px;
	line-height: 46px;
	color: #333;
	text-indent: 15px;
}
.searchBox .searchSelectTop i{
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	top: 19px;
	left: 80px;
	background:url(../../../../images/Exhibition/version/2022/download-12.png) no-repeat;
	-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 #ff8800;
    left: 4px;
    top: 48px;
    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: #41a7e5;
	color: #fff;
}
.searchBox .search input{
	width: 510px;
	height: 46px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 46px;
	font-family: "microsoft yahei";
	color: #999;
	border: none;
	background: none;
}
.searchBox .search button{
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
	width: 90px;
	height: 50px;
	border:none;
	background: url(../../../../images/Exhibition/version/2022/search.png) no-repeat;
	cursor: pointer;
	outline: none;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-indent: -9999px;
	font-family: "microsoft yahei";
}
.field{
	position: absolute;
	top: 9px;
	right: 187px;
	z-index: 9999;
}
#hangye{
	padding: 0 30px 0 15px;
	background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 80px 12px #f4f4f4;
	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: #41a7e5;
    color: #fff;
}
.erea{
	position: absolute;
	top: 9px;
	right: 105px;
	z-index: 9999;
}
.ereaTop{
	padding: 0 30px 0 15px;
	background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 50px 12px #f4f4f4;
	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: #1b8bd4;
    color: #fff;
    padding: 0;
}
.ereaBot ul li:hover {
    background: #41a7e5;
    color: #fff;
}
.ereaBot ul li:hover a{
	color: #fff;
}
/* nav */
.nav{
	width: 100%;
	background: #0185d5;
}
.nav .main{
	font-size: 18px;
    height: 56px;
	line-height: 56px;
	color: #fff;
}
.nav a{
	color: #fff;
	-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;
}
.nav a div {
	display: inline-block;
	padding: 0 25px;
}
.nav a.on div{
	font-weight: bold;
	transform:skew(-17deg);
	background: rgba(255,255,255,0.2);
}
.nav a.on div {
	transform: skew(-17deg);
}

.nav a:hover div{
	font-weight: bold;
	transform:skew(-17deg);
	background: rgba(255,255,255,0.2);
}
.nav a:hover div{
	transform:skew(-17deg);
}
.nav .expo {
	position: relative;
}
.nav .expo i {
	position: absolute;
	height: 15px;
	line-height: 14px;
	background: url(../../../../images/Exhibition/version/2022/new.png) no-repeat;
	background-size: 100% 17px;
	right: -20px;
	top: -14px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	font-style: normal;
	padding: 1px 5px;
	min-width: 38px;
	text-align: center;
}
.nav .hot {
	position: relative;
}
.nav .hot i {
	height: 30px;
	width: 30px;
	background: url(../../../../images/Exhibition/version/2022/hot.png) no-repeat 0 0;
	position: absolute;
	background-size: 100%;
	top: -17px;
	right: -3px;
	font-size: 12px;
	font-style: normal;
	line-height: 36px;
	text-align: center;
}
/* headlines */
.headlines{
	margin: 27px auto 20px;
}
.headlines h2{
	padding-left: 129px;
	font-size: 36px;
    height: 54px;
	line-height: 54px;
    overflow: hidden;
	text-align: center;
	position: relative;
}
.headlines i{
	position: absolute;
	left: 0;
	height: 54px;
	width: 125px;
	background: url(../../../../images/Exhibition/version/2022/th1.png) no-repeat;
}
.headlines h2 a{
	color: #333;
}
.headlines h2 a:hover{
	color: #f90;
}
/* part1 */
.part1{
	margin-top: 40px;
	overflow: hidden;
}
.part1 .left{
	float: left;
	width: 775px;
	margin-right: 30px;
	overflow: hidden;
}
.part1 .left .swiper-slide{
	padding-bottom: 50.70%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.part1 .left .images img{
	max-height: none;
	width: 100%;
}
.part1 .left p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
}
.part1 .left p a{
	display: block;
	background-color: #1891d9;
	color: #fff;
}
.part1 .left p a:hover{
	color: #f80;
}
.part1 .right{
	overflow: hidden;
}
.part1 .right .tab-top{height: 40px;}
.part1 .right .tab-top a{
	display: inline-block;
	width: 135px;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	text-indent: 23px;
	margin-right: 30px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	transition: none;
}
.part1 .right .tab-top a i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 10px;
	background: url(../../../../images/Exhibition/version/2022/tab.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .right .tab-top a.focus{
	color: #1891d9;
	background: url(../../../../images/Exhibition/version/2022/tabHover.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .right .tab-bot{
	margin-top: 21px;
	display: none;
}
.part1 .right .tab-bot .item{
	overflow: hidden;
	background-color: #f7f7f7;
}
.part1 .right .tab-bot .item .images{
	float: left;
	width: 262px;
}
.part1 .right .tab-bot .item .images a{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.part1 .right .tab-bot .item .images img{
	max-height: none;
	width: 100%;
}
.part1 .right .tab-bot .item .text{
	padding: 20px 28px 15px 22px;
	overflow: hidden;
}
.part1 .right .tab-bot .item .text h2 a{
	display: block;
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part1 .right .tab-bot .item .text h2 a:hover{color: #0185d5;}
.part1 .right .tab-bot .item .text p{
	color: #666;
	font-size: 14px;
	margin-top: 32px;
}
.part1 .right .tab-bot li{
	padding-left: 15px;
	margin-top: 15px;
	position: relative;
}
.part1 .right .tab-bot li a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	overflow: hidden;
	color: #333;
}
.part1 .right .tab-bot li a:hover{color: #0185d5;}
.part1 .right .tab-bot li i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 10px;
	background: url(../../../../images/Exhibition/version/2022/tab.png) no-repeat;
}
/* bannerAdv */
.bannerAdv{
	margin-top: 20px;
}
.bannerAdv ul{
	overflow: hidden;
}
.bannerAdv li{
	float: left;
	width: 20%;
}
.bannerAdv .advs {
	position: relative;
	display: block;
	padding: 5px;
}
.bannerAdv li:nth-child(4){
	width: 40%;
}
.bannerAdv li:nth-child(5){
	width: 40%;
}
/* part2 */
.part2{
	margin-top: 30px;
}
.part2 .title{
	overflow: hidden;
}
.part2 .title h2{
	float: left;
	height: 58px;
	width: 212px;
}
.part2 .title h2 a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../../images/Exhibition/version/2022/title1.png) no-repeat;
}
.part2 .title p{
	float: right;
	padding: 5px 0;
	margin-top: 11px;
}
.part2 .title p a{
	display: inline-block;
	width: 170px;
	height: 36px;
	line-height: 36px;
	margin-left: 10px;
	font-size: 22px;
	color: #333;
	background-color: #f2f2f2;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.part2 .title p a.focus{background:none!important;color: #fff;}
.part2 .title p a.focus::after{
	position: absolute;
	display: inline-block;
	content: "";
	top: -5px;
	bottom: -5px;
	left: 0;
	right: 0;
	background: url(../../../../images/Exhibition/version/2022/tab1Hover.png) no-repeat;
	z-index: -1;
}
.item-bot{
	margin-top: 22px;
	overflow: hidden;
}
/* item-bot1  */
.item-bot1 .rec-left{
	float: left;
	width: 1054px;
	padding: 10px;
	margin-right: 30px;
	background-color: #0185d5;
	border-radius: 6px;
}
.item-bot1 .rec-left-top{
	overflow: hidden;
}
.item-bot1 .rec-left-top .left{
	float: left;
	width: 720px;
	position: relative;
}
.item-bot1 .rec-left-top .left i{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 86px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	text-align: center;
	background-image: linear-gradient(to right, #fdb32a , #f28e2f);
	border-radius: 0 0 6px 0;
}
.item-bot1 .rec-left-top .left a{
	display: block;
	padding-bottom: 57.5%;
	height: 0;
	overflow: hidden;
}
.item-bot1 .rec-left-top .left img{
	max-height: none;
	width: 100%;
}

.item-bot1 .rec-left-top .right{
	float: right;
	width: 333px;
	padding: 7px 44px 7px 19px;
	background-color: #fff;
	box-sizing: border-box;
}
.item-bot1 .rec-left-top .right ul{
	overflow: hidden;
}
.item-bot1 .rec-left-top .right li{
	float: left;
	height: 79px;
	width: 110px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.item-bot1 .rec-left-top .right li:nth-child(2n){
	margin-left: 25px;
}
.item-bot1 .rec-left-top .right li:nth-child(2n+1){
	margin-right: 25px;
}
.item-bot1 .rec-left-top .right li:nth-child(9),
.item-bot1 .rec-left-top .right li:nth-child(10){
	border: none;
}
.item-bot1 .rec-left-top .right li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.item-bot1 .rec-left-bot{
	padding: 18px 0 6px 0;
}
.item-bot1 .rec-left-bot ul{
	margin: 0 -10px;
	overflow: hidden;
}
.item-bot1 .rec-left-bot li{
	float: left;
	width: 16.66%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 10px;
}
.item-bot1 .rec-left-bot li .item{
	height: 106px;
	border: 1px solid #fff;
}
.item-bot1 .rec-left-bot li b{
	display: block;
	margin-top: 21px;
}
.item-bot1 .rec-left-bot li b i{
	display: inline-block;
	width: 36px;
	height: 36px;
}
.item-bot1 .rec-left-bot li:nth-child(1) b i{
	background: url(../../../../images/Exhibition/version/2022/icon1.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(2) b i{
	background: url(../../../../images/Exhibition/version/2022/icon2.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(3) b i{
	background: url(../../../../images/Exhibition/version/2022/icon3.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(4) b i{
	background: url(../../../../images/Exhibition/version/2022/icon4.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(5) b i{
	background: url(../../../../images/Exhibition/version/2022/icon5.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(6) b i{
	width: 38px;
	background: url(../../../../images/Exhibition/version/2022/icon6.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(1):hover b i{
	background: url(../../../../images/Exhibition/version/2022/icon1hover.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(2):hover b i{
	background: url(../../../../images/Exhibition/version/2022/icon2hover.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(3):hover b i{
	background: url(../../../../images/Exhibition/version/2022/icon3hover.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(4):hover b i{
	background: url(../../../../images/Exhibition/version/2022/icon4hover.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(5):hover b i{
	background: url(../../../../images/Exhibition/version/2022/icon5hover.png) no-repeat;
}
.item-bot1 .rec-left-bot li:nth-child(6):hover b i{
	background: url(../../../../images/Exhibition/version/2022/icon6hover.png) no-repeat;
}
.item-bot1 .rec-left-bot li p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
}
.item-bot1 .rec-left-bot .item:hover{
	background-color: #fff;
}
.item-bot1 .rec-left-bot .item:hover p{color: #333;}
.item-bot1 .rec-right{
	overflow: hidden;
}
.item-bot1 .rec-right li .images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.item-bot1 .rec-right li .images img{
	max-height: none;
	width: 100%;
}
.item-bot1 .rec-right li .images i{
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #0485d4;
	border-radius: 0 0 8px 0;
	font-style: normal;
	text-align: center;
	z-index: 9;
}
.item-bot1 .rec-right li .images i.live {
	background-color:#feb32a;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#feb32a), to(#f28e2f));
	background-image:-webkit-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:-moz-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:-ms-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:-o-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:linear-gradient(90deg, #feb32a, #f28e2f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#feb32a', endColorStr='#f28e2f');
}
.item-bot1 .rec-right li .images i.notice {
	background-color:#1891d9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#7fbadd), to(#1891d9));
	background-image:-webkit-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:-moz-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:-ms-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:-o-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:linear-gradient(90deg, #7fbadd, #1891d9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#7fbadd	', endColorStr='#1891d9');
}
.item-bot1 .rec-right li .images i.replay {
	background-color:#6d79fe;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6d79fe), to(#b599ff));
	background-image:-webkit-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:-moz-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:-ms-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:-o-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:linear-gradient(90deg, #6d79fe, #b599ff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6d79fe', endColorStr='#b599ff');
}
.item-bot1 .rec-right li p{
	padding: 15px 20px;
	background-color: #f5f5f5;
}
.item-bot1 .rec-right li p a{
	display: block;
	line-height: 26px;
	height: 52px;
	font-size: 16px;
	color: #333;
}
.item-bot1 .rec-right li p a:hover{color: #0185d5;}
.item-bot1 .rec-right li:last-child{
	margin-top: 13px;
}
/* item-bot2 */
.item-bot2 ul,.item-bot3 ul {
	margin-left: -33px;
	margin-top: -30px;
	overflow: hidden;
}
.item-bot2 ul li,.item-bot3 ul li {
	float: left;
	width: 25%;
	padding-left: 33px;
	margin-top: 30px;
	box-sizing: border-box;
}
.item-bot2 ul li .item,.item-bot3 ul li .item{
	position: relative;
}
.item-bot2 ul li a.images,.item-bot3 ul li a.images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.item-bot2 ul li img,.item-bot3 ul li img {
	max-height: none;
	width: 100%;
}
.item-bot2 .relibot,.item-bot3 .relibot {
	padding: 15px 25px;
	background: #f5f5f5;
}
.item-bot2 .relibot p,.item-bot3 .relibot p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 8px;
}
.item-bot2 .relibot p a,.item-bot3 .relibot p a {
	color: #333;
}
.item-bot2 .relibot span,.item-bot3 .relibot span {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	display: block;
	height: 25px;
	overflow: hidden;
}
.item-bot2 ul li .sign {
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 99;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #0185d5;
}
.item-bot2 ul li:hover .relibot{
	background: #0185d5;
}
.item-bot2 ul li:hover p a{
	color: #fff;
}
.item-bot2 ul li:hover span{
	color: #fff;
}
/* item-bot3 */
.item-bot3 .relibot a.attend {
	display: block;
	width: 240px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	background: #0185d5;
	border-radius: 5px;
	margin: 10px auto;
	text-align: center;
}
/* part3 */
.part3{
	margin-top: 38px;
}
.part3 .public-title{overflow: hidden;}
.part3 .public-title p{
	float: left;
}
.part3 .public-title p a{
	display: inline-block;
	width: 135px;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	text-indent: 23px;
	margin-right: 30px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	transition:none;
}
.part3 .public-title p a i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 10px;
	background: url(../../../../images/Exhibition/version/2022/tab.png) no-repeat;
	background-size: 100% 100%;
}
.part3 .public-title p a.focus{
	color: #1891d9;
	background: url(../../../../images/Exhibition/version/2022/tabHover.png) no-repeat;
	background-size: 100% 100%;
}
.part3 .public-title .exhi{
	float: right;
	line-height: 40px;
	font-size: 15px;
	position: relative;
	width: 1000px;
}
.part3 .public-title .exhi span{
	float: left;
	width: 105px;
	color: #0285d5;
}
.part3 .public-title .exhi span i{
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../../../../images/Exhibition/version/2022/tz.png) no-repeat;
	vertical-align: top;
	margin: 12px 10px 0 0;
}
.part3 .public-title .exhi .winBox {
	position: relative;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.part3 .public-title .exhi .scroll {
	width: 2000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.part3 .public-title .exhi li{
	float: left;
	margin: 0 10px;
}
.part3 .public-title .exhi li a{color: #333;}
.part3 .public-title .exhi li:hover a{color: #0185d5;}
.exhi-list {
	margin-top: 20px;
}
.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/Exhibition/version/2022/cx.jpg) no-repeat;
	text-align: center;
	line-height: 52px;
}
.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: -4px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #5E91FF transparent transparent transparent;
}
.query-bot {
	display: none;
	padding: 30px 30px 20px;
	position: relative;
}
.CalendarWrapper {
	font-family: "Tahoma", "Arial";
	color: #333;
	position: relative;
}
.CalendarWrapper a {
	color: #333;
}
.CalendarWrapper a:hover {
	color: #4385f5;
	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 .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: #4385f5;
    color: #fff;
}

.CalendarCon a:hover{
	background:#f90;
	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: #4385f5;
}
.query-bot2 {
	padding: 15px 5px 24px;
}
.exhi-list .left {
	overflow: hidden;
}
.exhi-list .left .title {
	background-color: #f7f7f7;
	position: relative;
}
.exhi-tab p {
	line-height: 48px;
	height: 48px;
	font-size: 0;
}
.exhi-tab a {
	font-size: 18px;
	color: #999;
	display: inline-block;
	width: 14.28%;
	text-align: center;
	position: relative;
	margin-left: -1px;
}
.exhi-tab a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 10px;
	background: url(../../../../images/Exhibition/version/2022/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: #0185d5;
	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: #0185d5;
	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: #0185d5;
	font-family: "Microsoft YaHei";
}
.exhi-bot table p.time b.underway {
	font-size: 16px;
}
.exhi-bot table p.time i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../../../../images/Exhibition/version/2022/time.png) no-repeat;
	margin-right: 4px;
	vertical-align: top;
	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 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;
}
.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;
}
.part3 .exhiNav{
	height: 48px;
	background: #f2f2f2;
	border-radius: 5px;
}
.exhiNav a:first-child {
	font-weight: bold;
}
.part3 .exhiNav a{
	font-size: 18px;
	line-height: 48px;
	color: #999;
	position: relative;
	display: inline-block;
	padding: 0 18px 0 19px;
	cursor: pointer;
}
.exhiNav a.focus{
	background: #0185d5;
	color: #fff;
}
.exhiNav a b{
	display: none;
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #0185d5 transparent transparent transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhiNav a.focus b{
	display: inline-block;
}
.exhiNav a:first-child{
	border-radius: 5px 0 0 5px;
}
.exhiNav a:last-child{
	border-radius: 0 5px 5px 0;
}
.exhiList {
	height: 474px;
	overflow-y: scroll;
}
.exhiList ul{
	padding-top: 10px;
}
.exhiList ul li{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
	color: #333;
	padding-right: 15px;
}
.exhiList ul li a{
	color: #333;
	width: 460px;
	padding-right: 30px;
	overflow: hidden;
	float: left;
}
.exhiList ul li:hover a{
	color: #0185d5;
}
.exhiList ul li span{
	float: left;
}
.exhiList ul li b{
	float: right;
	font-weight: normal;
}
/* part4 */
.part4{
	margin-top: 35px;
	overflow: hidden;
}
.part4 .right{
	float: right;
	width: 420px;
	margin-left: 32px;
}
.part4 .right .title i{
	display: inline-block;
	width: 155px;
	height: 40px;
	background: url(../../../../images/Exhibition/version/2022/title3.png) no-repeat;
}
.part4 .right .title a{
	float: right;
	width: 39px;
	height: 31px;
	background: url(../../../../images/Exhibition/version/2022/more.png) no-repeat;
	margin-top: 9px;
}
.part4 .right .item{position: relative;margin-top: 20px;}
.part4 .right .item a.images{
	display: block;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}
.part4 .right .item a.images img{
	max-height: none;
	width: 100%;
}
.part4 .right .item p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 10px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}
.part4 .right .item p a{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.part4 .right .item p a:hover{color: #0185d5;}
.part4 .right ul{
	margin:0 10px 0 4px;
	padding:0 0 10px 14px;
	border-left: 1px dashed #72d5bb;
}
.part4 .right ul li{
	padding-top: 18px;
}
.part4 .right ul li span{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
.part4 .right ul li span b{
	padding: 0 6px;
	display: inline-block;
	font-weight: normal;
}
.part4 .right ul li span b.live {
	background-color:#feb32a;
}
.part4 .right ul li span b.notice {
	background-color:#1891d9;
}
.part4 .right ul li span b.replay {
	background-color:#6d79fe;
}
.part4 .right ul li span b:last-child{
	margin-left: 6px;
	background-color: #73d6bb;
}
.part4 .right ul li i{
	position: absolute;
	display: inline-block;
	left: -20px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background-color: #72d5bb;
	border-radius: 50%;
}
.part4 .right ul li p{
	margin-top: 15px;
}
.part4 .right ul li p a{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #333;
	overflow: hidden;
}
.part4 .right ul li p a:hover{color: #0185d5;}
.part4 .left{
	overflow: hidden;
}
.part4 .left .title i{
	display: inline-block;
	width: 193px;
	height: 58px;
	background: url(../../../../images/Exhibition/version/2022/title2.png) no-repeat;
}
.part4 .left .title p{
	float: right;
	margin-top: 5px;
}
.part4 .left .title p a{
	display: inline-block;
	width: 135px;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	text-indent: 23px;
	margin-right: 30px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition: none;
}
.part4 .left .title p a i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 10px;
	background: url(../../../../images/Exhibition/version/2022/tab.png) no-repeat;
	background-size: 100% 100%;
}
.part4 .left .title p a.focus{
	color: #1891d9;
	background: url(../../../../images/Exhibition/version/2022/tabHover.png) no-repeat;
	background-size: 100% 100%;
}
.part4 .left .item{
	display: none;
}
.part4 .left .item-top{
	padding: 25px 22px 20px 22px;
	margin-top: 35px;
	background-color: #f5f5f5;
}
.part4 .left .item-top h2{
	margin-bottom: 13px;
	text-align: center;
}
.part4 .left .item-top h2 a{
	font-size: 22px;
	color: #333;
}
.part4 .left .item-top p{
	max-height: 72px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.part4 .left .item-bot{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-top: 27px;
}
.part4 .left .item-bot:nth-child(2n){
	padding-right: 0;
	padding-left: 48px;
}
.part4 .left .item-bot:nth-child(2n+1){
	padding-left: 32px;
	padding-right: 16px;
}
.part4 .left .item-bot p{
	position: relative;
}
.part4 .left .item-bot p:first-child a{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	position: relative;
}
.part4 .left .item-bot p i{
	position: absolute;
	left: -28px;
	top: 50%;
	margin-top: -8px;
	width: 21px;
	height: 16px;
	background: url(../../../../images/Exhibition/version/2022/tit-dot.png) no-repeat;
}
.part4 .left .item-bot p a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	color: #333;
}
.part4 .left .item-bot p a:hover{color: #0185d5;}
/* part5 */
.part5{
	margin-top: 30px;
}
.part5 .left{
	float: left;
	width: 622px;
	margin-right: 20px;
}
.part5 .right{
	overflow: hidden;
}
.part5 .title i{
	display: inline-block;
	width: 155px;
	height: 40px;
	background: url(../../../../images/Exhibition/version/2022/title4.png) no-repeat;
}
.part5 .right .title i{
	display: inline-block;
	width: 155px;
	height: 40px;
	background: url(../../../../images/Exhibition/version/2022/title5.png) no-repeat;
}
.part5 .title a.more{
	float: right;
	width: 39px;
	height: 31px;
	background: url(../../../../images/Exhibition/version/2022/more.png) no-repeat;
	margin-top: 9px;
}
.part5 .left ul{
	overflow: hidden;
	margin-right: -22px;
	margin-top: 30px;
}
.part5 .left li{
	float: left;
	width: 50%;
	padding-right: 22px;
	box-sizing: border-box;
}
.part5 .left li a.images{
	display: block;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.part5 .left li a.images img{
	max-height: none;
	width: 100%;
}
.part5 .left li p{
	margin: 7px 0;
	height: 44px;
	line-height: 22px;
	font-size: 16px;
	overflow: hidden;
}
.part5 .left li:nth-child(3) p,.part5 .left li:nth-child(4) p{
	height: 22px;
}
.part5 .left li p a{
	color: #333;
}
.part5 .left li p a:hover{color: #0185d5;}
.part5 .right .swiper{
	float: left;
	width: 488px;
	margin-right: 20px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.part5 .right .swiper .swiper-slide{
	padding-bottom: 80.94%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.part5 .right .swiper .swiper-slide img{
	max-height: none;
	width: 100%;
}
.part5 .right .swiper .swiper-slide p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 20px;
	font-size: 18px;
	background-color: #0185d5;
}
.part5 .right .swiper .swiper-slide p a{
	display: block;
	max-height: 24px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
}
.part5 .right .swiper .swiper-slide p a:hover{
	max-height: 48px;
	text-decoration: underline;	
}
.part5 .right .swiper .swiper-slide i{
	position: absolute;
	left: 20px;
	bottom: 60px;
	width: 40px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background-color: #ff6600;
	border-radius: 4px;
}
.part5 .right .swiper .swiper-button-next,
.part5 .right .swiper .swiper-button-prev{
	background: none!important;
	width: 47px;
	height: 87px;
	top: 140px;
}
.part5 .right .swiper .swiper-button-next{
	right: 0;
	left:initial;
}
.part5 .right .swiper .swiper-button-prev{
	left: 0;
	right: initial;
}
.part5 .right .swiper .swiper-button-next i,
.part5 .right .swiper .swiper-button-prev i{
	display: inline-block;
	width: 47px;
	height: 87px;
	background-size: 100% 10%;
}
.part5 .right .swiper .swiper-button-next i{
	background: url(../../../../images/Exhibition/version/2022/right.png) no-repeat;
}
.part5 .right .swiper .swiper-button-prev i{
	background: url(../../../../images/Exhibition/version/2022/left.png) no-repeat;
}




.part5 .right ul{
	overflow: hidden;
	margin-top: 10px;
}
.part5 .right li{
	position: relative;
	margin-top: 20px;
}
.part5 .right li a.images{
	display: block;
	padding-bottom: 62.33%;
	height: 0;
	overflow: hidden;
}
.part5 .right li a.images img{
	max-height: none;
	width: 100%;
}
.part5 .right li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 6px;
}
.part5 .right li p a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
}
.part5 .right li i{
	position: absolute;
	left: 10px;
	bottom: 34px;
	width: 40px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background-color: #ff6600;
	border-radius: 4px;
}
.part5 .right li p a:hover{
	text-decoration: underline;
}
/* part6 */
.part6{
	margin-top: 30px;
	padding: 30px 0;
	background-color: #f5f5f5;
}
.part6 .main{overflow: hidden;}
.part6 .left{
	float: left;
	width: 680px;
	margin-right: 30px;
}
.part6 .left .title{
	height: 58px;
}
.part6 .left .title i{
	display: inline-block;
	width: 193px;
	height: 58px;
	background: url(../../../../images/Exhibition/version/2022/title6.png) no-repeat;
}
.part6 .left .item{
	margin-top: 25px;
	position: relative;
}
.part6 .left .item .images{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.part6 .left .item .images img{
	max-height: none;
	width: 100%;
}
.part6 .left .item b{
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	width: 80px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	border-radius: 0 0 4px 0;
}
.part6 .left .item b.zb{
	background-image: linear-gradient(to right, #6e79fe , #b599ff);
}
.part6 .left .item b.hf{
	background-image: linear-gradient(to right, #feb22a , #f28e2f);
}
.part6 .left .item b.yg{
	background-image: linear-gradient(to right, #a1cacd , #64b7bc);
}
.part6 .left .item i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 76px;
	height: 76px;
	z-index: 9;
	background: url(../../../../images/Exhibition/version/2022/video.png) no-repeat;
}
.part6 .left .item p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 10px;
	background-color: rgba(0,0,0,0.4);
}
.part6 .left .item p a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #fff;
	overflow: hidden;
}
.part6 .left .item p a:hover{color: #0185d5;}
.part6 .left ul{
	overflow: hidden;
	margin: 0 -10px;
}
.part6 .left li{
	float: left;
	width: 50%;
	margin-top: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.part6 .left li .images{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.part6 .left li .images img{
	max-height: none;
	width: 100%;
}
.part6 .left li .images b{
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	width: 80px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	border-radius: 0 0 4px 0;
	background-image: linear-gradient(to right, #feb22a , #f28e2f);
}
.part6 .left li .images b.zb{
	background-image: linear-gradient(to right, #6e79fe , #b599ff);
}
.part6 .left li .images b.hf{
	background-image: linear-gradient(to right, #feb22a , #f28e2f);
}
.part6 .left li .images b.yg{
	background-image: linear-gradient(to right, #a1cacd , #64b7bc);
}
.part6 .left li .images i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 58px;
	height: 58px;
	z-index: 9;
	background: url(../../../../images/Exhibition/version/2022/video.png) no-repeat;
	background-size: 100% 100%;
}
.part6 .left li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	padding: 10px 5px;
}
.part6 .left li p a{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.part6 .left li p a:hover{color: #0185d5;}
.part6 .right{
	overflow: hidden;
}
.part6 .right p.title{
	height: 58px;
	color: #999;
	padding-right: 66px;
	position: relative;
}
.part6 .right p.title a{
	float: left;
	max-width: 33.3%;
	font-size: 14px;
	color: #333;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
}
.part6 .right p.title a span{
	display: block;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
}
.part6 .right p.title a::before{
	position: absolute;
	content: "/";
	right: -5px;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 12px;
	color: #999;
}
.part6 .right p.title a:hover{color: #0185d5;}
.part6 .right p.title a.more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 58px;
	width: auto;
	padding: 0;
}
.part6 .right p.title a.more::before{
	display: none;
}
.part6 .right .interview ul{
	margin: 25px -10px 0;
	overflow: hidden;
}
.part6 .right .interview li{
	float: left;
	width: 33.3%;
	padding: 0 10px;
	box-sizing: border-box;
}
.part6 .right .interview li a.images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 6px 6px 0 0;
}
.part6 .right .interview li a.images img{
	max-height: none;
	width: 100%;
}
.part6 .right .interview li a.images i{
	position: absolute;
	height: 32px;
	line-height: 32px;
	width: 80px;
	font-size: 15px;
	color: #fff;
	font-style: normal;
	text-align: center;
	background-image: linear-gradient(to right, #feb22a , #f28e2f);
	border-radius: 6px;
}
.part6 .right .interview li a.images i.zb{
	background-image: linear-gradient(to right, #6e79fe , #b599ff);
}
.part6 .right .interview li a.images i.hf{
	background-image: linear-gradient(to right, #feb22a , #f28e2f);
}
.part6 .right .interview li a.images i.yg{
	background-image: linear-gradient(to right, #a1cacd , #64b7bc);
}
.part6 .right .interview li a.images:hover em{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	background: url(../../../../images/Exhibition/version/2022/video.png) no-repeat;
	background-size: 100% 100%;
}
.part6 .right .interview li .text{
	padding: 15px 8px;
	background-color: #fff;
}
.part6 .right .interview li span a{
	display: block;
	line-height: 22px;
	height: 44px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part6 .right .interview li span a:hover{color: #0185d5;}
.part6 .right .interview li b{
	display: block;
	margin-top: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.part6 .right .meeting{
	margin-top: 38px;
	overflow: hidden;
}
.part6 .right .meeting-left{
	float: left;
	width: 470px;
	margin-right: 25px;
}
.part6 .right .meeting-left .title{
	display: block;
	height: 41px;
}
.part6 .right .meeting-left .title i{
	display: inline-block;
	width: 155px;
	height: 41px;
	background: url(../../../../images/Exhibition/version/2022/title7.png) no-repeat;
}
.part6 .right .meeting-left .title a.more{
	float: right;
	width: 39px;
	height: 31px;
	background: url(../../../../images/Exhibition/version/2022/more2.png) no-repeat;
	margin-top: 15px;
}
.part6 .right .meeting-item ul{
	margin-top: 25px;
}
.part6 .right .meeting-item li{
	padding-left: 48px;
	position: relative;
}
.part6 .right .meeting-item li i{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 17px;
	background: url(../../../../images/Exhibition/version/2022/video1.png) no-repeat;

}
.part6 .right .meeting-item li:hover i{
	background: url(../../../../images/Exhibition/version/2022/video1hover.png) no-repeat;
}
.part6 .right .meeting-item li a{
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 15px;
	color: #333;
}
.part6 .right .meeting-item li:hover a{
	color: #0185d5;
}
.part6 .right .meeting-right{
	overflow: hidden;
}
.part6 .right .meeting-top a.images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 6px 6px 0 0;
}
.part6 .right .meeting-top a.images img{
	max-height: none;
	width: 100%;
}
.part6 .right .meeting-top a.images i{
	position: absolute;
	height: 32px;
	line-height: 32px;
	width: 80px;
	font-size: 15px;
	color: #fff;
	font-style: normal;
	text-align: center;
	background-image: linear-gradient(to right, #43a3f7 , #5b58db);
	border-radius: 6px 6px 6px 0;
}
.part6 .right .meeting-top a.images i.zb{
	background-image: linear-gradient(to right, #6e79fe , #b599ff);
}
.part6 .right .meeting-top a.images i.hf{
	background-image: linear-gradient(to right, #feb22a , #f28e2f);
}
.part6 .right .meeting-top a.images i.yg{
	background-image: linear-gradient(to right, #a1cacd , #64b7bc);
}
.part6 .right .meeting-top a.images em{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	background: url(../../../../images/Exhibition/version/2022/video.png) no-repeat;
	background-size: 100% 100%;
}
.part6 .right .meeting-right ul{
	padding: 10px;
	background-color: #fff;
}
.part6 .right .meeting-right li{
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	overflow: hidden;
}
.part6 .right .meeting-right li a{
	color: #333;
}
.part6 .right .meeting-right li:hover a{
	color: #0185d5;
}
/* bannerAdv-bot */
.bannerAdv-bot{
	margin-top: 0;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
/* footer */
.footer{
	padding-bottom: 15px;
	background-color: #303032;
}
.footer p{
	height: 85px;
	line-height: 85px;
	margin:0 0 30px;
	border-bottom: 1px solid #3a3a3c;
}
.footer p a{
	float: left;
	width: 10%;
	font-size: 15px;
	color: #666;
	text-align: center;
	box-sizing: border-box;
}
.footer p a:hover{color: #0185d5;}
.footer .foot-logo{
	float: left;
	width: 262px;
	margin-top: 30px;
}
.footer ul{
	float: left;
	width: 730px;
	margin:33px 0 0 35px;
	overflow: hidden;
}
.footer li{
	float: left;
	width: 33.3%;
	height: 84px;
	padding-left: 52px;
	font-size: 15px;
	color: #666;
	box-sizing: border-box;
	position: relative;
}
.footer li i{
	position: absolute;
	left: 0;
	width: 34px;
	height: 34px;
	background: url(../../../../images/Exhibition/version/2022/footer-call.png) no-repeat;
}
.footer li span{
	margin-top: 3px;
	display: block;
	color: #fff;
}
.footer li a{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 90px;
	margin-top: 10px;
	text-align: center;
	background-color: #4a4a4a;
	border-radius: 18px;
	color: #8f8f8f;
	position: relative;
   cursor: pointer;
}
.footer li a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 30px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footer li a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}

.footer li a:hover .QQhover{
	display: inline-block;
}

.footer li a b{
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../../../../images/Exhibition/version/2022/qq.png) no-repeat;
	vertical-align: top;
	margin: 5px 5px 0 0;
}
.footer .vx{
	float: right;
	width: 360px;
}
.footer .vx img{
	display: inline-block;
	width: 115px;
	height: 115px;
	padding: 8px;
	border: 6px solid #58595b;
	margin-left: 35px;
	background-color: #fff;
}
.footer .Copyright{
	font-size: 12px;
	color: #666;
	text-align: center;
}
.part1 .right .tab-bot .item .images img,
.item-bot1 .rec-right li .images img,
.part4 .right .item a.images img,
.part5 .left li a.images img,
.part5 .right li a.images img
{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
.part1 .right .tab-bot .item .images img:hover,
.item-bot1 .rec-right li .images img:hover,
.part4 .right .item a.images img:hover,
.part5 .left li a.images img:hover,
.part5 .right li a.images img:hover
{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.bannerAdv1 li{
	width: 25%!important;
}
.bannerAdvtop {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 11px;
}
.bannerAdvtop li a{
	display: block;
	padding-bottom: 6.34%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.bannerAdvtop li a img{
	max-height: none;
	width: 100%;
}
.bannerAdvtop li a.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;
}
.rightAdv{
	position: fixed;
	_position: absolute;
	top: 177px;
	display: block;
	right: 10px;
	z-index: 99999;
	background-image: linear-gradient(to bottom, #0185d5 , #3d6bd6);
	border-radius: 35px;
}
.rightAdv ul{
	padding: 4px 10px;
}
.rightAdv li{
	width: 58px;
	padding:14px 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #8cbdeb;
	text-align: center;
}
.rightAdv li:last-child{
	border: none;
}
.rightAdv li a{
	display: block;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.rightAdv li a .QQhover {
	position: absolute;
	left: -25px;
	bottom: 54px;
	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;
}
.rightAdv li a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}

.rightAdv li a:hover .QQhover{
	display: inline-block;
}
.rightAdv li i{
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 9px;
	background-size: 100% 100%!important;
}
.rightAdv li:nth-child(1) i{
	background: url(../../../../images/Exhibition/version/2022/rightAdv1.png) no-repeat;
}
.rightAdv li:nth-child(2) i{
	background: url(../../../../images/Exhibition/version/2022/rightAdv2.png) no-repeat;
}
.rightAdv li:nth-child(3) i{
	background: url(../../../../images/Exhibition/version/2022/rightAdv3.png) no-repeat;
}
.rightAdv li:nth-child(4) i{
	background: url(../../../../images/Exhibition/version/2022/rightAdv4.png) no-repeat;
}
.rightAdv li:nth-child(5) i{
	background: url(../../../../images/Exhibition/version/2022/rightAdv5.png) no-repeat;
}
.qqItem {
	position: absolute;
	right: 92px;
	padding: 14px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	width: 140px;
	top: 170px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.qqItem {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.qqItem b {
	color: red;
	display: block;
	line-height: 30px;
}
.qqItem::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	top: 13px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
}
.query-bot::before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 239px;
	height: 52px;
	background: url(../../../../images/Exhibition/version/2022/timebgi.png) no-repeat;
	background-size: 100% 100%;
}
/* @media */
@media only screen and (max-width: 1024px){
	.main,.weixin,.mobilewx{width: 824px;}
    body{min-width: 824px;}
	.header {
		height: 32px;
	}
	.header p {
		height: 32px;
		line-height: 32px;
	}
	.header p a:nth-child(1) {
		font-size: 12px;
		margin-right: 8px;
	}
	.header p a {
		margin-right: 10px;
	}
	.header p a:nth-child(3), .header p a:nth-child(5) {
		width: 60px;
		height: 20px;
		line-height: 20px;
	}
	.header span {
		height: 32px;
		line-height: 32px;
	}
	.header span a {
		padding-right: 8px;
		margin-right: 8px;
	}
	.header span a.vx, .header span a.app {
		width: 73px;
	}
	.header span a.app i {
		width: 10px;
		height: 15px;
		margin-top: 10px;
		background-size: 100% 100%;
	}
	.header span a.vx i {
		width: 16px;
		height: 12px;
		margin-top: 11px;
		background-size: 100% 100%;
	}
	.bannerAdvtop {
		padding-top: 6px;
	}
	.topAdv {
		margin-top: 2px;
	}
	.topAdv li {
		padding: 3px;
	}
	.weixinTop{
		right: 71px;
	}
	.weixinTop,.mobileTop {
		top: -44px;
		line-height: 32px;
	}
	.weixinTop i {
		width: 18px;
		height: 14px;
		margin-top: 11px;
	}
	.mobileTop i {
		width: 10px;
		height: 15px;
		margin-top: 9px;
	}
	.top {
		margin: 16px auto 20px;
	}
	.logo img {
		height: 42px;
	}
	.top h1 {
		width: 125px;
		margin-left: 20px;
		font-size: 18px;
		line-height: 28px;
		margin-top: 3px;
	}
	.top h1 i {
		width: 121px;
		height: 12px;
		margin-top: 1px;
		background-size: 100% 100%;
	}
	.searchBox {
		width: 480px;
		height: 36px;
		margin-top: 10px;
	}
	.searchBox .searchSelectTop p {
		font-size: 12px;
		line-height: 36px;
		text-indent: 12px;
	}
	.searchBox .searchSelect {
		width: 80px;
		height: 36px;
	}
	.searchBox .searchSelectTop i {
		width: 8px;
		height: 4px;
		top: 17px;
		left: 68px;
		background: url(../../../../images/Exhibition/version/2022/download-12.png) no-repeat;
		background-size: 100% 100%;
	}
	.searchBox .search input {
		width: 345px;
		height: 36px;
		text-indent: 10px;
		font-size: 12px;
		line-height: 36px;
	}
	.searchBox .search button {
		right: -2px;
		top: -2px;
		bottom: -2px;
		width: 65px;
		height: 40px;
		background-size: 100% 100%;
	}
	.field {
		top: 8px;
		right: 155px;
		width: 83px;
	}
	#hangye {
		padding: 0 25px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 65px 9px #f4f4f4;
		font-size: 12px;
		line-height: 20px;
	}
	.erea {
		top: 8px;
		right: 75px;
		width: 71px;
	}
	.ereaTop {
		padding: 0 25px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 50px 9px #f4f4f4;
		font-size: 12px;
		line-height: 20px;
	}
	.nav .main {
		font-size: 15px;
		height: 36px;
		line-height: 36px;
	}
	.nav a div {
		padding: 0 8px;
	}
	.headlines {
		margin: 20px auto 0px;
	}
	.headlines h2 {
		padding-left: 95px;
		font-size: 26px;
		height: 38px;
		line-height: 38px;
	}
	.headlines i {
		height: 38px;
		width: 90px;
		background-size: 100% 100%;
	}
	.part1 {
		margin-top: 25px;
	}
	.part1 .left {
		width: 441px;
		margin-right: 17px;
	}
	.part1 .left p {
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
	.part1 .right .tab-top {
		height: 28px;
	}
	.part1 .right .tab-top a,
	.part3 .public-title p a,
	.part4 .left .title p a
	 {
		width: 92px;
		font-size: 14px;
		line-height: 28px;
		text-indent: 19px;
		margin-right: 20px;
	}
	.part3 .public-title p a:last-child{
		margin-right: 0;
	}
	.part1 .right .tab-bot {
		margin-top: 13px;
	}
	.part1 .right .tab-bot .item .images {
		width: 149px;
	}
	.part1 .right .tab-bot .item .text {
		padding: 10px 14px 5px 10px;
	}
	.part1 .right .tab-bot .item .text h2 a {
		line-height: 20px;
		height: 40px;
		font-size: 13px;
	}
	.part1 .right .tab-bot .item .text p {
		font-size: 12px;
		margin-top: 10px;
	}
	.part1 .right .tab-bot li {
		padding-left: 12px;
		margin-top: 1px;
		position: relative;
	}
	.part1 .right .tab-bot li i {
		margin-top: -4px;
		width: 7px;
		height: 8px;
		background-size: 100% 100%;
	}
	.part1 .right .tab-bot li a {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part2 {
		margin-top: 20px;
	}
	.part2 .title h2 {
		height: 42px;
		width: 148px;
	}
	.part2 .title h2 a {
		background-size: 100% 100%;
	}
	.part2 .title p {
		padding: 5px 0;
		margin-top: 0px;
	}
	.part2 .title p a {
		width: 120px;
		height: 24px;
		line-height: 24px;
		margin-left: 10px;
		font-size: 15px;
	}
	.part2 .title p a.focus::after {
		top: -4px;
		bottom: -4px;
		background-size: 100% 100%;
	}
	.item-bot {
		margin-top: 14px;
	}
	.item-bot1 .rec-left {
		width: 598px;
		padding: 6px;
		margin-right: 16px;
	}
	.item-bot1 .rec-left-top .left {
		float: left;
		width: 410px;
		position: relative;
	}
	.item-bot1 .rec-left-top .left i {
		width: 60px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.item-bot1 .rec-left-top .right {
		width: 187px;
		padding: 6px 14px 6px 6px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n+1) {
		margin-right: 10px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n) {
		margin-left: 10px;
	}
	.item-bot1 .rec-left-top .right li {
		height: 44px;
		width: 72px;
	}
	.item-bot1 .rec-left-bot {
		padding: 12px 0 4px 0;
	}
	.item-bot1 .rec-left-bot li {
		padding: 0 3px;
	}
	.item-bot1 .rec-left-bot ul {
		margin: 0 -3px;
	}
	.item-bot1 .rec-left-bot li .item {
		height: 72px;
	}
	.item-bot1 .rec-left-bot li b i {
		width: 22px;
		height: 22px;
		background-size: 100% 100% !important;
	}
	.item-bot1 .rec-left-bot li b {
		margin-top: 10px;
	}
	.item-bot1 .rec-left-bot li p {
		font-size: 13px;
		margin-top: 7px;
	}
	.item-bot1 .rec-left-bot li:nth-child(6) b i {
		width: 26px;
	}
	.item-bot1 .rec-right li .images i {
		width: 90px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.item-bot1 .rec-right li p {
		padding: 6px 10px;
	}
	.item-bot1 .rec-right li p a {
		line-height: 20px;
		height: 40px;
		font-size: 13px;
	}
	.part3 {
		margin-top: 20px;
	}
	.part3 .public-title .exhi {
		line-height: 28px;
		font-size: 12px;
		width: 580px;
	}
	.part3 .public-title .exhi .winBox {
		height: 28px;
		line-height: 28px;
	}
	.part3 .public-title .exhi span {
		width: 84px;
	}
	.part3 .public-title .exhi span i {
		width: 16px;
		height: 14px;
		margin: 7px 6px 0 0;
		background-size: 100% 100%;
	}
	.exhi-list .right {
		width: 235px;
		margin-left: 20px;
	}
	.exhi-list .right .query-tab {
		padding-top: 94px;
		line-height: 30px;
		background-size: 100% 100%;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 15px;
		font-size: 12px;
	}
	.query-bot {
		padding: 12px 12px 10px;
	}
	.CalendarHead h4 {
		font-size: 16px;
		font-weight: normal;
	}
	.CalendarHead .btn2, .CalendarHead .btn3 {
		font-size: 13px;
	}
	.CalendarCon {
		padding-top: 8px;
		margin-left: -8px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 28px;
	}
	.CalendarCon th {
		line-height: 22px;
		font-size: 13px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		width: 24px;
		margin: 10px 5px 0;
	}
	.query-bot2 {
		padding: 12px 5px 15px;
	}
	.query-bot .place li {
		font-size: 13px;
		margin-top: 0px;
	}
	.query-bot .place li a {
		color: #333;
		display: inline-block;
		line-height: 24px;
		padding: 0 5px;
	}
	.exhi-tab p {
		line-height: 34px;
		height: 34px;
	}
	.exhi-tab a {
		font-size: 14px;
	}
	.exhi-tab a::after {
		height: 8px;
		background-size: 100% 100%;
	}
	.exhi-bot .exhi-name {
		margin-top: 5px;
		padding-right: 5px;
		width: 296px;
	}
	.exhi-bot .exhi-name p {
		font-size: 12px;
		line-height: 22px;
	}
	.exhi-bot table p {
		font-size: 12px;
	}
	.exhi-bot .exhi-name a.jump {
		font-size: 12px;
		padding: 0 3px;
		margin-left: 4px;
		height: 20px;
		line-height: 18px;
	}
	.exhi-bot table p.time b {
		font-size: 16px;
	}
	.exhi-bot table p.time i {
		width: 14px;
		height: 14px;
		margin-right: 3px;
		background-size: 100% 100%;
		margin-top: 1px;
	}
	.part3 .exhiNav {
		height: 34px;
	}
	.part3 .exhiNav a {
		font-size: 13px;
		line-height: 34px;
		padding: 0 10px 0 12px;
	}
	.exhiList ul {
		padding-top: 5px;
	}
	.exhiList {
		height: 335px;
	}
	.exhiList ul li {
		font-size: 14px;
		line-height: 22px;
		height: 22px;
		margin-top: 10px;
		padding-right: 15px;
	}
	.exhiList ul li a {
		width: 380px;
		padding-right: 20px;
	}
	.exhi-bot {
		height: 335px;
	}
	.part4 .left .title,
	.part6 .left .title{
		height: 42px;
	}
	.part4 .left .title i,
	.part6 .left .title i {
		width: 142px;
		height: 42px;
		background-size: 100% 100%;
	}
	.part4 .left .title p {
		margin-top: 10px;
	}
	.part4 .right {
		width: 285px;
		margin-left: 20px;
	}
	.part4 .right .title,
	.part5 .title,
	.part5 .right .title,
	.part6 .right .meeting-left .title
	{
		height: 30px;
	}
	.part4 .right .title i,
	.part5 .title i,
	.part5 .right .title i,
	.part6 .right .meeting-left .title i
	 {
		width: 108px;
		height: 30px;
		background-size: 100% 100%;
	}
	.part4 .right .title a,
	.part5 .title a.more,
	.part5 .title a.more
	 {
		width: 29px;
		height: 23px;
		background-size: 100% 100%;
	}
	.part4 .right .item {
		margin-top: 12px;
	}
	.part4 .right .item p {
		padding: 4px 6px;
	}
	.part4 .right .item p a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part4 .right ul li {
		padding-top: 10px;
	}
	.part4 .right ul li span {
		line-height: 18px;
		font-size: 12px;
	}
	.part4 .right ul li i {
		left: -19px;
		margin-top: -4px;
		width: 8px;
		height: 8px;
	}
	.part4 .right ul li span b {
		padding: 0 4px;
	}
	.part4 .right ul li p {
		margin-top: 8px;
	}
	.part4 .right ul li p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part4 .left .item-top {
		padding: 15px 12px 10px 12px;
		margin-top: 24px;
	}
	.part4 .left .item-top h2 {
		margin-bottom: 8px;
	}
	.part4 .left .item-top h2 a {
		font-size: 16px;
	}
	.part4 .left .item-top p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.part4 .left .item-bot:nth-child(2n+1) {
		padding-left: 28px;
		padding-right: 12px;
	}
	.part4 .left .item-bot:nth-child(2n) {
		padding-left: 40px;
	}
	.part4 .left .item-bot p:first-child a {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.part4 .left .item-bot {
		margin-top: 10px;
	}
	.part4 .left .item-bot p i {
		left: -24px;
		margin-top: -5px;
		width: 14px;
		height: 10px;
		background-size: 100% 100%;
	}
	.part4 .left .item-bot p a {
		height: 27px;
		line-height: 27px;
		font-size: 12px;
	}
	.item-bot2 ul li, .item-bot3 ul li {
		padding-left: 10px;
		margin-top: 10px;
	}
	.item-bot2 ul, .item-bot3 ul {
		margin-left: -10px;
		margin-top: -10px;
	}
	.item-bot2 .relibot, .item-bot3 .relibot {
		padding: 5px 6px;
	}
	.item-bot2 ul li .sign {
		top: 80px;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 25px solid #0185d5;
	}
	.item-bot2 .relibot p, .item-bot3 .relibot p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 5px;
	}
	.item-bot2 .relibot span, .item-bot3 .relibot span {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
	.item-bot3 .relibot a.attend {
		width: 180px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin: 8px auto;
	}
	.part5 .left {
		width: 355px;
		margin-right: 10px;
	}
	.part5 .left ul {
		margin-right: -10px;
		margin-top: 18px;
	}
	.part5 .left li {
		padding-right: 10px;
	}
	.part5 .right .swiper {
		width: 278px;
		margin-right: 10px;
		margin-top: 18px;
	}
	.part5 .right .swiper .swiper-button-next i, .part5 .right .swiper .swiper-button-prev i {
		display: inline-block;
		width: 32px;
		height: 60px;
		background-size: 100% 100% !important;
	}
	.part5 .right .swiper .swiper-button-next, .part5 .right .swiper .swiper-button-prev {
		width: 32px;
		height: 60px;
		top: 100px;
	}
	.part5 .right .swiper .swiper-slide p {
		padding: 6px 10px;
		font-size: 13px;
	}
	.part5 .right .swiper .swiper-slide p a {
		max-height: 22px;
		line-height: 22px;
	}
	.part5 .left li p {
		margin: 2px 0;
		height: 28px;
		line-height: 14px;
		font-size: 12px;
	}
	.part5 .left li:nth-child(3) p, .part5 .left li:nth-child(4) p {
		height: 16px;
	}
	.part5 .right ul {
		margin-top: 5px;
	}
	.part5 .right li {
		margin-top: 13px;
	}
	.part5 .right li p {
		padding: 4px;
	}
	.part5 .right li p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part5 .right li i {
		left: 5px;
		bottom: 27px;
		width: 34px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part6 .left {
		width: 386px;
		margin-right: 16px;
	}
	.part6 .left .item b,
	.part6 .left li .images b,
	.part6 .right .interview li a.images i,
	.part6 .right .meeting-top a.images i
	 {
		height: 26px;
		line-height: 26px;
		width: 65px;
		font-size: 12px;
	}
	.part6 .left .item i {
		width: 55px;
		height: 55px;
	}
	.part6 .left .item p {
		padding: 8px 5px;
	}
	.part6 .left .item p a {
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.part6 .left li .images i {
		width: 40px;
		height: 40px;
	}
	.part6 .left li p {
		padding: 4px 2px;
	}
	.part6 .left li p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part6 .right p.title {
		height: 42px;
		padding-right: 44px;
		position: relative;
	}
	.part6 .right p.title a {
		font-size: 12px;
		padding: 0 4px;
		max-width: 46%;
	}
	.part6 .right p.title a::before {
		right: -3px;
	}
	.part6 .right p.title a span {
		height: 21px;
		line-height: 21px;
	}
	.part6 .right p.title a.more { 
		right: 0;
		line-height: 21px;
	}
	.part6 .right .interview ul {
		margin: 20px -6px 0;
	}
	.part6 .right .interview li {
		padding: 0 6px;
	}
	.part6 .right .interview li a.images:hover em,
	.part6 .right .meeting-top a.images em {
		width: 40px;
		height: 40px;
	}
	.part6 .right .interview li .text {
		padding: 10px 5px;
	}
	.part6 .right .interview li span a {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.part6 .right .interview li b {
		margin-top: 10px;
		font-size: 12px;
	}
	.part6 .right .meeting {
		margin-top: 10px;
	}
	.part6 .left .item {
		margin-top: 20px;
	}
	.part6 .right .meeting-left {
		width: 266px;
		margin-right: 14px;
	}
	.part6 .right .meeting-item ul {
		margin-top: 5px;
	}
	.part6 .right .meeting-item li {
		padding-left: 36px;
	}
	.part6 .right .meeting-item li i {
		left: 12px;
		width: 16px;
		height: 12px;
		background-size: 100% 100%!important;
	}
	.part6 .right .meeting-item li a {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part6 .right .meeting-left .title a.more {
		width: 20px;
		height: 8px;
		margin-top: 12px;
		background-size: 100% 100%;
	}
	.part6 .right .meeting-right ul {
		padding: 5px;
	}
	.part6 .right .meeting-right li {
		height: 21px;
		line-height: 21px;
		font-size: 12px;
	}
	.footer p {
		height: 58px;
		line-height: 58px;
		margin: 0 0 24px;
	}
	.footer p a {
		font-size: 13px;
	}
	.footer .foot-logo {
		width: 140px;
		margin-top: 25px;
	}
	.footer ul {
		width: 440px;
		margin: 20px 0 0 25px;
	}
	.footer li {
		height: 70px;
		padding-left: 36px;
		font-size: 13px;
	}
	.footer li i {
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.footer li a {
		height: 24px;
		line-height: 24px;
		width: 80px;
		margin-top: 5px;
	}
	.footer li a b {
		width: 12px;
		height: 14px;
		margin: 4px 4px 0 0;
		background-size: 100% 100%;
	}
	.footer .vx {
		width: 218px;
	}
	.footer .vx img {
		width: 80px;
		height: 80px;
		padding: 5px;
		border: 3px solid #58595b;
		margin-left: 12px;
	}
	.searchBox .searchSelectBot {
		width: 75px;
		left: 4px;
		top: 37px;
	}
	.searchBox .searchSelectBot li {
		text-indent: 11px;
		font-size: 12px;
		line-height: 24px;
	}
	.query-bot::before {
		width: 170px;
		height: 36px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.main,.weixin,.mobilewx{width: 982px;}
    body{min-width: 982px;}
	.nav a div {
		padding: 0 17px;
	}
	.header {
		height: 32px;
	}
	.header p {
		height: 32px;
		line-height: 32px;
	}
	.header p a:nth-child(1) {
		font-size: 12px;
		margin-right: 25px;
	}
	.header p a {
		margin-right: 10px;
	}
	.header p a:nth-child(3), .header p a:nth-child(5) {
		width: 60px;
		height: 20px;
		line-height: 20px;
	}
	.header span {
		height: 32px;
		line-height: 32px;
	}
	.header span a {
		padding-right: 8px;
		margin-right: 8px;
	}
	.header span a.vx, .header span a.app {
		width: 73px;
	}
	.header span a.app i {
		width: 10px;
		height: 15px;
		margin-top: 10px;
		background-size: 100% 100%;
	}
	.header span a.vx i {
		width: 16px;
		height: 12px;
		margin-top: 11px;
		background-size: 100% 100%;
	}
	.bannerAdvtop {
		padding-top: 6px;
	}
	.topAdv {
		margin-top: 2px;
	}
	.topAdv li {
		padding: 3px;
	}
	.weixinTop{
		right: 71px;
	}
	.weixinTop,.mobileTop {
		top: -44px;
		line-height: 32px;
	}
	.weixinTop i {
		width: 18px;
		height: 14px;
		margin-top: 11px;
	}
	.mobileTop i {
		width: 10px;
		height: 15px;
		margin-top: 9px;
	}

	.top {
		margin: 16px auto 20px;
	}
	.logo img {
		height: 50px;
	}
	.top h1 {
		width: 125px;
		margin-left: 20px;
		font-size: 18px;
		line-height: 28px;
		margin-top: 7px;
	}
	.top h1 i {
		width: 121px;
		height: 12px;
		margin-top: 1px;
		background-size: 100% 100%;
	}
	.searchBox {
		width: 480px;
		height: 36px;
		margin-top: 10px;
	}
	.searchBox .searchSelectTop p {
		font-size: 12px;
		line-height: 36px;
		text-indent: 12px;
	}
	.searchBox .searchSelect {
		width: 80px;
		height: 36px;
	}
	.searchBox .searchSelectTop i {
		width: 8px;
		height: 4px;
		top: 17px;
		left: 68px;
		background: url(../../../../images/Exhibition/version/2022/download-12.png) no-repeat;
		background-size: 100% 100%;
	}
	.searchBox .search input {
		width: 345px;
		height: 36px;
		text-indent: 10px;
		font-size: 12px;
		line-height: 36px;
	}
	.searchBox .search button {
		right: -2px;
		top: -2px;
		bottom: -2px;
		width: 65px;
		height: 40px;
		background-size: 100% 100%;
	}
	.field {
		top: 8px;
		right: 155px;
		width: 83px;
	}
	#hangye {
		padding: 0 25px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 65px 9px #f4f4f4;
		font-size: 12px;
		line-height: 20px;
	}
	.erea {
		top: 8px;
		right: 75px;
		width: 71px;
	}
	.ereaTop {
		padding: 0 25px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 50px 9px #f4f4f4;
		font-size: 12px;
		line-height: 20px;
	}
	.nav .main {
		font-size: 15px;
		height: 36px;
		line-height: 36px;
	}
	.headlines {
		margin: 20px auto 0px;
	}
	.headlines h2 {
		padding-left: 95px;
		font-size: 26px;
		height: 38px;
		line-height: 38px;
	}
	.headlines i {
		height: 38px;
		width: 90px;
		background-size: 100% 100%;
	}
	.part1 {
		margin-top: 25px;
	}
	.part1 .left {
		width: 526px;
		margin-right: 20px;
	}
	.part1 .left p {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.part1 .right .tab-top {
		height: 28px;
	}
	.part1 .right .tab-top a,
	.part3 .public-title p a,
	.part4 .left .title p a
	 {
		width: 92px;
		font-size: 14px;
		line-height: 28px;
		text-indent: 19px;
		margin-right: 20px;
	}
	.part1 .right .tab-bot {
		margin-top: 13px;
	}
	.part1 .right .tab-bot .item .images {
		width: 178px;
	}
	.part1 .right .tab-bot .item .text {
		padding: 12px 16px 6px 12px;
	}
	.part1 .right .tab-bot .item .text h2 a {
		line-height: 22px;
		height: 44px;
		font-size: 14px;
	}
	.part1 .right .tab-bot .item .text p {
		font-size: 13px;
		margin-top: 16px;
	}
	.part1 .right .tab-bot li {
		padding-left: 12px;
		margin-top: 5px;
		position: relative;
	}
	.part1 .right .tab-bot li i {
		margin-top: -4px;
		width: 7px;
		height: 8px;
		background-size: 100% 100%;
	}
	.part1 .right .tab-bot li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part2 {
		margin-top: 20px;
	}
	.part2 .title h2 {
		height: 42px;
		width: 148px;
	}
	.part2 .title h2 a {
		background-size: 100% 100%;
	}
	.part2 .title p {
		padding: 5px 0;
		margin-top: 0px;
	}
	.part2 .title p a {
		width: 120px;
		height: 24px;
		line-height: 24px;
		margin-left: 10px;
		font-size: 15px;
	}
	.part2 .title p a.focus::after {
		top: -4px;
		bottom: -4px;
		background-size: 100% 100%;
	}
	.item-bot {
		margin-top: 14px;
	}
	.item-bot1 .rec-left {
		width: 712px;
		padding: 8px;
		margin-right: 18px;
	}
	.item-bot1 .rec-left-top .left {
		float: left;
		width: 487px;
		position: relative;
	}
	.item-bot1 .rec-left-top .left i {
		width: 60px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.item-bot1 .rec-left-top .right {
		width: 224px;
		padding: 6px 23px 6px 10px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n+1) {
		margin-right: 15px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n) {
		margin-left: 15px;
	}
	.item-bot1 .rec-left-top .right li {
		height: 53px;
		width: 80px;
	}
	.item-bot1 .rec-left-bot {
		padding: 12px 0 4px 0;
	}
	.item-bot1 .rec-left-bot li {
		padding: 0 3px;
	}
	.item-bot1 .rec-left-bot ul {
		margin: 0 -3px;
	}
	.item-bot1 .rec-left-bot li .item {
		height: 72px;
	}
	.item-bot1 .rec-left-bot li b i {
		width: 22px;
		height: 22px;
		background-size: 100% 100% !important;
	}
	.item-bot1 .rec-left-bot li b {
		margin-top: 10px;
	}
	.item-bot1 .rec-left-bot li p {
		font-size: 13px;
		margin-top: 7px;
	}
	.item-bot1 .rec-left-bot li:nth-child(6) b i {
		width: 26px;
	}
	.item-bot1 .rec-right li .images i {
		width: 90px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.item-bot1 .rec-right li p {
		padding: 6px 10px;
	}
	.item-bot1 .rec-right li p a {
		line-height: 21px;
		height: 42px;
		font-size: 14px;
	}
	.part3 {
		margin-top: 20px;
	}
	.part3 .public-title .exhi {
		line-height: 28px;
		font-size: 12px;
		width: 700px;
	}
	.part3 .public-title .exhi .winBox {
		height: 28px;
		line-height: 28px;
	}
	.part3 .public-title .exhi span {
		width: 84px;
	}
	.part3 .public-title .exhi span i {
		width: 16px;
		height: 14px;
		margin: 7px 6px 0 0;
		background-size: 100% 100%;
	}
	.exhi-list .right {
		width: 235px;
		margin-left: 20px;
	}
	.exhi-list .right .query-tab {
		padding-top: 94px;
		line-height: 30px;
		background-size: 100% 100%;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 15px;
		font-size: 12px;
	}
	.query-bot {
		padding: 12px 12px 10px;
	}
	.CalendarHead h4 {
		font-size: 16px;
		font-weight: normal;
	}
	.CalendarHead .btn2, .CalendarHead .btn3 {
		font-size: 13px;
	}
	.CalendarCon {
		padding-top: 8px;
		margin-left: -8px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 28px;
	}
	.CalendarCon th {
		line-height: 22px;
		font-size: 13px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		width: 24px;
		margin: 10px 5px 0;
	}
	.query-bot2 {
		padding: 12px 5px 15px;
	}
	.query-bot .place li {
		font-size: 13px;
		margin-top: 0px;
	}
	.query-bot .place li a {
		color: #333;
		display: inline-block;
		line-height: 24px;
		padding: 0 5px;
	}
	.exhi-tab p {
		line-height: 34px;
		height: 34px;
	}
	.exhi-tab a {
		font-size: 14px;
	}
	.exhi-tab a::after {
		height: 8px;
		background-size: 100% 100%;
	}
	.exhi-bot .exhi-name {
		margin-top: 10px;
		padding-right: 10px;
		width: 430px;
	}
	.exhi-bot .exhi-name p {
		font-size: 14px;
		line-height: 22px;
	}
	.exhi-bot table p {
		font-size: 12px;
	}
	.exhi-bot .exhi-name a.jump {
		font-size: 12px;
		padding: 0 3px;
		margin-left: 4px;
		height: 20px;
		line-height: 18px;
	}
	.exhi-bot table p.time b {
		font-size: 16px;
	}
	.exhi-bot table p.time i {
		width: 14px;
		height: 14px;
		margin-right: 3px;
		background-size: 100% 100%;
		margin-top: 1px;
	}
	.part3 .exhiNav {
		height: 34px;
	}
	.part3 .exhiNav a {
		font-size: 13px;
		line-height: 34px;
		padding: 0 10px 0 12px;
	}
	.exhiList ul {
		padding-top: 5px;
	}
	.exhiList {
		height: 335px;
	}
	.exhiList ul li {
		font-size: 14px;
		line-height: 22px;
		height: 22px;
		margin-top: 10px;
		padding-right: 15px;
	}
	.exhiList ul li a {
		width: 380px;
		padding-right: 20px;
	}
	.exhi-bot {
		height: 335px;
	}
	.part4 .left .title,
	.part6 .left .title{
		height: 42px;
	}
	.part4 .left .title i,
	.part6 .left .title i {
		width: 142px;
		height: 42px;
		background-size: 100% 100%;
	}
	.part4 .left .title p {
		margin-top: 10px;
	}
	.part4 .right {
		width: 285px;
		margin-left: 20px;
	}
	.part4 .right .title,
	.part5 .title,
	.part5 .right .title,
	.part6 .right .meeting-left .title
	{
		height: 30px;
	}
	.part4 .right .title i,
	.part5 .title i,
	.part5 .right .title i,
	.part6 .right .meeting-left .title i
	 {
		width: 108px;
		height: 30px;
		background-size: 100% 100%;
	}
	.part4 .right .title a,
	.part5 .title a.more,
	.part5 .title a.more
	 {
		width: 29px;
		height: 23px;
		background-size: 100% 100%;
	}
	.part4 .right .item {
		margin-top: 12px;
	}
	.part4 .right .item p {
		padding: 4px 6px;
	}
	.part4 .right .item p a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part4 .right ul li {
		padding-top: 10px;
	}
	.part4 .right ul li span {
		line-height: 18px;
		font-size: 12px;
	}
	.part4 .right ul li i {
		left: -19px;
		margin-top: -4px;
		width: 8px;
		height: 8px;
	}
	.part4 .right ul li span b {
		padding: 0 4px;
	}
	.part4 .right ul li p {
		margin-top: 8px;
	}
	.part4 .right ul li p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part4 .left .item-top {
		padding: 15px 12px 10px 12px;
		margin-top: 24px;
	}
	.part4 .left .item-top h2 {
		margin-bottom: 8px;
	}
	.part4 .left .item-top h2 a {
		font-size: 16px;
	}
	.part4 .left .item-top p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.part4 .left .item-bot:nth-child(2n+1) {
		padding-left: 28px;
		padding-right: 12px;
	}
	.part4 .left .item-bot:nth-child(2n) {
		padding-left: 40px;
	}
	.part4 .left .item-bot p:first-child a {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.part4 .left .item-bot {
		margin-top: 10px;
	}
	.part4 .left .item-bot p i {
		left: -24px;
		margin-top: -5px;
		width: 14px;
		height: 10px;
		background-size: 100% 100%;
	}
	.part4 .left .item-bot p a {
		height: 27px;
		line-height: 27px;
		font-size: 12px;
	}
	.item-bot2 ul li, .item-bot3 ul li {
		padding-left: 15px;
		margin-top: 15px;
	}
	.item-bot2 ul, .item-bot3 ul {
		margin-left: -15px;
		margin-top: -15px;
	}
	.item-bot2 .relibot, .item-bot3 .relibot {
		padding: 8px 12px;
	}
	.item-bot2 ul li .sign {
		top: 107px;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 25px solid #0185d5;
	}
	.item-bot2 .relibot p, .item-bot3 .relibot p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 5px;
	}
	.item-bot2 .relibot span, .item-bot3 .relibot span {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
	.item-bot3 .relibot a.attend {
		width: 180px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin: 8px auto;
	}
	.part5 .left {
		width: 421px;
		margin-right: 14px;
	}
	.part5 .left ul {
		margin-right: -15px;
		margin-top: 18px;
	}
	.part5 .left li {
		padding-right: 15px;
	}
	.part5 .right .swiper {
		width: 330px;
		margin-right: 14px;
		margin-top: 18px;
	}
	.part5 .right .swiper .swiper-button-next i, .part5 .right .swiper .swiper-button-prev i {
		display: inline-block;
		width: 32px;
		height: 60px;
		background-size: 100% 100% !important;
	}
	.part5 .right .swiper .swiper-button-next, .part5 .right .swiper .swiper-button-prev {
		width: 32px;
		height: 60px;
		top: 100px;
	}
	.part5 .right .swiper .swiper-slide p {
		padding: 6px 10px;
		font-size: 13px;
	}
	.part5 .right .swiper .swiper-slide p a {
		max-height: 22px;
		line-height: 22px;
	}
	.part5 .left li p {
		margin: 4px 0;
		height: 32px;
		line-height: 16px;
		font-size: 13px;
	}
	.part5 .left li:nth-child(3) p, .part5 .left li:nth-child(4) p {
		height: 16px;
	}
	.part5 .right ul {
		margin-top: 5px;
	}
	.part5 .right li {
		margin-top: 13px;
	}
	.part5 .right li p {
		padding: 4px;
	}
	.part5 .right li p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part5 .right li i {
		left: 5px;
		bottom: 27px;
		width: 34px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part6 .left {
		width: 461px;
		margin-right: 19px;
	}
	.part6 .left .item b,
	.part6 .left li .images b,
	.part6 .right .interview li a.images i
	 {
		height: 26px;
		line-height: 26px;
		width: 65px;
		font-size: 12px;
	}
	.part6 .left .item i {
		width: 55px;
		height: 55px;
	}
	.part6 .left .item p {
		padding: 8px 5px;
	}
	.part6 .left .item p a {
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.part6 .left li .images i {
		width: 40px;
		height: 40px;
	}
	.part6 .left li p {
		padding: 6px 2px;
	}
	.part6 .left li p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part6 .right p.title {
		height: 42px;
		padding-right: 44px;
	}
	.part6 .right p.title a {
		font-size: 12px;
		padding: 0 4px;
		max-width: 46%;
	}
	.part6 .right p.title a span {
		height: 21px;
		line-height: 21px;
	}
	.part6 .right p.title a.more { 
		right: 0;
		line-height: 21px;
	}
	.part6 .right p.title a::before {
		right: -3px;
	}
	.part6 .right .interview ul {
		margin: 20px -6px 0;
	}
	.part6 .right .interview li {
		padding: 0 6px;
	}
	.part6 .right .interview li a.images:hover em {
		width: 40px;
		height: 40px;
	}
	.part6 .right .interview li .text {
		padding: 10px 5px;
	}
	.part6 .right .interview li span a {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.part6 .right .interview li b {
		margin-top: 18px;
		font-size: 12px;
	}
	.part6 .right .meeting {
		margin-top: 24px;
	}
	.part6 .left .item {
		margin-top: 20px;
	}
	.part6 .right .meeting-item ul {
		margin-top: 15px;
	}
	.part6 .right .meeting-item li {
		padding-left: 36px;
	}
	.part6 .right .meeting-item li i {
		left: 12px;
		width: 16px;
		height: 12px;
		background-size: 100% 100%;
	}
	.part6 .right .meeting-item li a {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.part6 .right .meeting-left .title a.more {
		width: 20px;
		height: 8px;
		margin-top: 12px;
		background-size: 100% 100%;
	}
	.footer p {
		height: 58px;
		line-height: 58px;
		margin: 0 0 24px;
	}
	.footer p a {
		font-size: 13px;
	}
	.footer .foot-logo {
		width: 180px;
		margin-top: 25px;
	}
	.footer ul {
		width: 460px;
		margin: 20px 0 0 25px;
	}
	.footer li {
		height: 70px;
		padding-left: 36px;
		font-size: 13px;
	}
	.footer li i {
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.footer li a {
		height: 24px;
		line-height: 24px;
		width: 80px;
		margin-top: 5px;
	}
	.footer li a b {
		width: 12px;
		height: 14px;
		margin: 4px 4px 0 0;
		background-size: 100% 100%;
	}
	.footer .vx {
		width: 254px;
	}
	.footer .vx img {
		width: 90px;
		height: 90px;
		padding: 5px;
		border: 3px solid #58595b;
		margin-left: 20px;
	}
	.searchBox .searchSelectBot {
		width: 75px;
		left: 4px;
		top: 37px;
	}
	.searchBox .searchSelectBot li {
		text-indent: 11px;
		font-size: 12px;
		line-height: 24px;
	}
	.part6 .right .meeting-left {
		width: 316px;
		margin-right: 19px;
	}
	.part6 .right .meeting-top a.images i{
		height: 26px;
		line-height: 26px;
		width: 65px;
		font-size: 12px;
	}
	.part6 .right .meeting-top a.images em{
		width: 40px;
		height: 40px;
	}
	.part6 .right .meeting-right ul {
		padding: 6px;
	}
	.part6 .right .meeting-right li {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.query-bot::before {
		width: 180px;
		height: 40px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.main,.weixin,.mobilewx{width: 1172px;}
    body{min-width: 1172px;}
	.top {
		margin: 20px auto 25px;
	}
	.logo img {
		height: 56px;
	}
	.top h1 {
		width: 150px;
		margin-left: 25px;
		font-size: 20px;
		line-height: 34px;
		margin-top: 4px;
	}
	.top h1 i {
		width: 147px;
		height: 14px;
		margin-top: 4px;
	}
	.searchBox {
		width: 560px;
		height: 38px;
		margin-top: 14px;
	}
	.search {
		width: 100%;
		height: 42px;
	}
	.searchBox .searchSelect {
		width: 87px;
		height: 40px;
	}
	.searchBox .searchSelectTop p {
		font-size: 13px;
		line-height: 40px;
		text-indent: 12px;
	}
	.searchBox .searchSelectTop i {
		width: 8px;
		height: 4px;
		top: 19px;
		left: 72px;
		background-size: 100% 100%;
	}
	.searchBox .searchSelectBot {
		width: 79px;
		left: 2px;
		top: 39px;
	}
	.searchBox .searchSelectBot li {
		text-indent: 10px;
		font-size: 13px;
		line-height: 24px;
	}
	.searchBox .search input {
		width: 415px;
		height: 38px;
		text-indent: 12px;
		font-size: 14px;
		line-height: 38px;
	}
	.searchBox .search button {
		width: 70px;
		height: 42px;
		background-size: 100% 100%;
	}
	#hangye {
		padding: 0 24px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 70px 10px #f4f4f4;
		font-size: 13px;
		line-height: 22px;
	}
	.ereaTop {
		padding: 0 24px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 42px 10px #f4f4f4;
		font-size: 13px;
		line-height: 22px;
	}
	.field {
		top: 8px;
	}
	.erea {
		top: 8px;
	}
	.nav .main {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}
	.nav a div {
		padding: 0 23px;
	}
	.headlines {
		margin: 26px auto 0;
	}
	.headlines h2 {
		padding-left: 102px;
		font-size: 30px;
		height: 44px;
		line-height: 44px;
	}
	.headlines i {
		height: 44px;
		width: 102px;
		background-size: 100% 100%;
	}
	.part1 {
		margin-top: 32px;
	}
	.part1 .left {
		float: left;
		width: 626px;
		margin-right: 24px;
		overflow: hidden;
	}
	.part1 .left p {
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
	.part1 .right .tab-top {
		height: 34px;
	}
	.part1 .right .tab-top a {
		width: 110px;
		font-size: 20px;
		line-height: 34px;
		text-indent: 17px;
		margin-right: 25px;
	}
	.part1 .right .tab-bot {
		margin-top: 15px;
	}
	.part1 .right .tab-bot .item .images {
		width: 214px;
	}	
	.part1 .right .tab-bot .item .text {
		padding: 15px 22px 12px 15px;
	}
	.part1 .right .tab-bot .item .text h2 a {
		line-height: 24px;
		height: 48px;
		font-size: 15px;
	}
	.part1 .right .tab-bot .item .text p {
		font-size: 14px;
		margin-top: 22px;
	}
	.part1 .right .tab-bot li {
		padding-left: 15px;
		margin-top: 10px;
	}
	.part1 .right .tab-bot li a {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.part2 {
		margin-top: 24px;
	}
	.part2 .title h2 {
		height: 46px;
		width: 172px;
	}
	.part2 .title h2 a {
		background-size: 100% 100%;
	}
	.part2 .title p a {
		width: 138px;
		height: 32px;
		line-height: 32px;
		margin-left: 10px;
		font-size: 18px;
	}
	.part2 .title p a.focus::after {
		top: -4px;
		bottom: -4px;
		background-size: 100% 100%;
	}
	.item-bot1 .rec-left {
		width: 868px;
		padding: 8px;
		margin-right: 22px;
	}
	.item-bot1 .rec-left-top .left {
		width: 582px;
	}
	.item-bot1 .rec-left-top .right {
		width: 285px;
		padding: 6px 35px 6px 12px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n+1) {
		margin-right: 20px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n) {
		margin-left: 20px;
	}
	.item-bot1 .rec-left-top .right li {
		height: 64px;
		width: 99px;
	}
	.item-bot1 .rec-left-bot {
		padding: 14px 0 4px 0;
	}
	.item-bot1 .rec-left-bot ul {
		margin: 0 -5px;
	}
	.item-bot1 .rec-left-bot li {
		padding: 0 5px;
	}
	.item-bot1 .rec-left-bot li .item {
		height: 86px;
	}
	.item-bot1 .rec-left-bot li b i {
		width: 32px;
		height: 32px;
		background-size: 100% 100% !important;
	}
	.item-bot1 .rec-left-bot li b {
		margin-top: 12px;
	}
	.item-bot1 .rec-left-bot li p {
		font-size: 15px;
		margin-top: 8px;
	}
	.item-bot1 .rec-right li .images i {
		width: 95px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.item-bot1 .rec-right li p {
		padding: 10px 15px;
	}
	.item-bot1 .rec-right li p a {
		line-height: 26px;
		height: 52px;
		font-size: 15px;
	}
	.item-bot2 ul, .item-bot3 ul {
		margin-left: -20px;
		margin-top: -20px;
	}
	.item-bot2 ul li, .item-bot3 ul li {
		padding-left: 20px;
		margin-top: 20px;
	}
	.item-bot2 ul li .sign {
		top: 127px;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid #0185d5;
	}
	.item-bot2 .relibot, .item-bot3 .relibot {
		padding: 12px 20px;
	}
	.item-bot2 .relibot p, .item-bot3 .relibot p {
		font-size: 15px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 6px;
	}
	.item-bot2 .relibot span, .item-bot3 .relibot span {
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
	.item-bot3 .relibot a.attend {
		width: 230px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
		border-radius: 5px;
		margin: 10px auto;
	}
	.part3 .public-title p a {
		width: 110px;
		font-size: 20px;
		line-height: 34px;
		text-indent: 17px;
		margin-right: 25px;
	}
	.part3 .public-title .exhi {
		line-height: 34px;
		font-size: 14px;
		width: 850px;
	}
	.part3 .public-title .exhi .winBox {
		height: 34px;
		line-height: 34px;
	}
	.part3 .public-title .exhi span i {
		width: 20px;
		height: 18px;
		margin: 8px 8px 0 0;
	}
	.exhi-list .right {
		width: 280px;
		margin-left: 24px;
	}
	.exhi-list .right .query-tab {
		padding-top: 114px;
		line-height: 34px;
		background-size: 100% 100%;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 20px;
		font-size: 14px;
	}
	.query-bot {
		padding: 15px 20px 12px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 37px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		width: 28px;
		margin: 8px 6px 0;
	}
	.CalendarHead h4 {
		font-size: 20px;
	}
	.query-bot .place li {
		font-size: 14px;
		margin-top: 2px;
	}
	.query-bot .place li a {
		line-height: 26px;
		padding: 0 8px;
	}
	.exhi-bot {
		height: 385px;
	}
	.exhi-tab a {
		font-size: 17px;
	}
	.exhi-bot .exhi-name {
		margin-top: 18px;
		padding-right: 15px;
		width: 480px;
	}
	.exhi-bot .exhi-name p {
		font-size: 16px;
		line-height: 24px;
	}
	.exhi-bot .exhi-name a.jump {
		padding: 0 6px;
		margin-left: 4px;
	}
	.exhi-bot table td > p {
		margin: 10px 0 15px;
	}
	.exhi-tab p {
		line-height: 44px;
		height: 44px;
	}
	.part3 .exhiNav {
		height: 44px;
	}
	.part3 .exhiNav a {
		font-size: 16px;
		line-height: 44px;
		padding: 0 16px 0 17px;
	}
	.exhiList ul li {
		font-size: 15px;
		line-height: 28px;
		height: 28px;
		margin-top: 12px;
		padding-right: 12px;
	}
	.exhiList ul {
		padding-top: 5px;
	}
	.exhiList {
		height: 384px;
	}
	.part4 .left .title{
		height: 46px;
	}
	.part4 .left .title i {
		width: 172px;
		height: 46px;
		background-size: 100% 100%;
	}
	.part4 .left .title p a {
		width: 110px;
		font-size: 20px;
		line-height: 34px;
		text-indent: 17px;
		margin-right: 25px;
	}
	.part4 .left .title p {
		margin-top: 9px;
	}
	.part4 .left .item-top {
		padding: 20px 20px 15px 20px;
		margin-top: 25px;
	}
	.part4 .left .item-top h2 {
		margin-bottom: 10px;
	}
	.part4 .left .item-top h2 a {
		font-size: 19px;
	}
	.part4 .left .item-top p {
		max-height: 66px;
		line-height: 22px;
		font-size: 13px;
	}
	.part4 .left .item-bot {
		padding: 0 28px;
		margin-top: 22px;
	}
	.part4 .left .item-bot p i {
		left: -26px;
		margin-top: -7px;
		width: 17px;
		height: 14px;
		background-size: 100% 100%;
	}
	.part4 .left .item-bot p a {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.part4 .left .item-bot p:first-child a {
		height: 34px;
		line-height: 34px;
		font-size: 20px;
	}
	.part4 .right .title{
		height: 34px;
	}
	.part4 .right .title i,.part5 .title i,.part5 .right .title i {
		width: 124px;
		height: 34px;
		background-size: 100% 100%;
	}
	.part4 .right {
		width: 340px;
		margin-left: 25px;
	}
	.part4 .right .title a,.part5 .title a.more{
		width: 32px;
		height: 26px;
		margin-top: 10px;
		background-size: 100% 100%;
	}
	.part4 .right .item {
		margin-top: 15px;
	}
	.part4 .right ul li {
		padding-top: 12px;
	}
	.part4 .right ul li p {
		margin-top: 10px;
	}
	.part4 .right ul li p a {
		font-size: 14px;
	}
	.part5 .left {
		width: 502px;
		margin-right: 16px;
	}
	.part5 .left ul {
		margin-right: -18px;
		margin-top: 24px;
	}
	.part5 .left li {
		padding-right: 18px;
	}
	.part5 .right .swiper {
		width: 394px;
		margin-right: 16px;
		margin-top: 24px;
	}
	.part5 .right .swiper .swiper-slide p {
		padding: 10px 15px;
		font-size: 16px;
	}
	.part5 .right .swiper .swiper-slide p a {
		max-height: 22px;
		line-height: 22px;
	}
	.part5 .right .swiper .swiper-slide p a:hover{
		max-height: 44px;
	}
	.part5 .right .swiper .swiper-button-next i, .part5 .right .swiper .swiper-button-prev i {
		width: 40px;
		height: 80px;
		background-size: 100% 100% !important;
	}
	.part5 .right .swiper .swiper-button-next, .part5 .right .swiper .swiper-button-prev {
		width: 40px;
		height: 70px;
		top: 130px;
	}
	.part5 .right ul {
		margin-top: 4px;
	}
	.part5 .right li {
		margin-top: 18px;
	}
	.part5 .left li p {
		margin: 6px 0;
		height: 36px;
		line-height: 18px;
		font-size: 15px;
	}
	.part5 .left li:nth-child(3) p, .part5 .left li:nth-child(4) p {
		height: 18px;
	}
	.part5 .right li p a {
		font-size: 15px;
	}
	.footer p {
		height: 68px;
		line-height: 68px;
	}
	.footer .vx img {
		width: 100px;
		height: 100px;
		padding: 6px;
		border: 5px solid #58595b;
		margin-left: 25px;
	}
	.footer .vx {
		width: 280px;
	}
	.footer .vx img:first-child{
		margin-left: 0;
	}
	.footer ul {
		width: 600px;
		margin: 24px 0 0 30px;
	}
	.part6 .left .title i {
		width: 172px;
		height: 46px;
		background-size: 100% 100%;
	}
	.part6 .left .title {
		height: 46px;
	}
	.part6 .left {
		width: 550px;
		margin-right: 22px;
	}
	.part6 .left .item p a {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
	}
	.part6 .left .item p {
		padding: 12px 8px;
	}
	.part6 .left li {
		margin-top: 15px;
		padding: 0 8px;
	}
	.part6 .left ul {
		margin: 0 -8px;
	}
	.part6 .left li .images b {
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.part6 .left li p {
		padding: 8px 4px;
	}
	.part6 .left li p a {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.part6 .right p.title {
		height: 46px;
		position: relative;
		padding-right: 55px;
	}
	.part6 .right p.title a {
		font-size: 13px;
		padding: 0 4px;
	}
	.part6 .right p.title a::before {
		right: -4px;
	}
	.part6 .right p.title a span {
		height: 46px;
		line-height: 46px;
	}
	.part6 .right p.title a.more {
		line-height: 46px;
	}
	.part6 .right .interview li a.images i {
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.part6 .right .interview ul {
		margin: 25px -8px 0;
	}
	.part6 .right .interview li {
		padding: 0 8px;
	}
	.part6 .right .interview li .text {
		padding: 10px 6px;
	}
	.part6 .right .interview li span a {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.part6 .right .interview li b {
		margin-top: 25px;
		font-size: 13px;
	}
	.part6 .right .meeting {
		margin-top: 30px;
	}
	.part6 .right .meeting-left .title i {
		width: 124px;
		height: 34px;
		background-size: 100% 100%;
	}
	.part6 .right .meeting-left .title a.more {
		width: 22px;
		height: 10px;
		margin-top: 10px;
		background-size: 100% 100%;
	}
	.part6 .right .meeting-left .title {
		height: 34px;
	}
	.part6 .right .meeting-item ul {
		margin-top: 15px;
	}
	.part6 .right .meeting-item li {
		padding-left: 40px;
	}
	.part6 .right .meeting-item li i {
		left: 12px;
		width: 18px;
		height: 14px;
		background-size: 100% 100% !important;
	}
	.part6 .right .meeting-item li a {
		height: 27px;
		line-height: 27px;
		font-size: 14px;
	}
	.part6 .right .meeting-left {
		width: 377px;
		margin-right: 23px;
	}
	.part6 .right .meeting-top a.images i {
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.part6 .right .meeting-right ul {
		padding: 8px;
	}
	.part6 .right .meeting-right li {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.query-bot::before {
		width: 190px;
		height: 44px;
	}


}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
	.main,.weixin,.mobilewx{width: 1246px;}
    body{min-width: 1246px;}
	.top {
		margin: 20px auto;
	}
	.top h1 {
		font-size: 20px;
		margin-top: 7px;
		margin-left: 30px;
	}
	.top h1 i{
		width: 152px;
		height: 14px;
	}
	.searchBox {
		width: 600px;
		height: 40px;
		margin-top: 12px;
	}
	.search {
		width: 100%;
		height: 40px;
	}
	.searchBox .searchSelect {
		width: 80px;
		height: 40px;
	}
	.searchBox .searchSelectTop p {
		font-size: 13px;
		line-height: 40px;
		color: #333;
		text-indent: 12px;
	}
	.searchBox .searchSelectTop i {
		width: 8px;
		height: 4px;
		top: 19px;
		left: 72px;
		background-size: 100% 100%;
	}
	.searchBox .searchSelectBot {
		width: 82px;
		left: 6px;
		top: 41px;
	}
	.searchBox .search input {
		width: 460px;
		height: 40px;
		text-indent: 12px;
		font-size: 13px;
		line-height: 40px;
	}
	.searchBox .search button {
		width: 74px;
		height: 44px;
		background-size: 100% 100%;
	}
	#hangye {
		padding: 0 24px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 67px 12px #f4f4f4;
		font-size: 13px;
		line-height: 24px;
	}
	.field {
		top: 7px;
		right: 160px;
	}
	.ereaTop {
		padding: 0 24px 0 10px;
		background: url(../../../../images/Exhibition/version/2022/download-13.png) no-repeat 42px 11px #f4f4f4;
		font-size: 13px;
		line-height: 24px;
	}
	.erea {
		top: 7px;
		right: 94px;
	}
	.nav .main {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}
	.headlines i {
		height: 46px;
		width: 106px;
		background-size: 100% 100%;
	}
	.headlines h2 {
		padding-left: 110px;
		font-size: 30px;
		height: 46px;
		line-height: 46px;
	}
	.part1 {
		margin-top: 35px;
	}
	.part1 .left {
		width: 665px;
		margin-right: 25px;
	}
	.part1 .left p {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.part1 .right .tab-bot .item .images {
		width: 226px;
	}
	.part1 .right .tab-bot .item .text {
		padding: 18px 25px 12px 15px;
	}
	.part1 .right .tab-bot .item .text h2 a {
		line-height: 24px;
		height: 48px;
		font-size: 15px;
	}
	.part1 .right .tab-bot .item .text p {
		font-size: 14px;
		margin-top: 29px;
	}
	.part1 .right .tab-bot ul {
		padding-bottom: 5px;
	}
	.part1 .right .tab-bot li{
		margin-top: 9px;
	}
	.part1 .right .tab-bot li a {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.part2 .title h2 {
		height: 52px;
		width: 182px;
	}
	.part2 .title h2 a {
		background-size: 100% 100%;
	}
	.part2 .title p {
		margin-top: 3px;
	}
	.item-bot {
		margin-top: 18px;
	}
	.item-bot1 .rec-left {
		width: 905px;
		padding: 10px;
		margin-right: 25px;
	}
	.item-bot1 .rec-left-top .left {
		width: 620px;
	}
	.item-bot1 .rec-left-top .right {
		width: 284px;
		padding: 6px 30px 6px 14px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n+1) {
		margin-right: 22px;
	}
	.item-bot1 .rec-left-top .right li:nth-child(2n) {
		margin-left: 22px;
	}
	.item-bot1 .rec-left-top .right li {
		height: 68px;
		width: 98px;
	}
	.item-bot1 .rec-left-bot li {
		padding: 0 5px;
	}
	.item-bot1 .rec-left-bot ul {
		margin: 0 -5px;
	}
	.item-bot2 ul li, .item-bot3 ul li {
		padding-left: 25px;
		margin-top: 25px;
	}
	.item-bot2 ul li .sign {
		top: 131px;
		left: 0;
	}
	.item-bot2 .relibot, .item-bot3 .relibot {
		padding: 12px 20px;
	}
	.item-bot2 .relibot, .item-bot3 .relibot {
		padding: 10px 15px;
	}
	.item-bot2 .relibot p, .item-bot3 .relibot p {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
		margin-bottom: 6px;
	}
	.item-bot2 .relibot span, .item-bot3 .relibot span {
		font-size: 14px;
		line-height: 22px;
		height: 22px;
	}
	.item-bot2 ul, .item-bot3 ul {
		margin-left: -25px;
		margin-top: -25px;
	}
	.exhi-list .right {
		margin-left: 30px;
	}
	.exhiList ul li {
		font-size: 15px;
		margin-top: 15px;
		padding-right: 15px;
	}
	.exhiList ul li a {
		width: 440px;
		padding-right: 25px;
	}
	.exhi-bot .exhi-name p {
		font-size: 16px;
	}
	.exhi-bot .exhi-name {
		padding-right: 20px;
		width: 495px;
	}
	.part4 .left .title i {
		width: 182px;
		height: 52px;
		background-size: 100% 100%;
	}
	.part4 .left .item-top {
		padding: 20px 18px 14px 16px;
		margin-top: 30px;
	}
	.part4 .left .item-top h2 a {
		font-size: 20px;
	}
	.part4 .left .item-bot {
		padding: 0 24px;
		margin-top: 24px;
	}
	.part4 .left .item-bot p i {
		left: -23px;
		margin-top: -7px;
		width: 18px;
		height: 14px;
		background-size: 100% 100%;
	}
	.part4 .right {
		width: 362px;
		margin-left: 26px;
	}
	.part5 .left {
		width: 535px;
		margin-right: 18px;
	}
	.part5 .right .swiper {
		width: 418px;
		margin-right: 20px;
		margin-top: 25px;
	}
	.part5 .right ul {
		margin-top: 5px;
	}
	.part5 .left ul {
		margin-right: -20px;
		margin-top: 25px;
	}
	.part5 .left li {
		padding-right: 20px;
	}
	.part5 .left li p {
		margin: 5px 0;
		height: 40px;
		line-height: 20px;
		font-size: 15px;
	}
	.part5 .right .swiper .swiper-slide p {
		padding: 10px 15px;
		font-size: 16px;
	}
	.part5 .right .swiper .swiper-slide p a {
		max-height: 22px;
		line-height: 22px;
	}
	.part5 .left li:nth-child(3) p, .part5 .left li:nth-child(4) p {
		height: 20px;
	}
	.part6 {
		margin-top: 25px;
		padding-top: 25px;
	}
	.part6 .left {
		width: 585px;
		margin-right: 25px;
	}
	.part6 .left .title {
		height: 52px;
	}
	.part6 .left .title i {
		width: 182px;
		height: 52px;
		background-size: 100% 100%;
	}
	.part6 .left .item p {
		padding: 12px 10px;
	}
	.part6 .left .item p a {
		height: 26px;
		line-height: 26px;
		font-size: 19px;
	}
	.part6 .left ul {
		margin: 0 -8px;
	}
	.part6 .left li {
		margin-top: 16px;
		padding: 0 8px;
	}
	.part6 .left li .images b {
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.part6 .left li p {
		padding: 6px 5px;
	}
	.part6 .left li p a {
		height: 18px;
		line-height: 18px;
		font-size: 15px;
	}
	.part6 .right p.title {
		height: 52px;
	}
	.part6 .right p.title a {
		padding: 0 5px;
	}
	.part6 .right p.title a::before {
		right: -3px;
	}
	.part6 .right p.title a span {
		height: 52px;
		line-height: 52px;
	}
	.part6 .right p.title a.more {
		line-height: 52px;
	}
	.part6 .right .interview ul {
		margin: 25px -8px 0;
	}
	.part6 .right .interview li {
		padding: 0 8px;
	}
	.part6 .right .interview li a.images i {
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.part6 .right .interview li .text {
		padding: 14px 7px;
	}
	.part6 .right .interview li span a {
		line-height: 18px;
		height: 36px;
		font-size: 15px;
	}
	.part6 .right .interview li b {
		margin-top: 29px;
		font-size: 14px;
	}
	.part6 .right .meeting {
		margin-top: 30px;
	}
	.part6 .right .meeting-left {
		width: 402px;
		margin-right: 23px;
	}
	.part6 .right .meeting-item ul {
		margin-top: 14px;
	}
	.part6 .right .meeting-item li a {
		height: 31px;
		line-height: 31px;
		font-size: 14px;
	}
	.part6 .right .meeting-top a.images i {
		height: 28px;
		line-height: 28px;
		width: 70px;
		font-size: 14px;
	}
	.part6 .right .meeting-top a.images em {
		width: 45px;
		height: 45px;
	}
	.part6 .right .meeting-right li {
		font-size: 14px;
	}
	.bannerAdv-bot {
		padding-bottom: 50px;
	}
	.footer p {
		height: 73px;
		line-height: 73px;
	}
	.footer ul {
		width: 660px;
		margin: 17px 0 0 30px;
	}
	.footer .vx {
		width: 320px;
	}
	.footer .vx img {
		margin-left: 30px;
		width: 110px;
		height: 110px;
	}
	.footer .vx img:first-child{
		margin-left: 0;
	}
	.footer .foot-logo {
		width: 230px;
		margin-top: 20px;
	}
	.part3 .public-title .exhi {
		width: 900px;
	}
}
@media only screen and (min-width: 1600px){
	.main,.weixin,.mobilewx{width: 1450px;}
    body{min-width: 1450px;}
}