.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 */
.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 */
/* 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;
}
/* 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;
}
/* 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;
}

/* recommend */
.recommend .tl {
	height: 82px;
    line-height: 82px;
	text-align: center;
}
.recommend .tl h1{
    font-size: 30px;
}
.recommend .tl h1 i{
    display: inline-block;
    width: 78px;
    height: 42px;
    margin: 18px 10px 0 0;
    background: url(../../../../Images/exhibition/version/2022/tj.png) no-repeat;
	background-size: 100% 100%!important;
    vertical-align: top;
}
.recommend .tl h1 i.hot{
	height: 45px;
	margin: 14px 10px 0 0;
	background: url(../../../../Images/exhibition/version/2022/hot.png) no-repeat;
}
.recommend .tl h1 a{
    color: #333;
}
.recommend .tl h1 a:hover{
    color: #945d56;
}
.recommend .info{
    padding: 30px 40px 70px;
    background-color: #fee3e3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff4f4), to(#fee3e3));
	background-image: -webkit-linear-gradient(90deg, #fff4f4, #fee3e3);
	background-image: -moz-linear-gradient(90deg, #fff4f4, #fee3e3);
	background-image: -ms-linear-gradient(90deg, #fff4f4, #fee3e3);
	background-image: -o-linear-gradient(90deg, #fff4f4, #fee3e3);
	background-image: linear-gradient(90deg, #fff4f4, #fee3e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff4f4', endColorStr='#fee3e3');
    position: relative;
    overflow: hidden;
}
.info .info-right{
    float: right;
    width: 400px;
    margin-left: 20px;
}
.info .info-right .images{
    display: block;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}
.info .info-right .images img{
    max-height: none;
    width: 100%;
}
.info .info-right .fenxiang{
    right: 127px!important;
}

.info .info-left{
	float: left;
	width: 1100px;
    position: relative;
}
.info .info-left .hd{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #333;
}
.info .info-left .hd i {
	display: inline-block;
	width: 40px;
	margin-right: 1px;
	text-align: center;
	font: bold 30px/50px arial;
	color: #fff;
	background: url(../../../../Images/exhibition/version/2022/exhi-list1.png) no-repeat;
}
.info .info-left .share{
    position: absolute;
	top: 0;
	right: 0;
    line-height: 50px;
    font-size: 16px;
	color: #333;
}
.recommend .info .share p b {
	color: #ed6d00;
}
.recommend .info dl{
    float: left;
    width: 70%;
    font-size: 18px;
    overflow: hidden;
}
.recommend .exhi_time dl:first-child{
	width: 30%;
}
.recommend .info dl,.recommend .info dl dd{
    margin-top: 20px;
}
.recommend .info dl dd a{color: #333;}
.recommend .info dl dd a:hover{color: #945d56;}
.recommend .info .btnA{
    margin-top: 35px;
}
.recommend .info .btnA a{
    float: left;
    height: 48px;
    line-height: 48px;
    width: 160px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 7px 7px -7px rgba(0,0,0,.4);
}
.recommend .info .btnA a.btnA1{
    background-color: #ff5e5c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa028), to(#ff5e5c));
	background-image: -webkit-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: -moz-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: -ms-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: -o-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: linear-gradient(90deg, #ffa028, #ff5e5c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffa028', endColorStr='#ff5e5c');
}
.recommend .info .btnA a.btnA2{
    background-color: #608af9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a38bfc), to(#608af9));
	background-image: -webkit-linear-gradient(90deg, #a38bfc, #608af9);
	background-image: -moz-linear-gradient(90deg, #a38bfc, #608af9);
	background-image: -ms-linear-gradient(90deg, #a38bfc, #608af9);
	background-image: -o-linear-gradient(90deg, #a38bfc, #608af9);
	background-image: linear-gradient(90deg, #a38bfc, #608af9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a38bfc', endColorStr='#608af9');
}
.recommend .info .btnA a.btnA3{
    margin-right: 0;
    background-color: #32b053;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb86d), to(#32b053));
	background-image: -webkit-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: -moz-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: -ms-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: -o-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: linear-gradient(90deg, #6fb86d, #32b053);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6fb86d', endColorStr='#32b053');
}
.recommend .info em.yq{
    position: absolute;
    top: 0;
    right: 190px;
    width: 215px;
    height: 170px;
    background: url(../../../../Images/exhibition/version/2022/yq2.png) no-repeat;
    background-size: 100% 100%;
}
.recommend .info-meet{
    padding: 30px 40px 70px;
    background-color: #ffeedf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff7f1), to(#ffeedf));
	background-image: -webkit-linear-gradient(90deg, #fff7f1, #ffeedf);
	background-image: -moz-linear-gradient(90deg, #fff7f1, #ffeedf);
	background-image: -ms-linear-gradient(90deg, #fff7f1, #ffeedf);
	background-image: -o-linear-gradient(90deg, #fff7f1, #ffeedf);
	background-image: linear-gradient(90deg, #fff7f1, #ffeedf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff7f1', endColorStr='#ffeedf');
    position: relative;
    overflow: hidden;
}
.info-meet .info-left{
    float: left;
    width: 400px;
    margin-right: 20px;
}
.info-meet .info-left .images{
    display: block;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}
.info-meet .info-left .images img{
    max-height: none;
    width: 100%;
}
.info-meet .info-left .fenxiang{
    right: initial!important;
    left: 40px;
}
#Share {
	width: 192px;
	font-size: 16px!important;
	color: #333!important;
}
.info-meet .info-right{
    float: right;
	width: 1100px;
}
.info-meet .info-right .hd{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #333;
}
.info-meet .info-right .hd i {
	display: inline-block;
	width: 40px;
	margin-right: 1px;
	text-align: center;
	font: bold 30px/50px arial;
	color: #fff;
	background: url(../../../../Images/exhibition/version/2022/exhi-list1.png) no-repeat;
}
.recommend .info-meet dl{
    float: left;
    width: 60%;
    font-size: 18px;
    overflow: hidden;
}
.recommend .info-meet dl dd a {
	color: #333;
}
.recommend .info-meet dl dd a:hover{color: #945d56;}
.recommend .info-meet dl,.recommend .info-meet dl dd{
    margin-top: 20px;
}
.recommend .info-meet .btnA{
    margin-top: 35px;
}
.recommend .info-meet .btnA a{
    float: left;
    height: 48px;
    line-height: 48px;
    width: 160px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 7px 7px -7px rgba(0,0,0,.4);
}
.recommend .info-meet .btnA a.btnA1{
    background-color: #ff5e5c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa028), to(#ff5e5c));
	background-image: -webkit-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: -moz-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: -ms-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: -o-linear-gradient(90deg, #ffa028, #ff5e5c);
	background-image: linear-gradient(90deg, #ffa028, #ff5e5c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffa028', endColorStr='#ff5e5c');
}
.recommend .info-meet .btnA a.btnA3{
    margin-right: 0;
    background-color: #32b053;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb86d), to(#32b053));
	background-image: -webkit-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: -moz-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: -ms-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: -o-linear-gradient(90deg, #6fb86d, #32b053);
	background-image: linear-gradient(90deg, #6fb86d, #32b053);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6fb86d', endColorStr='#32b053');
}
.info-meet .share{
    float: right;
    line-height: 48px;
    font-size: 16px;
}
.recommend .info-meet .share p b {
	color: #ed6d00;
}
.recommend .info-meet em.yq{
    position: absolute;
    top: 25px;
    right: 190px;
    width: 215px;
    height: 170px;
    background: url(../../../../Images/exhibition/version/2022/yq2.png) no-repeat;
    background-size: 100% 100%;
}

/* exhi-show */
.exhi-show{
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.exhi-show .left{
    float: left;
    width: 1200px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}
.exhi-show .exhi-rt .title{
    font-size: 25px;
	font-weight: 700;
    text-align: center;
}
.exhi-show .exhi-rt .title a{
    color: #945d56;
}
.exhi-show .exhi-rt .content{
    line-height: 28px;
    font-size: 17px;
    margin-top: 30px;
    color: #666;
}
.exhi-rt .download {
	margin-top: 40px;
	margin-top: 40px;
    background: url(../../../../images/exhibition2017/downloadIcon.jpg) no-repeat;
    padding-left: 37px;
    font-weight: bold;
}

.exhi-rt .download i {
	height: 22px;
	float: left;
	font: bold 14px/22px "microsoft yahei";
	padding-left: 40px;
	color: #ff6600;
	background: url(../../../../images/exhibition2017/exhiList.png) -171px -364px no-repeat;
}

.exhi-rt .download a {
	color: #f60;
	font: bold 14px/22px "microsoft yahei";
	text-decoration: underline;
}
.comment {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.comment_title {
	width: 100%;
	position: relative;
	height: 32px;
	border-bottom: 1px solid #dcdcdc;
}

.comment_title h3 {
	bottom: -2px;
	left: 0;
	position: absolute;
	font: normal 22px/24px "microsoft yahei";
	padding-bottom: 10px;
	color: #945d56;
	border-bottom: 3px solid #945d56;
}

.web_main_cr {
	border-color: #945d56;
}

.comment_toolbar {
	width: 100%;
	height: 35px;
	margin-top: 15px;
}

.comment_toolbar p {
	background: url(../../../../Images/exhibition/version/2022/comment.png) 0 0 no-repeat;
	text-indent: 44px;
	width: 250px;
	float: left;
	font: normal 14px/35px "microsoft yahei";
}

.comment_toolbar p a {
	font: bold 14px/35px "microsoft yahei";
	color: #ff6600;
	margin: 0 4px;
}

.toolbar_Rt {
	float: right;
}

.nickname {
	float: left;
	margin-right: 9px;
}

.nickname label {
	height: 33px;
	width: 44px;
	text-align: center;
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d2;
	font: normal 12px/33px "microsoft yahei";
	color: #999;
}

.nickname input {
	height: 33px;
	width: 107px;
	float: left;
	border: 1px solid #d2d2d2;
	color: #999;
	text-indent: 10px;
	font: normal 12px/33px "microsoft yahei";
}

.v_code {
	float: left;
	height: 35px;
	position: relative;
}

.v_code input {
	float: left;
	height: 33px;
	width: 118px;
	color: #999;
	border: 1px solid #d2d2d2;
	text-indent: 10px;
	font: normal 12px/33px "microsoft yahei";
}

.v_code label {
	height: 33px;
	float: left;
	border: 1px solid #d2d2d2;
	border-left: 0;
}

.v_code label img {
	width: 78px;
	height: 33px;
}

.error {
	position: absolute;
	top: -37px;
	left: 0;
	height: 30px;
	width: 119px;
	padding-bottom: 5px;
	font: normal 12px/30px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: url(../../../../Images/exhibition/version/2022/comment.png) 0 -94px no-repeat;
}

.anonymous {
	margin-top: 11px;
	float: left;
	margin-left: 7px;
}

.anonymous span.checkbox {
	width: 14px;
	float: left;
	margin-right: 7px;
	height: 14px;
	background: url(../../../../Images/exhibition/version/2022/comment.png) -40px -58px no-repeat;
}

.checked span.checkbox {
	background-position: 0 -58px;
}

.anonymous span {
	font: normal 14px/14px "microsoft yahei";
}

.commentArea {
	zoom: 1;
	margin-top: 15px;
}

.textarea {
	padding: 10px;
	border: 1px solid #FF6600;
	border-radius: 2px;
	zoom: 1;
}
.textarea div{
	border: none;
	width: 100%;
	float: left;
	height: 100px;
	font: normal 14px/24px microsoft yahei;
	overflow: auto;
	outline:none;
}

.textarea:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.textarea textarea {
	color: #999;
	border: none;
	width: 100%;
	float: left;
	height: 100px;
	font: normal 14px/24px "microsoft yahei";
}

.commentArea_ft {
	margin-top: 9px;
}

.commentArea_ft:after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.face {
	float: left;
	position: relative;
	z-index: 99;
}

.face span {
	cursor: pointer;
	height: 20px;
	padding-right: 17px;
	margin: 10px 0;
	font: normal 14px/19px "microsoft yahei";
	float: left;
	background: url(../../../../Images/exhibition/version/2022/comment.png) 67px -137px no-repeat;
}

.face i {
	background: url(../../../../Images/exhibition/version/2022/comment.png) -98px -55px no-repeat;
	height: 19px;
	width: 19px;
	float: left;
	margin-right: 10px;
}

.faceList {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 4px;
	width: 390px;
	background: #fff;
	border: 1px solid #dfe6f6;
}

.faceList a {
	float: left;
	height: 22px;
	width: 22px;
	padding: 4px 2px;
}

.faceList ul li a {
	cursor: pointer;
}
.commentArea_ft p {
	font: normal 14px/40px "microsoft yahei";
	color: #888888;
	float: right;
	margin-right: 20px;
}

.commentArea_ft button {
	float: right;
	height: 40px;
	width: 100px;
	background: #FF6600;
	color: #fff;
	border: none;
	cursor: pointer;
	font: normal 16px/40px "microsoft yahei";
}

label.rt_mg {
	float: right;
	width: 59px;
	margin-top: 13px;
	margin-left: 0;
}

.commentContent {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.context_title i {
	width: 5px;
	height: 16px;
	float: left;
	margin-top: 2px;
	background: #945d56;
	margin-right: 10px;
}

.context_title h3 {
	font: normal 18px/20px "microsoft yahei";
}

.hot_comment {
	padding-top: 10px;
}

.commentContent ul li {
	padding: 16px 0 12px 0;
}

.commentContent ul li+li {
	border-top: 1px solid #eaebea;
}
li div.head {
	height: 60px;
	width: 60px;
	position: absolute;
}

li div.head img {
	height: 60px;
	width: 60px;
}

.cont {
	margin-left: 75px;
	margin-right: 20px;
}

.comment .info {
	height: 20px;
	padding: 6px 0 8px 0;
}

.comment .info span.name {
	float: left;
	font: bold 14px/20px "microsoft yahei";
	color: #945d56;
}

.comment .info span.area {
	float: left;
	font: normal 14px/20px "microsoft yahei";
	color: #aaa;
	margin-left: 10px;
}

.comment .info span.time {
	float: right;
	font: normal 14px/20px arial;
	color: #888888;
}

.cont div.txt {
	width: 100%;
	font: normal 16px/24px "microsoft yahei";
	color: #333;
	padding: 4px 0;
}

.cont div.txt span {
	float: left;
}

.cont div.txt span i {
	width: 4px;
	float: left;
	margin-top: 6px;
	margin-right: 9px;
	height: 12px;
	background-color: #FF6600;
}

.cont div.txt span b {
	color: #ff6600;
}

.cont div.txt span em {
	font: normal 14px/24px "microsoft yahei";
	color: #aaaaaa;
}

.action {
	margin-top: 8px;
}

.action a {
	color: #a0a0a0;
	padding-left: 20px;
	cursor: pointer;
	margin-right: 14px;
	font: normal 14px/24px "microsoft yahei";
}

.subset {
	padding-left: 75px;
}

.action a.reply {
	background: url(../../../../images/exhi/version/2021/comment.png) -2px -182px no-repeat;
}

.action a.agree {
	background: url(../../../../images/exhi/version/2021/comment.png) -65px -232px no-repeat;
}
.action a.agree:hover {
	background: url(../../../../images/exhi/version/2021/comment.png) -65px -261px no-repeat;
}
.action a.oppose {
	background: url(../../../../images/exhi/version/2021/comment.png) -124px -232px no-repeat;
}
.action a.oppose:hover {
	background: url(../../../../images/exhi/version/2021/comment.png) -124px -261px no-repeat;
}

.action a:hover {
	background-position-y: -211px;
	color: #945d56;
}

.action a.report {
	padding-left: 0;
}

.all_com_t {
	padding: 20px 0;
	position: relative;
}

.all_com_t i {
	width: 100%;
	height: 1px;
	float: left;
	background-color: #dcdcdc;
}

.all_com_t h3 {
	position: absolute;
	left: 50%;
	top: 7px;
	background-color: #fff;
	margin-left: -55px;
	width: 110px;
	z-index: 9;
	text-align: center;
	font: normal 18px/24px "microsoft yahei";
}

.commentContent ul li .v_code {
	float: right;
	margin-top: 2px;
}

.commentContent ul li .nickname {
	float: right;
	margin-top: 2px;
}

.commentContent ul li .v_code input {
	width: 78px;
}

.commentContent ul li .face {
	margin-right: 8px;
}

.commentContent ul li .nickname input {
	width: 87px;
}

.commentContent ul li a.close {
	float: right;
	font: normal 14px/19px "microsoft yahei";
	color: #888;
	width: 38px;
	text-align: center;
	margin: 10px 5px;
	cursor: pointer;
}

.moreComment {
	width: 100%;
	float: left;
	text-align: center;
	font: normal 16px/24px "microsoft yahei";
}

.moreComment a {
	color: #666666;
}

.moreComment b {
	color: #FF6600;
	font: bold 16px/24px arial;
}

.more_comment {
	margin: 0 auto;
	width: 88px;
	text-align: center;
	display: block;
	cursor: pointer;
	font: normal 12px/30px "microsoft yahei";
	border-radius: 20px;
	border: 1px solid #c9c7c8;
	color: #666;
}

.more_comment:hover {
	background-color: #529126;
	border: 1px solid #529126;
	color: #fff;
}

.exhi-show .right{
    padding: 30px 20px 40px;
    border-left: 1px solid #e5e5e5;
    overflow: hidden;
}
.exhi-show .right .tips .hd{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.exhi-show .right .tips .hd i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 3px 6px 0 0;
    background: url(../../../../Images/exhibition/version/2022/tips.png) no-repeat;
    vertical-align: top;
}
.exhi-show .right .tips p{
    margin: 18px 0 25px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}
.contact-box{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #fff;
    background-color: #945d54;
    background-image: linear-gradient(to bottom, #945d54 , #ab654c);
}
.contact-box .contact-left{
    float: left;
    width: 77px;
    border-right: 1px solid #fff;
    text-align: center;
}
.contact-box .contact-left i{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 12px 5px 0 0;
    vertical-align: top;
    background-size: 100% 100%;
}
.contact-box .contact-left i.phone{
    background: url(../../../../Images/exhibition/version/2022/tips2.png) no-repeat;
}
.contact-box .contact-left i.qq{
    background: url(../../../../Images/exhibition/version/2022/tips3.png) no-repeat;
}
.contact-box .contact-right{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 18px;
    overflow: hidden;
}
.contact-box .contact-right a{
    float: right;
    height: 30px;
    line-height: 30px;
    width: 90px;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    color: #955e54;
    background-color: #fff;
    text-align: center;
	margin-right: 7px;
}
.exhi-show .tips_img{
    margin: 20px 0;
}
.exhi-show .right .tips .tips_img p{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #333;
}
.exhi-show .tips_img ul{
    overflow: hidden;
}
.exhi-show .tips_img li{
    float: left;
    width: 50%;
    font-size: 16px;
    text-align: center;
}
.exhi-show .tips_img li img{
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
}
/* part 公共title */
.part_title{
	height: 52px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eaeaea;
}
.part_title b{
	display: inline-block;
	height: 52px;
	width: 174px;
	background-size: 100% 100%!important;
}
.part_title a.more{
	float: right;
	line-height: 52px;
	font-size: 16px;
	color: #999;
}
a.more:hover{color: #f90!important;}
/* part1+part2 */
.right-title{
	height: 52px;
	line-height: 52px;
	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: 16px 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: 52px;
	font-size: 16px;
	color: #999;
}
.part1 .li-top,
.part2 .li-top {
	position: relative;
}
.part1 .li-top .images,
.part2 .li-top .images{
	display: block;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}
.part1 .li-top .images img,
.part2 .li-top .images img{
	max-height: none;
	width: 100%;
}
.part1 .li-top p,
.part2 .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,
.part2 .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,
.part2.li-top p a:hover{
	color: #945d56;
}
.part1 li,
.part2 li,
.part3 li{
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	margin-top: 17px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part1 li i,
.part2 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,
.part2 li a,
.part3 li a{
	color: #333;
}
.part1 li a:hover,
.part2 li a:hover,
.part3 li a:hover{color: #945d56;}
/* part2 */
.part2,.part3{
    margin-top: 25px;
}
/* part3 */
.part3 .li-top{
    overflow: hidden;
}
.part3 .li-top .images{
    float: left;
    width: 180px;
}
.part3 .li-top .images a{
    display: block;
    padding-bottom: 55.56%;
    height: 0;
    overflow: hidden;
}
.part3 .li-top .images img{
    max-height: none;
    width: 100%;
}
.part3 .li-top .text{
    padding: 10px 4px 0 10px;
    overflow: hidden;
}
.part3 .li-top .text p{
    height: 78px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.part3 .li-top .text p a{color: #9e6c66;}
/* 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 b {
	display: block;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	text-align: left;
}
.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 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;
}


.part1 .li-top .images img, .part2 .li-top .images img,
.info .info-right .images img,.info-meet .info-left .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;
}
.part1 .li-top .images:hover img, .part2 .li-top .images:hover img,
.info .info-right .images:hover img,.info-meet .info-left .images:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.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;
}
/* 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;
	}
	.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%;
	}
	.recommend .tl {
		height: 52px;
		line-height: 52px;
	}
	.recommend .tl h1 {
		font-size: 20px;
	}
	.recommend .tl h1 i {
		width: 49px;
		height: 26px;
		margin: 12px 5px 0 0;
		background-size: 100% 100%;
	}
	.recommend .tl h1 i.hot {
		height: 28px;
		margin: 9px 5px 0 0;
	}
	.recommend .info,
	.recommend .info-meet {
		padding: 19px 26px 43px;
	}
	.info .info-right,
	.info-meet .info-left {
		width: 250px;
	}
	.info .info-left .hd,
	.info-meet .info-right .hd {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.info .info-left .hd i,
	.info-meet .info-right .hd i {
		width: 26px;
		font: bold 22px/34px arial;
		background-size: 100% 100%;
	}
	.info .info-left .share,
	.info-meet .share {
		line-height: 34px;
		font-size: 12px;
	}
	.recommend .info dl,
	.recommend .info-meet dl {
		font-size: 12px;
	}
	.recommend .info dl, .recommend .info dl dd,
	.recommend .info-meet dl, .recommend .info-meet dl dd {
		margin-top: 7px;
	}
	.recommend .info .btnA,
	.recommend .info-meet .btnA {
		margin-top: 25px;
	}
	.recommend .info .btnA a,
	.recommend .info-meet .btnA a {
		height: 30px;
		line-height: 30px;
		width: 100px;
		margin-right: 20px;
		font-size: 13px;
	}
	.recommend .info em.yq,
	.recommend .info-meet em.yq {
		right: 149px;
		width: 134px;
		height: 106px;
		background-size: 100% 100%;
	}
	#Share {
		font-size: 12px !important;
	}
	.info .info-right .fenxiang {
		right: 63px !important;
		bottom: 6px!important;
	}
	.info-meet .info-left .fenxiang {
		left: 25px;
		bottom: 6px !important;
	}
	.exhi-show {
		margin-top: 25px;
	}
	.exhi-show .left {
		width: 750px;
		padding: 15px 15px 25px;
	}
	.exhi-show .exhi-rt .title {
		font-size: 16px;
	}
	.exhi-show .exhi-rt .content {
		line-height: 22px;
		font-size: 13px;
		margin-top: 15px;
	}
	.comment_title {
		height: 24px;
	}
	.comment_title h3 {
		font: normal 15px/20px "microsoft yahei";
		padding-bottom: 4px;
	}
	.nickname label {
		height: 26px;
		width: 38px;
		font: normal 12px/26px "microsoft yahei";
	}
	.nickname input {
		height: 26px;
		width: 80px;
		text-indent: 10px;
	}
	.v_code input {
		height: 26px;
		width: 113px;
		font: normal 12px/26px "microsoft yahei";
	}
	.v_code label {
		height: 26px;
	}
	.anonymous {
		margin-top: 6px;
		margin-left: 5px;
	}
	.commentArea {
		zoom: 1;
		margin-top: 10px;
	}
	.textarea {
		padding: 8px;
	}
	.textarea div {
		height: 72px;
		font: normal 13px/20px microsoft yahei;
	}
	.v_code label img {
		width: 62px;
		height: 28px;
	}
	.commentArea_ft button {
		height: 30px;
		width: 78px;
		font: normal 14px/30px "microsoft yahei";
	}
	.face span {
		margin: 5px 0;
	}
	.commentArea_ft p {
		font: normal 13px/30px "microsoft yahei";
		margin-right: 15px;
	}
	.comment_toolbar {
		height: 28px;
		margin-top: 10px;
	}
	.exhi-show .right {
		padding: 15px 12px 25px;
	}
	.exhi-show .right .tips .hd {
		font-size: 14px;
	}
	.exhi-show .right .tips .hd i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}
	.exhi-show .right .tips p {
		margin: 8px 0 13px;
		line-height: 20px;
		font-size: 12px;
	}
	.contact-box {
		height: 34px;
		line-height: 34px;
	}
	.contact-box .contact-left {
		width: 48px;
	}
	.contact-box .contact-left i {
		width: 17px;
		height: 17px;
		margin: 9px 1px 0 0;
		background-size: 100% 100% !important;
	}
	.contact-box .contact-right {
		font-size: 12px;
		padding: 0 12px;
	}
	.contact-box .contact-right a {
		height: 20px;
		line-height: 20px;
		width: 70px;
		font-size: 12px;
		margin-top: 6px;
		margin-right: 1px;
	}
	.exhi-show .tips_img {
		margin: 13px 0;
	}
	.exhi-show .tips_img li img {
		width: 92px;
		height: 92px;
		margin: 0 auto 4px;
	}
	.exhi-show .tips_img li {
		font-size: 12px;
	}
	.right-title span {
		font-size: 16px;
	}
	.right-title {
		height: 40px;
		line-height: 40px;
		padding-bottom: 6px;
	}
	.right-title span i {
		width: 14px;
		height: 14px;
		margin: 15px 6px 0 0;
		background-size: 100% 100%;
	}
	.right-title a.more {
		line-height: 40px;
		font-size: 12px;
	}
	.part1 .li-top p, .part2 .li-top p {
		padding: 9px 12px;
	}
	.part1 .li-top p a, .part2 .li-top p a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part1 li, .part2 li, .part3 li {
		padding-left: 16px;
		height: 18px;
		line-height: 18px;
		margin-top: 10px;
		font-size: 12px;
	}
	.part1 li i, .part2 li i {
		width: 6px;
		height: 10px;
	}
	.part2,.part3 {
		margin-top: 20px;
	}
	.part3 .li-top .images {
		width: 112px;
	}
	.part3 .li-top .text {
		padding: 2px 2px 0 3px;
	}
	.link .linkTitle a, .link .linkTitle i {
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		margin-right: 20px;
		padding: 0 15px;
	}
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -15px;
		border-width: 32px 15px 0 15px;
	}
	.link .linkTitle a::after {
		right: -15px;
		border-width: 0 15px 32px 15px;
	}
	.link .linkTitle p {
		width: 220px;
	}
	.link-list {
		margin-top: 8px;
		margin-left: -18px;
	}
	.link-list a {
		margin-left: 20px;
		line-height: 24px;
		font-size: 12px;
	}
	.link ul li {
		margin-top: 8px;
		margin-right: 8px;
	}
	.link ul li a {
		line-height: 24px;
		padding: 4px 14px;
		font-size: 12px;
	}
	.foot {
		padding: 10px 0 10px;
	}
	.foot_bg {
		margin-top: 20px;
	}
	.bannerAdv ul {
		margin: 15px -5px 0;
	}
	.info .info-left,.info-meet .info-right{
		width: 678px;
	}


}
@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;
	}
	.mainTop p {
		padding-left: 15px;
		height: 44px;
		line-height: 44px;
		font-size: 13px;
	}
	.mainTop p i {
		margin: 18px 10px 0 0;
	}
	.recommend .tl {
		height: 62px;
		line-height: 62px;
	}
	.recommend .tl h1 {
		font-size: 24px;
	}
	.recommend .tl h1 i {
		width: 59px;
		height: 32px;
		margin: 13px 7px 0 0;
		background-size: 100% 100%;
	}
	.recommend .tl h1 i.hot {
		height: 34px;
		margin: 12px 7px 0 0;
	}
	.recommend .info,
	.recommend .info-meet {
		padding: 23px 31px 52px;
	}
	.info .info-left .hd
	.info-meet .info-right .hd {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	.info .info-left .hd i,
	.info-meet .info-right .hd i {
		width: 32px;
		font: bold 27px/40px arial;
		background-size: 100% 100%;
	}
	.info .info-left .hd .share {
		line-height: 40px;
		font-size: 13px;
	}
	.info-meet .share{
		line-height: 36px;
		font-size: 13px;
	}
	.info .info-right,
	.info-meet .info-left {
		width: 300px;
	}
	.recommend .info dl, .recommend .info dl dd,
	.recommend .info-meet dl, .recommend .info-meet dl dd {
		margin-top: 8px;
	}
	.recommend .info dl,
	.recommend .info-meet dl {
		font-size: 14px;
	}
	.recommend .info .btnA,
	.recommend .info-meet .btnA {
		margin-top: 25px;
	}
	.recommend .info .btnA a,
	.recommend .info-meet .btnA a  {
		height: 36px;
		line-height: 36px;
		width: 120px;
		margin-right: 20px;
		font-size: 14px;
	}
	#Share {
		bottom: 10px !important;
		font-size: 14px !important;
	}
	.info .info-right .fenxiang {
		right: 92px !important;
	}
	.info-meet .info-left .fenxiang {
		left: 30px;
		bottom: 10px !important;
	}
	.recommend .info em.yq,
	.recommend .info-meet em.yq {
		right: 165px;
		width: 161px;
		height: 127px;
		background-size: 100% 100%;
	}
	.recommend .exhi_time dl:first-child {
		width: 35%;
	}
	.exhi-show {
		margin-top: 30px;
	}
	.exhi-show .left {
		width: 900px;
		padding: 20px 20px 30px;
	}
	.exhi-show .exhi-rt .title {
		font-size: 19px;
	}
	.exhi-show .exhi-rt .content {
		line-height: 24px;
		font-size: 14px;
		margin-top: 20px;
	}
	.comment_title h3 {
		font: normal 18px/20px "microsoft yahei";
		padding-bottom: 8px;
	}
	.comment_title {
		height: 28px;
	}
	.nickname label {
		height: 26px;
		width: 38px;
		font: normal 12px/26px "microsoft yahei";
	}
	.nickname input {
		height: 26px;
		width: 80px;
		text-indent: 10px;
	}
	.v_code input {
		height: 26px;
		width: 113px;
		font: normal 12px/26px "microsoft yahei";
	}
	.v_code label {
		height: 26px;
	}
	.anonymous {
		margin-top: 6px;
		margin-left: 5px;
	}
	.commentArea {
		zoom: 1;
		margin-top: 10px;
	}
	.textarea {
		padding: 8px;
	}
	.textarea div {
		height: 72px;
		font: normal 13px/20px microsoft yahei;
	}
	.v_code label img {
		width: 62px;
		height: 28px;
	}
	.commentArea_ft button {
		height: 30px;
		width: 78px;
		font: normal 14px/30px "microsoft yahei";
	}
	.face span {
		margin: 5px 0;
	}
	.commentArea_ft p {
		font: normal 13px/30px "microsoft yahei";
		margin-right: 15px;
	}
	.exhi-show .right {
		padding: 20px 14px 30px;
	}
	.exhi-show .right .tips .hd {
		font-size: 17px;
	}
	.exhi-show .right .tips .hd i {
		width: 16px;
		height: 16px;
		margin: 4px 5px 0 0;
		background-size: 100% 100%;
	}
	.exhi-show .right .tips p {
		margin: 12px 0 15px;
		line-height: 20px;
		font-size: 13px;
	}
	.contact-box {
		height: 40px;
		line-height: 40px;
	}
	.contact-box .contact-left {
		width: 56px;
	}
	.contact-box .contact-left i {
		width: 20px;
		height: 20px;
		margin: 10px 5px 0 0;
		background-size: 100% 100% !important;
	}
	.contact-box .contact-right {
		font-size: 14px;
		padding: 0 14px;
	}
	.contact-box .contact-right a {
		height: 24px;
		line-height: 24px;
		width: 70px;
		border-radius: 6px;
		font-size: 13px;
		margin-top: 8px;
	}
	.exhi-show .tips_img {
		margin: 14px 0;
	}
	.exhi-show .right .tips .tips_img p {
		font-size: 15px;
	}
	.exhi-show .tips_img li {
		font-size: 13px;
	}
	.exhi-show .tips_img li img {
		width: 110px;
		height: 110px;
		margin: 0 auto 5px;
	}
	.right-title {
		height: 40px;
		line-height: 40px;
		padding-bottom: 10px;
	}
	.right-title span {
		font-size: 18px;
	}
	.right-title span i {
		width: 14px;
		height: 14px;
		margin: 14px 6px 0 0;
	}
	.right-title a.more {
		line-height: 40px;
		font-size: 13px;
	}
	.part1 .li-top p, .part2 .li-top p {
		padding: 8px 15px;
	}
	.part1 .li-top p a, .part2 .li-top p a {
		font-size: 14px;
		height: 22px;
		line-height: 22px;
	}
	.part1 li, .part2 li,.part3 li {
		padding-left: 18px;
		height: 20px;
		line-height: 20px;
		margin-top: 12px;
		font-size: 13px;
	}
	.part2,	.part3 {
		margin-top: 20px;
	}
	.part3 .li-top .images {
		width: 130px;
	}
	.part3 .li-top .text {
		padding: 6px 4px 0 6px;
	}
	.part3 .li-top .text p {
		height: 60px;
		line-height: 20px;
		font-size: 13px;
	}
	.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;
	}
	.foot_bg {
		margin-top: 20px;
	}
	.comment_toolbar {
		height: 28px;
	}
	.bannerAdv ul {
		margin: 20px -5px 0;
		overflow: hidden;
	}
	.info .info-left,.info-meet .info-right{
		width: 818px;
	}



}
@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;
	}
	.mainTop p {
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.recommend .tl {
		height: 72px;
		line-height: 72px;
	}
	.recommend .tl h1 {
		font-size: 27px;
	}
	.recommend .tl h1 i {
		width: 69px;
		height: 37px;
		margin: 14px 8px 0 0;
		background-size: 100% 100%;
	}
	.recommend .tl h1 i.hot {
		height: 39px;
		margin: 12px 8px 0 0;
	}
	.recommend .info,
	.recommend .info-meet {
		padding: 27px 36px 60px;
	}
	.info .info-right,
	.info-meet .info-left {
		width: 350px;
	}
	.info .info-left .hd,
	.info-meet .info-right .hd {
		height: 46px;
		line-height: 46px;
		font-size: 20px;
	}
	.info .info-left .hd i,
	.info-meet .info-right .hd i {
		width: 36px;
		font: bold 30px/46px arial;
		background-size: 100% 100%;
	}
	.info .info-left .share {
		line-height: 46px;
		font-size: 15px;
	}
	.info-meet .share{
		font-size: 15px;
		line-height: 42px;
	}
	.recommend .info .btnA a,
	.recommend .info-meet .btnA a {
		height: 42px;
		line-height: 42px;
		width: 140px;
		margin-right: 26px;
		font-size: 16px;
	}
	.recommend .info dl, .recommend .info dl dd,
	.recommend .info-meet dl, .recommend .info-meet dl dd  {
		margin-top: 15px;
	}
	.recommend .info .btnA,
	.recommend .info-meet .btnA {
		margin-top: 28px;
	}
	.recommend .info em.yq,
	.recommend .info-meet em.yq {
		width: 188px;
		height: 149px;
	}
	.exhi-show {
		margin-top: 35px;
	}
	.exhi-show .left {
		width: 1050px;
		padding: 25px 22px 35px;
	}
	.exhi-show .exhi-rt .title {
		font-size: 23px;
	}
	.exhi-show .exhi-rt .content {
		line-height: 24px;
		font-size: 15px;
		margin-top: 25px;
	}
	.exhi-show .right {
		padding: 25px 18px 35px;
	}
	.exhi-show .right .tips .hd {
		font-size: 18px;
	}
	.exhi-show .right .tips .hd i {
		width: 18px;
		height: 18px;
		margin: 3px 6px 0 0;
		background-size: 100% 100%;
	}
	.exhi-show .right .tips p {
		margin: 14px 0 20px;
		line-height: 24px;
		font-size: 14px;
	}
	.contact-box {
		height: 46px;
		line-height: 46px;
	}
	.contact-box .contact-left {
		width: 66px;
	}
	.contact-box .contact-left i {
		width: 23px;
		height: 23px;
		margin: 12px 5px 0 0;
		background-size: 100% 100% !important;
	}
	.contact-box .contact-right {
		font-size: 16px;
		padding: 0 16px;
	}
	.contact-box .contact-right a {
		height: 28px;
		line-height: 28px;
		width: 78px;
		font-size: 14px;
		margin-top: 9px;
		margin-right: 9px;
	}
	.exhi-show .tips_img {
		margin: 18px 0;
	}
	.exhi-show .right .tips .tips_img p {
		font-size: 16px;
	}
	.exhi-show .tips_img li img {
		width: 130px;
		height: 130px;
	}
	.exhi-show .tips_img li {
		font-size: 14px;
	}
	.part1 .li-top p, .part2 .li-top p {
		padding: 12px 18px;
	}
	.part1 .li-top p a, .part2 .li-top p a {
		font-size: 17px;
	}
	.part1 li, .part2 li, .part3 li {
		padding-left: 20px;
		height: 22px;
		line-height: 22px;
		margin-top: 14px;
		font-size: 14px;
	}
	.part3 .li-top .images {
		width: 156px;
	}
	.part3 .li-top .text p {
		height: 72px;
		line-height: 24px;
		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;
	}
	.info .info-left,.info-meet .info-right{
		width: 958px;
	}

}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
	.info .info-right {
		width: 390px;
	}
	.recommend .info .btnA {
		margin-top: 28px;
	}
	.exhi-show .left {
		width: 1170px;
		padding: 28px 28px 35px;
	}
	.part1 .li-top p, .part2 .li-top p {
		padding: 10px 18px;
	}
	.part1 .li-top p a, .part2 .li-top p a {
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.info .info-left,.info-meet .info-right{
		width: 1060px;
	}
}
@media only screen and (min-width: 1730px) and (max-width: 1919px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
	.info .info-right {
		width: 390px;
	}
	.recommend .info .btnA {
		margin-top: 28px;
	}
	.exhi-show .left {
		width: 1170px;
		padding: 28px 28px 35px;
	}
	.part1 .li-top p, .part2 .li-top p {
		padding: 10px 18px;
	}
	.part1 .li-top p a, .part2 .li-top p a {
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.info .info-left,.info-meet .info-right{
		width: 1060px;
	}
}
@media screen and (min-width: 1921px){
	.w{
		width: 1600px;
	}
}
