.expo-mcont{
	width: 830px;
}
.expo-side{
	width: 350px;
}
.expo-mimg{
	max-height: 450px;
	max-height: 450px;
	overflow: hidden;
	margin-bottom: 20px;
}
.expo-mimg>img{
	display: block;
	max-height: 100%;
}
.exh-cent,
.exh-entry,
.exh-other{
	background-color: #fff;
	margin-bottom: 20px;
}
.expo-dtop{
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.expo-dtop .gs-tabul{
	text-align: left;
	padding: 0px 30px;
}
.expo-dtop .gs-tabul>li{
	padding: 24px 0px;
	margin-right: 36px;
}

.exh-dcli{
	padding: 30px;
}
.exh-tit{
	font-size: 24px;
	color: rgb( 0, 100, 169 );
	line-height: 36px;
	margin-bottom: 20px;
}
.exh-cen>p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
}
.exh-cen>p:last-child{
	margin-bottom: 0;
}
/* 参观展报名 */
.entry-cent{
	padding: 30px;
}
.ent-li{
	margin-bottom: 18px;
}
.try-ls{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.ent-tit,
.ent-inpbot,
.ent-checkbox,
.ent-tarbot{
	display: inline-block;
	vertical-align: top;
}
.ent-tit{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	width: 76px;
	text-align: left;
}
.ent-checkbox{
	padding-top: 6px;
}
.ent-inpbot{
	width: 280px;
}
.ent-inpbot>input{
	display: block;
	width: 100%;
	height: 40px;
	background-color: rgb( 243, 243, 243 );
}
.check-box{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.check-box>input{
	width: 21px;
	height: 21px;
	display: block;
	filter:alpha(opacity=0);
	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.check-box>i{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: rgb( 237, 237, 237 );
	margin-right: 10px;
}
.check-box>span{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}
.check-box input:checked+i{
	background: url(../images/xz.png) no-repeat center;
	background-size: 100% 100%;
}

.ent-tarbot{
	width: 640px;
}
.ent-tarbot>textarea{
	display: block;
	width: 100%;
	height: 96px;
	background-color: rgb( 243, 243, 243 );
	padding: 10px;
}
.yzm-inp,
.yzm-img{
	display: inline-block;
	vertical-align: middle;
}
.yzm-inp{
	margin-right: 10px;
}
.yzm-inp>input{
	background-color: rgb( 243, 243, 243 );
	width: 141px;
	height: 40px;
}
.yzm-img{
	width: 130px;
	height: 40px;
	background-color: #448aca;
}
.yzm-img>img{
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: auto;
}
.entry-cbot{
	padding: 10px 0px;
}
.cbot-subm{
	padding-left: 76px;
}
.cbot-subm>input{
	display: block;
	border-radius: 2px;
	background-color: rgb( 0, 100, 169 );
	width: 140px;
	height: 40px;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: rgb( 255, 255, 255 );
}
.cbot-tis{
	margin-top: 50px;
}
.cbot-tis>p{
	font-size: 14px;
	color: #999999;
	
}
.cbot-tis>p>span{
	color: #0064a9;
}
/* 该行业的其他展会 */
.exh-btnbox{
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 33px;
}
.exh-btnbox>a{
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background-color: rgb( 0, 100, 169 );
	min-width: 91px;
	height: 100%;
	padding: 0 10px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
}
.other-cent{
	padding: 30px;
}
.other-cent>ul{
	display: block;
	width: 100%;
}
.other-cent>ul>li{
	border-width: 1px;
	border-color: rgb( 238, 238, 238 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	width: 232px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.other-cent>ul>li>a{
	display: block;
	width: 100%;
}
.other-cent>ul>li:nth-child(3n){
	margin-right: 0;
}
.oeximg{
	display: block;
	width: 100%;
	height: 150px;
	text-align: center;
	padding: 10px;
	/* height: 330px; */
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
    -webkit-transition: all 1s;
}
.oeximg:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.2);
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
img {
     display: block;
    max-height: 100%;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    margin:0 auto;
}
.oextxt-box{
	width: 100%;
	height: 130px;
	background-color: rgba( 90, 90, 90 ,1);
	padding: 10px 20px;
}
.oextit{
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oex-time>img,
.oex-time>span,
.oex-addr>img,
.oex-addr>span{
	display: inline-block;
	/* vertical-align: middle; */
}
.oex-time>img,
.oex-addr>img{
	width: 13px;
	max-height: 13px;
	overflow: hidden;
	margin-right: 10px;
}
.oex-time>span,
.oex-addr>span{
	font-size: 12px;
	color: rgb( 255, 255, 255 );
}
.oex-time{
	margin-bottom: 10px;
}
/* 展会展示 */
.expo-show{
	padding: 32px 34px;
	background-color: #fff;
	margin-bottom: 20px;
	height: 450px;
	overflow: hidden;
}
.med-img{
	/*width: 112px;*/
	height: 110px;
	margin: 0 auto;
	text-align: center;
}
.med-txtbox{
	margin: 30px 0px;
	text-align: center;
}
.med-time{
	font-size: 14px;
	color: rgb( 0, 100, 169 );
	text-align: center;
	margin-bottom: 10px;
}
.med-addr{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
}
.med-tit{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
    margin-bottom: 10px;
}
.med-btnbox{
	text-align: center;
	font-size: 0;
}
.med-btnbox>a{
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background-color: rgb( 23, 146, 229 );
	width: 111px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	padding: 0px 10px;
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	margin-right: 10px;
}
.med-btnbox>a:last-child{
	margin-right: 0;
}
.med-btnbox>a.on{
	background-color: rgb( 0, 100, 169 );
}
.med-share{
	text-align: center;
	margin-top: 30px;
}
.med-share>a{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background-color: rgb( 243, 243, 243 );
	border-radius: 2px;
	overflow: hidden;
	margin-right: 4px;
	line-height: 20px;
	padding: 4px;
}
.med-share>a:last-child{
	margin-right: 0;
}
.med-share>a>img{
	display: inline-block;
	max-height: 100%;
}

/* 展会信息 */
.expo-infmx{
	background-color: #fff;
	padding: 20px 30px;
	
}
.infm-li{
	width: 100%;
	font-size: 0;
	height: 50px;
}
.infm-tit,
.infm-cen{
	display: inline-block;
	vertical-align: middle;
}
.infm-tit{
	font-size: 14px;
	color: rgb( 51, 51, 51 );
	line-height: 50px;
	width: 76px;
	text-align: left;
}
.infm-cen{
	width: calc(100% - 76px);
	width: -moz-calc(100% - 76px);
	width: -webkit-calc(100% - 76px);
	height: 100%;
	border-bottom: 1px solid #f2f2f2;
}
.infm-cen>p{
	font-size: 14px;
	color: #666666;
	line-height: 48px;
}
.infm-li:last-child .infm-cen{
	border-bottom: none;
}

/*  */
.expo-report{
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.report-top{
	padding: 0 30px;
	border-bottom: 1px solid #f2f2f2;
}
.report-top .gs-tabul{
	text-align: left;
}
.report-top .gs-tabul>li{
	padding: 20px 0px;
	margin-right: 34px;
}

.report-cent{
	padding: 0px 30px;
}
.report-cent>ul>li{
	border-bottom: 1px solid #f2f2f2;
	/* height: 50px; */
	/* padding: 20px 0px; */
}
.report-cent>ul>li>a{
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: rgb( 102, 102, 102 );
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.report-cent>ul>li>a:hover{
	color: rgb( 0, 100, 169 );
}
.rep-mor>a{
	font-size: 14px;
	color: rgb( 0, 100, 169 );
	line-height: 50px;
	padding-right: 12px;
	background: url(../images/jtr1s.png) no-repeat right center;
	background-size: 7px 12px;
}
.rep-mor>a:hover{
	text-decoration: underline;
}
.exh-cen{
	margin-bottom: 20px;
}

.expo-mimg .swiper-pagination-bullet{
	width: 40px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	background: #F3F3F3;
	opacity: .2;
}
.expo-mimg .swiper-pagination-bullet-active{
	opacity: 1;
	background: #007aff;
}
.expo-mimg .swiper-wrapper .swiper-slide{
	height: 450px;
	max-height: 450px;
	text-align: center;
	overflow: hidden;
}
.expo-mimg .swiper-wrapper .swiper-slide>img{
	/* display: block; */
	 width: 100%;
	/*max-height: 100%; */
}
.outposts{ text-align:center; padding:10px 0 10px 27px;}
.expo-show .med-img img {
margin:0 auto;
}