.w,.main{
    width: 1600px;
    margin: 0 auto;
}
.iframe {
	overflow: hidden;
	height: 40px;
}
iframe {
	width: calc(100% + 17px);
}
/* header */

#header{
	background: #f5f5f5;
	height: 40px;
	width: 100%;
}
.header{
	height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul{
	float: left;
}
#divLogin ul li{
	margin: 0 13px;
	font-size: 14px;
	line-height: 40px;
	float: 	left;
}
#divLogin ul li a{
	color: #777777;
}
#divLogin ul li a:hover {
	color: #945d56;
}
#divLogin ul li a.login {
	color: #945d56;
	border-radius: 2px;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 14px;
	line-height: 40px;

}
.multimedia>div{
	padding-left: 15px;
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a,
.mobileTop a,
.mobile-app a,
.weMediaTop a,
.siteService a,
.siteNavTop a{
	color: #777777;
	padding-right: 15px;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -208px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img{
	width: 400px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -194px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img .item {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.mobile-img .item p {
	text-align: center;
	font-size: 16px;
}
.mobileBot .item .image, .weMediaBot .item .image, .mobile-img .item .image {
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.mobileBot p {
	font-size: 14px;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.weMediaBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -136px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.weMediaBot .item, .mobileBot .item, .mobile-img .item {
	width: 120px;
	margin-right: 20px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}
.weMediaBot .item:last-child, .mobileBot .item:last-child, .mobile-img .item:last-child {
	margin-right: 0;
}
.weMediaBot .item b, .mobileBot .item b, .mobile-img .item b {
	font-weight: normal;
}
.weMediaBot .item p, .mobileBot .item p, .mobile-img .item p {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.weMediaBot p {
	font-size: 14px;
}
/* headAdv */
.bannerAdv-box {
	margin-top: 20px;
	position: relative;
}
.topBannerAdv, .botBannerAdv {
	display: none;
	position: relative;
	z-index: 10;
}
.topBannerAdv img, .botBannerAdv img {
	width: 100%;
}
.bannerAdv-box::after {
	content: "";
	width: 100%;
	height: 96px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.advs {
	position: relative;
	display: block;
	width: 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;
}




.popup-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 99999;
}
.popup-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 8px;
	width: 500px;
	text-align: center;
	overflow: hidden;
}
.popup-box .title {
	height: 46px;
	line-height: 46px;
	background-color: #945d56;
	padding: 0 20px;
	position: relative;
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.popup-box .title a {
	position: absolute;
	right: 20px;
	top: 0;
	width: 12px;
}
.pop-content {
	padding: 35px 20px 40px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.pop-content p {
	margin-top: 20px;
}
.pop-content .btn {
	margin-top: 25px;
}
.pop-content .btn a {
	display: inline-block;
	color: #945d56;
	background-color: #ffeded;
	height: 36px;
	line-height: 32px;
	width: 140px;
	border-radius: 18px;
	border: 1px solid #945d56;
	box-sizing: border-box;
}


/* top */
.top{
    margin: 30px auto 28px;
}
.top .logo{
    float: left;
    overflow: hidden;

}
.top .logo img{
    float: left;
    height: 64px;
}
.top .logo span{
    float: left;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 5px 0 0 40px;
    padding-left: 40px;
    position: relative;
}
.top .logo span::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #dcdcdc;
}
.top .logo span i{
    display: block;
    height: 15px;
    width: 192px;
    margin-top: 5px;
    background: url(../../../../Images/exhibition/version/2022/logoFont.png) no-repeat;
    background-size: 100% 100%;
}
.top .search{
    float: right;
    height: 46px;
    width: 710px;
    margin-top: 10px;
    border: 2px solid #945d56;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
}
.top .search .searchSelect{
    float: left;
    height: 42px;
    width: 110px;
    position: relative;
    background: #fff;
    border-radius: 30px 0 0 30px;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.searchSelectTop p {
	width: 100%;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-indent: 15px;
	border-right: 1px solid #945d56;
}
.searchSelectTop i {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: middle;
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #945d56;
	left: -2px;
	top: 42px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	text-indent: 20px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	-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;
}
.searchSelectBot li:hover {
	background: #945d56;
	color: #fff;
}
.search input.searchText{
    float: left;
    width: 326px;
    line-height: 42px;
    height: 42px;
    border: 0;
    text-indent: 13px;
    font-size: 16px;
    color: #999;
}
/* 选择行业 */
#hangye {
	position: absolute;
	width: 92px;
	height: 25px;
	border: 1px solid #c4c4c4;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px !important;
	color: #666;
	text-indent: 10px;
	top: 7px;
	right: 180px;
	background: url(../../../../Images/exhibition/version/2022/san.jpg) 65px 7px no-repeat #fff;
	cursor: pointer;
	z-index: 999;
}
#searchList ul {
	position: absolute;
	z-index: 9999;
	width: 92px;
	border: 1px solid #c4c4c4;
	display: block;
	top: 35px;
	right: 180px;
	padding: 5px 0;
	background: #fff;
}
#searchList ul li {
	display: block;
	font: normal 12px/22px microsoft yahei;
	color: #666;
	text-indent: 16px;
}
#searchList ul li:hover{
    background: #0981da;
    color: #fff;
}
/* 地区 */
.erea {
	position: absolute;
	width: 58px;
	height: 25px;
	border: 1px solid #c4c4c4;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px;
	color: #666;
	text-indent: 10px;
	top: 7px;
	right: 104px;
	background: url(../../../../Images/exhibition/version/2022/san.jpg) 40px 7px no-repeat #fff;
	cursor: pointer;
	z-index: 999;
}
.ereaTop {
	position: absolute;
	height: 25px;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px;
	color: #666;
	text-indent: 5px;
	top: 0;
	cursor: pointer;
	z-index: 999;
	width: 60px;
}
.ereaBot ul {
	width: 110px;
	position: absolute;
	top: 27px;
	left: 0;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #c7c7c7;
}
.ereaBot ul li {
	height: 24px;
	color: #666;
	text-indent: 3px;
	width: 50px;
	line-height: 24px;
	float: left;
	z-index: 999;
}
.ereaBot ul li.selected{
    background:#1b8bd4;
    color:#fff;
    padding: 0;
}
.search button{
    position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
    width: 92px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #945d56;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0 30px 30px 0;
}
/* nav */
.nav{
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    background-color: #945d56;
    overflow: hidden;
}
.nav .w{
    overflow: hidden;
}
.nav a{
    float: left;
    padding: 0 37px;
    color: #fff;
}
.nav a.focus,.nav a:hover{
    background-color: #bc736a;
}
/* headlines */
.headlines {
	margin: 24px auto 30px;
    position: relative;
}
.headlines h2{
	padding-left: 159px;
	font-size: 28px;
    height: 52px;
	line-height: 52px;
	text-align: center;
    overflow: hidden;
}
.headlines h2 i{
    position: absolute;
    left: 0;
    height: 52px;
    width: 159px;
    background: url(../../../../Images/exhibition/version/2022/exhi2022.png) no-repeat;
    background-size: 100% 100%;
}
.headlines .swiper-container{
	height: 52px;
	overflow: hidden;
}
.headlines .swiper-slide{
	height: 52px!important;
	line-height: 52px;
}
.headlines h2 a{
	color: #ff7500;
}
.headlines h2 a:hover{
	color: #ff9600;
}
/* mainTop */
.mainTop{
    background-color: #f6f6f6;
}
.mainTop p{
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
}
.mainTop p i{
    display: inline-block;
    width: 14px;
    height: 18px;
    margin: 21px 10px 0 0;
    background: url(../../../../Images/exhibition/version/2022/mainTop.png) no-repeat;
    vertical-align: top;
}
.mainTop p a{
    padding: 0 10px;
    color: #333;
}
.mainTop p a:hover {
	color: #f60;
}
.mainTop p span.lastColor {
    padding-left: 10px;
	color: #945d56;
}
/* content */
.content{
    overflow: hidden;
}
.content .left{
    float: left;
    width: 1170px;
    margin-right: 32px;
	padding-bottom: 5px;
}
.content .right{
	padding-top: 24px;
    overflow: hidden;
}
.exhi_show ul{
    overflow: hidden;
}
.exhi_show li{
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.exhi_show li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.exhi_show li .images{
    float: left;
    width: 318px;
    margin-right: 20px;
}
.exhi_show li .images a{
    display: block;
    padding-bottom: 55.03%;
    height: 0;
    overflow: hidden;
}
.exhi_show li .images img{
    max-height: none;
    width: 100%;
}
.exhi_show li .text{
    float: left;
    width: 640px;
    position: relative;
}
.exhi_show li .text p{
	height: 34px;
    line-height: 34px;
	font-size: 20px;
    font-weight: 700;
	overflow: hidden;
}
.exhi_show li .text p i{
    width: 59px;
    height: 31px;
	margin: 0 5px 0 0;
    background: url(../../../../Images/exhibition/version/2022/tj.png) no-repeat;
    background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.exhi_show li .text p i.hot{
	height: 34px;
	margin: 0px 5px 0 0;
	background: url(../../../../Images/exhibition/version/2022/hot.png) no-repeat;
}
.exhi_show li .text p a{
    color: #333;
}
.exhi_show li .text p a:hover{color: #945d56;}
.exhi_show li .text span{
    display: block;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.exhi_show li .text span i{
    position: relative;
    left: 0;
    color: #945d56;
    font-style: normal;
}
.exhi_show li .text-bot{
    width: 550px;
    overflow: hidden;
}
.exhi_show li .text-bot dt,
.exhi_show li .text-bot dd{
    float: left;
    width: 50%;
    margin-top: 13px;
    font-size: 16px;
}
.exhi_show li .text-bot i{
    margin-right: 4px;
    color: #666;
}
.exhi_show li .text-bot b{
    font-weight: normal;
    color: #fe7501;
}
.exhi_show li .text em.yq{
    position: absolute;
    top: 38px;
    right: 0;
    width: 128px;
    height: 100px;
    background: url(../../../../Images/exhibition/version/2022/yq2.png) no-repeat;
    background-size: 100% 100%;
}
.exhi_show li .btn{
    padding-top: 42px;
    overflow: hidden;
    text-align: right;
}
.exhi_show li .btn>div{
    float: right;
    width: 136px;
    height: 40px;
    line-height: 40px;
    padding: 1px;
    margin-top: 20px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}
.exhi_show li .btn>div a{
    display: block;
    font-size: 18px;
    height: 100%;
    border-radius: 4px;
}
.exhi_show li .btn>div.btnA1,
.exhi_show li .btn>div.btnA3{
    background-color: #ff7449;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa028), to(#ff5c5c));
	background-image: -webkit-linear-gradient(90deg, #ffa028, #ff5c5c);
	background-image: -moz-linear-gradient(90deg, #ffa028, #ff5c5c);
	background-image: -ms-linear-gradient(90deg, #ffa028, #ff5c5c);
	background-image: -o-linear-gradient(90deg, #ffa028, #ff5c5c);
	background-image: linear-gradient(90deg, #ffa028, #ff5c5c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffa028', endColorStr='#ff5c5c');
}
.exhi_show li .btn>div.btnA3{
	margin-top: 60px;
}
.exhi_show li .btn>div.btnA2{
    background-color: #7b8bfa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a28cfc), to(#5f8af9));
	background-image: -webkit-linear-gradient(90deg, #a28cfc, #5f8af9);
	background-image: -moz-linear-gradient(90deg, #a28cfc, #5f8af9);
	background-image: -ms-linear-gradient(90deg, #a28cfc, #5f8af9);
	background-image: -o-linear-gradient(90deg, #a28cfc, #5f8af9);
	background-image: linear-gradient(90deg, #a28cfc, #5f8af9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a28cfc', endColorStr='#5f8af9');
}
.exhi_show li .btn>div.btnA1 a,
.exhi_show li .btn>div.btnA3 a{
    background-color: #fff5f3;
    color: #ff6952;
}
.exhi_show li .btn>div.btnA2 a{
    background-color: #f2f1ff;
    color: #608af9;
}
.exhi_show li .btn>div:hover a{
    background-color: transparent;
    color: #fff;
}
.pages {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	font: normal 12px/40px "Tahoma";
}

.pages a {
	width: 40px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	border-left: 0;
	text-align: center;
	font: normal 12px/38px "Tahoma";
	color: #666666;
	vertical-align: middle;
}

.pages a.ft {
	border-left: 1px solid #e6e6e6;
	border-right: 0;
	background: url(../../../../images/company/companyList.png) no-repeat -56px -530px;
}

.pages a.next {
	margin-right: 15px;
	background: url(../../../../images/company/companyList.png) no-repeat 15px -530px;
}

.pages a.prev {
	width: 68px;
	background: url(../../../../images/company/companyList.png) no-repeat 8px -467px;
	border-left: 1px solid #e6e6e6;
}

.pages a.lt {
	width: 68px;
	background: #fff url(../../../../images/company/companyList.png) no-repeat 8px -497px;
}

.pages a.on {
	background: #945d56;
	border: 1px solid #945d56;
	border-left: 0;
	color: #fff;
	font-weight: bold;
}

.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/38px "Tahoma";
	margin: 0 10px;
	vertical-align: middle;
}

.pages button {
	width: 52px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: url(../../../../images/company/companyList.png) no-repeat 0 -386px;
}

/* right */
.right-title{
	height: 40px;
	padding-bottom: 10px;
}
.right-title span{
	font-size: 24px;
	font-weight: 700;
	color: #666;
}
.right-title span b{
	color: #945d56;
}
.right-title span i{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 7px 8px 0 0;
	background: url(../../../../Images/exhibition/version/2022/part2-right-title.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}
.right-title a.more{
	float: right;
	line-height: 40px;
	font-size: 16px;
	color: #999;
}
.part1 .li-top,
.part3 .li-top {
	position: relative;
}
.part1 .li-top .images,
.part3 .li-top .images{
	display: block;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}
.part1 .li-top .images img,
.part3 .li-top .images img{
	max-height: none;
	width: 100%;
}
.part1 .li-top p,
.part3 .li-top p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(49, 49, 49, 0.4);
	padding: 15px 20px;
}
.part1 .li-top p a,
.part3 .li-top p a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}
.part1.li-top p a:hover,
.part3.li-top p a:hover{
	color: #945d56;
}
.part1 li,
.part3 li{
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	margin-top: 17px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part1 li i,
.part3 li i{
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background: url(../../../../Images/exhibition/version/2022/part2-right-li.png) no-repeat;
	background-size: 100% 100%;
}
.part1 li a,
.part3 li a{
	color: #333;
}
.part1 li a:hover,
.part3 li a:hover{color: #945d56;}
/* part2 */
.part2{
    margin-top: 35px;
}
.part2 .query-tab {
	padding-top: 160px;
	background: url(../../../../Images/exhibition/version/2022/querybg.png) no-repeat;
	text-align: center;
	line-height: 54px;
	background-size: 100% 100%;
}
.part2 .query-tab p a {
	margin: 0 23px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.part2 .query-tab p a.focus::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #955d56 transparent transparent transparent;
}
.query-bot {
	display: none;
	padding: 30px 30px 20px;
    border: 1px solid #e9e9e9;
    border-top: 0;
	background: url(../../../../Images/exhibition/version/2022/querybot.png) right bottom no-repeat;
}
/* 日历样式 */
.CalendarWrapper {
	font-family: "Tahoma", "Arial";
	color: #333;
	position: relative;
}

.CalendarWrapper a {
	color: #333;
}


.CalendarWrapper a:hover {
	color: #08ae63;
	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: #945d56;
    color: #fff;
}

.CalendarCon a:hover{
	background:#945d56;
	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: #945d56;
}
.query-bot2 {
	padding: 15px 5px 24px;
}
.rightAdv {
	margin-top: 20px;
}
.rightAdv .image {
	margin-top: 15px;
}
.rightAdv .image img {
	width: 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;
}
/* part3 */
.part3{
    margin-top: 35px;
}
/* bannerAdv */
.bannerAdv ul{
    margin: 25px -5px 0;
    overflow: hidden;
}
.bannerAdv .line-2 li{
    width: 50%!important;
}
.bannerAdv .line-3 li{
    width: 33.3%!important;
}
.bannerAdv .line-4 li{
    width: 25%!important;
}
.bannerAdv .line-5 li{
    width: 20%!important;
}
.bannerAdv li{
    float: left;
    width: 100%;
    height: 86px;
    padding: 5px;
    box-sizing: border-box;
}
.bannerAdv li img{
    width: 100%;
    height: 100%;
}
.bannerAdv li a{
    display: block;
    height: 100%;
    position: relative;
}
/* link */
.link {
	margin-top: 25px;
}
.link .linkTitle {
	margin-bottom: 10px;
	overflow: hidden;
}
.link .linkTitle p{
	float: left;
	width: 348px;
	overflow: hidden;
}
.link .linkTitle a,.link .linkTitle i{
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	margin-right: 30px;
	padding: 0 22px;
	color: #666;
	background-color: #e5e5e5;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition:none;
}
.link .linkTitle a,.part4 .part4-top a{
	cursor: pointer;
}
.link .linkTitle i{
	margin-right: 0!important;
}
.link .linkTitle p{
	float: left;
	overflow: hidden;
}
.link .linkTitle a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -22px;
	border-width: 0 22px 52px 22px;
	border-style: solid;
	border-color: transparent transparent #e5e5e5 transparent;
}
.link .linkTitle a::before,.link .linkTitle i::before {
	position: absolute;
	content: "";
	top: 0;
	left: -22px;
	border-width: 52px 22px 0 22px;
	border-style: solid;
	border-color: #e5e5e5 transparent transparent transparent;
}
.link .linkTitle a:first-child::before{
	display: none;
}
.link .linkTitle a.focus{
	color: #fff;
	background-color: #945d56;
}
.link .linkTitle a.focus::after{
	border-color: transparent transparent #945d56 transparent;
}
.link .linkTitle a.focus::before{
	border-color: #945d56 transparent transparent transparent;
}
.link-list {
	display: none;
	margin-top: 16px;
	margin-left: -48px;
	font-size: 0;
	overflow: hidden;
}
.link-list a {
	display: inline-block;
	margin-left: 48px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}
.link ul {
	overflow: hidden;
}
.link ul li {
    float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.link ul li:last-child {
	margin-right: 0px;
}
.link ul li a {
	line-height: 40px;
	padding: 8px 30px;
	font-size: 14px;
	background: #f5f5f5;
	color: #666;
}
.link ul li a:hover {
	background: #945d56;
	color: #fff;
}
.link-list a:hover{
	color: #945d56;
}
/* footer */
.foot_bg {
	background: #f6f6f6;
	margin-top: 30px;
}
.foot {
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
	color: #666666;
	border-top: 1px solid #e6e6e6;
}
.foot p {
	text-align: center;
	line-height: 40px;
	color: #b2b2b2;
}

.foot p a {
	color: #666666;
	margin: 0 6px;
}

.foot a:hover {
	color: #b31717;
	text-decoration: underline;
}

.foot span {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 30px;
}

.foot i {
	font-style: normal;
	color: #b31717;
}
.bottom {
	display: inline-block;
	margin: 20px 45px 0 45px;
	line-height: 26px;
	color: #666666;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}

.bottom img {
	vertical-align: top;
	margin-top: 3px;
}
.bottom .qq{
	position: relative;
	cursor: pointer;
}
.bottom .qq .QQhover {
	 position: absolute;
	 left: 0px;
	 bottom: 21px;
	 border: 1px solid #666;
	 border-radius: 4px;
	line-height: 20px;
   color: #333;
	background: rgba(255,255,255,.9);
	 display: none;
	 cursor: auto;
	font-weight: 500;
	height: 20px;
	 width: 110px;
	 text-align: center;
	 resize: none;
	 cursor: pointer;
     overflow: hidden;
   resize: none;
   font-family: "Microsoft Yahei";
	}
	.bottom .qq .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.bottom .qq:hover .QQhover{
	 display: inline-block;
	}
.bottom b {
	display: block;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	text-align: left;
}

.bottom b a {
	color: #666;
}

.bottom.bg1 {
	padding: 0 0 0 28px;
	background: url("https://www.gkzhan.com/images/index/Version/2022/index2016.png") no-repeat -84px -651px;
}

.bottom.bg2 {
	padding: 0 0 0 28px;
	background: url("https://www.gkzhan.com/images/index/Version/2022/index2016.png") no-repeat -84px -743px;
}
.beian {
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.beian i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("https://www.gkzhan.com/images/index/Version/2022/police_ico.png") no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 14px;
	margin-right: 5px;
}
.beian a {
	color: #666;
}

.exhi_show li .images img,
.part1 .li-top .images img,
.part3 .li-top .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;
}
.exhi_show li .images:hover img,
.part1 .li-top .images:hover img,
.part3 .li-top .images:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.publicbox{width: 100%}
.lostpro{width:450px;background: url(/images/lostpro.jpg) no-repeat;margin: 85px auto 0;padding-left: 165px;}
.lostpro span{font: 22px/44px "Microsoft Yahei";color: #333;}
.lostproab{font: 12px/30px "\5b8b\4f53";color: #767676;}
.lostproab a{background: url(/images/caigouSearch.png) no-repeat -145px -35px;padding-left: 12px;}
/* 20250313 */
.Tophead .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	font-size: 14px;
	position: relative;
}
.Tophead .ServiceTop a{
	color: #777;
}
/* 两个下拉 */
.Tophead .mobile .ServiceTop a,.Tophead .weixin .ServiceTop a{
	color: #945d56;
}
.Tophead .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 833px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 20%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead .mobile .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead .mobile .hover a{
	color: #945d56;
}
.Tophead .mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead .weixin .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead .weixin .hover a{
	color: #945d56;
}
.Tophead .weixin .hover::after{
	display: none;
}

@media screen and (max-width: 1279px){
	.w{
		width: 1000px;
	}
	body{
		min-width: 1000px;
	}
	#divLogin ul li {
		margin: 0 10px;
		font-size: 12px;
	}
	.multimedia {
		font-size: 12px;
	}
	.multimedia > div {
		padding-left: 10px;
	}
	.Tophead .ServiceTop {
		padding: 0 4px;
		font-size: 12px;
	}
	.Tophead .ServiceTop i {
		margin-right: 6px;
		font-size: 13px;
	}
	.headAdv li {
		margin-top: 10px;
	}
	.top {
		margin: 15px auto;
	}
	.top .logo img {
		height: 42px;
	}
	.top .logo span {
		font-size: 16px;
		margin: 4px 0 0 24px;
		padding-left: 24px;
	}
	.top .logo span i {
		height: 12px;
		width: 146px;
		margin-top: 5px;
	}
	.top .search {
		height: 36px;
		width: 534px;
		margin-top: 5px;
		border: 1px solid #945d56;
	}
	.top .search .searchSelect {
		height: 34px;
		width: 88px;
	}
	.searchSelectTop p {
		line-height: 34px;
		font-size: 12px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 6px;
	}
	.searchSelectBot {
		border: 1px solid #945d56;
		top: 34px;
	}
	.search input.searchText {
		width: 244px;
		line-height: 34px;
		height: 34px;
		text-indent: 10px;
		font-size: 13px;
	}
	#hangye {
		width: 84px;
		height: 22px;
		line-height: 22px !important;
		text-indent: 8px;
		top: 6px;
		right: 180px;
	}
	.erea {
		width: 54px;
		height: 22px;
		line-height: 22px;
		text-indent: 10px;
		top: 6px;
		right: 104px;
		background: url(../../../../Images/exhibition/version/2022/san.jpg) 38px 6px no-repeat #fff;
	}
	.ereaTop {
		height: 22px;
		font: normal 12px/22px "microsoft yahei", Tahoma, Arial;
		line-height: 22px;
		width: 54px;
	}
	.searchSelectBot li {
		text-indent: 17px;
		font-size: 13px;
		line-height: 24px;
	}
	#searchList ul {
		width: 84px;
		top: 31px;
	}
	.ereaBot ul {
		top: 24px;
	}
	.search button {
		width: 70px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.nav {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.nav a {
		padding: 0 20px;
	}
	.headlines {
		margin: 17px auto 19px;
	}
	.headlines h2 {
		padding-left: 98px;
		font-size: 19px;
		height: 32px;
		line-height: 32px;
	}
	.headlines .swiper-container{
		height: 32px;
	}
	.headlines .swiper-slide{
		height: 32px!important;
		line-height: 32px;
	}
	.headlines h2 i {
		height: 32px;
		width: 98px;
	}
	.mainTop p {
		padding-left: 12px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	.mainTop p i {
		width: 10px;
		height: 14px;
		margin: 12px 6px 0 0;
		background-size: 100% 100%;
	}
	.content .left {
		width: 730px;
		margin-right: 20px;
	}
	.exhi_show li {
		padding: 16px 0;
	}
	.content .right{
		padding-top: 16px;
	}
	.exhi_show li .images {
		width: 200px;
		margin-right: 12px;
	}
	.exhi_show li .text {
		width: 405px;
	}
	.exhi_show li .text p i {
		width: 37px;
		height: 19px;
		margin: 0 3px 0 0;
	}
	.exhi_show li .text p i.hot{
		height: 21px;
		margin: 0px 3px 0 0;
	}
	.exhi_show li .text p {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.exhi_show li .text span {
		height: 36px;
		line-height: 18px;
		font-size: 12px;
		margin-top: 9px;
	}
	.exhi_show li .text-bot dt, .exhi_show li .text-bot dd {
		margin-top: 6px;
		font-size: 12px;
	}
	.exhi_show li .text-bot i {
		margin-right: 3px;
		font-size: 12px;
	}
	.exhi_show li .btn > div {
		width: 86px;
		height: 26px;
		line-height: 26px;
		margin-top: 12px;
	}
	.exhi_show li .btn > div a {
		font-size: 12px;
	}
	.right-title span {
		font-size: 16px;
	}
	.right-title {
		height: 28px;
		padding-bottom: 6px;
	}
	.right-title span i {
		width: 14px;
		height: 14px;
		margin: 6px 6px 0 0;
		background-size: 100% 100%;
	}
	.right-title a.more {
		line-height: 24px;
		font-size: 12px;
	}
	.part1 .li-top p, .part3 .li-top p {
		padding: 9px 12px;
	}
	.part1 .li-top p a, .part3 .li-top p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part1 li, .part3 li {
		padding-left: 16px;
		height: 18px;
		line-height: 18px;
		margin-top: 10px;
		font-size: 12px;
	}
	.part1 li i, .part3 li i {
		width: 6px;
		height: 10px;
	}
	.part2 {
		margin-top: 20px;
	}
	.part2 .query-tab {
		padding-top: 100px;
		line-height: 34px;
	}
	.part2 .query-tab p a {
		margin: 0 15px;
		font-size: 12px;
	}
	.part2 .query-tab p a.focus::after {
		bottom: -5px;
		margin-left: -5px;
		border-width: 5px 5px 0 5px;
	}
	.query-bot2 {
		padding: 10px 5px 15px;
	}
	.query-bot .place li {
		font-size: 12px;
		margin-top: 2px;
	}
	.query-bot .place li a {
		line-height: 24px;
		padding: 0 6px;
	}
	.query-bot {
		padding: 10px 14px 18px;
	}
	.CalendarHead h4 {
		font-size: 14px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 33px;
	}
	.CalendarCon th {
		line-height: 20px;
		font-size: 12px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 12px;
		height: 22px;
		line-height: 22px;
		width: 22px;
		margin: 7px 5px 0;
	}
	.rightAdv .image {
		margin-top: 10px;
	}
	.rightAdv {
		margin-top: 15px;
	}
	.exhi_show li .text em.yq {
		top: 22px;
		width: 80px;
		height: 64px;
	}
	.exhi_show li .btn {
		padding-top: 22px;
	}
	.pages{
		padding-top: 20px;
	}
	.exhi_show li .text em.yq {
		top: 28px;
		width: 96px;
		height: 75px;
	}
	.exhi_show li .btn > div.btnA3 {
		margin-top: 30px;
	}
	.foot_bg {
		margin-top: 20px;
	}
	.foot {
		padding: 10px 0 10px;
	}
	.part3 {
		margin-top: 15px;
	}
	.exhi_show li .text-bot {
		width: 440px;
	}
	.link .linkTitle p {
		width: 262px;
	}
	.link .linkTitle a, .link .linkTitle i {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		margin-right: 21px;
		padding: 0 16px;
	}
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -16px;
		border-width: 38px 16px 0 16px;
	}
	.link .linkTitle a::after {
		right: -16px;
		border-width: 0 16px 38px 16px;
	}
	.link-list {
		margin-top: 10px;
		margin-left: -34px;
	}
	.link-list a {
		margin-left: 34px;
		line-height: 28px;
		font-size: 13px;
	}
	.link ul li {
		margin-top: 10px;
		margin-right: 10px;
	}
	.link ul li a {
		line-height: 30px;
		padding: 5px 20px;
		font-size: 13px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1439px){
	.w{
		width: 1200px;
	}
	body{
		min-width: 1200px;
	}
	#divLogin ul li {
		margin: 0 10px;
		font-size: 12px;
	}
	.multimedia {
		font-size: 12px;
	}
	.multimedia > div {
		padding-left: 10px;
	}
	.Tophead .ServiceTop {
		padding: 0 4px;
		font-size: 12px;
	}
	.Tophead .ServiceTop i {
		margin-right: 6px;
		font-size: 13px;
	}
	.headAdv li {
		margin-top: 13px;
	}
	.top {
		margin: 20px auto;
	}
	.top .logo img {
		height: 48px;
	}
	.top .logo span {
		font-size: 20px;
		font-weight: 700;
		margin: 5px 0 0 28px;
		padding-left: 28px;
	}
	.top .logo span i {
		height: 12px;
		width: 144px;
		margin-top: 4px;
	}
	.top .search {
		height: 36px;
		width: 534px;
		margin-top: 8px;
		border: 1px solid #945d56;
	}
	.top .search .searchSelect {
		height: 34px;
		width: 88px;
	}
	.searchSelectTop p {
		line-height: 34px;
		font-size: 14px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 6px;
	}
	.searchSelectBot {
		border: 1px solid #945d56;
		top: 34px;
	}
	.search input.searchText {
		width: 244px;
		line-height: 34px;
		height: 34px;
		text-indent: 10px;
		font-size: 14px;
	}
	#hangye {
		width: 84px;
		height: 22px;
		line-height: 22px !important;
		text-indent: 8px;
		top: 6px;
		right: 180px;
	}
	.erea {
		width: 54px;
		height: 22px;
		line-height: 22px;
		text-indent: 10px;
		top: 6px;
		right: 104px;
		background: url(../../../../Images/exhibition/version/2022/san.jpg) 38px 6px no-repeat #fff;
	}
	.ereaTop {
		height: 22px;
		font: normal 12px/22px "microsoft yahei", Tahoma, Arial;
		line-height: 22px;
		width: 54px;
	}
	.searchSelectBot li {
		text-indent: 17px;
		font-size: 13px;
		line-height: 24px;
	}
	#searchList ul {
		width: 84px;
		top: 31px;
	}
	.ereaBot ul {
		top: 24px;
	}
	.search button {
		width: 70px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.nav a {
		padding: 0 28px;
	}
	.headlines {
		margin: 20px auto 24px;
	}
	.headlines h2 {
		padding-left: 118px;
		font-size: 22px;
		height: 38px;
		line-height: 38px;
	}
	.headlines .swiper-container{
		height: 38px;
	}
	.headlines .swiper-slide{
		height: 38px!important;
		line-height: 38px;
	}
	.headlines h2 i {
		height: 38px;
		width: 118px;
	}
	.mainTop p {
		padding-left: 15px;
		height: 44px;
		line-height: 44px;
		font-size: 13px;
	}
	.mainTop p i {
		margin: 18px 10px 0 0;
	}
	.exhi_show li {
		padding: 19px 0;
	}
	.content .right{
		padding-top: 19px;
	}
	.exhi_show li .images {
		width: 238px;
		margin-right: 16px;
	}
	.exhi_show li .text {
		width: 482px;
	}
	.exhi_show li .text p {
		height: 28px;
		line-height: 28px;
		font-size: 17px;
	}
	.exhi_show li .text p i {
		width: 45px;
		height: 25px;
		margin: 0 4px 0 0;
	}
	.exhi_show li .text p i.hot{
		height: 26px;
		margin: 0px 4px 0 0;
	}
	.exhi_show li .text span {
		height: 40px;
		line-height: 20px;
		font-size: 13px;
		margin-top: 10px;
	}
	.exhi_show li .text-bot {
		width: 440px;
	}
	.exhi_show li .text-bot dt, .exhi_show li .text-bot dd {
		margin-top: 6px;
		font-size: 13px;
	}
	.exhi_show li .text-bot i {
		margin-right: 4px;
		font-size: 13px;
	}
	.content .left {
		width: 876px;
		margin-right: 24px;
	}
	.exhi_show li .btn > div {
		width: 102px;
		height: 32px;
		line-height: 30px;
		padding: 1px;
		margin-top: 13px;
	}
	.exhi_show li .btn > div a {
		font-size: 14px;
	}
	.right-title {
		height: 28px;
		padding-bottom: 10px;
	}
	.right-title span {
		font-size: 18px;
	}
	.right-title span i {
		width: 14px;
		height: 14px;
		margin: 8px 6px 0 0;
	}
	.right-title a.more {
		line-height: 24px;
		font-size: 13px;
	}
	.part1 .li-top p, .part3 .li-top p {
		padding: 8px 15px;
	}
	.part1 .li-top p a, .part3 .li-top p a {
		font-size: 14px;
		height: 22px;
		line-height: 22px;
	}
	.part1 li, .part3 li {
		padding-left: 18px;
		height: 20px;
		line-height: 20px;
		margin-top: 12px;
		font-size: 13px;
	}
	.part2 {
		margin-top: 20px;
	}
	.part1 li i, .part3 li i {
		width: 7px;
		height: 12px;
	}
	.part2 .query-tab {
		padding-top: 122px;
		line-height: 40px;
	}
	.part2 .query-tab p a {
		margin: 0 18px;
		font-size: 14px;
	}
	.part2 .query-tab p a.focus::after {
		bottom: -5px;
		margin-left: -5px;
		border-width: 5px 5px 0 5px;
	}
	.query-bot {
		padding: 15px 18px 20px;
	}
	.CalendarHead h4 {
		font-size: 16px;
	}
	.CalendarCon th {
		line-height: 26px;
		font-size: 14px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 42px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		width: 26px;
		margin: 10px 5px 0;
	}
	.rightAdv .image {
		margin-top: 10px;
	}
	.part3 {
		margin-top: 20px;
	}
	.mainTop p i {
		width: 12px;
		height: 14px;
		margin: 16px 8px 0 0;
		background-size: 100% 100%;
	}
	.pages{
		padding-top: 20px;
	}
	.foot_bg {
		margin-top: 25px;
	}
	.query-bot .place li {
		font-size: 13px;
	}
	.exhi_show li .text em.yq {
		top: 30px;
		width: 96px;
		height: 75px;
		background-size: 100% 100%;
	}
	.exhi_show li .btn > div.btnA3 {
		margin-top: 30px;
	}
	.link .linkTitle p {
		width: 262px;
	}
	.link .linkTitle a, .link .linkTitle i {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		margin-right: 21px;
		padding: 0 16px;
	}
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -16px;
		border-width: 38px 16px 0 16px;
	}
	.link .linkTitle a::after {
		right: -16px;
		border-width: 0 16px 38px 16px;
	}
	.link-list {
		margin-top: 10px;
		margin-left: -34px;
	}
	.link-list a {
		margin-left: 34px;
		line-height: 28px;
		font-size: 13px;
	}
	.link ul li {
		margin-top: 10px;
		margin-right: 10px;
	}
	.link ul li a {
		line-height: 30px;
		padding: 5px 20px;
		font-size: 13px;
	}

}
@media only screen and (min-width: 1440px) and (max-width: 1599px){
	.w{
		width: 1400px;
	}
	body{
		min-width: 1400px;
	}
	.headAdv li {
		margin-top: 15px;
	}
	.top {
		margin: 24px auto;
	}
	.top .logo img {
		height: 56px;
	}
	.top .logo span {
		font-size: 22px;
		margin: 5px 0 0 35px;
		padding-left: 35px;
	}
	.nav {
		height: 44px;
		line-height: 45px;
		font-size: 18px;
	}
	.nav a {
		padding: 0 34px;
	}
	.headlines {
		margin: 23px auto 27px;
	}
	.headlines h2 {
		padding-left: 140px;
		font-size: 26px;
		height: 44px;
		line-height: 44px;
	}
	.headlines .swiper-container{
		height: 44px;
	}
	.headlines .swiper-slide{
		height: 44px!important;
		line-height: 44px;
	}
	.headlines h2 i {
		height: 44px;
		width: 140px;
	}

	.mainTop p {
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.exhi_show li {
		padding: 22px 0;
	}
	.content .right{
		padding-top: 22px;
	}
	.exhi_show li .images {
		width: 280px;
		margin-right: 18px;
	}
	.exhi_show li .text p {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}
	.exhi_show li .text p i {
		width: 53px;
		height: 28px;
	}
	.exhi_show li .text p i.hot{
		height: 30px;
	}
	.exhi_show li .text span {
		height: 44px;
		line-height: 22px;
		font-size: 15px;
		margin-top: 20px;
	}
	.exhi_show li .text-bot dt, .exhi_show li .text-bot dd {
		margin-top: 10px;
		font-size: 15px;
	}
	.exhi_show li .text-bot i {
		font-size: 15px;
	}
	.exhi_show li .btn > div a {
		font-size: 16px;
	}
	.exhi_show li .btn > div {
		width: 118px;
		height: 36px;
		line-height: 34px;
		padding: 1px;
		margin-top: 18px;
	}
	.exhi_show li .text {
		width: 560px;
	}
	.exhi_show li .text em.yq {
		width: 112px;
		height: 88px;
		top: 32px;
	}
	.content .left {
		width: 1020px;
		margin-right: 30px;
	}
	.part2 .query-tab {
		padding-top: 140px;
		line-height: 48px;
	}
	.part2 {
		margin-top: 25px;
	}
	.part2 .query-tab p a {
		margin: 0 20px;
		font-size: 16px;
	}
	.part2 .query-tab p a.focus::after {
		bottom: -6px;
		margin-left: -6px;
		border-width: 6px 6px 0 6px;
	}
	.part1 .li-top p, .part3 .li-top p {
		padding: 12px 18px;
	}
	.part1 .li-top p a, .part3 .li-top p a {
		font-size: 17px;
	}
	.part1 li, .part3 li {
		padding-left: 20px;
		height: 22px;
		line-height: 22px;
		margin-top: 14px;
		font-size: 14px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		width: 28px;
	}
	.query-bot .place li {
		font-size: 14px;
	}
	.link .linkTitle p {
		width: 306px;
	}
	.link .linkTitle a, .link .linkTitle i{
		font-size: 20px;
		margin-right: 26px;
		padding: 0 20px;
	}
	.link ul li {
		float: left;
		margin-top: 15px;
		margin-right: 15px;
	}
	.link ul li a {
		line-height: 38px;
		padding: 8px 24px;
		font-size: 14px;
	}
	.link-list a {
		margin-left: 40px;
		line-height: 35px;
		font-size: 14px;
	}
	.link-list {
		margin-top: 14px;
		margin-left: -40px;
	}
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -20px;
		border-width: 52px 20px 0 20px;
	}
	.link .linkTitle a::after {
		right: -20px;
		border-width: 0 20px 52px 20px;
	}

}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
	.content .left {
		width: 1140px;
		margin-right: 30px;
	}
	.exhi_show li .images {
		width: 310px;
		margin-right: 20px;
	}

}
@media only screen and (min-width: 1730px) and (max-width: 1919px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
	.content .left {
		width: 1140px;
		margin-right: 30px;
	}
	.exhi_show li .images {
		width: 310px;
		margin-right: 20px;
	}

}
@media screen and (min-width: 1921px){
	.w{
		width: 1600px;
	}
}
















