body{
	line-height: 1;
}
a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
	width: 1500px;
	margin: 0 auto;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
}
.exhi-main .big-image p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
}
.exhi-main .big-image p a{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 15px;
}
.exhi-main .big-image p a:hover {
	color: #0295ec;
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.iframe {
	overflow: hidden;
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header {
	height: 40px;
	background-color: #f5f5f5;
}
.head {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.head .left{
	float: left;
}
.head .left p {
	line-height: 40px;
	color: #666;
	float: left;
	margin-right: 15px;
    font-size: 14px;
}
.head .left p a {
	color: #666;
}
.head .left p a:hover {
	color: #0295ec;
}
.head ul{
	float: left;
}
.head ul li {
	float: left;
	color: #666;
    font-size: 14px;
}
.head ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
}
.head ul li a:hover {
	color: #0295ec;
}
.head .left ul li:first-child a {
	padding: 0 5px;
}
.head .left ul li a {
	padding: 0 10px;
}
.head .right p {
	float: right;
	padding-right: 80px;
	color: #5d5b56;
    font-size: 0;
}
.head .right p a {
	color: #666;
	padding: 0 10px;
	line-height: 40px;
    font-size: 14px;
	display: inline-block;
    position: relative;
}
.head .right p a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    width: 1px;
    height: 11px;
}
.head .right p a:last-of-type {
	border: 0;
}
.head .right a:hover{
	color: #0295ec;
}
.header--drop{
	margin: 0 auto;
	position:relative;
}

.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 40px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 9;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: 13px 4px 0 0;
	background: url("../../../../images/Version/2022/ExhiHome/mobile.png") no-repeat 0 center;
	width: 13px;
	height: 16px;
	display: inline-block;
}
.header--drop ul li.mobile a i {
	width: 12px;
	background: url("../../../../images/exhi/version/2021/mobile.png") no-repeat 0 center;
}
.header--drop ul li a:hover{
	color: #0295ec;
}
.header--drop {
	margin: 0 auto;
	position: relative;
	z-index: 10000;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -40px;
}
.header--drop ul li{
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 40px;
	position:relative;
	z-index: 99;
    font-size: 14px;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code {
	width: 130px;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 20;
}
.web-code .item {
	float: left;
	width: calc(33.33% - 20px);
	margin: 0 10px;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b {
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 6px 0;
}
.web-code p {
	color: #999;
	font-size: 13px;
}
/* top */
.top {
	margin-top: 17px;
    /* overflow: hidden; */
}
.top .logo {
	float: left;
	width: 245px;
    padding-right: 25px;
    position: relative;
}
.top .logo::after {
    content: '';
    width: 1px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e5e5e5;
}
.top h1 {
	width: 193px;
	float: left;
	margin-left: 25px;
	font-size: 24px;
	line-height: 50px;
	color: #116aae;
	margin-top: 4px;
}
.topAdv {
    float: right;
    width: 980px;
	height: 79px;
}
.topAdv img {
    float: right;



	
}


.searchBox {
	width: 700px;
	height: 50px;
	float: right;
	background: #f2f2f2;
	margin-top: 6px;
	position: relative;
}
.search{
	width: 100%;
	height: 50px;
}
.searchBox .searchSelect{
	width: 100px;
	height: 50px;
	float: left;
	position: relative;
	z-index: 99999;
	background: #ebfee7;
}
.searchBox .searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchBox .searchSelectTop p{
	font-size: 14px;
	line-height: 50px;
	color: #44a631;
	text-indent: 15px;
}
.searchBox .searchSelectTop i{
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	top: 23px;
	left: 80px;
	background:url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 0 -44px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchBox .searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchBox .searchSelectBot{
	position: absolute;
    width: 98px;
    border: 1px solid #44a631;
    left: 0px;
    top: 50px;
    z-index: 99999;
    display: none;
    background: #fff;
}
.searchBox .searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchBox .searchSelectBot li:hover{
	background: #44a631;
	color: #fff;
}
.searchBox .search input{
	width: 510px;
	height: 50px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #999;
	border: none;
	background: none;
}
.searchBox .search button{
	width: 90px;
	height: 50px;
	border:none;
	background: url("../../../../images/exhi/version/2021/btn.png") no-repeat;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-indent: -9999px;
	font-family: "microsoft yahei";
	background-size: cover;
}
.field{
	position: absolute;
	top: 11px;
	right: 187px;
	z-index: 9999;
}
#hangye{
	padding: 0 30px 0 15px;
	background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 80px -57px #fff;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border-radius: 20px;
	cursor: pointer;
}
#searchList {
	position: absolute;
	width: 140px;
	border: 1px solid #ddd;
	top: 30px;
	right: -22px;
	background: #fff;
}
#searchList ul{
    padding: 5px 0;
}
#searchList ul li {
	font: normal 12px/24px microsoft yahei;
	color: #999;
	cursor: pointer;
	float: left;
	width: 70px;
	text-align: center;
}
#searchList ul li:hover{
	background: #44A631;
    color: #fff;
}
.erea{
	position: absolute;
	top: 11px;
	right: 105px;
	z-index: 9999;
}
.ereaTop{
	padding: 0 30px 0 15px;
	background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 52px -57px #fff;
	font-size: 14px;
	line-height: 28px;
	color: #999;
	border-radius: 20px;
	cursor: pointer;
}
.ereaBot{
	width: 110px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
}
.ereaBot ul li {
    height: 24px;
    color: #999;
    text-indent: 10px;
    width: 50px;
    line-height: 24px;
    float: left;
    z-index: 999;
    cursor: pointer;
}
.ereaBot ul li a {
    color: #999;
    cursor: pointer;
}
.ereaBot ul li.selected {
    background: #69b85a;
    color: #fff;
    padding: 0;
}
.ereaBot ul li:hover {
    background: #44A631;
    color: #fff;
}
.ereaBot ul li:hover a{
	color: #fff;
}
/* top END */
.nav {
	height: 54px;
	line-height: 54px;
	background: #039ae9;
	margin-top: 17px;
}
.nav p {
	font-size: 0;
}
.nav a {
	color: #fff;
	font-size: 20px;
	padding: 0 65px;
	display: inline-block;
}
.nav a.focus {
	font-weight: bold;
	background: #37b2eb;
}
.nav a:hover {
	background: #37b2eb;
}

.location {
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #666;
}
.location i {
	color: #049ee7;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.location a {
	margin: 0 8px;
	color: #666;
}
.location a.focus {
	color: #0295ec;
}
.location a:hover {
	color: #0295ec;
}

/* findtop */
.findtop {
	background: #f7f7f7;
	padding: 0 24px;
	box-sizing: border-box;
}
.findtop dl {
	border-bottom: 1px dashed #dcdcdc;
	line-height: 42px;
	height: 42px;
	font-size: 15px;
	position: relative;
}
.findtop dl.showone {
	border-bottom: 0;
}
.findtop dl.showone dt {
	margin-right: 25px;
}
.findtop dl.showone li a.focus {
	background: none;
	color: #666;
}
.findtop dl.showtwo {
	border-bottom: 0;
}
.findtop dl.showtwo dt {
	margin-right: 25px;
}
.findtop dl.showtwo li a.focus {
	background: none;
	color: #666;
}
.findtop li {
	float: left;
	margin-right: 25px;
	font-size: 14px;
}
.findtop dt {
	float: left;
	margin-right: 110px;
	width: 60px;
	text-align: center;
	color: #999;
}
.findtop dd {
	overflow: hidden;
	padding-right: 80px;
	height: 42px;
	box-sizing: border-box;
}
.findtop dd a {
	color: #666;
}
.findtop dd a.focus {
	padding: 0 12px;
	color: #0295ec;
	cursor: pointer;
	font-size: 14px;
	background: #e0f1fb;
	border-radius: 20px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.findtop dd a:hover {
	color: #f89500;
}
.findtop a.unlimited {
	position: absolute;
	left: 100px;
	top: 9px;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 20px;
}
.findtop a.more {
	position: absolute;
	right: 24px;
	top: 0;
	color: #666;
	cursor: pointer;
}
.findtop a.more i {
	display: inline-block;
	margin-left: 8px;
	vertical-align: top;
	margin-top: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 12px;
}
.findtop a.focus i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.findtop ul.otherexi li b {
	display: inline-block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border: 1px solid #cacaca;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 13px;
	position: relative;
	border-radius: 2px;
}
.findtop ul.otherexi li b::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 2px;
	left: 1px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: scale(0) rotate(-45deg);
	-moz-transform: scale(0) rotate(-45deg);
	-o-transform: scale(0) rotate(-45deg);
	-ms-transform: scale(0) rotate(-45deg);
	transform: scale(0) rotate(-45deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.findtop ul.otherexi li a.focus b {
	background-color: #4385f5;
	border-color: #4385f5;
	margin-top: 5px;
}
.findtop ul.otherexi li a.focus b::after {
    transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.findtop ul.otherexi li a i {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
/* findtop End*/
.nullDate {
	overflow: hidden;
	text-align: center;
	padding: 70px 0;
	font-size: 18px;
}
.nullDate p {
	margin-top: 30px;
}
/* main */
.main {
	padding-top: 15px;
}
.main .left {
	overflow: hidden;
}
.main .left li {
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.main .left li .image {
	width: 270px;
	float: left;
	margin-right: 22px;
	position: relative;
}

.main .left li .image mark {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 3px 0 7px;
	background: -moz-linear-gradient( 0deg, rgb(255,85,67) 0%, rgb(255,167,39) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(255,85,67) 0%, rgb(255,167,39) 100%);
	background: -ms-linear-gradient( 0deg, rgb(255,85,67) 0%, rgb(255,167,39) 100%);
}
.main .left li .image mark i {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	margin-right: 3px;
}
.main .left li .image mark::after {
	content: "";
	position: absolute;
	right: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 14px;
	border-color: transparent transparent transparent #FFA228;
}
.main .left li .image a {
	display: block;
	height: 0;
	padding-bottom: 56.2%;
	overflow: hidden;
	position: relative;
}
.main .left li .image img {
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main .left li .text {
	overflow: hidden;
}
.main .left li .text p {
	height: 34px;
	overflow: hidden;
	padding-top: 4px;
}
.main .left li .text p a {
	font-size: 22px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	line-height: 24px;
}
.main .left li .text p span {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	height: auto;
	width: 96px;
	margin-top: -13px;
}
.main .left li .text p a:hover {
	color: #0295ec;
}
.main .left li .text p mark {
	background: url('../../../../images/Version/2022/ExhiHome/hotBg.png') no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	width: 54px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	margin-right: 10px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: top;
}
.main .left li .text span {
	font-size: 16px;
	color: #999;
	display: block;
	line-height: 24px;
	height: 48px;
	margin-top: 10px;
	overflow: hidden;
}
.main .left li .text .bottom {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	position: relative;
}
.main .left li .text .bottom .follow {
	position: absolute;
	right: 60px;
	top: 0;
}
.main .left li .text .bottom .follow em {
	font-style: normal;
	font-weight: bold;
	color: #ff8636;
}
.main .left li .text .bottom .follow i {
	color: #0295ec;
	font-size: 16px;
	margin-left: 1px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.main.meeting-list .left li .image {
	width: 240px;
}
.main.meeting-list .left li .text .bottom {
	margin-top: 15px;
}
.main .left li .text .bottom a {
	height: 100%;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 12px;
	color: #fff;
	background: -moz-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	background: -ms-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
	border-radius: 15px;
	font-size: 14px;
	opacity: 0;
}
.main .left li .text .bottom a i {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}
.main .left li .text .bottom b {
	font-weight: normal;
	margin-right: 40px;
}
.main .left li .text .bottom b i {
	color: #0295ec;
	font-size: 16px;
	margin-left: 1px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.main .left li:hover .text .bottom a {
	opacity: 1;
}
.left-detail {
	padding: 10px 0 85px;
	overflow: hidden;
}
.left-detail .tl {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	color: #0295ec;
}
.main .right {
	float: right;
	width: 345px;
	margin-left: 40px;
}
.main .query-main {
	border: 1px solid #e6e6e6;
}
.main .right .query-tab {
	padding-top: 134px;
	background: url('../../../../images/Version/2022/ExhiHome/querybg.png') no-repeat;
	text-align: center;
	line-height: 52px;
	background-size: 100% auto;
}
.main .right .query-tab p a {
	margin: 0 23px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.main .right .query-tab p a.focus::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #25a1e8 transparent transparent transparent;
}
.query-bot {
	display: none;
	padding: 30px 30px 20px;
	background: url(../../../../images/exhi/version/2021/querybot.png) right bottom no-repeat;
}
/* 日历样式 */
.CalendarWrapper {
	font-family: "Tahoma", "Arial";
	color: #333;
	position: relative;
}

.CalendarWrapper a {
	color: #333;
}


.CalendarWrapper a:hover {
	color: #0295ec;
	text-decoration: none;
}

.CalendarHead table{
	width: 100%;
}
.CalendarHead td:first-child{
	display: none;
}
.CalendarHead td:last-child{
	display: none;
}
.CalendarHead td:nth-child(2) {
	position: absolute;
	right: 40px;
	top: 0;
}
.CalendarHead td:nth-child(4) {
	position: absolute;
	right: 15px;
	top: 0;
}
.CalendarHead h4 {
	font-size: 22px;
	font-weight: normal;
}
.CalendarHead td#_CalendarYear_ {
	text-align: left !important;
	width: 100%;
}
.CalendarHead td {
	width: 0;
}
.CalendarHead td:nth-child(3) {
	text-align: left !important;
	width: 100%;
}
.CalendarHead .btn1,
.CalendarHead .btn4 {
	display: none;
}
.CalendarHead .btn2, .CalendarHead .btn3 {
	display: block;
	width: 18px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
}
.CalendarHead .btn2 {
	float: left;
}
.CalendarHead .btn3:hover,.CalendarHead .btn2:hover{
	text-decoration: none;
}
.CalendarCon {
	padding-top: 15px;
	margin-left: -15px;
}
.CalendarCon table {
	table-layout: fixed;
	width: 100%;
}
.CalendarCon th, .CalendarCon td {
	width: 44px;
	text-align: center;
	font-weight: normal;
}
.CalendarCon th {
	line-height: 30px;
	font-size: 16px;
}
.CalendarCon td {
	overflow: hidden;
}
.CalendarCon a, .CalendarCon em, .CalendarCon span {
	display: block;
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	width: 30px;
	margin: 12px 7px 0;
	border-radius: 50%;
}

.CalendarCon span {
	cursor: pointer;
}

.CalendarCon em {
	font-style: normal;
}
.CalendarCon a.today, .CalendarCon em.today {
	background: #f90;
	color: #fff;
}
.CalendarCon a.exhiDate {
    background: #0295ec;
    color: #fff;
}

.CalendarCon a:hover{
	background:#4592df;
	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: #0295ec;
}
.query-bot2 {
	padding: 15px 5px 24px;
}

.pages {
	margin-top: 85px;
	text-align: center;
}

.pages a {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	background-color: #fff;
}
.pages a.on,.pages a:hover {
	background-color: #0295ec;
	color: #fff;
	border-color: #0295ec;
}
.pages a.prev {
	background: #fff url('../../../../images/Version/2022/ExhiHome/page.png') 14px center no-repeat;
}
.pages a.lt {
	background: #fff url('../../../../images/Version/2022/ExhiHome/page.png') -285px center no-repeat;
}
.pages a.ft {
	background: #fff url('../../../../images/Version/2022/ExhiHome/back_2.png') center no-repeat;
}
.pages a.next {
	background: #fff url('../../../../images/Version/2022/ExhiHome/next_1.png') center no-repeat;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
	margin-left: 6px;
}
.pages .jump input {
	width: 45px;
	height: 40px;
	box-sizing: border-box;
	border: 0;
	border: 1px solid #ddd;
	vertical-align: top;
	margin: 0 10px;
	text-align: center;
}
.pages .jump button {
	width: 55px;
	height: 40px;
	border: 0;
	background-color: #0295ec;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
}
.exhi-main {
	margin-top: 35px;
}
.exhi-title {
	position: relative;
}
.exhi-title .more {
	position: absolute;
	right: 0;
	top: 13px;
	font-size: 14px;
	color: #0295ec;
}
.exhi-title .more img {
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
	margin-left: 3px;
}
.exhi-main .big-image {
	margin-top: 20px;
	height: 0;
	padding-bottom: 55.4%;
	overflow: hidden;
	position: relative;
}
.exhi-main .big-image img {
	max-height: none;
	width: 100%;
}
.exhi-main ul {
	margin-top: 10px;
}
.exhi-main ul li {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	overflow: hidden;
}
.exhi-main ul li i {
	display: inline-block;
	width: 8px;
	height: 11px;
	background: url('../../../../images/Version/2022/ExhiHome/small-ico.png') no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.exhi-main ul li a {
	color: #333;
}
.exhi-main ul li a:hover {
	color: #049ee7;
}
/* main End */

/* footer */
.footer {
	background-color: #242a37;
	margin-top: 30px;
	padding: 40px 0;
	font-family: "Microsoft YaHei";
}
.foot{
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav {
	width: 570px;
	float: left;
}
.foot-txt {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.foot-txt li {
	width: 14%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.foot-txt li a{
	color: #999;
}
.foot-txt li a:hover{
	color: #0295ec;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}
.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('../../../../images/exhi/version/2021/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}
.foot-img li {
	width: 83px;
	height: 33px;
	float: left;
	margin-right: 10px;
}
.foot-img li a{
	display: block;
	height: 33px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}
.police{
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}
.hot-line {
	width: 285px;
	padding-top: 10px;
	float: left;
	margin-left: 105px;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p{
	font-size: 14px;
	line-height: 28px;
}
.hot-line p a{
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("../../../../images/Version/2022/ExhiHome/main.png") no-repeat 100% -223px;
	position: relative;
	cursor: pointer;
}
.hot-line p a .QQhover {
    position: absolute;
   left: 0px;
    bottom: 18px;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 20px;
    color: #333;
    background: rgba(255,255,255,.9);
    display: none;
    cursor: auto;
    font-weight: 500;
    height: 20px;
    width: 100px;
    text-align: center;
    font-family:"Microsoft Yahei"; 
    overflow: hidden;
    resize: none;
 
    

   }
   .hot-line p a .QQhover::after{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    content: "QQ:";
   }
   .hot-line p a:hover .QQhover{
    display: inline-block;
   }
.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}
.hot-line > b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.qr-code {
	float: right;
	padding-top: 10px;
}
.qr-code li {
	float: left;
	padding: 0 0 0 35px;
}
.foot h2 {
	color: #999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
}
.foot h2 b {
	border-bottom: 3px solid #0295ec;
	height: 30px;
	display: inline-block;
}
.qr-code h2 {
	padding-left: 35px;
}
.qr-code ul {
	margin-top: 28px;
}
.qr-code li span {
	display: block;
	width: 144px;
	height: 144px;
	background-color: #fff;
	box-sizing: border-box;
	border: 8px solid #fff;
}
.qr-code li span img{
	width: 100%;
	height: 100%;
}
.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}
.foot-nav p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.foot-nav p a {
	color: #999;
}
.foot-nav p a img {
	margin-left: 8px;
}
.foot-nav p a:hover {
	color: #f90;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}

.rightfloat {
	width: 72px;
	background: -moz-linear-gradient( -90deg, rgb(43,130,217) 0%, rgb(64,154,244) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(43,130,217) 0%, rgb(64,154,244) 100%);
	background: -ms-linear-gradient( -90deg, rgb(43,130,217) 0%, rgb(64,154,244) 100%);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 36px;
	padding: 6px 0;
}
.rightfloat a {
	display: block;
	height: 80px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 15px auto 10px;
	height: 26px;
	font-size: 24px;
}
.rightfloat a i {
	width: 26px;
	background-size: 100% auto !important;
}
.rightfloat a i.icon-hezuo {
	background: url(../../../../images/exhi/version/2021/icon1.png) no-repeat;
}
.rightfloat a i.icon-qq {
	background: url(../../../../images/exhi/version/2021/icon2.png) no-repeat;
}
.rightfloat a i.icon-phone {
	background: url(../../../../images/exhi/version/2021/icon3.png) no-repeat;
}
.rightfloat a i.icon-yijian {
	background: url(../../../../images/exhi/version/2021/icon4.png) no-repeat;
}
.rightfloat a i.icon-top {
	background: url(../../../../images/exhi/version/2021/icon5.png) no-repeat;
}
.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}

.toTop{
	width: 118px;
	border: 1px solid #dee0e3;
	text-align: center;
	background: #fff;
	position: fixed;
	right: 10px;
	top: 200px;
	z-index: 9999;
	
}
.toTop h2{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: url(../../../../images/Version/2022/ExhiHome/contactBg.jpg) no-repeat;
}
.toTop dl{
	padding: 10px 0;
	border-bottom: 1px solid #dee0e3;
}
.toTop p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	font-family: "\5b8b\4f53";
	border-bottom: 1px solid #dee0e3;
}
.toTop p span{
	font-size: 14px;
	line-height: 25px;
	color: #05A2E5;
	display: block;
	font-weight: bold;
}
.pBg{
	background: #f5f5f5;
}
.qqChart{
	padding: 10px 0;
	background: #f5f5f5;
}
.qqChart a{
	position: relative;
	cursor: pointer;
}
.qqChart a .QQhover {
    position: absolute;
   left: 0px;
    bottom: 18px;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 20px;
    color: #333;
    background: rgba(255,255,255,.9);
    display: none;
    cursor: auto;
    font-weight: 500;
    height: 20px;
    width: 100px;
    text-align: center;
    font-family:"Microsoft Yahei"; 
    overflow: hidden;
    resize: none;
   }
   .qqChart a .QQhover::after{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    content: "QQ:";
   }
   .qqChart a:hover .QQhover{
    display: inline-block;
   }
.returnTop{
	position: fixed;
	right: 10px;
	top: 473px;
	z-index: 9999;
	
}
.returnTop {
	width: 120px;
	height:63px;
	_top: expression(eval(document.documentElement.scrollTop+318));
	
}
.returnTop a,
.returnTop a:hover {
	display: block;
	width: 120px;
	height: 63px;
	background: url(../../../../images/Version/2022/ExhiHome/backTop.jpg) no-repeat;
}
@media only screen and (min-width:1920px) {
	.w{
		width: 1500px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px) {
	.w{
		width: 1300px;
	}
	.topAdv {
		width: 850px;
		height: 68px;
	}
	.top .logo {
		width: 210px;
		padding-right: 15px;
	}
	.top h1 {
		margin-left: 15px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav a {
		font-size: 18px;
		padding: 0 58px;
	}

	.location {
		height: 46px;
		line-height: 46px;
	}
	.findtop a.more {
		font-size: 14px;
	}
	.findtop a.more i {
		margin-left: 4px;
	}
	.findtop dt {
		font-size: 14px;
		margin-right: 90px;
	}
	.findtop dl {
		line-height: 40px;
		height: 40px;
	}
	.findtop dd {
		height: 40px;
	}
	.findtop a.unlimited {
		top: 8px;
		left: 85px;
	}
	
	.main .right {
		width: 300px;
		margin-left: 30px;
	}
	.main .right .query-tab {
		padding-top: 104px;
	}
	.query-bot {
		padding: 25px 20px 20px;
	}
	.CalendarHead h4 {
		font-size: 20px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 40px;
	}
	.CalendarCon {
		margin-left: -13px;
		padding-top: 13px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		width: 28px;
		margin: 8px 5px 0;
	}
	.CalendarCon th {
		font-size: 15px;
	}
	.exhi-bot {
		height: 450px;
	}
	.exhi-bot .exhi-name {
		margin-top: 10px;
	}
	.exhi-bot table td > p {
		margin: 10px 0 11px;
	}
	.query-bot .place li {
		font-size: 14px;
	}
	.query-bot .place li a {
		padding: 0 10px;
	    line-height: 25px;
	}

	.main .left li {
		padding: 22px 0;
	}
	.main .left li .text p {
		height: 28px;
	}
	.main .left li .text p a {
		font-size: 20px;
	}
	.main .left li .image {
		width: 235px;
		margin-right: 17px;
	}
	.main .left li .text span {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.main .left li .text .bottom {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	.pages {
		margin-top: 45px;
	}
	.exhi-title span img {
		width: 130px;
	}
	.exhi-main {
		margin-top: 25px;
	}
	.exhi-main ul li {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.exhi-main .big-image {
		margin-top: 15px;
	}

	.foot-nav {
		width: 530px;
	}
	.hot-line {
	    width: 265px;
	    margin-left: 20px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}
	.qr-code li span {
		width: 112px;
		height: 112px;
	}
	.foot-img {
		width: calc(100% + 30px);
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px) {
	.w{
		width: 1140px;
	}
	.searchBox {
		margin-top: 0;
	}
	.topAdv {
		width: 745px;
		height: 60px;
	}
	.top .logo {
		width: 186px;
		padding-right: 10px;
	}
	.top h1 {
	    width: 173px;
		margin-left: 10px;
		font-size: 20px;
	    line-height: 40px;
    	background-size: contain;
	}
	.nav {
		height: 40px;
		line-height: 40px;
	}
	.nav a {
		font-size: 16px;
		padding: 0 48px;
	}

	.location {
		height: 42px;
		line-height: 42px;
	}
	.findtop {
		padding: 0 20px;
	}
	.findtop a.more {
		font-size: 14px;
	}
	.findtop a.more i {
		margin-left: 4px;
	}
	.findtop dt {
		font-size: 14px;
		margin-right: 90px;
	}
	.findtop dl {
		line-height: 36px;
		height: 36px;
	}
	.findtop dd {
		height: 36px;
	}
	.findtop a.unlimited {
		top: 6px;
		left: 85px;
	}
	.findtop ul.otherexi li b {
		margin-top: 11px;
	}
	.findtop dl.showone dt {
		margin-right: 25px;
	}
	
	.main .left li .text p mark {
		font-size: 15px;
	}
	.main .right {
		width: 262px;
		margin-left: 30px;
	}
	.main .right .query-tab {
		padding-top: 104px;
	}
	.main .right .query-tab {
		padding-top: 100px;
		line-height: 40px;
	}
	.main .right .query-tab p a {
		font-size: 15px;
	}
	.query-bot {
		padding: 15px 10px 15px;
	}
	.CalendarHead h4 {
		font-size: 18px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 38px;
	}
	.CalendarCon {
		margin-left: -13px;
	    padding-top: 3px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
		width: 26px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		margin: 7px 4px 0;
	}
	.CalendarCon th {
		font-size: 15px;
	}
	.query-bot .place li {
		font-size: 14px;
	}
	.query-bot .place li a {
		line-height: 22px;
		padding: 0 5px;
	}


	.main .left li {
		padding: 20px 0;
	}
	.main .left li .text p {
		height: 28px;
	}
	.main .left li .text p a {
		font-size: 18px;
	}
	.main .left li .image {
		width: 207px;
		margin-right: 15px;
	}
	.main .left li .text span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.main .left li .text .bottom {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	.main .left li .text .bottom b i {
		font-size: 14px;
		margin-right: 3px;
	}
	.main .left li .text .bottom .follow i {
		font-size: 14px;
		margin-right: 3px;
	}
	.pages {
		margin-top: 45px;
	}
	.exhi-title span img {
		width: 110px;
	}
	.exhi-main {
		margin-top: 20px;
	}
	.exhi-main ul {
		margin-top: 5px;
	}
	.exhi-main ul li {
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.exhi-main .big-image {
		margin-top: 15px;
	}


	.footer {
		margin-top: 30px;
	}
	.foot-nav {
		width: 460px;
	}
	.hot-line {
		width: 265px;
		margin-left: 20px;
	}
	.qr-code li {
    	padding: 0 0 0 15px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}
	.qr-code li span {
		width: 112px;
		height: 112px;
	}
	.foot-img {
		width: calc(100% + 30px);
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px) {
	.w{
		width: 1068px;
	}
	.searchBox {
		margin-top: 0;
	}
	.head .left p {
		font-size: 12px;
	}
	.head ul li {
		font-size: 12px;
	}
	.header--drop ul li .weixin {
		font-size: 12px;
	}
	.head .right p a {
		font-size: 12px;
	}
	.head .left ul li a {
		padding: 0 5px;
	}
	.head .right p a {
	    padding: 0 6px;
	}
	.header--drop ul li a {
	    padding: 0 6px;
	}
	.head .right p {
		padding-right: 70px;
	}
	.topAdv {
		width: 698px;
		height: 56px;
	}
	.top {
		margin-top: 13px;
	}
	.top .logo {
		width: 154px;
		padding-right: 10px;
	}
	.top h1 {
		width: 173px;
		margin-left: 10px;
		font-size: 20px;
		line-height: 32px;
		background-size: contain;
	}
	.nav {
		height: 38px;
		line-height: 38px;
		margin-top: 13px;
	}
	.nav a {
		font-size: 15px;
		padding: 0 48px;
	}


	.location {
		height: 42px;
		line-height: 42px;
		font-size: 12px;
	}
	.location i {
		font-size: 16px;
	}
	.findtop {
		padding: 0 20px;
	}
	.findtop li {
		margin-right: 20px;
		font-size: 12px;
	}
	.findtop a.more {
		font-size: 12px;
	}
	.findtop a.more i {
		margin-left: 4px;
	}
	.findtop dt {
		font-size: 12px;
		margin-right: 90px;
	}
	.findtop dl {
		line-height: 34px;
		height: 34px;
	}
	.findtop dd {
		height: 34px;
	}
	.findtop a.unlimited {
		top: 5px;
		left: 85px;
		font-size: 12px;
	}
	.findtop dd a.focus {
		font-size: 12px;
	}
	.findtop ul.otherexi li b {
		margin-top: 10px;
	}
	.findtop dl.showone dt {
		margin-right: 25px;
	}
	
	.main .left li .text p mark {
		font-size: 14px;
	}
	.main .right {
		width: 248px;
		margin-left: 28px;
	}
	.main .right .query-tab {
		padding-top: 104px;
	}
	.main .right .query-tab {
		padding-top: 90px;
		line-height: 40px;
	}
	.main .right .query-tab p a.focus::after {
		border-width: 8px 8px 0 8px;
		bottom: -8px;
	}
	.main .right .query-tab p a {
		font-size: 15px;
	}
	.query-bot {
		padding: 15px 10px 15px;
	}
	.CalendarHead h4 {
		font-size: 18px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 36px;
	}
	.CalendarCon {
		margin-left: -13px;
	    padding-top: 3px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
		width: 26px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		margin: 7px 4px 0;
	}
	.CalendarCon th {
		font-size: 15px;
	}
	.query-bot .place li {
		font-size: 14px;
	}
	.query-bot .place li a {
		line-height: 22px;
		padding: 0 5px;
	}


	.main .left li {
		padding: 18px 0;
	}
	.main .left li .text p {
		height: 28px;
	}
	.main .left li .text p a {
		font-size: 18px;
	}
	.main .left li .image {
		width: 195px;
		margin-right: 15px;
	}
	.main .left li .text span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.main .left li .text .bottom {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
	}
	.main .left li .text .bottom b i {
		font-size: 14px;
		margin-right: 3px;
	}
	.main .left li .text .bottom .follow i {
		font-size: 14px;
		margin-right: 3px;
	}
	.pages {
		margin-top: 45px;
	}
	.pages a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.pages a.prev {
		background: #fff url('../../../../images/Version/2022/ExhiHome/page.png') 10px center no-repeat;
	}
	.pages a.lt {
		background: #fff url('../../../../images/Version/2022/ExhiHome/page.png') -289px center no-repeat;
	}
	.pages .jump {
		font-size: 12px;
		line-height: 30px;
	}
	.pages .jump input {
		width: 40px;
		height: 30px;
	}
	.pages .jump button {
		width: 50px;
		height: 30px;
	}
	.exhi-title span img {
		width: 105px;
	}
	.exhi-main {
		margin-top: 18px;
	}
	.exhi-main ul {
		margin-top: 5px;
	}
	.exhi-main ul li {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.exhi-main .big-image {
		margin-top: 12px;
	}


	.footer {
		margin-top: 10px;
	}
	.foot-nav {
		width: 430px;
	}
	.hot-line {
		width: 245px;
		margin-left: 10px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.qr-code li {
		padding: 0 0 0 15px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 110px;
		height: 110px;
	}
	.foot-nav .logo img {
		width: 185px;
	}
	.foot-img {
		width: calc(100% + 20px);
	}
	.exhi-main .big-image p {
		padding: 4px 5px;
	}
	.exhi-main .big-image p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
}
@media only screen and (max-width:1199px) {
	.w{
		width: 878px;
	}
	.searchBox {
		width: 500px;
		margin-top: 6px;
		height: 44px;	
		margin-top: 0px;
	  }
	  .searchBox .searchSelectTop p {
		font-size: 12px;
		line-height: 44px;
		text-indent: 12px;
	}
	.searchBox .searchSelect {
		width: 88px;
		height: 44px;
	}
	.searchBox .searchSelectTop i {
		top: 21px;
		left: 67px;
	}
	.searchBox .search input {
		width: 332px;
		height: 44px;
		font-size: 12px;
		text-indent: 12px;
	}
	#hangye {
		padding: 0 25px 0 13px;
		background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 68px -59px #fff;
		font-size: 12px;
		line-height: 24px;
		border-radius: 18px;
	}
	.ereaTop {
		padding: 0 25px 0 13px;
		background: url("../../../../images/exhi/version/2021/exhi2020.png") no-repeat 42px -59px #fff;
		font-size: 12px;
		line-height: 24px;
		border-radius: 18px;
	}
	.searchBox .search button {
		width: 80px;
		height: 44px;
	}
	.head .left p {
		font-size: 12px;
	}
	.head ul li {
		font-size: 12px;
	}
	.header--drop ul li .weixin {
		font-size: 12px;
	}
	.head .right p a {
		font-size: 12px;
	}
	.head .left ul li a {
		padding: 0 2px;
	}
	.head .right p a {
	    padding: 0 6px;
	}
	.header--drop ul li a {
	    padding: 0 6px;
	}
	.head .right p {
		padding-right: 70px;
	}
	.topAdv {
		width: 574px;
		height: 46px;
	}
	.top {
		margin-top: 10px;
	}
	.top .logo {
		width: 142px;
		padding-right: 10px;
	}
	.top h1 {
		width: 123px;
		margin-left: 10px;
		font-size: 18px;
		line-height: 28px;
		background-size: contain;
	}
	.nav {
		height: 32px;
		line-height: 32px;
		margin-top: 10px;
	}
	.nav a {
		font-size: 14px;
		padding: 0 36px;
	}

	.location {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	.location i {
		font-size: 14px;
	}
	.findtop {
		padding: 0 14px;
	}
	.findtop li {
		margin-right: 20px;
		font-size: 12px;
	}
	.findtop a.more {
		font-size: 12px;
	}
	.findtop a.more i {
		margin-left: 4px;
	}
	.findtop dt {
		font-size: 12px;
		margin-right: 90px;
	}
	.findtop dl {
		line-height: 30px;
		height: 30px;
	}
	.findtop dd {
		height: 30px;
	}
	.findtop a.unlimited {
		top: 5px;
		left: 85px;
		font-size: 12px;
	}
	.findtop dd a.focus {
		font-size: 12px;
	}
	.findtop ul.otherexi li b {
		margin-top: 8px;
	}
	.findtop dl.showone dt {
		margin-right: 25px;
	}
	
	.main .left li .text p mark {
		font-size: 14px;
	}
	.main .right {
		width: 202px;
		margin-left: 22px;
	}
	.main .right .query-tab {
		padding-top: 70px;
		line-height: 30px;
	}
	.main .right .query-tab p a {
		font-size: 12px;
		margin: 0 10px;
	}
	.main .right .query-tab p a.focus::after {
    	border-width: 6px 6px 0 6px;
	    bottom: -6px;
	}
	.query-bot {
		padding: 10px 10px 10px;
	}
	.CalendarHead h4 {
		font-size: 14px;
	}
	.CalendarHead .btn2, .CalendarHead .btn3 {
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 26px;
	}
	.CalendarCon {
		margin-left: -9px;
	    padding-top: 4px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		width: 24px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		margin: 6px 3px 0;
	}
	.CalendarCon th {
		font-size: 14px;
	}
	.query-bot .place li {
		font-size: 12px;
	}
	.query-bot .place li a {
		line-height: 20px;
		padding: 0 3px;
	}


	.main .left li {
		padding: 14px 0;
	}
	.main .left li .text p {
		height: 24px;
		padding-right: 2px;
	}
	.main .left li .text p a {
		font-size: 16px;
	}
	.main .left li .image {
		width: 158px;
		margin-right: 12px;
	}
	.main .left li .text span {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 5px;
	}
	.main .left li .text .bottom {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		margin-top: 4px;
	}
	.main .left li .text .bottom b i {
		font-size: 14px;
		margin-right: 3px;
	}
	.main .left li .text .bottom .follow i {
		font-size: 14px;
		margin-right: 3px;
	}
	.pages {
		margin-top: 45px;
	}
	.pages a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.pages a.prev {
		background: #fff url('../../../../images/Version/2022/ExhiHome/page.png') 10px center no-repeat;
	}
	.pages a.lt {
		background: #fff url('../../../../images/Version/2022/ExhiHome/page.png') -289px center no-repeat;
	}
	.pages .jump {
		font-size: 12px;
		line-height: 30px;
	}
	.pages .jump input {
		width: 40px;
		height: 30px;
	}
	.pages .jump button {
		width: 50px;
		height: 30px;
	}
	.exhi-title span img {
		width: 86px;
	}
	.exhi-title .more {
		font-size: 12px;
	}
	.exhi-main {
		margin-top: 18px;
	}
	.exhi-main ul {
		margin-top: 5px;
	}
	.exhi-main ul li {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.exhi-main ul li i {
		margin-right: 5px;
	}
	.exhi-main .big-image {
		margin-top: 12px;
	}

	
	.footer {
		margin-top: 10px;
	    padding: 20px 0;
	}
	.foot-txt li {
		font-size: 12px;
	}
	.foot-nav p {
		font-size: 12px;
	}
	.foot-nav .logo img {
		width: 145px;
	}
	.foot-nav {
		width: 380px;
	}
	.hot-line {
		width: 180px;
		margin-left: 10px;
	}
	.hot-line > b {
		font-size: 22px;
	}
	.qr-code ul {
	    margin-top: 18px;
	}
	.foot h2 {
		font-size: 16px;
	}
	.hot-line p {
		font-size: 12px;
	    line-height: 22px;
	}
	.qr-code li {
		padding: 0 0 0 15px;
	}
	.qr-code h2 {
		padding-left: 15px;
	}
	.qr-code li span {
		width: 85px;
		height: 85px;
    	border: 4px solid #fff;
	}
	.foot-img {
		width: calc(100% + 15px);
	}
	.copyright {
    	padding: 10px 0;
		font-size: 12px;
	}
	.exhi-main .big-image p {
		padding: 4px 5px;
	}
	.exhi-main .big-image p a {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
}