@charset "utf-8";
/* CSS Document */
html,body{width:100%;height:100%}
/*主页*/
.wrapper-index{width:100%;height:100%;/*overflow-y: auto;*/}
.index-content{width:100%; height: 100%;min-height: 600px;
background: url(../images/bannerBackground.jpg) no-repeat center center;background-size: cover;
}
.content-one{padding-top:10%;width:100%;text-align: center;}
.content-one img{height:220px;}
.content-two{margin-top:7.5%;height:auto;position:relative;height:180px;}
.content-two-position{width:1084px;height:100%;margin: 0 auto;}
.content-two-position .content-two-li:first-child{margin-left:0px;}
.content-two-li{
display: block;
width: 190px;
height: auto;
float: left;
margin-left:107px;
text-align: center;
border-radius: 12px;
cursor: pointer;
}
.content-two-li .content-two-li-img{width:100%;height:120px;border-radius: 12px;overflow: hidden;}
.content-two-li .content-two-li-img img{width:100%;height:100%;}
.content-two-li-text{font-size: 24px;color:#fff;margin-top:16px;}
.index-footer{height:50px;line-height: 50px;color:#CCCCCC;text-align: center;background:#1C1B1D;
width:100%;box-sizing: border-box;}
.wrapper{width:100%;height: auto;overflow: hidden;}
.content{width:960px;margin: 0 auto;height:auto;overflow: hidden;}
.content p{font-size:16px; line-height:1.5; font-family:微软雅黑;}
.head-height{height:80px;width:100%;}

/*头部*/
.head{position: fixed;z-index:6;top:0px;left:0px;width:100%;
background: #A0AA02;color:#E7E9BF;}
.head-content{height:80px;line-height:80px;margin:0 auto;max-width:1326px}

.head-left{height:100%;float: left;margin-left:2.4%;}
.head-left a{color:#FFFFFF;}
.head-left a:visit{color:#FFFFFF;}
.head-text{cursor: pointer;height:100%;position: relative;}
.indexLogo{height:100%;float: left;}
.indexLogo img{height:30px;margin-top:18px}
.switch{height:100%;float: left;margin-left:23px;}
.switch img{height:20px;}
.zltextpc{position: absolute;font-size:12px;bottom:13px;line-height: 20px;}
.indexLogo img{vertical-align: top;}
.head-right{height:100%;float:right;position:relative;padding-right:28px;cursor: pointer;
margin-right:2.4%;}
.head-right-icon{height:100%;float:left;}
.head-right-icon img{width:20px}
.head-right-text{height:100%;float:left;margin-left:9px;font-size:12px;}
.languageSwitching{position:absolute;width:112px;height:auto;overflow: hidden;background: #FFFFFF;
box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);top:70px;display: none;
border-radius: 10px;padding:10px 0px;}
.triangle{
  width: 8px;
  height:4px;
  position: absolute;
  background:url(../images/down.png) no-repeat;
  background-size:100% auto;
  right:0px;
  top:50%;
  transform: translateY(-50%);
}
.head-right:hover .triangle{
	margin-top:-2px;
	transform: rotate(180deg) !important;
}
.head-right:hover .languageSwitching{
	display: block;
}
.nav-position{position:absolute;width:auto;height:auto;overflow: hidden;background: #FFFFFF;
box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);top:70px;text-align: center;
border-radius: 10px;padding:8px 0px;width:120px;left:-18px;display: none;}
.nav-position a{color: #888888;}
.nav-one:hover .nav-position{display: block;}
.nav-li{line-height:30px;height:30px;font-size: 14px;color: #888888;text-align: center;
display: block;}

.nav-li-checked{font-size: 14px;color: #000000;}

.switching-li{line-height:30px;height:30px;padding-left:22px;font-size: 12px;
color: #888888;}
.switching-checked{font-size: 12px;
color: #000000;position:relative}
.switching-checked::before{content:"";
  width: 12px;
  height:12px;
  position: absolute;
  background:url(../images/checkMark.png) no-repeat;
  background-size:100% auto;
  right:24px;
  top:50%;
  transform: translateY(-50%);
}

.select-list{position:absolute;width: 189px;
display: none;
background: #FFFFFF;
box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
border-radius: 10px;
top:70px;
line-height: normal;
padding:10px 10px 28px 10px}
.list-li{width: 100%;
display: block;
height: 58px;
margin-bottom:5px;
cursor: pointer;
border-radius: 8px;}
.list-li-left{font-size: 12px;
padding:0px 0px 0px 20px;
height:100%;
float:left;
color: #333333;}
.left-top{padding-top:16px;}
.left-top-one{line-height:58px;}
.head-left:hover .select-list{display: block;}
.list-li-right {width:42px;height:42px;border-radius: 50%;float:right;margin-top:8px;}
.select-list .list-li:first-child{background: linear-gradient( 270deg, #FFFFFF 0%, #F2F3DA 100%);}
.select-list .list-li:nth-child(2){background: linear-gradient( 270deg, #FFFFFF 0%, #FBE3D3 100%);}
.select-list .list-li:nth-child(3){background: linear-gradient( 270deg, #FFFFFF 0%, #E0E8FF 100%);}
.select-list .list-li:nth-child(4){background: linear-gradient( 270deg, #FFFFFF 0%, #E7E1F4 100%);}
.select-list .list-li:nth-child(5){background: linear-gradient( 270deg, #FFFFFF 0%, #F3D5E8 100%);}
.nav{height:100%;float:left}
.nav .nav-one{display: block;float:left;margin-left:70px;color:#E7E9BF;font-size: 16px;
position: relative;cursor: pointer;}
.nav-one-a{color:#E7E9BF;display: inline-block;}
.head_active{color:#ffffff;font-weight: 500;position: relative;}
.head_active::before{
	content: "";
	width: 14px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	bottom:28px;
	left:50%;
	transform: translateX(-50%);
}


/*尾部*/
.footer{background: #1C1B1D;height:auto;overflow:hidden}
.footer-top{width:960px;border-bottom:1px solid #000000;padding:30px 20px 25px 20px;margin:0 auto;
height:auto;overflow: hidden;}
.footer-li{width:33.333%;height:140px;float:left;text-align: center;}
.footer-li a{font-size: 14px;color: #FFFFFF;margin-bottom:10px;margin-top:8px;display: block;}
.footer-logo{width:100%;text-align: center;padding-top:5px;padding-bottom:10px}
.footer-logo img{height:45px;}
.wx-img{text-align: center;}
.wx-img img{height:116px;}
.wx-text{font-size: 12px;text-align: center;margin-top:5px;
color: #FFFFFF;}
.footer-li-text{color:#CDCDCD;font-size: 12px;line-height:22px;marginb-bottom:4px;}
.footer-bottom{width:960px;padding:22px 0px 64px 0px;height:auto;overflow: hidden;margin:0 auto}
.footer-bottom-list{width:172px;height:28px;margin:0 auto}
.footer-bottom-li{height:28px;width:28px;float:left;margin-left:20px}
.footer-bottom-li img{width:100%;height:100%}
.footer-bottom-list .footer-bottom-li:first-child{margin-left:0px;}

/*首页*/
.banner{width:100%;position:relative;height:705px;background:url(../images/index0neBanner.jpg) no-repeat;background-size: 100% 100%;}
.bannner-text{width:100%;height:auto;overflow: hidden;text-align: center;padding-top:180px;}
.bannner-text img{height:270px}
.banner-tab-wrapper{width:100%;padding-top:97px;}
.banner-tab{width:auto;margin:0 auto;height:auto;overflow: hidden;position: relative;
left:50%;transform: translateX(-50%);display: inline-block;max-width:5.1rem}
.banner-tab .banner-tab-li:nth-child(3n+1){margin-left:0rem}
.banner-tab-li{height:98px;line-height:98px;float:left;width:1.3rem;margin-bottom:20px;
text-align: center;
margin-left:0.6rem;
display: block;
background: #CB6B00;
font-weight: 500;
font-size: 0.11rem;
color: #FFFFFF;
border-radius: 8px;}
.number-list{width:100%;height:auto;overflow: hidden;padding:100px 0px;}
.number-li{height:100%;float:left;width:25%;text-align: center;}
.number-list .number-li:first-child{text-align: left;}
.number-list .number-li:first-child .number-li-bottom{padding-left:34px;}
.number-list .number-li:nth-child(4){text-align: right;}
.number-list .number-li:nth-child(4) .number-li-bottom{padding-right:48px;}
.number-li-top{
	color: #000000;
	font-size:40px;
}
.number-li-top span{font-size: 22px;color: #000000;vertical-align: super;}
.number-li-bottom{font-size: 14px;color: #555555;}
.introduce{background: #F9F9F8;width:100%;padding:30px;box-sizing: border-box;height:auto;overflow: hidden;}
.introduce-left{width:290px;height:324px;float:left;background:url(../images/introduce.jpg) no-repeat;
background-size: 100% 100%;}
.introduce-right{width:590px;height:auto;overflow:hidden;float:right}
.introduce-title{font-weight: 500;font-size: 15px;color: #CB6B00;}
.introduce-text{font-size: 13px;color: #555555;line-height: 22px;margin-top:6px;margin-bottom:3px;}
.title{width:100%;font-weight: 600;font-size: 28px;color: #000000;padding:100px 0px 30px 0px;
text-align: center;}
.video{width:100%;height:auto;overflow: hidden;}
.video-li{width:314px;height:auto;overflow:hidden;float:left;margin-left:9px;}
.video .video-li:nth-child(3n+1){margin-left:0px;}
.video-top{width:100%;height:176px;border-radius: 4px;}
.video-bottom{width:100%;height:40px;line-height: 40px;font-size: 14px;
color: #555555;text-align: center;}
.wrapper-button{width:100%;height:auto;overflow: hidden;padding-top:20px;}
.seeMore{display: block;width: 130px;
margin:0 auto;
height: 38px;
line-height:38px;
background: #A0AA02;
font-size: 13px;
color: #FFFFFF;
text-align: center;
border-radius: 4px;}
.seeMore-icon{margin-left:2px;width:14px;position:relative;top:-2px}
.picture-li{width:236px;height:158px;border-radius: 4px;cursor: pointer;
margin-left:5px;margin-bottom:5px;overflow:hidden;float:left;}
.picture .picture-li:nth-child(4n+1){margin-left:0px;}
.vimglist{
 width:100%;height:auto;overflow: hidden;margin: 30px 0px 120px 0px;}
/*  .picturets .vimglist{margin: 30px 0px 120px 0px;} */
 .list-paddingleft-2{width:100%;height:auto;overflow: hidden;}
 .list-paddingleft-2 li{width:236px;height:158px;border-radius: 4px;cursor: pointer;
 margin-left:5px;margin-bottom:5px;overflow:hidden;float:left;}
 .list-paddingleft-2 li:nth-child(4n+1){margin-left:0px;}
 .list-paddingleft-2 li p{width:100%;height:100%}
 .list-paddingleft-2 li p img{width:100%;height:100%}
.wraPc{margin-bottom: 100px;}

/* 展馆介绍 */
.showroom-title{font-weight: 500;
padding:30px 0px 10px 0px;
font-size: 26px;
color: #1C1C1E;}
.showroom-text{font-size: 14px;
color: #777965;
line-height: 22px;}
.showroom-list{width:100%;height:auto;overflow: hidden;padding-bottom:50px;
border-bottom: 1px solid #E6E6E6;}
.showroom-list-li{width:464px;height:166px;background: #F6F7E8;margin-top:30px;margin-left:30px;
float:left}
.showroom-list .showroom-list-li:nth-child(2n+1){margin-left:0px}
.shwroom-li-tip{width:100%;height:auto;}
.shwroom-li-tip .span{background: #A0AA02;padding:8px 20px;font-size: 15px;
color: #FFFFFF;display:inline-block;
box-shadow: 3px 3px 0px 0px rgba(160,170,1,0.26);}
.shwroom-li-p{font-size: 14px;padding:12px 20px;
color: #777965;width:100%;box-sizing: border-box;
line-height: 22px;color: #777965;}
.showroom-img{width:100%;padding-bottom:50px;}
.showroom-img img{width:100%}
/*  */
.spectator-title{
	width:100%;
	height: 60px;
	line-height: 60px;
	margin-top:30px;
	background: #FFFBE6;
	border-radius: 8px;
	border: 1px solid #FFF1B8;
	color:#1F1F1C;
	font-size: 16px;
	padding-left:60px;
	box-sizing: border-box;
	font-weight: 500;
	position: relative;
}
.spectator-title .sptit2{font-size: 14px;font-weight: 400;color: #FF4D4F;margin-left:20px;}
.spectator-icon{width: 24px;height: 24px;background: #FAAD14;border-radius: 50%;
color:#fff;text-align: center;line-height: 20px;position: absolute;left:24px;top:18px;}
.spectator-wrapper{padding-top:10px;border-bottom: 1px solid #E6E6E6;width:100%;height:auto;
overflow: hidden;}
.visiting-time{margin-bottom:10px;width:100%;height:93px;position: relative;}
.visiting-time::before{
	content:"";
	z-index: 1;
	width:100%;position: absolute;top:46px;left:0px;border-bottom: 1px dashed #CB6B00;
}
.visiting-li{width: 286px;height: 100%;background: #F9F9F8;position: relative;z-index:2;
margin-left: 51px;padding:20px;box-sizing: border-box;float:left;}
.visiting-time-p{font-size: 14px;
color: #777965;
padding:10px 0px;
border-bottom: 1px solid #E6E6E6;
line-height: 24px;}
.visiting-time-p a{color:#1677FF}
.visiting-date{font-size: 15px;font-weight: 500;
color: #000000;margin-bottom:5px;
line-height: 24px;}
.visiting-date-time{font-size: 14px;
color: #777965;
line-height: 24px;}
.visiting-time .visiting-li:first-child{
	margin-left:0px;
}
.spectator-height{height:280px;}

/* 精彩视频 */
.exciting-tab{}
.swiper-container{height:40px; width:100%; border-bottom:1px solid #EEF0D2;margin:30px 0 !important}
.exciting-tab-li{
	
}
.exciting-tab-li a{display: block;color:#777965;width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;}
.swiper-slide{position:relative;
background:url(../images/swiperer.jpg) no-repeat;
background-size: 100% 100%;
font-size:14px;
color: #777965;
display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
cursor: pointer;}
.exciting-active{color:#A0AA02;background:url(../images/swiperered.jpg) no-repeat;
background-size: 100% 100%;}
.exciting-active a{color:#A0AA02;}
.exciting-video{padding-bottom:40px;padding-top:10px;}
.exciting-li{padding-top:20px;}
.exciting-li-top{width:100%;height:360px;text-align: center;}
.exciting-li-top .video-top{width:640px;height:360px;}

video {text-align: center;padding-bottom:20px;padding-top:20px;width:640px;height:360px;}

/* 图片回顾 */
.picture-review{margin:30px 0px 40px 0px;}
/* 同期活动 */
.concurrent-list{width:100%;height:auto;overflow: hidden;padding-top:30px;}
.concurrent-li{width:228px;height:auto;overflow: hidden;float: left;margin-left:16px;margin-bottom:20px;
background: #F9F9F8;padding:20px 15px 38px 15px;box-sizing: border-box;position: relative;}
.concurrent-li{height:144px;}
.concurrent-list .concurrent-li:nth-child(4n+1){margin-left:0px;}
.concurrent-li:hover{background: #F6F7EE !important;}
.concurrent-li-title{font-size: 14px;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
color: #333333;
line-height: 20px;}
.concurrent-li-title font{background:red;color:#ffffff;width:20px;height:20px;
text-align: center;line-height: 20px;margin-right:5px;
border-radius: 4px;display: inline-block;}
.concurrent-li-date{margin-top:20px;font-size: 12px;
color: #888888;margin-bottom:10px;}
.see-details{position:absolute;bottom:20px;right:16px;font-size: 12px;
color: #888888;display: block;}
.see-icon{display: inline-block;width:15px;height:15px;position:relative;top:3px;
background:url(../images/more1.png) no-repeat;background-size: 100% 100%;}
.concurrent-active{background: #F6F7EE !important;}
.concurrent-active .concurrent-li-title{color:#000000}
.concurrent-active  .concurrent-li-date{color:#555555}
.concurrent-active .see-details{color:#A0AA02}
.concurrent-active .see-icon{background:url(../images/more2.png) no-repeat;background-size: 100% 100%;}
.page{margin:20px 0px 100px 0px;height:36px;width:100%;text-align: center;}
.pagelink{height:36px;line-height: 36px;width:auto;overflow:hidden;font-size:14px;
color: #2C2C2E;display: inline-block;}
.pagelink span font{color:#FF0000;}
.pagelink span{border: 1px solid #BBBBBB;padding:6px 11px;color:#222222;font-size:16px;margin-left:7px;}
.pagelink a{border: 1px solid #BBBBBB;padding:6px 11px;color:#222222;font-size:16px;margin-left:7px;}
.pagelink select{margin-right:7px;padding:2px 7px;border-radius: 6px;}
.button{height:100%;float:left;cursor: pointer;}
.page-list{float:left;height:100%;width:auto}
.page-list-li{width: 22px;float:left;
text-align: center;cursor: pointer;
margin-left:3px;
height: 22px;}
.page-list-li-cheked{border-radius: 4px;
border: 1px solid #A0AA02;color:#A0AA02}
/* 同期活动详情 */
.concurrent-details-title{font-size: 16px;
color: #333333;padding-top:48px;}
.concurrent-details-text{height:42px;line-height: 42px;font-size: 12px;
color: #888888;border-bottom:1px solid #EEEEEE;margin-bottom: 20px;}
.concurrent-details-text-left{height:100%;float:left;margin-right:60px;min-width:218px;}
.concurrent-details-text-right{height:100%;float: right;}
.concurrent-details-p{font-size: 14px;
color: #555555;
line-height: 22px;margin-top:20px;}
.concurrent-details-img{width:100%;height:auto;padding-top:20px;overflow: hidden;}
.concurrent-details-img img{width:100%}
.indent{text-indent: 2em;margin-top:0px;}
.concurrent-details-pli{font-size: 14px;height:auto;overflow: hidden;
color: #555555;}
.pli-one{width:33.333%;line-height:30px;height:30px;float:left;}
.concurrent{padding-bottom:50px;}
.concurtwo img{float:left;height:360px;width:470px}
.upordown{width:960px;margin:0 auto;font-size:14px;height:auto;overflow: hidden;color:#555555;margin-bottom:50px}
.upordown .fl{float: left;}
.upordown .fr{float: right;}
.upordown div:hover{color:#A0AA02;}
.upordown div a{color:#555555;cursor: pointer;}
.upordown div:hover a{color:#A0AA02;text-decoration: underline !important;}
/* 新闻中心 */
.news-li{width:100%;padding:20px 15px 10px 15px;background: #F9F9F8;position: relative;margin-bottom:20px;}
.news-li .concurrent-li-date{margin-top:10px;}
.news-li .see-details{bottom:inherit;top:20px;right:16px;}
.news-li:hover{background: #F6F7EE !important;}
/* 联系我们 */
.contact{padding:10px 0px 120px 0px}
.contact-title{font-size: 15px;color: #CB6B00;width:100%;margin-top:20px;}
.contact-span{background: #F9F9F8;width:100%;box-sizing: border-box;font-size: 14px;
color: #777965;
border-radius: 8px;padding:14px 15px;line-height:36px;margin-top:5px;}
.contact-span .span{margin-left:40px;white-space: nowrap;display: inline-block;}
.contact-span .span:nth-child(5n+1){
	margin-left:0px;
}
.contact-list{width:100%;height:auto;overflow: hidden;border-radius: 8px;}
.contact-li{width:50%;height:auto;overflow: hidden;float: left;}
.contact-list-floatone{height:auto;overflow: hidden;float:left;width:50%;}
.rtbnone{border-radius:8px 0px 0px 8px ;}
.lbbnone{border-radius:0px 8px 8px 0px ;padding-left:0px;}
/* 预登记 */
.preRegisPhone{padding-bottom:460px;}
.registration-title{width:100%;text-align: center;padding:30px 0px 30px 0px;font-weight: 500;
font-size: 26px;
color: #1C1C1E;}
.registraOnline{padding-bottom: 370px;}
.title-all-center{font-size:29px;padding-top:50px;text-align: center;font-weight: 500;}
.registration-button{width: 380px;margin:0 auto;position: relative;cursor: pointer;
height: 66px;padding:0px 27px 0px 20px;line-height:66px;
background-color: #E79607;background-image: linear-gradient( 90deg, #E79607 0%, #E7A300 100%);
border-radius: 10px;margin-bottom:30px;}
.registration-button::before{
	position:absolute;
	bottom:0px;
	left:0px;
	border-radius: 0px 0px 10px 10px;
	content:"";width: 380px;
	height: 33px;
	background-color: #CB6B00;
	background-image: linear-gradient( 90deg, #CB6B00 0%, #E7A400 100%);
	z-index:1
}
.registration-button-left{height:100%;float:left;font-weight: 500;
font-size: 16px;
color: #FFFFFF;position: relative;z-index: 2;}
.registration-button-right{height:100%;float:right;font-size: 12px;
color: #FFFFFF;position: relative;z-index: 2;}
.registration-button-right .seeMore-icon{top:-0.5px;margin-left:12px;}
/* 在线报名 */
.online-button{width:420px;background-color: #B6C106;background-image: linear-gradient( 90deg, #B6C106 0%, #CED505 100%);}
.online-button::before{
	background-color: #B6C106;background-image: linear-gradient( 90deg, #A0AA02 0%, #CED505 100%);
}
.online-italic{
	font-style: italic;font-weight: normal;font-size: 14px;margin-right:32px;
}
/* 资料下载 */
.downloadwrats{padding-bottom:300px;}
.download-list{width:100%;height: auto;overflow: hidden;padding:10px 0px 0x 0px;}
.download-li{width: 465px;height: 88px;background: #F9F9F8;margin-bottom:10px;margin-left:30px;
float:left;position: relative;}
.download-li-text{padding:0px 20px;font-size: 14px;color: #777965;line-height: 88px;}
.download-list .download-li:nth-child(2n+1){margin-left:0px;}
.download-li-title{padding:20px 0px;font-size: 15px;color: #CB6B00;position:relative}
.download-button{width: 120px;
cursor: pointer;
height: 38px;text-align: center;font-size: 13px;
color: #FFFFFF;line-height: 38px;
background: rgba(160,170,2,0.7);
border-radius: 8px;
position: absolute;
right:20px;
top:21px}
.download-button img{width:14px;margin-left:6px;position: relative;top:-1px;}
/* 交通指南 */
.transportation{padding:30px 0px 50px 0px;}
.transportation-li{width:100%;height:auto;overflow:hidden;background: #F9F9F8;padding:20px;margin-bottom:20px;}
.transportation-li-left{height:auto;float:left;}
.transportation-li-right{height:auto;float:right}
.tran-one .transportation-li-left{width:240px;}
.tran-one .transportation-li-right{width:660px;height:182px;}
.transportation-li-right img{height:100%;}
.tran-title{height:30px;font-size: 15px;line-height:30px;
color: #CB6B00;}
.tran-title img{height:100%;margin-right:10px;position: relative;top:-1px;}
.tran-p{font-size: 14px;padding-top:10px;
color: #777965;
line-height: 22px;}
.tran-tree .transportation-li-left{width:548px;}
.tran-tree .transportation-li-right{height:312px;}
.tran-four .transportation-li-left{width:496px;}
.tran-four .transportation-li-right{height:296px;}
/* 参展流程 */
.exhibition{padding:30px 0px 50px 0px;width:100%;}
.exhibition img{width:100%;}
/* 展品范围 */
 .exhibits{padding:30px 0px 100px 0px;}
 .exhibits-img img{height:60px;}
 .exhibits-text{padding:12px 0px 28px 0px;font-weight: 500;
font-size: 26px;
color: #1C1C1E;}
 .exhibits-imgslist{width:100%;height:auto;overflow: hidden;}
 .exhibits-imgslist-li{width: 225px;
height: 200px;
background: #F9F9F8;margin-left:20px;float:left;
margin-bottom:20px;}
 .exhibits-imgslist .exhibits-imgslist-li:nth-child(4n+1){margin-left:0px;}
 .exhibits-li-img{width:100%;padding-top:30px;text-align: center;}
 .exhibits-li-img img{width:108px;height:108px;border-radius: 50%;}
 .exhibits-li-text{padding-top:20px;text-align: center;font-weight: 500;
font-size: 15px;
color: #777965;}
 /* 展商分布 */
 .distribution{padding:30px 0px 120px 0px}
 .distribution-part1{background:#cecdcd;margin-bottom:20px;}
 .distri-part1-title{line-height:60px;height: 60px;color: #CB6B00;background: #F9F9F8;text-align: center;
 font-size:18px;font-weight: 500;}
 .distri-part1-img{width:100%;text-align: center;}
 .distri-part1-img img{width:100%;}
 .distribution-part3{background: #F6F2E7;}
 .distri-part3-content{background: #F6F2E7;padding:14px 30px;border:1px solid rgba(0,0,0,0);
	table-layout: fixed;}
/* .distri-part3-content tr td { white-space: pre-wrap; } */
 .distri-part3-content-li{line-height:28px;font-size: 14px;
color: #000000;height:38px;}
.firstRow{font-size: 15px;color: #000000;}
 .part3-li-title{font-size: 16px;color: #000000;}
 .distri-part3-span{height:30px;float:left;}
 .distri-li-one{width:288px;}
 .distri-li-two{width:380px}
 .distri-li-three{width:132px}
 .distri-li-four{width:82px;}
 /* 参展条例 */
 .visiting{padding:30px 0px 120px 0px;}
 .visiting .contact-title{position: relative;padding-left:20px;}
 .contact-number{position: absolute;width: 15px;height: 15px;background: #CB6B00;border-radius: 4px;
 text-align: center;line-height: 15px;font-size: 12px;left:0px;top:3px;
color: #FFFFFF;}
 .visitingp-span{margin-top:5px;}
 .visiting-block{width: 465px;height:auto;overflow: hidden;padding:20px;
background: #F9F9F8;font-size: 14px;color: #777965;line-height: 24px;margin:5px 0px}
.halltrans{padding:30px 0px 120px 0px}
.halltrans-p{color: #000000;margin-bottom:10px;line-height:18px;margin-top:5px;}
/* 展位配置  */
 .booth{width:100%;padding:30px 0px 120px 0px;}
 .booth-img{width:100%;text-align: center;}
 .booth-img img{width:100%;}
 .booth-title{font-size:15px;color: #CB6B00;line-height: 56px;}
 .booth-text{width:100%;padding:20px 15px;font-size:14px;background: #F9F9F8;
border-radius: 8px;color: #777965;line-height: 24px;}
.nav-big1{display: none;}
.nav-big2{display: none;}
.bigImg{width:100%;height:100%;position: fixed;background:rgba(0,0,0,0.85);z-index: 33;display: none;}
.bigImg img{position: absolute;top:50%;left:50%;height:90%;transform: translate(-50%,-50%);}
#more1{display: none;}
/* #tphg1{display: none;} */
/* #tqhd1{display: none;} */
@media screen and (min-width: 959px) {
	.contact-span .span{width:auto !important}
	.content-two-li-img img{transition: transform 0.4s ease-in-out;}
	.content-two-li-img:hover img{transform: scale(1.5);}
	
	
	.bannner-text .exhinfo{font-size:3em; color:#FFFFFF; line-height:2em;}
/* 	#more1{display: block;}
	#xwzx{display: none;}
	#lxwm{display: none;} */
}
@media screen and (max-width: 1162px) {
/* 	#more1{display: block;}
	#tphg1{display: block;}
	#tqhd1{display: block;}
	#xwzx{display: none;}
	#lxwm{display: none;}
	#tphg{display: none;}
	#tqhd{display: none;} */
}
.headerPhone-wrapper{display: none;}
.indexPhone-img{display: none;}
#bannerPctextPhone{display: none;}
#tab-phone{display: none;}
#english{display: none;}
#footerPhone{display: none;}
@media (min-width:960px) {
	.head{display: block;}
}
@media (max-width:959px) {
	#more1{display: none;}
	#xwzx{display: block;}
	#lxwm{display: block;}
	#tphg{display: block;}
	#tqhd{display: block;}
	#english{display: block;}
	.index-content{height:100%;background:url(../images/bannerBackground1.jpg) no-repeat center top;background-size: cover;
	min-height: inherit;}
	.index-footer{display: none;}
	.headerPhone{
	   width:100%;padding:0rem 0.36rem;height:1.16rem;position: relative;
	}
	.wrapper-index{overflow: hidden;}
	.index-content{overflow-y: auto;width:100%;}
	/* .nav{position: fixed;height:100%;background: rgba(0,0,0,0.9);} */
	.headPhoneImg{position: absolute;top:50%;transform: translateY(-50%);}
	.changePhonets{left:2.33rem;height:0.34rem}
	.header-text{height:1.16rem;position: relative;width:2.65rem}
	.headerPhone-left{height:0.56rem;top:0.12rem;position: absolute;}
	.zltext{font-size:0.19rem;line-height:0.34rem;color: #1C1B18;position: absolute;
	bottom:0.11rem}
	.title-all-center{font-size:0.38rem;padding-top:0.38rem}
	.headerPhone-right{right:0.36rem;height:0.36rem;}
	.headerPhone-wrapper{width:100%;position: fixed;display: block;
	top:0px;z-index: 8;background:#ffffff;border:1px solid #F9F9F9}
	.content-one{display: none;}
	.indexPhone-img{width:100%;margin-top:2.54rem;display: block;text-align: center;}
    .indexPhone-img img{width:5.84rem;vertical-align: top;}
	.content-two{height:auto;margin-top:0.78rem}
	.content-two-position{width:5.84rem;}
	.content-two-li{height: 1.1rem;width:100%;margin-bottom: 0.24rem;margin-left:0rem;float:none;border-radius: 15px;background: rgba(255,255,255,0.72);
	padding:0.16rem 0rem;box-sizing: border-box;overflow: hidden;}
	.content-two-li-img{height:100% !important;width:1.24rem !important;float:left;margin-left:0.38rem;border-radius: 0rem !important;}
	.content-two-li-text{height:100%;float:left;line-height:0.78rem;margin-top:0rem !important;color: #333333;font-size:0.29rem;margin-left:0.38rem;
		font-weight: 600;}
	.select-list{width:3.62rem;top:1.44rem;border-radius: 19px;padding:0.19rem 0.19rem 0.11rem 0.19rem}
	.list-li{height:1.11rem;border-radius: 15px;margin-bottom:0.1rem}
	.list-li-left{padding:0rem 0rem 0rem 0.38rem;font-size:0.23rem}
	.left-top{padding-top:0.31rem}
	.left-top-one{line-height: 1.11rem;}
	.left-bottom{margin-top:-0.08rem}
	.list-li-right{width:0.8rem;height:0.8rem;margin-top:0.155rem;}
	/* #headPc{display: none;} */
	.head{width:100%;height:100%;background: rgba(0,0,0,0.9);position: fixed;
	padding-top:1.15rem;overflow-y: auto;display: none;}
	.head-content{height:auto;line-height: inherit;width:6.74rem}
	.nav{float: none;height:auto;overflow:hidden}
	.nav .nav-one{float:none;margin:0rem;}
	.head_active::before{display: none;}
	.nav-one-a{display: block;font-size:0.29rem;color:#F5F5F4;
	height:1.1rem;border-bottom:2px solid #2F2F2F;line-height: 1.1rem;
	position: relative;}
	.phonreTiangle .nav-one-a::before{
		content:"";
		width:0.36rem;
		height:0.36rem;
		position: absolute;
		right:0rem;
		top:50%;
		transform: translateY(-50%);
		background:url(../images/sq.png) no-repeat;background-size: auto 100%;
	}
	.phonreTianglechecked .nav-one-a::before{
		content:"";
		width:0.36rem;
		height:0.36rem;
		position: absolute;
		right:0rem;
		top:50%;
		transform: translateY(-50%);
		background:url(../images/zk.png) no-repeat;background-size: auto 100%;
	}
	.nav-position{position: inherit;top:0;background:none;width:100% !important;padding:0rem;left:0;display: none;}
	.nav-one:hover .nav-position{display: none;}
	.nav-li{font-size:0.29rem;color:#F5F5F4;
	height:1.1rem;border-bottom:2px solid #2F2F2F;line-height: 1.1rem;
	text-align: left;padding-left:1.18rem}
	
	#headLeftPc{display: none;}
	#headRightPc{display: none;}
	.head-height{height:1.16rem;}
	.banner{background:url(../images/index0neBannerPhone.jpg) no-repeat;background-size: auto 100%;
	height:7.88rem}
	.bannner-text{padding-top:3.46rem;}
	.bannner-text .exhinfo{font-size:2em; color:#FFFFFF; line-height:2.5em;}
	.bannner-text img{width:5.5rem;height:auto}
	#bannerPctextPhone{display: block;}
	#bannerPctext{display: none;}
	#tab-pc{display: none;}
	#tab-phone{display: block;}
	.banner-tab-wrapper{padding-top:0.48rem;height: auto;
        overflow: hidden;}
	.banner-tab{width:6.74rem;margin:0 auto;height: auto;line-height: inherit;overflow: hidden;}
	.content{width:6.74rem}
	.banner-tab-li{float:none;height:1.3rem;width:100%;line-height: 1.3rem;margin-bottom:0.38rem;
	font-size:0.34rem;margin-left:0rem}
	.number-list{padding:0.2rem 0rem 0.5rem 0rem;height:auto;overflow:hidden;}
	.number-li{width:50%;height:1.62rem;float:left;border-left:2px solid #F9F9F9;text-align: center;
	border-bottom:2px solid #F9F9F9;}
	.number-list .number-li:first-child{text-align: center;}
	.number-list .number-li:nth-child(4){text-align: center;}
	.number-list .number-li:first-child .number-li-bottom{padding-left:0rem}
	.number-list .number-li:nth-child(4) .number-li-bottom{padding-right:0rem}
	.number-list .number-li:nth-child(2n+1){border-left:none}
	.number-list .number-li:nth-child(3){border-bottom:none}
	.number-list .number-li:nth-child(4){border-bottom:none}
	.number-li-top{font-size: 0.53rem;padding-top:0.12rem;padding-bottom:0.08rem;
	color: #000000;}
	.number-li-top span{font-size: 0.27rem;color: #000000;vertical-align: super;}
	.number-li-bottom{font-size: 0.27rem;
	color: #333333;}
	.introduce{padding:0rem;margin-bottom:1.34rem;}
	.introduce-left{width:100%;vertical-align: top;height:3.24rem;float:none;
	background:url(../images/introducePhone.jpg) no-repeat;border-radius: 8px;
	background-size: 100% 100%;}
	.introduce-right{width:100%;padding:0px 0.3rem 0.48rem 0.3rem;float:none}
	.introduce-title{font-size: 0.27rem;padding:0.3rem 0rem 0.1rem 0rem;
	color: #CB6B00;}
	.introduce-text{font-size: 0.25rem;color: #333333;line-height: 0.42rem;}
	.title{padding:0rem;font-size:0.34rem;color: #000000;text-align: center;width:100%;
	padding-bottom:0.38rem;font-weight: 600;}
	.video-li{padding-bottom:0.28rem;width:100%;float:none;margin:0}
	.video-top{width:100%;height:3.78rem;}
	.video-top video{width:100%;height:100%} 
	.video-bottom{font-size:0.27rem;color: #777965;padding:0.19rem 0rem;text-align: center;
	height:auto;line-height: inherit;}
	.wrapper-button{width:100%;height:auto;overflow:hidden;padding-bottom:0.57rem;
	padding-top:0rem;}
	.seeMore{display: block;width:2.48rem;height:0.72rem;color:#ffffff;
	border-radius: 8px;margin:0 auto;font-size:0.23rem;line-height:0.73rem}
	.seeMore-icon{height:0.24rem;top:-0.01rem;width:auto;margin-left:0rem}
	.picture{width:100%;height:auto;overflow: hidden;padding-bottom:0.38rem;}
	.picture-li{width:3.32rem;height:2.25rem;margin-bottom:0.1rem;margin-left:0.1rem;float:left;
	border-radius: 0;}
	.list-paddingleft-2 li{width:3.32rem;height:2.25rem;margin-bottom:0.1rem;margin-left:0.1rem;float:left;
	border-radius: 0;}
	.picture .picture-li:nth-child(2n+1){margin-left:0rem}
	.list-paddingleft-2 li:nth-child(2n+1){margin-left:0rem}
	.list-paddingleft-2 li p img{width:100%;height:100%}
	.wraPc{margin-bottom:0}
	.footer{background: #1C1B1D;width:100%;height:auto;overflow: hidden;}
	.footer-top{width:6.74rem;height:auto;overflow:hidden;border-bottom: 2px solid #000000;margin: 0 auto;
	text-align: center;padding-bottom:0.3rem}
	.footer-logo{margin:0.56rem 0rem 0.04rem 0rem;height:0.7rem;padding:0}
	.footer-logo img{height:0.7rem;vertical-align: top;}
	.footer-li-text{color:#C2C1C2;font-size:0.19rem;line-height: 0.42rem;}
	.footer-middle{height:0.4rem;width:100%;margin-top:0.4rem;margin-bottom:0.52rem;}
	.middle-list{width:2.66rem;height:100%;margin:0 auto;}
	.footer-middle-li{height:100%;width:0.4rem;margin-left:0.32rem;float:left}
	 .footer-middle-li img{width:100%;height:100%;vertical-align: top;}
	.middle-list .footer-middle-li:first-child{margin-left:0rem}
	.footer-bottm{width:100%;height:auto;overflow: hidden;padding-bottom:0.76rem;padding-top:0.6rem}
	.footer-bottom-middle{width:5.6rem;height:2.2rem;margin:0 auto}
	.footer-bottom-left{height:100%;float:left;padding-top:0.17rem;
	font-size: 0.23rem;color: #FFFFFF;line-height: 0.32rem;}
	.footer-bottom-left a{margin-bottom:0.2rem;color: #FFFFFF;display: block;}
	.footer-bottom-right{height:100%;float:right}
	#footerPhone{display: block;}
	#footerPc{display: none;}
	.wx-img img{height:1.9rem;}
	.wx-text{font-size:0.19rem;margin-top:0.01rem;}
	/* 展馆介绍 */
	.showroom-title{font-size:0.31rem;padding:0.38rem 0rem 0.19rem 0rem;}
	.showroom-text{font-size:0.27rem;line-height: 0.42rem;}
	.showroom-list{padding-top:0.19rem;padding-bottom:0.38rem;border:none}
	.showroom-list-li{float:none;width:100%;height:auto;margin-left:0rem;
	margin-top:0.19rem;min-height:2.63rem}
	.shwroom-li-tip .span{padding:0.09rem 0.19rem;font-size:0.27rem;}
	.shwroom-li-p{line-height:0.38rem;font-size:0.25rem;padding:0.19rem 0.19rem 0.38rem 0.19rem;}
	.showroom-img{padding-bottom:0.57rem}
	/* 交通指南 */
	.transportation{padding:0.38rem 0rem 0.57rem 0rem}
	.transportation-li{padding:0.19rem;margin-bottom:0.19rem}
	.transportation-li-left{width:100% !important;float:none}
	.tran-title{font-size:0.29rem;height:0.57rem;line-height: 0.57rem;}
	.tran-title img{margin-right:0.16rem;top:-0.01rem}
	.tran-p{font-size:0.27rem;line-height:0.42rem;padding-top:0.19rem}
	.transportation-li-right{float:none;width:100% !important;height:auto !important;}
	.transportation-li-right img{width:100%;height:auto;margin-top:0.19rem}
	/* 在线报名 */
	.registration-title{font-size:0.31rem;text-align: left;padding:0.38rem 0rem 0.57rem 0rem}
	.registration-button{width:100%;height:1.26rem;line-height: 1.26rem;padding:0rem 0.3rem;
	margin-bottom:0.19rem}
	.online-button::before{width:100%;height:0.63rem;}
	.online-italic{font-size:0.27rem;margin-right:0.42rem}
	.registration-button-left{font-size:0.28rem}
	.registration-button-right .seeMore-icon{height:0.32rem}
	.registraOnline{padding-bottom:2.39rem}
	/* 参展流程 */
	.exhibition{padding:0.38rem 0rem 0.59rem 0rem}
	/* 展品范围 */
	.exhibits{padding:0.38rem 0rem}
	.exhibits-imgslist-li{width:2.14rem;height:2.29rem;margin-left:0.16rem !important}
	.exhibits-imgslist .exhibits-imgslist-li:nth-child(3n+1){margin-left:0rem !important}
	.exhibits-img img{height:0.65rem}
	.exhibits-text{font-size:0.31rem;padding:0.1rem 0rem 0.4rem 0rem;}
	.exhibits-li-img{padding-top:0.29rem}
	.exhibits-li-img img{width:1.29rem;height:1.29rem}
	.exhibits-li-text{padding-top:0.22rem;font-size:0.21rem}
	/* 参展条例 */
	.visiting{padding:0.19rem 0rem 0.57rem 0rem}
	.contact-title{padding-top:0.19rem;font-size:0.29rem;padding-left:0.38rem !important;
	margin-top:0rem;}
	.contact-number{width:0.29rem;height:0.29rem;line-height: 0.29rem;font-size:0.23rem;
	top:0.25rem}
	.visiting-time-p{font-size:0.25rem;line-height:0.42rem;padding:0.19rem 0rem 0.19rem 0rem;}
	.visiting-block{width:100%;padding:0.19rem;margin:0.1rem 0rem;font-size:0.25rem;
	line-height:0.46rem}
	/* 展位配置 */
	.booth{padding:0.38rem 0rem 0.57rem 0rem}
	.booth-title{font-size:0.29rem;line-height: 0.78rem;margin-top:0.19rem}
	.booth-text{padding:0.19rem;font-size:0.27rem;line-height: 0.46rem;}
	/* 资料下载 */
	/* .download-list{padding:0rem 0rem 0rem 0rem;} */
	.downloadwrats{padding-bottom:3rem}
	.download-li{width:100%;float:none;margin-left:0rem !important;height:auto;padding:0.3rem 0rem 1.3rem 0rem}
	.download-li-title{font-size:0.29rem;padding:0.38rem 0rem 0.2rem 0rem;}
	.download-li-title::before{width:0.1rem;height:0.32rem;top:0.42rem}
	.download-li-text{font-size:0.27rem;line-height: 0.42rem;padding:0rem 0.3rem}
	.download-button{width:2.29rem;height:0.73rem;line-height:0.73rem;font-size:0.25rem;bottom:0.3rem;top:auto;right:0.3rem}
	.download-button img{width:0.27rem;margin-left:0.12rem}
	/* 预登记 */
	.registration-button::before{width:100%;height:0.63rem}
    .registration-button-right{font-size:0.23rem}
	.preRegisPhone{padding-bottom:3.84rem}
	/* 参观须知 */
	.spectator-title{height:1.76rem;font-size:0.31rem;margin-top:0.38rem;
	padding:0.38rem 0rem 0rem 0.84rem;margin-bottom:0.38rem;}
	.spectator-title span{display: block;}
	.sptit1{line-height:0.46rem;}
	.spectator-title .sptit2{margin-left:0rem;font-size:0.27rem;position: relative;
	line-height: 0.42rem;padding-top:0.11rem}
	.spectator-icon{width:0.4rem;height:0.4rem;line-height: 0.3rem;left:0.32rem;top:0.39rem;}
	.spectatorSerts .contact-title{padding-left:0rem !important}
	.spectator-wrapper{padding-top:0.19rem;border:none}
	.visiting-time::before{display: none;}
	.visiting-li{width:100%;height:1.53rem;margin-left:0rem;
	padding:0.27rem 0rem 0rem 0.38rem;margin-bottom:0.29rem}
	.visiting-date{font-size:0.29rem;line-height:0.46rem;margin-bottom:0.1rem}
	.visiting-date-time{font-size:0.27rem;line-height:0.46rem;}
	/* 展商分布 */
	.distribution{padding:0.38rem 0rem 0.57rem 0rem}
	.distribution-part1{margin-bottom:0.59rem}
	.distri-part1-title{font-size:0.29rem;line-height:0.86rem;height:0.86rem}
	.part3-li-title{display: none;}
	.distri-part3-content{padding:0rem 0.29rem}
	.distri-part3-content-li{height:auto;line-height: inherit;overflow: hidden;
	padding:0.29rem 0rem;font-size:0.27rem;word-break: break-word;}
	.distri-part3-span{height:auto;}
	.distri-li-one{width:100%;font-size:0.31rem;line-height:0.42rem;font-weight: 500;
	margin-bottom:0.1rem}
	.distri-li-two{width:100%;line-height:0.38rem;margin-bottom:0.19rem}
	/* 展馆交通 */
	.halltrans{padding:0.38rem 0rem 0.57rem 0rem}
	.halltrans-p{font-size:0.25rem;line-height:0.42rem;margin:0.12rem 0rem 0.18rem 0rem}
	.distri-part1-img img{width:100% !important}
	/* 精彩视频 */
	.swiper-container{margin-top:0.38rem !important;height:0.76rem}
	.swiper-slide{font-size:0.27rem}
	.exciting-video{padding:0.19rem 0rem 0.57rem 0rem}
	.exciting-li{padding-top:0.38rem}
	.exciting-li-top{width:100%;height:3.78rem;}
	.exciting-li-top .video-top{width:100%;height:100%}
	video{padding:0.19rem 0rem 0.57rem 0rem;width:100%;height:100%}
	/* 图片回顾 */
	.picture-review{margin:0.73rem 0rem 0.19rem 0rem;}
	/* 同期活动 */
	.concurrent-list{padding-top:0.38rem;padding-bottom:0.38rem}
	.concurrent-li{width:100%;float:none;padding:0.38rem 0.65rem 0.38rem 0.19rem;margin-left:0rem;height:auto;overflow: hidden;
	background:#F6F7EE;margin-bottom:0.19rem;position: relative;}
	.concurrent-li::before{
		content: '';
		width:0.3rem;
		height:0.3rem;
		position: absolute;
		right:0.29rem;
		top:50%;
		transform: translateY(-50%);
		background:url(../images/more2.png) no-repeat;background-size: 100% 100%;
	}
	.concurrent-li-title{font-size:0.27rem;line-height: 0.38rem;}
	.concurrent-li-date{margin-top:0.1rem;margin-bottom:0rem;color: #888888 !important;font-size: 0.23rem;}
	.see-details{display: none;}
	/* .page{display: none;} */
	.page{margin:0rem 0rem 1.1rem 0rem;height:auto}
	.pagelink span:first-child{display: none;}
	.pagelink{height:auto;text-align: left;font-size:0.28rem;line-height: normal;overflow: hidden;}
	.pagelink a{margin-left:0.13rem;margin-bottom:0.2rem;display: inline-block;}
	.pagelink a:nth-child(2){display: none;}
	.pagelink a:nth-child(10){display: none;}
	.pagelink span{font-size:0.28rem;padding:0.1rem 0.18rem;display: inline-block;}
	.pagelink a{font-size:0.3rem;padding:0.1rem 0.18rem}
	.pagelink a:nth-child(3){margin-left:0;}
	.pagelink select{padding:0.05rem 0.1rem;margin-right:0;font-size:0.28rem;}
	.news-li{padding:0.38rem 0.65rem 0.38rem 0.29rem;margin-bottom:0.19rem;
	position: relative;background:#F6F7EE;}
	.news-li::before{
		content: '';
		width:0.3rem;
		height:0.3rem;
		position: absolute;
		right:0.29rem;
		top:50%;
		transform: translateY(-50%);
		background:url(../images/more2.png) no-repeat;background-size: 100% 100%;
	}
	/* 新闻中心详情 */
	.concurrent-li-title font{width:0.4rem;height:0.4rem;line-height: 0.4rem;margin-right:0.08rem}
	.concurrent-details-title{padding-top:0.38rem;font-size:0.31rem}
	.concurrent-details-text{padding:0.25rem 0rem 0.29rem 0rem;
		height:auto;overflow:hidden;line-height: inherit;font-size:0.23rem}
	.concurrent-details-text-left{width:50%;line-height:0.32rem;height:0.32rem;min-width:inherit;
	margin-right:0;
	}
	.concurrent-details-text .concurrent-details-text-left:nth-child(2){
		text-align: right;
	}
	.concurrent-details-text-right{float:left;margin-top:0.1rem;width:50%;text-align: right;}
	.concurrent-details-p{font-size:0.27rem;line-height:0.42rem;margin-top:0.29rem}
	.concurrent-details-img{padding-top:0.19rem;}
	.concurtwo img{width:100%;height:auto;float:none}
	.concurrent-details-pli{font-size:0.27rem;margin-bottom:0.29rem}
	.pli-one{width:100%;height: auto;float:none;line-height:0.46rem}
	.concurrent-details-pli .pli-one:first-child{
		font-weight: bold;
	}
	.concurrent{padding-bottom:0.28rem;}
	.upordown{width:6.74rem;margin: 0 auto;font-size:0.27rem;
		height: auto;
		overflow: hidden;}
	.upordown div{float:none;width:100%;margin-bottom:0.5rem}
	/* 联系我们 */
	.contact{padding:0rem 0rem 0.57rem 0rem}
	.contact .contact-title{padding-top:0.38rem;padding-left:0rem !important}
	.contact-span{margin-top:0.19rem;line-height:0.46rem;padding:0.145rem 0.34rem;height:auto;overflow:hidden;}
	.contact-span .span{margin-left:0rem;font-size:0.27rem;
	display: block;height:auto;float: right;white-space:inherit;
	padding:0.145rem 0rem;display: inline-block;
	}
	.contact-span .span:nth-child(2n+1){float:left}
	.contact-list-floatone{width:100%;float:none}
	.spectator-height{height:1rem}
}


