/*字体图标*/
@font-face {font-family: "iconfont";
  src: url('../iconfont/iconfont.eot'); /* IE9*/
  src: url('../iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('../iconfont/iconfont.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont.svg?t=1463975367#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weizhi:before { content: "\e607"; }
.icon-lianjie:before { content: "\e608"; }
.icon-guanbi:before { content: "\e600"; }
.icon-ordinarydownload:before { content: "\e601"; }
.icon-youjian:before { content: "\e609"; }
.icon-en:before { content: "\e602"; }
.icon-sousuo:before { content: "\e603"; }
.icon-shouye:before { content: "\e606"; }
.icon-dianhua:before { content: "\e60a"; }
.icon-44:before { content: "\e605"; }
.icon-yanjing:before { content: "\e604"; }
.icon-dayin:before { content: "\e60b"; }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
body,html{
	overflow-x: hidden;
}
a:focus, a:hover {
	color: #d1202f;
}
.index-exhibition-l img{
	max-width: 100%;
	height: auto;
}
#Overlay
{
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: url("/Images/overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    width: 100%;
}
#LoadedContent
{
    border: 0 none;
    display: block;
    height: 100%;
    _height: 480px;/* ie6 hack to hide the scroll bar */
    width: 100%;
}
.KmainBox {
padding-bottom:37px;
border-radius:10px;
overflow:hidden;
_padding-bottom:0px;
 background:#fff;
}
.msgboxhead {
 background: none repeat scroll 0 0 #f9f9f9;
   /* border-bottom: 1px solid #ddd;*/
    color: #f77400;
    font: 20px/60px "微软雅黑","宋体";
    height: 60px;
    overflow: hidden;
    padding-left: 20px;
	font-size:16px;
}
.msgboxhead span {
display: inline;
float: left;
}
.msgboxhead a {
    background: transparent url("/images/fancybox.png") repeat scroll -40px 0;;
    display: block;
    float: right;
    height: 30px;
    width: 30px; text-indent:100em;
	margin-top:0px;
	margin-right:10px;
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
.msgboxhead a:hover{opacity:.4;filter:alpha(opacity=40); }
#LoadedContent {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
.msgboxhead a img {
display: block;
margin-top: 6px;
margin-right: 5px; display:none;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}
input,textarea,button,select{
    outline: none;
    font:14px/1.7em '微软雅黑',tahoma,宋体,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
input::-webkit-input-placeholder{
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1;
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{
    color:#a1a1a1;
}

html{
    text-align:center;
}
@font-face {
    font-family: 'AlibabaPuHuiR';
    src: url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Regular.ttf') format('truetype'), 
    url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'AlibabaPuHuiM';
    src: url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Medium.ttf') format('truetype'), 
    url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Medium.woff') format('woff');
    font-display: swap;
}
body{
    font:14px/1.5 Arial,'微软雅黑',tahoma,宋体,sans-serif;
    color:#50555f;
    margin:0 auto;
    text-align:left;
}



/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.clear{
    *zoom:1;
}


/*版心*/
.w1100{
    max-width:90%;
    margin:0 auto;
	width: 1300px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.pad-spacing {
	padding: 50px 0;
}
.margin-spacing {
	margin: 50px 0;
}
.mb-spacing {
	margin-bottom: 50px;
}

.nodata {
	margin: 30px 0;
	text-align: center;
}
.maintit-box {
	margin-bottom: 20px;

}
.maintit-box .more{
	color: #df2023;
	text-decoration: underline;
	margin-left: 10px;
}
.maintit-box .maintit {
	margin-bottom: 0;
}
.maintit {
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
	
}
.maintit span {
	color: #df2023;
}
.maintit:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #df2023;
	margin-top: -2px;
}

/*头部*/
header{
	/* height: 200px; */
	background: #fff;
	position: relative;
}
.top-nav .topbox{
	padding: 20px 0;
	height: 126px;
}
.language-btn{
	float: left;
	color: #e5e5e5;
	line-height: 52px;
}
.language-btn a {
	color: #d1202f;
	display: block;
	margin: 5px 0;
	border-radius: 5px;
	line-height: 32px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #d1202f;
	box-sizing: border-box;
}
.language-btn a:hover {
	background-color: rgba(209, 32, 47, .2);
}
.language-btn a.curr {
	color: #fff;
	background-color: #d1202f;
}
.language-dropdown-menu{
	min-width: auto;
}


.header-top {
	float: right;
}
.header-top-txt{
	font-size: 14px;
	color: #000;
	/* border-right: 1px solid #e5e5e5;
	padding-right: 30px; */
	margin-right: 20px;
}
.header-top-txt .p1 {
	font-size: 24px;
	margin-bottom: 5px;
	text-align: justify;
}
.header-top-txt .p2 {
	color: #666;
}
.header-top-txt .links {
	text-align: right;
}
.header-top-txt .links a:after {
	content: "|";
	display: inline-block;
	margin: 0 5px;
}
.header-top-txt .links a:last-child:after {
	display: none;
}
.header-top-txt a{
	color: #666;
}
.header-top-txt a:hover {
	color: #d1202f;
}
.header-top .linka {
	display: block;
	float: left;
	width: 86px;
	height: 86px;
	background-color: #d41817;
	color: #fff;
	text-align: center;
	padding: 18px 0 0;
	box-sizing: border-box;
	margin-left: 30px;
}
.header-top .btnbox {
	float: left;
	margin-left: 20px;
}
.header-top .btnbox a {
	display: block;
	margin: 5px 0;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 34px;
	background-color: #d1202f;
	background-image: url(../images/index-exhibition-join-bg.jpg);
	color: #fff;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	text-decoration: none;
}
.header-top .btnbox a:hover {
	opacity: 0.8;
}
.header-top .btnbox a.vst-a{
	background-image: url(../images/index-exhibition-visit-bg.jpg);
}
.txt-red{
	color: #d1202f !important;
}
.logo a img{
	height: 88px;
	transition: 400ms;
}
.app-nav-ico,
.app-language-ico{
	color: #fff;
	font-size: 40px;
	/* margin: 0 3%; */
}


.nav-con {
	position: relative;
	padding-right: 110px;
}

.topbox .logo {
	margin-right: 20px;
}
.language-app {
	display: none !important;
}
.top-nav-a .language-box {
	top: 20px;
}
.language-box {
	position: relative;
	border-radius: 5px;
	width: 140px;
	z-index: 999;
}
.language-box:hover .tit {
	background-color: #403f3f;
}
.language-box .tit {
	position: relative;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 10px;
	padding-right: 35px;
	cursor: pointer;
	background-color: #65686a;
}
.language-box .tit span {
	vertical-align: middle;
}
.language-box .tit img {
	vertical-align: middle;
	filter: grayscale(100%) brightness(500%);
	margin-right: 10px;
}
.language-box .tit:after {
	position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-color: #fff;
    right: 1em;
    top: 50%;
	margin-top: -.35em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.language-box a {
	padding: 0 10px;
	line-height: 40px;
	display: block;
	color: #333;
	text-decoration: none !important;
	border-bottom: 1px solid #efeef0;
}
.language-box a:hover {
	background-color: #f8f9fa;
}
.language-box .language-list {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	height: 0;
	transition: all 0.4s;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	overflow: hidden;
	text-align: center;
	opacity: 0;
}
.language-box:hover .language-list{
	height: auto;
	transition: all 0.4s;
	opacity: 1;
	border-radius: 0 0 5px 5px;
}

.nav-box {
	background-color: #d1202f;
}
.header-nav{
	border: 0;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
}
.header-nav>li{
	float: left;
	width: calc(100%/9);
	height: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
	display: table;
	flex: 1;
}
.header-nav>li .hall-a{
    display:none;
}
.header-nav>li:last-of-type .hall-a{
    display:block;
    margin-bottom:4px;
}
.header-nav>li:last-of-type .hall-a img{
    width: 36px;
}
.header-nav>li:hover>a,
.header-nav>li.current>a{
	border: 0;
	font-weight: bold;
}
.header-nav>li>a{
	transition: 400ms;
	color: #fff;
	padding: 0;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	border: 0 !important;
	padding: 0 10px;
	white-space: nowrap;
}
.header-nav>li>a:hover {
	background: #d1202f !important;
	border: 0 !important;
}
.header-nav>li>a:after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	background-color: #dd4645;
}


.opens .dropdown-menu{
	display: block !important;
}
.nav-sub:hover .dropdown-menu{
	display: block;
}
.header-nav .dropdown-menu{
	position: fixed;
	width: 100vw;
	left: 0;
	top: 186px;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	transition: 400ms;
	padding: 20px 0;
}

.dropdown-menu a{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	line-height: 60px;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0 8px;
}
.dropdown-menu a:hover{
	color: #000;
	text-decoration: none;
}

.app-nav-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: -100%;
	z-index: 100;
}
.app-nav{
	left: -50%;
	position: absolute;
	width: 80%;
	background: #000;
	height: 100%;
	box-sizing: border-box;
	transition: left 0.5s;
	-mos-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
}
.app-nav-Stop{
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
	background: #1a1a1a;
	padding-left: 30px;
}
.app-nav-Stop-ico{
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}
.app-nav-ul{
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	padding-top: 120px;
	padding-bottom: 40px;
}
.app-nav-Stop{
	position: relative;
	z-index: 20;
}
.app-nav-ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
}
.app-nav-ul li a{
	text-decoration: none;
}
.header-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 50px;
}

.index-about {
	display: flex;
}
.index-about .txtbox{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-about .txtbox p {
	margin-bottom: 15px;
}

.index-about .right{
	width: 50%;
	padding-left: 30px;
}
.index-about video {
	width: 100%;
}

.links-box {
	display: flex;
	margin-top: 10px;
}
.links-box .a{
	position: relative;
	width: calc(100%/3 - 6.67px);
	margin-right: 10px;
	background-image: url("../images/linkbg01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 20px;
}
.links-box .a:nth-child(2) {
	background-image: url("../images/linkbg02.png");
}
.links-box .a:nth-child(3) {
	margin-right: 0;
	background-image: url("../images/linkbg03.png");
}
.links-box .a .p1 {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}
.links-box .a:after {
	content: ">";
	font-family: "宋体";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.swiper-box {
	position: relative;
}
.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next {
	left: -40px;
}
.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev {
	right: -40px;
}

.swiper-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 30px;
	text-align: center;
	color: #9b989a;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.swiper-btn:after {
	font-size: 16px;
}

@media (max-width: 1200px) {
	.header-nav>li>a{
		white-space: normal;
	}
	.header-top-txt .p1 {
		font-size: 18px;
	}
	.header-top-txt {
		/* padding-right: 15px; */
		margin-right: 15px;
	}
	.header-top-txt a {
		font-size: 12px;
	}
	.logo a img {
		height: 80px;
	}

}
@media (max-width: 1095px) {
	.header-top-txt .p1 {
		font-size: 14px;
	}
}

/*手机*/
@media (max-width: 767px) {
	body{
		overflow-x: hidden;
	}
	header{
		background: #000;
		position: relative;
		height: 100px;
		line-height: 100px;
	}
	.logo{
		position: absolute;
		left: 40%;
		top: 40%;
		margin-left: -40px;
		margin-top: -40px;
		padding-top: 0;

	}
	.logo a img{
		height: 80px;
	}
	.app-nav-box.to-left,
	.app-nav-box.to-left .app-nav{
		left: 0;
	}

	.language-box {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		width: 30px;
	}
	.language-box .tit {
		line-height: 40px;
		height: 40px;
		background: none !important;
		font-size: 0;
		padding: 0;
	}
	.language-box .tit img{
		filter: none;
		margin-right: 0;
	}
	.language-box .tit:after {
		display: none;
		right: 8px;
	}
	.language-box .language-list {
		top: 40px;
		left: auto;
		right: 0;
		width: 90px;
		border-radius: 5px !important;
	}

}

/*轮播图*/
.banner{
	position: relative;
	overflow: hidden;
}
.banner .swiper-button-next{
	background:rgba(0,0,0,0.3);
	right: 8%;
    width: 60px;
    height: 60px;
    top: 44%;
}
.banner .swiper-button-prev{
	background:rgba(0,0,0,0.3);
	left: 8%;
    width: 60px;
    height: 60px;
    top: 44%;
}
.banner img {
	width: 100%;
}
/*.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{*/
	/*bottom: 110px;*/
	/*text-align:right;*/
	/*padding-right:408px;*/
/*}*/
/*.banner .swiper-pagination-bullet-active{*/
	/*background:#d1202f !important;*/
/*}*/
/*.banner .swiper-pagination-bullet{*/
	/*width:10px;*/
	/*height:10px;*/
	/*background:#fff;*/
	/*opacity: 1;*/
/*}*/

.banner-ul{
	width: 1000%;
	position: absolute;
	height: 100%;
}
.banner-li{
	float: left;
	width: 10%;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.banner-li a{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	margin-left: -960px;
	text-align: center;
}

.banner-mark-box{
	position: absolute;
	bottom: 100px;
	text-align: right;
	max-width: 1100px;
	width: 100%;
}
.banner-mark{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.banner-mark.current{
	background: #d1202f;
}

/*ipad*/
@media (max-width: 979px) {
	.banner-mark-box{
		bottom: 35px;
	}
	.header-top-txt {
		display: none;
	}
}
/*手机*/
@media (max-width: 767px) {
	.banner{
		height: 300px;
	}
	.banner-li a{
		width: 200%;
		margin-left: -100%;
	}
	.banner-li a img{
		width: 100%;
	}

}
/*手机小屏*/
@media (max-width: 500px){
	.banner{
		height: 220px;
	}
	.banner-li a{
		width: 240%;
		margin-left: -120%;
	}
	.banner-mark-box{
		bottom: 25px;
	}
}

/*首页参展*/
.index-exhibition-box{
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	z-index: 1;    
	display: flex;
    align-items: center;
}
.index-exhibition{
	margin-right: 1%;
	min-height: 120px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
.index-exhibition:last-of-type{
	margin-right: 0;
}
.index-exhibition-Info{
	width: 49%;
	background: rgba(255,255,255,0.96);
	float: left;
	padding: 0 5px;
}
.index-exhibition-add{
	background-color:#FFF;
}
.index-exhibition-add a{
	color:#d1202f;
	padding-top:50px;
}
.index-exhibition-add:hover a{
	color:#d1202f;
}
.index-exhibition-add a:link{
	text-decoration:none;
}
.index-exhibition-join,
.index-exhibition-visit,
.index-exhibition-add{
	width: 16%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index-exhibition-join{
	background-image: url(../images/index-exhibition-join-bg.jpg);
}
.index-exhibition-visit{
	background-image: url(../images/index-exhibition-visit-bg.jpg);
}
.index-exhibition-a{
	display: block;
	height: 100%;
	line-height: 120px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.index-exhibition-a:hover{
	color: #eee;
	text-decoration: none;
}
.index-exhibition-name{
	font-size: 24px;
	color: #d1202f;
	font-weight: bold;
	padding-top: 10px;
}
@media (min-width:979px) and (max-width:1200px){
	.index-exhibition-name{
	    font-size:24px;
	}
}
.index-exhibition-Infos{
	text-align: left;
	padding-top: 10px;
}
.index-exhibition-Infos span{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	line-height: 22px;
	display: inline-block;
	padding-left: 15px;
	border-left: 1px solid #666;
	vertical-align: middle;
}
.index-exhibition-Infos b{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-right: 15px;
	line-height: 22px;
}
.index-exhibition-img img{
	width: 100%;
}
.index-exhibition-img{
	margin-bottom: 50px;
	position:relative;
}
.statistics-data{
    position: absolute;
    right: 10px;
    bottom: 99px;
    /* border: 1px solid #d01f2e; */
    padding: 4px 10px;
    border-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
}
.Exhibitors-data{
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
	width:100%;
	color:#fff;
	padding:15px 65px;
}
.Exhibitors-data-li{
	float:left;
	margin-right:120px;
}
.Exhibitors-data-li:last-of-type{
	margin-right:0;
}
.Exhibitors-data-tit{
	color:#d01f2e;
	font-size:28px;
	margin:4px 0 10px;
	font-weight:bold;
}
.Exhibitors-data-tit sup,.Exhibitors-data-tit sub{
	font-size:14px;
	font-weight:normal;
}
.Exhibitors-data-info{

}

.index-exhibition-txt-title{
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 34px;
	margin: 20px 0;
}
.index-exhibition-txt{
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.index-exhibition-famous-top{
	height: 48px;
	line-height: 48px;
	background: #f6f6f6;
	color: #d1202f;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
.index-exhibition-l{
	padding-left: 0;
	padding-bottom: 50px;
    /* width:calc(100% - 350px); */
    float:right;
	padding-right: 0;
}
.index-exhibition-r{
	padding-left: 0;
	padding-right: 30px;
}
.index-exhibition-famous-li{
	height: 110px;
	border-bottom: 1px solid #ccc;
}
.index-exhibition-famous-logo,
.index-exhibition-famous-txt{
	height: 110px;
}
.index-exhibition-famous-logo a{
	display: table-cell;
	width: 100%;
	height: 110px;
	vertical-align: middle;
}
.index-exhibition-famous-logo a img{
	max-width: 90%;
}
.index-exhibition-famous-txt p{
	display: table-cell;
	width: 100%;
	height: 110px;
	color: #666;
	vertical-align: middle;
	font-size: 14px;
}
.index-exhibition-famous-txt p span{
	color: #000;
	font-weight: bold;
}
.index-exhibition-famous-box{
	position: relative;
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.index-exhibition-famous-ul{
	position: absolute;
	width: 100%;
}
/*ipad*/
@media (max-width: 979px) {
	.index-exhibition-box{
		margin-top: 40px;
	}
	.index-exhibition-Info{
		width: 96%;
		background: rgba(255,255,255,0.96);
		float: left;
	}
	.index-exhibition-join,
	.index-exhibition-visit{
		width: 46%;
		float: left;
	}
	.index-exhibition{
		margin: 2%;
	}
	.index-exhibition-add{
		display:none;
	}
}
/*手机*/
@media (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
	.index-exhibition-box{
		margin-top: 20px;
		display: block;
	}
	.index-exhibition-name{
		font-size: 16px;
		padding-top: 20px;
	}
	.index-exhibition-Infos span{
		border-left: 0;
		padding-left: 0;
		margin-top: 10px;
	}
	.index-exhibition-add{
		display:none;
	}
}

/*首页新闻*/
.index-new-box{
	background: #f6f6f6;
	padding: 50px 0;
}
.index-title{
	font-size: 32px;
	font-weight: bold;
	border-bottom: 5px solid #d1202f;
	width: 130px;
	text-align: center;
	margin: 20px auto 50px;
}
.index-new-img-box{
	position: relative;
}
.index-new-img-box img{
		width: 100%;
	}
.index-new-img-time{
	position: absolute;
	top: -5%;
	left: 10%;
	width: 15%;
	height: 15%;
	min-width: 60px;
	min-height: 48px;
	border-top: 2px solid #d1202f;
	background: #fff;
	text-align: center;
	color: #d1202f;
}
.index-new-img-time h6{
	font-size: 20px;
	padding-top: 5px;
	font-weight: bold;
}
.index-new-img-time p{
	font-size: 12px;
	line-height: 14px;
}
.index-new-title{
	margin: 20px 0;
	height: 56px;
	overflow: hidden;
}
.index-new-title a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 28px;
}
.index-new-txt a{
	font-size: 14px;
	color: #666;
}
.index-new{
	margin: 30px 0;
}
.index-newbtn-box{
	text-align: center;
	margin: 50px 0 0;
}
.index-btn{
	width: 200px;
	height: 50px;
	border: 2px solid #d31c28;
	color: #d31c28;
	line-height: 48px;
	font-size: 16px;
	border-radius: 25px;
	padding: 0;
}
.index-btn:hover{
	color: #fff;
	background: #d31c28;
}
/*ipad*/
@media (max-width: 979px) {
	.index-new-img-box{
		margin: 0 auto;
		width: 280px;
		float: none;
	}

}
/*手机*/
@media (max-width: 767px) {
	.index-new-img-box{
		width: 100%;
	}
	.index-new-img-time h6{
		font-size: 22px;
		height: 50%;
	}
	.index-new-img-time p{
		font-size: 14px;
		line-height: 24px;
	}
	.index-new-title{
		height: auto;
	}
}
@media (max-width: 500px){
	.index-new-img-time h6{
		font-size: 20px;
		padding-top: 5px;
		height: auto;
	}
	.index-new-img-time p{
		font-size: 12px;
		line-height: 14px;
	}
}

/*首页同期活动*/
.index-activity-box{
	padding: 50px 0;
}
.index-activity{
	width: 20%;
	padding:1%;
	float: left;
	margin-bottom: 40px;
	height: 250px;

}
.index-activity-img-box{
	width: 100%;
	transition: all 0.25s;
}

.index-activity-img{
	display: block;
}
.index-activity-img img{
	width: 100%;
}
.index-activity-txt{
	text-align: center;
	margin: 10px 0;
}
.index-activity-txt a{
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 34px;
}
.index-activity:hover .index-activity-img-box{
	width: 130%;
	margin-top: -12%;
	margin-left: -15%;
	position: relative;
}
.index-activity:hover .index-activity-img{
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.index-activity:hover .index-activity-txt a{
	color: #d31c28;
}

/*ipad*/
@media (max-width: 979px) {
	.index-activity{
		width: 33.333%;
		height: 300px;
	}
	.index-activity:hover .index-activity-img-box{
		width: 116%;
		margin-top: -6.2%;
		margin-left: -5.8%;
	}

}
/*手机*/
@media (max-width: 767px) {
	.index-activity{
		width: 80%;
		margin: 0 auto;
		height: auto;
		float: none;
	}
	.index-activity:hover .index-activity-img-box{
		width: 110%;
		margin-top: -5%;
		margin-left: -5%;
	}
}


/*联系我们*/
.index-contact{
	padding-bottom: 30px;
	
}
.index-contact-icon{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.index-contact-txt{
	text-align: center;
	color: #666;
}
.index-contact-txt a{
	color: #666;
}
.index-contact-txt a:hover{
	text-decoration: none;
}

/*底部的导航*/
.ft-nav-box{
	padding-top: 50px;
	border-top: 1px solid #e4e4e4;
}
.ft-nav-box dl{
	min-height: 260px;
	margin-bottom: 20px;
}
.ft-nav-box dt{
	margin-bottom: 30px;
}
.ft-nav-box dt a{
	font-size: 16px;
	color: #000;
}
.ft-nav-box dd{
	font-size: 14px;
	line-height: 18px;
	margin: 8px 0;
}
.ft-nav-box dd a{
	color: #666;
}

/*手机*/
@media (max-width: 767px) {
	.ft-nav-box dl{
		min-height: 280px;
	}
	.ft-nav-box dd{
		font-size: 12px;
	}
	.ft-nav-box dd img{
		width: 100%;
		max-width: 100px;
	}
}
/*底部*/
.footer-copyright{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	height: 55px;
	line-height: 55px;
	background: #000;
}
.footer-copyright a:hover{
	color: #d1202f;
}
.footer-copyright-tit{
	text-align: center;
	height: 55px;
	line-height: 55px;
}

/*内页*/
.gray-content{
	background-color: #f6f6f6;
	border-top: 1px solid #c7c7c7;
	padding: 20px 0;
}
.breadcrumb{
	margin-bottom: 10px;
	padding-left: 0;
}
.breadcrumb > li + li::before{
	content:'>';
	color: #999;
}
.breadcrumb > .active{
	color: #d1202f;
}
.breadcrumb-home{
	font-size: 32px;
	color: #999;
}
.breadcrumb > li a:hover{
	color: #d1202f;
	text-decoration: none;
}

/*内容头部banner*/
.content-top-box{
	position: relative;
}
.content-top-box img{
	width: 100%;
}
.content-top-txt-box{
	position: absolute;
	left: 30px;
	top: 35px;
	width: 385px;
	height: 180px;
	box-sizing: border-box;
	padding: 30px 40px;
	background: #fff;
}
.content-top-title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 32px;
}
.hr50{
	width: 50px;
	border-bottom: 2px solid #d1202f;
	margin-left: 0;
}
.content-bd-txt{
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}
.content-bd-img a img{
	width: 100%;
}
.content-bd-chunk{
	margin-top: 40px;
}
.content-top-title a{
	color: #000;
}
.content-top-txt{
	color: #333;
}
.content-top-txt a{
	color: #333;
}
/*ipad*/
@media (max-width: 979px) {
	.breadcrumb{
		padding-left: 15px;
	}
}

/*手机*/
@media (max-width: 767px) {
	.content-top-img{
		width: 40%;
		height: 200px;
		float: left;
		overflow: hidden;
	}
	.content-top-img img{
		width: 180%;

	}
	.content-top-txt-box {
		width: 60%;
		height: 200px;
		position: relative;
		float: left;
		left: 0;
		top: 0;
		padding: 20px;
	}
}

.content-nav-box{
	background-color: #fff;
	border-top: 2px solid #d1202f;
}
.content-nav-top{
	background: none;
	padding: 0;
	height: auto;
}
.content-nav-top a{
	color: #d1202f;
	padding: 20px 40px 10px;
	display: block;
}

.content-nav-top a:hover{
	text-decoration: none;
}
.content-nav-menu{
	position: inherit;
	float: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
.content-nav-menu a{
	width: 100%;
	min-width: none;
}
.content-nav > li + li{
	margin: 0;

}
.content-nav > li > a{
	border-radius: 0;
	border-top: 1px solid #f6f6f6;
	padding: 16px 40px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.content-nav > li > a:hover,
.content-nav > li > a:focus,
.content-nav > li.current > a,
.content-nav > li > a:hover::before,
.content-nav > li.current > a::before,
.nav .open > a,
.nav .open > a::before,
.nav .open > a:focus,
.nav .open > a:hover{
	background: #d1202f;
	color: #fff;
	content:' · ';
	border-color: #f6f6f6;
}

.content-nav-menu > li > a::before{
	color: #000;
	content:' · ';
	font-weight: bold;
}
.content-nav-menu > li > a{
	padding: 8px 50px;
}
.content-nav-menu > li > a:hover,
.content-nav-menu > li.current > a,
.content-nav-menu > li > a:hover::before{
	color: #fff;
	background: #d1202f;
}
.content-nav-menu > li > a:hover,
.content-nav-menu > li.current > a{
	background: #d1202f;
}
.content-r-btn .index-exhibition{
	width: 100%;
	margin-top: 30px;
}
.content-r-btn .index-exhibition-a{
	line-height: 24px;
	padding-top: 40px;
}
.content-r-btn .index-exhibition-a .exhibition-btn-span{
	font-size: 16px;
	line-height: 24px;
}

.content-top-txt-box2{
	width: 80%;
	min-width: 540px;
	height: 135px;
}
.fs34{
	font-size: 34px;
	line-height: 50px;
}
.InsidePage-l{
	padding-bottom: 0;
}
/*ipad*/
@media (max-width: 979px) {
	.index-exhibition-r{
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.index-exhibition-l {
		width: 100%;
		float: none;
	}
	.content-r-btn .index-exhibition{
		width: 46%;
	}
}
/*手机*/
@media (max-width: 767px) {
	.content-top-txt-box2{
		width: 80%;
		max-width: 300px;
		min-width: auto;
		height: 200px;
		position: absolute;
		left: 10%;
		top: 10%;
		height: 60%;
	}
	.fs34{
		font-size: 16px;
	}
	.content-r-btn .index-exhibition{
		width: 100%;
		margin: 20px 0 0;
	}
	.InsidePage-l .content-top-img{
		width: 100%;
		float: none;
	}
}


.white-bg{
	background-color: #fff;
}
.InsidePage-bd{
	padding: 30px 8% 30px 5%;
	min-height: 600px;
}
.InsidePage-txt-box{
	margin-bottom: 40px;
}
.InsidePage-txt-tirle{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 34px;
	margin-bottom: 10px;
}
.InsidePage-txt{
	color: #333;
	margin: 5px 0;
	line-height: 26px;
}

.review-list-group .list-group-item{
	border: 0;
	border-bottom: 1px solid #c7c7c7;
	background: none;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	height: 70px;
}
.review-list-group .list-group-item:last-of-type{
	border-radius: 0;
}
.list-group-item-txt{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.review-list-group .badge{
	height: 30px;
	width: 55px;
	background: none;
	border: 1px solid #a1a1a1;
	font-size: 20px;
	line-height: 22px;
	border-radius: 15px;
	margin-top: 13px;
	font-weight: normal;
}

.review-list-group .examine-ico{
	font-size: 27px;
	color: #a1a1a1;
}
.review-list-group .examine-ico:hover{
	background: #a1a1a1;
	color: #fff;
}
.review-list-group .download-ico{
	border-color: #d1202f;
	color: #d1202f;
}
.review-list-group .download-ico:hover{
	background: #d1202f;
	color: #fff;
}
.list-group-top{
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	color: #a1a1a1;
}
.list-group-top span{
	width: 55px;
	text-align: center;
}

/*ipad*/
@media (max-width: 979px){
	.InsidePage-bd{
		min-height: auto;
	}
}

/*展会掠影*/
.shufty-title-box{
	width: 100%;
	margin-top: 90px;
	padding: 0 12.8% 5%;
	background: #fff;
	float: left;
}
.shufty-title-img{
	margin-top: -90px;
	width: 100%;
}
.shufty-title{
	font-size: 34px;
	font-weight: bold;
	color: #d1202f;
	line-height: 50px;
	margin-top: 18px;
}
.shufty-title-txt{
	font-size: 18px;
	color: #d1202f;
}

.shufty-box-bd-ul li{
	margin-top: 30px;
}
.shufty-select-box{
}
.shufty-select{
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	background-color: #fff;
	border:0;
	-webkit-appearance: none;
  -moz-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
	background-image:url(../images/select-bg.png) ;
	background-position: right center;
	background-repeat: no-repeat;
	color: #d1202f;
}

.shufty-box-bd-ul li img{
	width: 100%;
}
.shufty-more-btn-box{
	padding: 30px 15px;
}
.shufty-more-btn{
	background: #fff;
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	border-radius: 0;
}
.shufty-more-btn:hover{
	color: #d1202f;
}
/*手机*/
@media (max-width: 767px) {
	.shufty-title-img{
		margin-top: 30px;
	}
	.shufty-title-box{
		float: none;
		margin-top: 0;
	}
	.shufty-select-box{
		padding-top: 30px;
		float: none;
	}
	.shufty-box > div{
		float: none;
	}
}

/*同期活动*/
.pagetop {
	margin-bottom: 20px;
}
.pagetop .title {
	color: #d1202f;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
}
.conferences-search .label-search{
	float: left;
	
}
.label-search a {
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	text-align: center;
	color: #d1202f;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d1202f;
	margin-right: 10px;
	margin-bottom: 15px;
}
.label-search a.curr {
	background-color:#d1202f;
	color: #fff;
}
.conferences-search .search-kw {
	float: right;
}
.conferences-search .search-kw input {
	background-color: #fff;
	float: left;
	width: 190px;
	height: 40px;
	padding: 0 10px;
	border: 0;
	outline: none;
}
.conferences-search .search-kw .search-btn {
	float: left;
	width: 76px;
	height: 40px;
	line-height: 40px;
	background-color: #d1202f;
	text-align: center;
	color: #fff;
	border: 0;
	outline: none;
}
.conferences-search .search-kw .search-btn:hover {
	opacity: 0.8;
}

.conferences-box{
	padding-top: 50px;
}
.conferences-title-txt{
	padding: 5px 12%;
	height: 110px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.conferences-time{
	padding-top: 15px;
	font-size: 14px;
	color: #999999;
}
.conferences-time span {
	display: inline-block;
	margin-right: 20px;
}
.conferences-box-ul  {
	display: flex;
	flex-wrap: wrap;
}
.conferences-box-ul li{
	width: 30%;
	box-sizing: border-box;
	margin-right: 5%;
	margin-bottom: 50px;
	height:452px;
}
.conferences-box-ul li:nth-of-type(3n){
	margin-right: 0;
}
.conferences-img{
    height: 330px;
    line-height: 330px;
}
.conferences-img img{
	width: 100%;
}

.conferences-name{
	height: 45px;
	color: #333;
}
.conferences-name a{
	color: #333;
}
.conferences-name a:hover{
	color: #d1202f;
}
.conferences-title-box .white-bg{
	padding-bottom: 10px;
}

.errar-con{
	text-align:center;
	padding:10% 0;
}
.errar-con img{
	width:50%;
}
.errar-con-tit{
	padding:30px 0 50px;
	font-size:22px;
}
.errar-con-a{
	padding:8px 35px;
	background:#d1202f;
	color:#fff;
}
.errar-con-a:hover{
	color:#fff;
}


/*ipad*/
@media (max-width: 979px){
	.conferences-box-ul li{
		width: 45%;
		box-sizing: border-box;
		float: left;
		margin-right: 5%;
		margin-bottom: 50px;
	}
	.conferences-box-ul li:nth-of-type(3n){
		margin-right: 5%;
	}
	.conferences-box-ul li:nth-of-type(2n){
		margin-right: 0;
	}
}

/*手机*/
@media (max-width: 500px) {
	.conferences-box-ul li{
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
}

/*搜索展商展品*/
.search-box{
	padding: 45px 4%;
}
.search-select{
	width: 35%;
	height: 50px;
	border: 1px solid #dedede;
	border-right-color: #eeeeee;
	border-radius: 25px 0 0 25px;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
  -moz-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
	background-image:url(../images/select-bg.png) ;
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
}
.search-input-box{
	width: 40%;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	float: left;
	box-sizing: border-box;
}
.search-input{
	height: 48px;
	border: 0;
	float: left;
	width: 90%;
}
.search-input-ico{
	float: left;
	height: 48px;
	line-height: 48px;
	width: 10%;
	text-align: center;
}

.search-button{
	width: 25%;
	height: 50px;
	border-radius: 0 25px 25px 0;
	border: 0;
	background: #d1202f;
	float: left;
	color: #fff;
	font-weight: bold;
}
.select-SearchExhibitors{
	padding-top: 30px;
}
.select-SearchExhibitors a{
	text-transform: uppercase;
	padding: 0 0.7%;
	border-right: 1px solid #eee;
	color: #d1202f;
	box-sizing: border-box;
}
.select-SearchExhibitors a:last-of-type{
	border-right: 0;
}

.select-list-top{
	margin-bottom: 30px;
}
.select-list{
	margin-top: 20px;
	/*border-top: 1px solid #eee;*/
	/*padding: 30px 0 0;*/
}
.select-hint{
	color: #999;
}
.select-hint-num{
	color: #666;
}
.paging a,.paging span{
	text-decoration: underline;
	color: #333;
	border-right: 1px solid #eee;
	padding-right: 6px;
	padding-left: 3px;
	cursor: pointer;
}
.paging span:last-of-type{
	border-right:0;
}
.paging a.curr,.paging a:hover,.paging span:hover{
	text-decoration: none;
}

.select-list-row .thumbnail{
	border-radius: 0;
	background: #fff;
	padding: 0;
    border:none;
    margin-bottom:0;
	/*box-shadow: 0 10px 20px rgba(0,0,0,0.05);*/
}
.select-list-logo{
	width: 30%;
	/*height: 130px;*/
	background: #fff;
	text-align: center;
    /*border-right:1px solid #e5e5e5;*/
}
.select-list-logo a{
	width: 230px;
	height: 158px;
    line-height:154px;
    text-align:center;
    display:block;
}
.select-list-logo a img{
	display: inline-block;

	max-width: 80%;
	max-height: 140px;
}
.select-list-row .select-list-txtbox{
	width: 70%;
	box-sizing: border-box;
	padding: 2.5% 3%;
}
.select-list-row .select-list-txtbox .countries{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:10px;
    margin-bottom:10px;
}
.select-list-row .select-list-txtbox .countries:after{
    display:block;
    content:'';
    clear:both;
}
.select-list-row .select-list-txtbox .count-t{
    float:left;
    width:50%;
}
.select-list-row .select-list-txtbox .booth{
    float:left;
    width:50%;
}

.select-list-row .select-list-txtbox .category{

}
.select-list-row .select-list-txtbox .category:after{
    display:block;
    content:'';
    clear:both;
}
.select-list-row .select-list-txtbox .category-span{
    background:#f1f1f1;
    color:#d1202f;
    padding:8px 15px;
    margin-top: 2px;
    float: left;
    margin-right: 5px;

}
.category-box{
    /*float:right;*/
    margin-top: 12px;
}
.category-box span{
    width:36px;
    height:36px;
    line-height:32px;
    text-align:center;
    border-radius:50%;
    background:#fdcb2c;
    display:block;
    float:left;
    margin-left:6px;
    cursor:pointer;
}
.category-box span:first-of-type{
    margin-left:0;
}
.category-box span:nth-of-type(2){

    background:#d1202f;
}
.category-box span:nth-of-type(3){

    background:#056298;
}
.category-box span img{
    width:24px;
}

.booth-number{
	font-weight: bold;
}
.select-list-name{
	/*font-weight: bold;*/
	color: #333;
	margin-bottom: 15px;
	overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
    font-size:17px;
}
.select-list-name a{
	color: #000;
}
.select-list-txt a{
	color: #666;
	line-height: 24px;
}
.select-list-name a:hover{
	color: #d1202f;
}
.select-list-row{
	margin-bottom: 20px;
}
.select-list-row:hover a{
	text-decoration: none;
}
.Search-r-img{
	display: block;
	width: 100%;
	margin-top: 30px;
}
.Search-r-img img{
	width: 100%;
	display: block;
}
/*手机*/
@media (max-width: 767px) {
	.search-select{
		width: 100%;
		border-radius: 25px;
		margin-bottom: 20px;
		border-right-color: #dedede;
	}
	.search-input-box{
		width: 100%;
		border-radius: 25px;
		margin-bottom: 20px;
		border: 1px solid #dedede;
		overflow: hidden;
	}
	.search-button{
		width: 100%;
		border-radius: 25px;
	}
	.paging-box{
		display: none;
	}
	.select-list-logo{
		width: 100%;
	}
	.select-list-logo a{
		width: 760px;
	}
	.booth-number-box{
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.select-list-row .select-list-txtbox{
		width: 100%;
	}
}


.search-details-box{
	padding: 45px 6%;
}
.search-details-btn{
	height: 42px;
	width: 150px;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
}
.subscribe-btn{
	background: #d1202f;
	color: #fff;
}
.subscribe-btn:hover{
	background: #dd2535;
	color: #fff;
}
.consult-btn{
	background: #fdcb2c;
	color: #000;
}
.consult-btn:hover{
	background: #fdce3a;
}
.search-exhibition-logo{
	width: 40%;
}
.search-exhibition-logo img{
	max-width: 100%;
}
.search-details-txt.iconfont:before{
	color: #999;
	font-size: 16px;
	margin-right: 10px;
}
.search-details-txt{
	/*color: #fff;*/
	font-size: 14px;
	line-height: 28px;
	margin: 5px 0;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.search-details-txt a{
	color: #fff;
    word-wrap: break-word;
    width: 92%;
}
.search-details-txt .iconfont{
	padding-right: 10px;
	font-size: 17px;
	color: #fff;
	line-height: 24px;
}
.search-details-txt .iconfont.print-ico{
	font-size: 20px;

}
.search-details-txtbox{
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.search-details-name{
	font-size: 18px;
	color: #fff;
	/*font-weight: bold;*/
	line-height: 34px;
	margin-bottom: 5px;
}
.search-details-booth-number{
	margin-bottom: 10px;
    color:#999;
}
.search-details-introduce{
	margin: 20px 0;
    padding: 10px 0;
    background: #f9f9f9;
    width:63%;
}
.search-details-introduce-info{
    background:#d1202f;
    padding:20px 30px;
    width:35%;
    color:#fff;
}
.introduce-title{
	font-size: 24px;
	/*color: #000;*/
	/*line-height: 32px;*/
	/*font-weight: bold;*/
}
.introduce-title-control{
	width: 65px;
	height: 32px;
	border-radius: 20px;
	border: 1px solid #c7c7c7;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.search-details-introduce-box{
	padding: 10px 0;
}

.search-details-cut{
	width: 50%;
	float: left;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #f2f2f2;
	color: #333;
	text-align: center;
	cursor: pointer;

}
.search-details-cut.current{
	color: #d1202f;
	border-bottom-color: #d1202f;
}
.search-details-content{
	padding-top: 50px;
}
.product-box li{
	margin-bottom: 40px;
}
.product-img{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.product-img a img{
	width: 100%;
}
.product-txt{
	font-weight: bold;
	text-align: center;
	margin: 5px;
	overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.product-txt a{
	color: #333;
}
.product-txt a:hover{
	color: #d1202f;
	text-decoration: none;
}
.news-day{
	font-size: 50px;
	color: #999;
	text-align: center;
	line-height: 46px;
}
.news-time{
	text-align: center;
	color: #999;
}
.news-name{
	font-size: 16px;
	color: #333;
	margin: 10px 0;
	line-height: 24px;
}
.news-name a{
	color: #333;
}
.news-name a:hover{
	color: #d1202f;
	text-decoration: none;
	font-weight: bold;
}
.news-txt{
	overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.news-txt a{
	color: #999;
}
.search-details-new-box li{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f2f2f2;
}
/*手机*/
@media (max-width: 767px) {
	.search-details-btn-box{
		width: 100%;
	}
	.search-details-btn{
		width: 48%;
		max-width: 150px;
	}
	.search-exhibition-logo{
		width: 100%;
		padding-top: 20px;
	}
	.news-name,.news-txt{
		text-align: center;
	}
}

/*预约展商，咨询展商弹窗部分*/
.search-popup-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 200;
}
.search-popup{
	position: absolute;
    left: 50%;
    top: 30%;
    width: 665px;
    box-sizing: border-box;
    margin-left: -332px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    background: #fff;
    border-radius: 4px;
}
.subscribe-popup > div{
	padding: 50px 0;
	text-align: center;
}
.subscribe-popup-txt{
	font-size: 14px;
	color: #333;
}
.landing-btn{
	width: 50%;
	min-width: 100px;
	height: 40px;
	border: 2px solid #d1202f;
	font-size: 16px;
	font-weight: bold;
	color: #d1202f;
	border-radius: 20px;
	margin-top: 30px;
	box-sizing: border-box;
}
.landing-btn:hover{
	background: #d1202f;
	color: #fff;
}
.register-btn{
	width: 50%;
	min-width: 100px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #d1202f;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #d1202f;
	border-radius: 20px;
	margin-top: 30px;
}
.register-btn:hover{
	color: #d1202f;
	background: #fff;
}
.search-popup-close{
	position: absolute;
	right: -68px;
	top: -8px;
	width: 60px;
	height: 60px;
	background: #d1202f;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-weight: normal;
	font-size: 24px;
}

.consult-popup{
	padding: 30px 5%;
	text-align: center;
}
.consult-popup-title{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.consult-popup > hr {
	width: 50px;
	border-bottom: 2px solid #adadad;
}
.consult-input-box > input{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0;
	padding: 0 10px;
	background: #fff;
}
.consult-input-box > textarea{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0;
	background: #fff;
}
.search-popup-box,
.consult-popup,
.subscribe-popup{
	display: none;
}
/*手机*/
@media (max-width: 767px) {
	.search-popup{
		width: 70%;
		top: 8%;
		margin-left: -35%;
	}
	.landing-btn,
	.register-btn{
		width: 80%;
		margin-top: 20px;
	}
	.search-popup-close{
		width: 30px;
		height: 30px;
		right: -38px;
		line-height: 30px;
		font-size: 18px;
	}
	.consult-popup{
		padding: 15px 5%;
	}
	.consult-popup-title{
		margin-bottom: 10px;
	}
	.consult-popup > hr{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.consult-input-box > input{
		margin: 5px 0;
		height: 30px;
	}
	.consult-input-box > textarea{
		margin: 0;
		margin-top: 5px;
	}
}

/*展会掠影详情*/
.shufty-popup-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../images/shufty-popup-box.png) center center no-repeat;
	z-index: 200;
	display: none;
}
.shufty-popup{
	position: absolute;
	left: 50%;
	top: 8%;
	margin-left: -350px;
	width: 700px;

}
.shufty-popup-bd{
	position: relative;
	width: 100%;
	min-height: 300px;
	overflow-x: hidden;
}
.shufty-popup-img{
}
.shufty-popup-img li{
	display: none;
}
.shufty-popup-img li img{
	width: 100%;
	display: block;
}
.shufty-popup-top{
	text-align: center;
}
.shufty-popup-top .glyphicon{
	font-size: 24px;
	margin: 0 10px;
	padding: 10px;
	cursor: pointer;
	color: #999;
}
.shufty-popup-top .glyphicon:hover{
	color: #333;
}
/*ipad*/
@media (max-width: 979px){
	.shufty-popup-box{
		background-size: contain;
	}
	.shufty-popup{
		width: 80%;
		margin-left: -40%;
	}
}

/*新闻*/
.new-top{
	padding: 30px;
	line-height: 30px;
	color: #d1202f;
}
.new-pager{
	margin: 0;
}
.new-pager li > a, .new-pager li > span{
	border: 0;
	border-radius: 0;
	background: #eee;
	margin: 0 5px;
	line-height: normal;
	color: #333;
}
.new-pager li > a:hover{
	background: #d1202f;
	color: #fff;
}

.new-sort{
	display: inline-block;
	padding: 5px 10px;
	background: #a1a1a1;
	color: #fff;
	margin-bottom: 10px;
}
.new-content-bd-txt{
	padding: 20px;
	background: #fff;
	position: relative;
	height: 200px;
	box-sizing: border-box;
}
.new-more{
	position: absolute;
	bottom: 20px;
	color: #d1202f;
	font-weight: bold;
}
.new-more:hover{
	color: #d1202f;
}
.new-content-top-title{
	max-height: 60px;
	overflow: hidden;
}
.new-content-top-title a{
	color: #d1202f;
}
.new-content-bd-img{
	position: relative;
	/* height: 225px; */
	background-color: #fff;
	overflow: hidden;
}
.new-content-bd-img:before {
	content: "";
	display: block;
	padding-top: 50%;
	overflow: hidden;
}
.new-content-bd-img > * {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.new-no-img{
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	height: 425px;
}
.new-txt{
	padding-top: 10px;
	height: 230px;
	overflow: hidden;
}
.new-txt a{
	color: #333;
}
/*手机*/
@media (max-width: 767px) {
	.new-content-bd-txt{
		width: 60%;
		float: left;
	}
	.new-content-top-title{
		font-size: 16px;
		line-height: 20px;
	}
	.new-no-img{
		height: 200px;
		padding: 20px;
	}
	.new-no-img .new-content-top-title{
		max-height: 40px;
		overflow: hidden;
	}
	.new-txt{
		height: 46px;
		overflow: hidden;
		padding-top: 5px;
	}
}

/*新闻详情*/
.new-details-box{
	padding: 40px 5%;
}
.new-details-title{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
.new-details-txt{
	color: #333;
	margin: 30px 0;
	line-height: 30px;
}
.blue-txt{
	font-weight: bold;
	color: #016edd;
}
.new-share{
	padding: 20px 0;
	text-align: right;
}
.jiathis_style{
	padding-top: 5px;
	float: right;
}
.new-share-txt{
	padding-right: 10px;
}
.jiathis_style > div{
	width: auto ;
}

.new-details-pager li{
	width: 50%;
	float: left;
	height: 74px;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #d1d1d1 0%,#ececec 10%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1),color-stop(10%,#ececec), color-stop(100%,#eee));
	background: -webkit-linear-gradient(top, #d1d1d1 0%,#ececec 10%, #eee 100%);
	background: -o-linear-gradient(top, #d1d1d1 0%,#ececec 10%, #eee 100%);
	background: -ms-linear-gradient(top, #d1d1d1 0%,#ececec 10%, #eee 100%);
	background: linear-gradient(to bottom, #d1d1d1 0%,#ececec 10%, #eee 100%);
}
.new-details-pager li a{
	display: block;
	box-sizing: border-box;
	height: 75px;
	padding: 13px 20px;
	color: #333;
	background-repeat: no-repeat;
}
.new-details-pager li a:hover{
	background-color: #d1202f;
	color: #fff;
	text-decoration: none;
}
.new-details-pager-name{
	overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.new-details-pager-txt{
	color: #999;
}
.new-details-pager li a:hover .new-details-pager-txt{
	color: #fff;
}
.new-details-pager .next{
	text-align: right;
}
.new-details-pager li.previous a{
	background-image: url(../images/new-details-pager01.png);
	background-position: left center;
	padding-left: 50px;

}
.new-details-pager li.previous a:hover{
	background-image: url(../images/new-details-pager02.png);
}
.new-details-pager li.next a{
	background-image: url(../images/new-details-pager03.png);
	background-position: right center;
	padding-right: 50px;
}
.new-details-pager li.next a:hover{
	background-image: url(../images/new-details-pager04.png);
}

/*app导航*/
.app-nav-ul .dropdown-menu{
	position: inherit;
	float: none;
	background: none;
	z-index: 0;
	padding-left: 20px;
}
.app-nav-ul .dropdown-menu a{
	width: 100%;
	font-weight: normal;
}


/*修改*/
/* .vertical-box{
	display: table;
	width: 100%;
	height: 100%;
  	table-layout: fixed;
}
.vertical-box-row{
	display: table-row;
	height: 100%;
}
.vertical-box.half-group {
    border-spacing: 30px;
}
.content-bd-chunk{
	display: table-cell;
	height: 100%;
	background: #fff;
	margin-top: 0;
	vertical-align: top;
}
.content-bd-chunk .content-bd-img img{
	width: 100%;
}
.vertical-box .content-top-txt-box{
	height: auto;
}
.contactImage{ float:left;}
.contactImage img {
 	max-width:70px;
 } */
.contactDiv{ margin-left:85px;}

.content-bd2{
	margin: 0 -30px;
}

/*手机*/
/* @media (max-width: 767px) {
	.content-top-txt-box {
		float: none;
		width: 100%;
		height: auto;
	}
	.content-top-img{
		float: none;
		width: 100%;
		height: auto;
	}
	.content-top-img img{
		width: 100%;
		margin: 0;
		height: auto;
	}
	.content-bd2{
		margin: 0;
	}
	.vertical-box{
		display: block;
	}
	.vertical-box-row{
		display: block;
	}

	.content-bd-chunk{
		display: block;
		margin: 20px 0;
	}
	.content-top-img, .content-bd-img{
		width: 100%;
		height: auto;
		float: none;
	}
} */


.PagingList{
	float: right;
	width: 100%;
}
.PagingList li{
	float: left;
	display: inline-block;
	min-width: 30px;
	text-align: center;
}
.PagingList li:nth-child(1),.PagingList li:nth-child(2),.PagingList li:last-child {
	display: inline-block;
	padding: 5px 14px;
	background: #eee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #333;
	line-height: normal;
	margin: 0 5px;
	cursor: pointer;
}
.PagingList li.disabled:nth-child(2),.PagingList li.disabled:last-child {
	display: inline-block;
	padding: 5px 14px;
	background: #eee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #333;
	line-height: normal;
	margin: 0 5px;
	cursor: pointer;
	width: 58px;
}

.PagingList .paginate {
	float: right;
}
.PagingList .count{
	display: none;
}
.PagingList a,
.prev-disabled,
.last-disabled{
	display: none;
}
.PagingList a.next,
.PagingList .prev-page,
.PagingList a.prev,
.PagingList .next-page{
	display: inline-block;
	padding: 5px 14px;
	background: #eee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #333;
	line-height: normal;
	margin: 0 5px;
	cursor: pointer;
}
.PagingList .next-page,
.PagingList .prev-page{
	cursor:not-allowed;
}
.PagingList a.next:hover,
.PagingList a.prev:hover{
	background: #d1202f;
	color: #fff;
}


.product-img-box{
	text-align: center;
}
.product-articles-name{
	text-align: center;
	margin: 20px 0 40px;
}

.ajax-lodding{
	background:#fff url(../images/loading4.gif) center center no-repeat;
}
.shufty-more-btn{
	height: 59px;
	box-sizing: border-box;
}

.index-exhibition-a{
	line-height: 24px;
   padding-top: 40px;
}
.exhibition-btn-span{
	font-size: 16px;
  line-height: 24px;
}

.contactImage img{
	max-width: 150px;
}
.contactDiv{
	margin-left: 180px;
}
.contact_card{
	margin-bottom: 40px;
}
.contactDiv ul{
	overflow: hidden;
	margin: 10px 0;
}
.contactDiv ul li{
	float: left;
}

.close{
	text-indent: 900px !important;
	overflow: hidden;
	white-space:nowrap;
}
.content-nav-box{
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.index-exhibition-r .index-exhibition{
	box-shadow: none;
}

.ft-nav-box dd a:hover{
	color: #d1202f;
}
/*faq*/
.accordionItem{
	border-bottom: 1px solid #fff;
	background: #f6f6f6;
}
.accordiontext{
	padding: 10px 20px;
	font-size: #666;
	padding-left: 30px;
	word-wrap: break-word;
	display: none;
}
.accordionLink{
	display: block;
	padding: 5px 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
	background-image: url(../images/akkordeon_h3_grey_left_transback.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.accordionLink:hover{
	background-color: #d1202f;
	background-image: url(../images/akkordeon_h3_white_left_transback.png);
	color: #fff;
	text-decoration: none;
}
.open .accordionLink{
	background-color: #d1202f;
	color: #fff;
	background-image: url(../images/akkordeon_h3_white_down_transback.png);
	text-decoration: none;
}
.open .accordiontext{
	display: block;
}
.paging-boxs{
	padding: 30px 0;
}
.direct,.next-disabled{
	border-right: 0 !important;
}
.count{
	display: none;
}

/*链接页面*/
.internal_link{
	font-size: 16px;
	color: #333;
}
.internal_link:hover{
	color: #d1202f;
}

.internal_link-li{
	margin-bottom: 20px;
	padding: 10px;
}
.internal_link-li:hover{
	background: #f6f6f6;
}
.internal_link-box{
	word-wrap: break-word;
	padding: 5px 0;
}
.internal_link-box a:hover{
	text-decoration: none;
	color: #999;
}


/*合作伙伴*/
.img_middle,.img_big,.img_small{
	max-width: 100%;
}
.li_middle{
	width: 25%;
	float: left;
	height: 180px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2%;
}
.li_big{
	width: 50%;
	float: left;
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2%;
}
.li_big>div,.li_middle>div{
	display: table;
	text-align: center;
	border: 1px solid #999;
	height: 100%;
	background: #fff;
}
.li_middle>div>p{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
}
.li_big>div>p{
	display: table-cell;
	vertical-align: middle;
	width: 600px;
	height: 200px;
}
.li_big>div>p img{
	max-height: 200px;
}


#cboxOverlay{
	background: #000 !important;
}

.last-single-section{
	margin: 15px;
}
.last-single-section .vertical-box{
	width: 50%;
	border-spacing:15px;
}


.index-exhibition-famous-logo{
	text-align: center;
}
.index-exhibition-famous-logo a{
	width: 210px;
}
.index-exhibition-famous-box{
	height: 550px;
}

.product-img{
	display: table;
	text-align: center;
}
.product-img a{
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	width: 340px;
}
.product-img a img{
	width: auto;
	max-width: 100%;
	max-height: 300px;
	display: inline-block;
	margin-top: -6px;
}

.index-exhibition-famous-logo a img{
	max-width: 150px;
	max-height: 90px;
}
.index-new-txt{
	max-height: 46px;
	overflow: hidden;
}

.content-bd > .content-bd-chunk{
	background: none;
	display: block;
	margin-top: 35px;
}




/*展示范围*/
.scope-name{
	font-size: 16px;
	color: #d1202f;
	font-weight: normal;
	margin-bottom: 8px;
}
.scope-num{
	font-size: 16px;
	color: #333;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.scope-txt{
	color: #666;
}
.scope-txt-title{
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.scope{
	display: table;
}
.scope-img-box{
	width: 37%;
	display: table-cell;
}
.scope-img-box img{
	width: 100%;
}
.scope-txt-box{
	box-sizing: border-box;
	padding: 20px;
	display: table-cell;
	vertical-align: top;
}
.scope-row{
	margin: 30px 0;
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
}
/*手机*/
@media (max-width: 767px) {
	.scope-img-box,
	.scope-txt-box,
	.scope{
		width: 100%;
		display: block;
	}
}

/*合作伙伴*/
.partners{
	width: 30%;
	margin-right: 5%;
	display: table;
	border:1px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
}
.partners:nth-of-type(3n){
	margin-right: 0;
}
.partners a{
	display: table-cell;
	width: 200px;
	height: 120px;
	vertical-align: middle;
}
.partners img{
	max-width: 180px;
	max-height: 110px;
}

.scope-txt-box{
	padding-top: 0;
}




/*服务*/
.serve-hd-r{
	width: 400px;
	padding-top: 80px;
}
.dot-bg{
	background: url(../images/dot-bg.png) repeat-x;
	margin: 30px 0;
	height: 10px;
}
.serve-box{
	max-width: 720px;
	margin: 0 auto;
}
.serve-hd >div.fl{
	width: auto;
	margin-right: 420px;
	float: none;
}
.serve-hd >div.fl img{
	max-width: 100%;
}

.serve-hd-title{
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.txt-blue{
	color: #3393dd;
}
.serve-hd-txt{
	color: #333;
	line-height: 26px;
}
.serve-bd-title{
	text-align: center;
	margin: 30px 0;
}
.serve-bd-ul li{
	margin: 30px 110px;
}
.serve-bd-ico{
	width: 102px;
	height: 102px;
	background-position: center center;
	background-repeat: no-repeat;
}
.serve-ico1{
	background-image: url(../images/serve-ico1.png);
}
.serve-ico2{
	background-image: url(../images/serve-ico2.png);
}
.serve-ico3{
	background-image: url(../images/serve-ico3.png);
}
.serve-ico4{
	background-image: url(../images/serve-ico4.png);
}

.serve-bd-l{
	text-align: right;
	width: 350px;
	padding-right: 30px;
	height: 102px;
	display: table-cell;
	vertical-align: middle;
}
.serve-bd-l-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.txt-red{
	color: #d1202f;
}
.txt-orange{
	color: #ffa800;
}
.txt-green{
	color: #81c16d;
}
.serve-bd-txt{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}


.serve-flow{
	padding-top: 30px;
}
.serve-flow-box{
	position: relative;
	margin: 30px 0;
}
.serve-flow-hr{
	font-size: 1px;
	border:0;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 42px;
	width: 100%;
}
.serve-flow-ul{
	position: relative;
	padding: 0 20px;
}
.serve-flow-ul li{
	width: 18%;
	height: 100px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	margin: 10px 1% ;
	box-sizing: border-box;
	padding-top: 23px;
	background: url(../images/serve-flow-bg2.png) center center no-repeat;
	background-size: contain;
}
.serve-flow-ul li:nth-last-of-type(2n){
	background: url(../images/serve-flow-bg1.png) center center no-repeat;
	background-size: contain;
}
.serve-btn-box{
	background: #f8f8f8;
	padding: 45px;
	margin: 60px 0;
	text-align: center;
}
.serve-btn{
	min-width: 260px;
	height: 50px;
	line-height: 38px;
	border-radius: 25px;
	background: #d1202f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.serve-btn:hover{
	background: #dd2232;
}
.serve-bd-title-box{
	padding: 50px 0 30px;
}
.serve-bd-title{
	font-size: 36px;
	color: #333;
	width: 210px;
	margin: 0 auto;
	background: #fff;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin-top: -56px;
}
.serve-flow-title{
	padding-left: 70px;
	height: 68px;
	line-height: 68px;
	font-size: 30px;
	font-weight: normal;
	background: url(../images/serve-flow-title-bg.jpg) left center no-repeat;
}

.new-details-box img{
	max-width: 100%;
	height: auto !important;
}
@media (max-width: 767px){
	.serve-hd-title{
		font-size: 30px;
	}
	.serve-hd .serve-hd-r{
		width: 75%;
		padding-top: 0;
	}
	.serve-hd > div.fl{
		margin-right: 80%;
	}
	.serve-bd-ul li{
		margin: 20px 0;
	}
	.serve-bd-ico,
	.serve-bd-l{
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		padding-right: 0;
	}
	.serve-bd-l{
		height: auto;
	}
	.serve-btn-box{
		padding: 45px 0;
	}
	.serve-btn{
		width: 90%;
		min-width: none;
	}
	.serve-flow-ul li{
		width: 50%;
		height: 80px;
		margin: 10px 0 ;
		font-size: 14px;
		line-height: 16px;
	}
	.serve-flow-ul li:nth-child(n+3){
		width: 30%;
		margin: 10px 1.666% ;
	}
	.serve-flow-hr{
		top: 30px;
		height: 100px;
		border-top: 1px solid #999;
	}
}
@media (max-width: 500px){
	.serve-hd-title{
		font-size: 24px;
	}
	.serve-bd-title{
		width: 155px;
		font-size: 26px;
	}

}


@media (max-width: 767px){
	.content-top-txt-box2 {
		position: relative;
		left: auto;
		top: auto;
	}
	.content-top-txt-box{
		position: relative;
		left: auto;
		top: auto;
		max-width: none;
		padding-bottom: 10px;
	}
	.content-top-txt-box .fs34{
		line-height: 24px;
	}
	.content-top-txt-box .hr50{
		margin: 10px 0;
	}
	.scope-row{
		margin-top: 0;
	}
	.new-content-bd-txt{
		width: 100%;
	}
	.InsidePage-bd,
	.partners-box{
		overflow: hidden;
	}

	.partners img{
		max-width: 100%;
		max-height: none;
		display: block;
		margin: 10px auto;
	}
	.partners{
		display: block;
		width: 100%;
	}
	.partners a{
		display: block;
		width: auto;
		height: auto;
	}
	.last-single-section .vertical-box{
		width: 100%;
	}
	.last-single-section{
		margin: 0;
	}


}


/*侧边栏邮件订阅*/
.subscibe-box{
	background: #fff;
	width: 100%;
	border-top: 2px solid #d1202f;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 20px;
}
.subscibe-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d1202f;
	margin: 5px 0;
}
.subscibe-txt{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 15px 0;
}
.subscibe-form{
	margin: 10px 0;
}
.subscibe-email{
	border: 1px solid #cbced1;
	border-right: 0;
	padding: 10px;
	width: 80%;
	height: 42px;
	box-sizing: border-box;
}
.subscibe-btn{
	width: 20%;
	height: 42px;
	border: 0;
	background-color: #d1202f;
	background-position: center center;
	background-repeat: no-repeat;
	/* background-image: url(../images/subscibe-btn.png); */
}
.subscibe-btn:hover{
	background-color: #c61e2c;
}

/*添加侧边栏的联系人*/
.linkman-box{
	margin: 30px 0;
	padding: 20px 5px 30px 15px;
}
.linkman{
	padding-top: 20px;
}
.linkman-img{
	width: 80px;
	margin-right: 15px;
}
.linkman-img img{
	max-width: 80px;
}


.linkman-post{
	font-weight: bold;
	margin-bottom: 3px;
}


.linkman-txt{
	display: table;
}
.linkman-txt-row{
	display: table-row;
}
.linkman-txt-row>p{
	line-height: 20px;
}
.linkman-txt-information{
	margin-bottom: 3px;
}
/*ipad*/
@media (max-width: 979px){
	.linkman{
		max-width: 300px;
		margin: 0 auto;
	}
	.linkman-txt-row>p{
		display: table-cell;
		padding-bottom: 5px;
	}
	.linkman-txt-Description{
		font-weight: bold;
		padding-right: 5px;
	}
}


/* banner修改 */
/*ipad*/
@media (max-width: 979px) {
	.banner-li a{
		width: 1200px;
		margin-left: -600px;
	}
	.banner-li a img{
		width: 100%;
	}
	.banner{
		height: 320px;
	}
}
@media (max-width: 767px) {
	.banner-li a{
		width: 160%;
		margin-left: -80%;
	}
	.banner-li a img{
		width: 100%;
	}
	.banner{
		height: 280px;
	}
	.banner-mark-box {
		display: none;
	}
}
@media (max-width: 500px){
	.banner{
		height: 180px;
	}
}
@media (max-width: 400px){
	.banner{
		height: 140px;
	}
}



/* 16.9.30 */
.PagingList a{
	display: inline-block;
	min-width: 30px;
	text-align: center;
}
.PagingList .direct{
	display: none;
}
.InsidePage-bd{
	overflow: hidden;
}
.content-bd > .content-bd-chunk{
	margin-bottom: 35px;
	margin-top: 0;
}

@media (min-width:768px){
	.content-bd > .content-bd-chunk{
		min-height:425px;
	}
}


/* 16.10.11 ie兼容问题*/
.select-list-logo a img{
	width: 100%\9;      /*all ie*/
}



/* 16.10.18 */
.conferences-hr{
	margin: 0;
	margin-bottom: 10px;
}
.conferences-name{
	min-height: 96px;
	height: auto;
	white-space: normal;
	line-height: 24px;
}
.conferences-title-box .white-bg{
	padding-bottom: 30px;
}
.event-box .conferences-hr{
	margin-top: 8px;
	border-top: 1px solid #dcdcdc;
}
.event-box .conferences-name{
	font-weight: bold;
	font-size: 20px; 
	min-height: 0;
	margin-bottom: 10px;
}
.event-box .conferences-name-cn {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.event-box .conferences-name-cn a {
	color: #333;
}
.event-box .conferences-name-cn a:hover {
	color: #d1202f;
}
.event-box .conferences-box-ul li {
	height: auto;
}
.event-box .conferences-img {
	position: relative;
	overflow: hidden;
	height: auto;
	line-height: 0;
	aspect-ratio: 78/35;
}
.event-box .conferences-img img {
	display: block;
	transition: all 400ms;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-box .conferences-img:hover img {
	transform: scale(1.1);
	transition: all 400ms;
}

.index-activity-txt-en{
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    display: block;
    margin: 0 auto;
}
.index-activity-txt a{
	line-height: 18px;
}
@media (max-width: 767px){
	.content-top-txt-box {

	    box-sizing: border-box;
	    position: relative;
	}
	.smart-item img{
		max-width: 100%;
	}
	.content-top-box{
		overflow: hidden;
	}

	.footer-copyright{
		height: auto;
		line-height: 26px;
		padding: 13px 0 ;
	}
	.footer-copyright:after{
		display:block;
		clear:both;
		content:'';

	}
	.label-search a {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.conferences-search .search-kw {
		width: 100%;
		margin-top: 10px;
	}
	.conferences-search .search-kw input {
		width: calc(100% - 76px);
	}
}


/* 视频页面 */
.video-row {
	display: flex;
	flex-wrap: wrap;
}
.video-li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.video-li:nth-of-type(3n){
	margin-right: 0;
}
.fancybox-video{
	display: block;
}
.fancybox-video>img{
	max-width: 100%;
}
.fancybox-video-title{
	display: block;
	text-align: center;
	color: #333;
	line-height: 24px;
	height: 48px;
}
.fancybox-video:hover>img{
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.index-new-title{
	margin: 16px 0 5px;
	height: auto;
	max-height: 56px;
}


/*更新首页新闻*/
.index-infor-box{
	background: #f6f6f6;
	padding: 50px 0;
}
.index-title{
	font-size: 32px;
	font-weight: bold;
	border-bottom: 5px solid #d1202f;
	width: 130px;
	text-align: center;
	margin: 20px auto 50px;
}

.index-infor-tab{
	text-align:center;
	border-bottom:1px solid #dddddd;
}
.index-infor-tab li{
	display:inline-block;
	 font-size:16px;
	 color:#666;
	 padding:1.3%;
	 cursor:pointer;
}
.index-infor-tab li.curr{
	color:#d1202f;
	border-bottom:1px solid #d1202f;
}

.index-infor-list{
	width:100%;
}
.index-infor-row{
	width:100%;
   border-bottom:1px solid #dddddd;
}
.index-infor-li{
   float:left;
   height:152px;
   padding-top:25px;
   padding-bottom:25px;
   vertical-align:middle;
}
.index-infor-img{
	width:10%;
	max-height:120px;
	display:table-cell;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}
.index-infor-img img{
    max-width:100%;
	max-height:120px;
	vertical-align:middle;
}
.index-infor-text{
	width:78%;
	padding-left:3%;
	padding-right:3%;
	overflow:hidden;
	box-sizing:border-box;
}
.index-infor-time{
	position:relative;
	width:12%;
	line-height:152px;
}
.infor-time-hidden{
	display:none;
	}
.infor-title{
	display:inline-block;
	line-height:22px;
	margin:5px 0;
	font-size:16px;
    color:#000;
	max-height:45px;
	overflow:hidden;
}
.infor-title:hover{
	text-decoration:none;
	color:#d1202f;
}
.infor-content{
	color:#666;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
}
.infor-time{
	position:absolute;
	top:50%;
	margin-top:-11px;
	width:100%;
	text-align:center;
	color:#d1202f;
	height:22px;
	line-height:22px;
	border-radius:22px;
}

.index-newbtn-box{
	text-align: center;
	margin: 50px 0 0;
}
.index-btn{
	width: 200px;
	height: 50px;
	border: 2px solid #d31c28;
	color: #d31c28;
	line-height: 48px;
	font-size: 16px;
	border-radius: 25px;
	padding: 0;
}
.index-btn:hover{
	color: #fff;
	background: #d31c28;
}

.infor-day{
	display:block;
	height:60px;
	line-height:60px;
	font-size:54px;
	color:#666;
	text-align:center;
}
.infor-year{
	display:block;
	height:30px;
	line-height:30px;
    font-size:	14px;
	color:#666;
	text-align:center;
}


/*20170224*/
.index-exhibition-txt-title{
   color:inherit;
}
.infor-title{
	font-weight:bold;
	color:#50555f;
}
.index-infor-img{
	width:14%;
}
.index-infor-text{
	width:74%;
}
.infor-day{
	height:50px;
	line-height:50px;
	font-size:40px;
}

.index-welcome {
	background-color: rgba(209, 36, 47, 0.1);
	padding: 50px 0;
}
.index-welcome .title {
	text-align: center;
	font-size: 32px;
    font-weight: bold;
	margin-bottom: 30px;
	line-height: 1;
}
.index-welcome .info {
	line-height: 1.8;
}


@media (max-width: 767px){
	.video-row {
		display: flex;
		flex-wrap: wrap;
	}
	.video-li {
		float: none;
		width: calc(100%/2 - 10px);
		margin-right: 20px;
	}
	.video-li:nth-child(3n) {
		margin-right: 20px;
	}
	.video-li:nth-child(2n) {
		margin-right: 0px;
	}
.index-infor-row{
	display:block;
	width:96%;
	margin:0 auto;
	}
.index-infor-li{
	   display:block;
	   height:auto;
	   float:left;
	}
.index-infor-img{
	   width:30%;
	   border-bottom:none;
	}
.index-infor-text{
		width:70%;
	}
.index-infor-img{
	max-height:inherit;
	}
.index-infor-img img{
	  max-height:114px;
	}
.index-infor-time{
	  display:none;
	}
.infor-time-hidden{
	margin-top:5px;
	display:block;
	}
.infor-time{
	position:relative;
	min-width:100px;
	width:60%;
	margin:0 auto;
	top:0;
	margin-top:0;
	}
}

/*20170313*/
.index-exhibition-famous-box{
   height:549px;
}
.famous-tab-title{
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin-right:22px;
}
.famous-tab-title:hover,
.famous-tab-title.curr{
	text-decoration:none;
	font-weight:bold;
	color:#d1202f;
}
.famous-tab-title:link{
	text-decoration:none;
}
.industry-box{
	margin-bottom:35px;
}
.industry-box li{
    padding:20px;
	border-bottom:1px solid #ccc;
}
.industry-title{
	position:relative;
    font-weight:bold;
	color:#000;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	padding-left:10px;
	margin-bottom:5px;
}
.industry-title a{
    font-weight:bold;
	color:#000;
}
.industry-title:hover a{
    text-decoration: none;
    color: #d1202f;
}
.industry-title:before{
    content:"";
	width:3px;
	height:16px;
	background-color:#f13442;
	position:absolute;
	left:0;
	top:0;
	margin-right:10px;
}
.industry-time{
    color:#666;
	padding-left:10px;
}
.famous-more{
   font-size:14px;
   color:#666;
   padding-right:20px;
}
.famous-more:hover{
   color:#666;
}

/*20170315*/
.industry-box{
   margin-bottom:0;
}
.index-exhibition-r{
   margin-bottom:20px;
}
.luntan-box{
   display:block;
   overflow:hidden;
   text-align:center;
   padding:0 20px;
}
.luntan-box img{
   max-width:100%;
}



/*20170407*/
.new-details-box{
	position:relative;
}
.baoming-btn{
	position:absolute;
	right:5%;
	top:40px;
	display:block;
	width:160px;
	height:44px;
	line-height:44px;
    border-radius: 22px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background-color:#d1202f;
}
.baoming-icon{
	display:inline-block;
	width:17px;
	height:18px;
	background:url(../images/baoming.png) no-repeat;
	vertical-align:text-bottom;
	margin-right:5px;
}
.baoming-btn:hover{
	background-color:#c61e2c;
	color:#FFF;
	text-decoration:none;
}
.activity-motai{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
    background:rgba(0,0,0,.6);
	z-index:1000;
}
.activity-motai-box{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-282px;
	margin-top:-182px;
	width:564px;
	height:365px;
	background-color:#FFF;
}
.motai-box-close{
	position:absolute;
	right:12px;
	top:12px;
	display:block;
	width:26px;
	height:26px;
	line-height:26px;
	border-radius:50%;
	border:1px solid #333;
	font-size:18px;
	color:#333;
	text-align:center;
	text-decoration:none;
}
.motai-box-close:hover{
	text-decoration:none;
}
.motai-box-top{
	padding:40px 90px;
}
.motai-form-row{
	margin:15px 0;
	height: 45px;
	line-height: 45px;
}
.motai-form-row label{
	margin-right: 33px;
}
.select-radio{
	margin-top:0 !important;
	margin-right: 5px !important;
	vertical-align:middle;
}
.motai-form-input{
	height: 43px;
	line-height: 43px;
	outline: none;
	border:1px solid #e5e5e5;
	width: 100%;
	padding:0 10px;
}
.motai-tijiao{
	display: block;
	height: 58px;
	line-height: 58px;
	background-color:#d1202f;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.motai-tijiao:hover{
    background-color: #c61e2c;
}


@media (max-width:640px){
	.baoming-btn{
		position:static;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}
	.activity-motai-box{
		width:96%;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.motai-box-top{
		padding:40px;
	}
    .dropdown-menu a:hover{
        color:#fff;
    }
}


/*20170522*/
.new-conferences{
	height: auto;
	padding-top: 20px;
	line-height:20px;
}
.red-down{
	 margin: 0 8px 0px;
	 position:relative;
	 top:20px;
}
.more-activity{
	 text-decoration:underline;
	 padding-left:30px;
	 display:block;
	 float:left;
	 color:#d1202f;
}
.more-activity:hover{
	color:#d1202f;
}


/*相册*/
.tab-container{
    padding:50px 0;
}
.photo-news-conent p{ line-height:25px; font-size:15px;}
.photo-download ul.tab{ width:100%; border-bottom:1px solid #eeefef; height:35px;}
.photo-download ul.tab li{ float:left; line-height:35px; padding:0 31px; font-weight:bold; cursor:pointer; height:35px; position:relative; z-index:98;}
.photo-download ul.tab li:hover{ border-bottom:1px solid #9d000b; height:35px; color:#9d000b;}
.photo-download ul.tab li.on{ border-bottom:1px solid #9d000b; height:35px; color:#9d000b;}
.photo-download-con{ overflow:hidden; min-height:400px;}
.photo-download-con > li{ display:none; width:100%; overflow:hidden; line-height:95px; font-size:16px; font-weight:bold; }
.photo-download-con > li.current{ display:block;}
.photo-download-con > li span{ height:41px; width:44px; display:block; float:left; margin:0 16px 0 3px; transition:600ms;}
@media screen and (min-width: 768px){
.photo-download .smart-item .gallery-list li{
     width:20%;
}
}

.fancybox-title-outside-wrap{
	color:transparent !important;
}
.fancybox-title .fancybox-download{
	color:#FFF;
}




.top-nav{
	transition: 400ms;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 99;
	box-shadow: 0 0 2px #999;
	height: 186px;
}
.top-nav-a{
	height:160px;
	transition: 400ms;
	transform:translateY(-20px);
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
}
.top-nav.top-nav-a .topbox {
	padding: 5px 0;
	height: 100px;
}
.top-nav-a .logo img{
	height:66px;
	transition: 400ms;
	transform:translateY(20px);
    -webkit-transform:translateY(20px);
    -moz-transform:translateY(20px);
}
.top-nav-a .header-top {
	margin-top: 0;
	transition: 400ms;
	transform:translateY(16px);
    -webkit-transform:translateY(16px);
    -moz-transform:translateY(16px);
}
.top-nav-a .header-nav .dropdown-menu {
	top: 160px;
	transition: 400ms;
}
.top-nav-a .header-top-txt .p1{
	font-size: 20px;
    margin-bottom: 0;
}
.nav-bot-height{
	height:186px;
	width:100%;
}

@media (max-width: 767px){
	.top-nav .topbox {
		height: auto;
		padding: 0;
	}
	.top-nav{
		position:relative;
		height: 100px;
	}
	.nav-bot-height{
		display:none;
	}
}




/*产业洞察*/
.insight-banner img{
	display: block;
	width: 100%;
}

.insight-title{
	font-size: 36px;
	line-height: 40px;
	color: #414043;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.insight-red{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #d1202f;
}
.insight-white{
	color:#FFF;
	padding-bottom: 40px;
}

.insight-line{
	display: inline-block;
	margin:0 10px;
	width: 4px;
	height: 27px;
	background: #d1202f;
}
.insight-share{
	text-align: center;
	margin-bottom: 10px;
}
.share-sina{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/share-sina.png') left top no-repeat;
	vertical-align: middle;
	margin-left: 10px;
}
.share-wechat{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/share-wechat.png') left top no-repeat;
	vertical-align: middle;
	margin-left: 10px;
}
.insight-center{
	background: #FFF;
	border-bottom: 1px solid #f6f6f6;
}
.insight-p{
	font-size: 14px;
	line-height: 24px;
	color:#50555f;
	margin: 20px 0;
	text-align: center;
}
.insight-p img{
	width: 100%;
}

.in-btn{
	display: inline-block;
	width: 278px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color:#FFF;
	font-size:16px;
	font-weight: 700;
	background: url('../images/in-btn.jpg') left top no-repeat;
}
.in-btn:hover{
	color:#FFF;
	text-decoration: none;
	opacity: .9;
}
.insight-hr{
	height: 1px;
	background: #d2d2d2;
	margin:50px 0;
}

.fangtan-item{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -3px;
	position: relative;
	margin-bottom: 10px;
}
.video-icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	display: none;
	width: 55px;
	height: 55px;
	background: url('../images/video-icon.png') left top no-repeat;
	cursor: pointer;
}
.fangtan-img img{
	display: block;
	width: 100%;
}
.fangtan-text{
	text-align: center;
	font-size: 14px;
	color:#333333;
	font-weight: 700;
}
.tonglan-nextbox{
	background: url('../images/next-box.jpg') left top no-repeat;
	background-size:cover;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 40px;
}
.fangtang-ul{
	padding:10px 0;
}
.fangtang-ul li a{
	display: block;
	line-height: 24px;
	padding:10px 0;
	color:#FFF;
}
.fangtang-ul li a:hover{
	text-decoration: none;
	color:#d1202f;
}


.insight-contact-box{
	padding-bottom: 70px;
}
.insight-contact-left{
	width: 62%;
	min-height: 170px;
	padding:20px 18px;
	box-sizing: border-box;
	background:#d1202f;
}
.contact-left-title-box{
	background:  url('../images/contact-white-bg.png') left top no-repeat;
	padding-left:50px;
	color: #FFF;
	min-height: 45px;
}
.contact-left-title{
	font-size: 20px;
	font-weight: 700;
}

.insight-contact-right{
	width: 36%;
	min-height: 170px;
	padding:20px 18px;
	box-sizing: border-box;
	background:#f4f4f4;
}
.contact-right-title-box{
	background:  url('../images/contact-red-bg.png') left top no-repeat;
	padding-left:50px;
	color: #d1202f;
	min-height: 45px;
}
.contact-right-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 45px;
}
.contact-list{
	font-weight: 700;
	padding-left: 50px;
	color: #FFF;
	margin-top: 30px;
}
.contact-list li{
	position: relative;
	display: inline-block;
	margin-right: 30px;
}
.contact-list li:before{
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left:5px solid #FFF;
}
.contact-list li a{
	font-weight: 700;
	color: #FFF;
}
.contact-link{
	font-weight: 700;
	padding-left: 50px;
	color: #333333;
	margin-top: 15px;
}
.contact-link a{
	color: #333333;
}

.cookie-message-box {
    color: #dfdfdf;
    position: fixed;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    z-index: 8080;
    overflow: hidden;
    width: 100%;
    display:none;
}
.cookie-message-box a{
color:#fff;
}

.cookie-message-box .row {
    margin: 0;
    padding: 15px 0;
	align-items: center;
}
.cookie-message-box .cookie-btnbox .setlink {
	text-decoration: underline;
	display: inline-block;
	margin-right: 10px;
}



.code-box{
    position:fixed;
    right:20px;
    top:calc(37% - 100px);
    text-align: center;
    background: #fff;
    padding: 18px 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 20;
}
.code-box-img{
    width:150px;
    margin: 8px auto;
}
.code-box-img img{
    width:100%;
}
.code-box-tit{

}
.code-box .time {
	position: absolute;
	top: 2px;
	right: 10px;
	color: #999;
}
.code-close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -13px;
	right: -13px;
	background: url('../images/cuo.png') no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
.code-close:hover {
	opacity: 0.8;
}

.subscibe-box-ind {
    max-width: 390px;
    margin: 0 auto 10px;
    background:none;
    border:none;
}



.foot-logo-left{
	float:left;
}

.foot-logo-left img{
	height:30px;
}

.foot-logo-right{
	float:right;
}
.foot-logo-right img{
	height:30px;
}


.activity-motai-tongzhi{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.6);
    z-index: 10000;
}
.activity-motai-box-tongzhi{
    max-width: 920px;
    padding:40px 30px;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin:0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*overflow-y: scroll;*/
    background:#FFF url(/images/popup-bg.jpg) left top no-repeat;
}
.activity-motai-box-tongzhi h3{
    font-size: 18px;
    line-height:24px;
    font-weight:700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;

}
.activity-motai-box-tongzhi .jiyu{
    font-size: 14px;
    font-weight:normal;
    color: #000;
}
.activity-motai-box-tongzhi .tanchuang-img{
    text-align:center;
    margin:10px 0;
}
.activity-motai-box-tongzhi .jiyu span{
    font-weight:700;
    color: #d31c28;
}
.activity-motai-box-tongzhi p{
    color: #000;
    line-height: 20px;
    padding:5px 0;
    font-size:12px;
    margin-bottom:5px;
}
.activity-motai-box-tongzhi2 p {
	font-size: 14px;
	line-height: 1.8;
}
.activity-motai-box-tongzhi .img-title{
    text-align:center;
    font-size:12px;
}
.motai-box-close-tongzhi{
    position:absolute;
    right:10px;
    top:10px;
    display:block;
    width:26px;
    height:26px;
    line-height:26px;
    font-size:40px;
    color:#000;
    text-align:center;
    font-weight:normal;
    text-decoration:none;
}
.motai-box-close-tongzhi:hover{
    text-decoration:none;
}
.activity-motai-box-tongzhi .btn {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #d31c28;
	background-image: url(../images/index-exhibition-join-bg.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	border: 5px;
	padding: 0;

}
.activity-motai-box-tongzhi .btn.black {
	background-image: url(../images/index-exhibition-visit-bg.jpg);
}
.activity-motai-box-tongzhi .btn:hover {
	opacity: 0.8;
}
.tanchuang-btn{
    display:block;
    margin:0 auto;
    width: 275px;
    height: 40px;
    border: 2px solid #d31c28;
    color: #d31c28;
    line-height: 36px;
    font-size: 14px;
    border-radius: 25px;
    padding: 0;
    box-sizing:border-box;
    margin-top:10px;
}
.tanchuang-btn:hover{
    color:#FFF;
    background:#d31c28;
    text-decoration:none;
}





.Demoonstration-row{
    margin-top:60px;
}
.DemoonstrationSearch-row-wrap{
    background:#d1202f;
    padding:38px;
}

.DemoonstrationSearch-row:after{
    display:block;
    content:'';
    clear:both;
}
.DemoonstrationSearch-row select{
    width:25%;
    float:left;
    background:#fff;
    border:none;
    padding:14px 15px;
}
.DemoonstrationSearch-row input{
    width:calc(60% - 1px);
    float:left;
    background:#fff;
    border:none;
    padding:13px 15px;
    border-left:1px solid #dfdfdf;
}
.exhi-search{
    color:#fff;
    width:15%;
    float:right;
    background:#00111b;
    border:none;
    padding:13px 15px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhi-search:hover{
    opacity: 0.7;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.hot-search{
    width:100%;
    text-align:center;
    padding:20px 0;
    color:#ee6974;
}
.hot-search a{
    color:#fff;
    padding:0 10px;
}

.alphabet{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.alphabet a{
    color:#fff;
    cursor:pointer;
}

.recommend-product{
    margin:40px 0;
}
.recommend-product-tit{
    font-size:30px;
    color:#d1202f;
    line-height:35px;
    margin-bottom:30px;
    text-align:center;
    font-weight:bold;
}
.recommend-product-con{

}
.recommend-product-con:after{
    display:block;
    content:'';
    clear:both;
}
.recommend-product-li{
    width:22%;
    float:left;
    margin-bottom:30px;
    margin-right:4%;
}
.recommend-product-li:nth-of-type(4n){
    margin-right:0;
}
.recommend-product-li a{
    display:block;
}
.recommend-product-img{
    width:100%;
    height:180px;
    line-height: 176px;
    text-align:center;
    overflow:hidden;
    border:1px solid #e5e5e5;
}
.recommend-product-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.recommend-product-info{
    margin-top:10px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recommend-product-more{
    text-align:center;
    padding:35px 0;
}
.recommend-product-more a{
    padding:16px 45px;
    border-radius:45px;
    background:#d1202f;
    color:#fff;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.recommend-product-more a:hover{

    opacity: 0.7;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.recommend-exhibotor-wrap{
    background:#fff8f8;
    padding:50px 0;
}
.Recommend-exhibitors{

}
.Recommend-exhibitors:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-exhibitors-li{
    float:left;

}

.Recommend-exhibitors-li{
    width:22%;
    float:left;
    margin-bottom:40px;
    margin-right:4%;
    background:#fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.Recommend-exhibitors-li:nth-of-type(4n){
    margin-right:0;
}

.Recommend-exhibitors-li:hover{

    box-shadow: 0 10px 25px rgba(0,0,0,.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}

.Recommend-exhibitors-img{
    width:100%;
    height:110px;
    line-height:88px;
    overflow:hidden;
    text-align:center;
    margin-bottom:22px;
    padding-bottom:22px;
    border-bottom:1px solid #e5e5e5;
}
.Recommend-exhibitors-img img{
    max-width:100%;
    max-height:100%;
}

.Recommend-exhibitors-li-c{
    padding:22px;
}

.Recommend-exhibitors-company{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#333;
    font-size:17px;
}
.Recommend-exhibitors-countries{
    margin:12px 0;
}
.Recommend-exhibitors-more{
    padding:12px 22px;
    border-top:2px solid #f0f0f0;
}
.Recommend-exhibitors-more:after{
    display:block;
    content:'';
    clear:both;
}
.Recommend-exhibitors-more img{
    float:right;
    width:28px;
}
.Exhibitors-registration{
    position: relative;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    height: 206px;
    overflow: hidden;
}
.Exhibitors-registration:after{
    display:block;
    content:'';
    clear:both;
}
.Exhibitors-registration img{
    /* position:absolute;
    right:0;
    top:0; */
}

.Exhibitors-registration .w1100{
    position: relative;
	text-align: center;
}
.Exhibitors-registration a{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;

    background: #fff;
    border-radius: 40px;
    padding: 14px 50px;
    color: #df2023;
    font-size:17px;
    /* margin-top: 78px; */
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.Exhibitors-registration a:hover{
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    opacity: 0.7;

}
.Exhibitors-registration a img{
    position:relative;
    width: 24px;
    vertical-align: bottom;
    margin-right:10px;
}

.exhibitors-live{
    margin-top:40px;
}
.exhibitors-live-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhibitors-live .gallery-top{
    width:49%;
    float:left;

}
.exhibitors-live .gallery-thumbs{
    width:50%;
    float:right;
    height:375px;
    overflow:hidden;
}
.exhibitors-live-li{
    background:#f1f1f1;
    padding:25px;
    width:100%;
    cursor:pointer;
    position:relative;
    margin-left:2%;
}
.exhibitors-live-li:after{
    display:block;
    content:'';
    clear:both;
}
.exhibitors-live-li:before{
    display:block;
    content:'';
    border-right:10px solid #f1f1f1;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    position:absolute;
    left:-10px;
    top:calc(50% - 5px);
}
.exhibitors-live-time{
    float:left;
    color:#d1202f;
}
.exhibitors-live-time-m{
    border-bottom:1px solid #d1202f;
    font-size:20px;
    padding-bottom:5px;
    margin-bottom:5px;
}
.exhibitors-live-time-s{
    text-align:center;
}
.exhibitors-live-info{
    float:right;
    width:calc(100% - 85px);
}
.exhibitors-live-info-tit{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:18px;
    color:#333;
    margin-bottom:5px;
    margin-top:3px;
}
.exhibitors-live-info-company{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-li{
    background:#d1202f;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-time{
    color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-time-m{
    border-color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-info{
    color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-info-tit{
    color:#fff;
}
.exhibitors-live .gallery-thumbs .swiper-slide-thumb-active .exhibitors-live-li:before{
    border-right:10px solid #d1202f;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}


.exhibitors-live-top-li{
    position:relative;
    width:100%;
    height:357px;
    overflow:hidden;
}
.exhibitors-live-top-li:after{
    display:block;
    content:'';
    clear:both;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index: 1;
}
.exhibitors-live-top-li img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.exhibitors-live-top-box{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    /*height:100%;*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align:center;
    color:#fff;
}
.exhibitors-live-top-a{
    color:#fff;
    padding:12px 45px;
    border-radius:45px;
    background:#d1202f;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitors-live-top-a:hover{
    color:#fff;
    text-decoration: blink;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    opacity: 0.7;
}
.exhibitors-live-top-tit{
    padding:0 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:20px;
    font-weight:bold;
}
.exhibitors-live-top-time{
    margin:20px 0 10px;
    background:rgba(255,255,255,0.3);
    padding:8px 20px;
    border-radius:30px;
    display: inline-block;
}
.exhibitors-live-top-time-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.exhibitors-live-top-time .countdown{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.exhibitors-live-top-time .countdown li span{
    color:#d1202f;
}
.exhibitors-live-top-time .countdown li{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.exhibitors-live-top-company{
    margin-bottom:35px;
}




.exhibitors-video{
    padding-top:40px;
    margin-top:40px;
    border-top:1px dashed #c9c9c9;
    position:relative;
}
.exhibitors-video:before{
    display:block;
    content:'';
    position:absolute;
    top:-3px;
    left:0;
    width:100%;
    height:1px;
    border-top:1px dashed #c9c9c9;


}
.exhibitors-video .swiper-container{

    padding:30px;
}
.exhibitors-video-con{
    overflow:inherit;
    width:calc(100% + 60px);
    margin-left:-30px;
}
.exhibitors-video-box{
    cursor:pointer;
    box-shadow:0 0 15px rgba(0,0,0,.2);
}
.exhibitors-video-box:hover .exhibitors-video-img:after{

    background:rgba(0,0,0,0.1);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitors-video .swiper-button-prev,.exhibitors-video .swiper-button-next{
    top:59%;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#eee;
    color:#d1202f;
    text-align:center;
}
.exhibitors-video .swiper-button-prev{
    left:-74px;
}
.exhibitors-video .swiper-button-next{
    right:-74px;
}
.exhibitors-video .swiper-button-next:after, .exhibitors-video .swiper-button-prev:after{

    font-size: 24px;
}

.exhibitors-video-img{
    width:100%;
    position:relative;
    height:170px;
    overflow:hidden;
    text-align: center;
}
.exhibitors-video-images{
    max-width:100%;
    max-height:100%;
}
.exhibitors-video-img:after{
    display:block;
    content:'';
    clear:both;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index: 1;
    position:absolute;
    left:0;
    top:0;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.exhibitors-video-play{
    position:absolute;
    left:calc(50% - 24px);
    top:calc(50% - 24px);
    z-index: 3;
}
.exhibitors-video-info{
    padding:20px;
    background:#fff;

}
.exhibitors-video-tit{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhibitors-video-p{

}


.Online-exhibition-left{
    padding-left: 0;
    width:255px;
    float:left;
    margin-bottom:50px;
}
.Online-exhibition-left .top-search{
    background: #00111b;
    padding: 20px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.Online-exhibition-left .top-search input{
    width: 80%;
    background: #fff;
    border: none;
    padding: 10px 10px;
}
.Online-exhibition-left .top-search .sub{
    text-align: center;
    font-size: 18px;
    width: 20%;
    background: #fff;
    color: #6c6c6c;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.Online-exhibition-left .top-search .sub img{
    width:32px;
}
.Online-exhibition-left .li{
    margin-top: 10px;
    overflow: hidden;
}
.Online-exhibition-left .li .stair{
    background: #fff;
    padding: 15px;
    cursor: pointer;
}
.Online-exhibition-left .li .stair img{
    float: right;
    margin-top: 2px;
    width: 22px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.Online-exhibition-left .li .stair.curr img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.Online-exhibition-left .li .second{
    background: #fff7f8;
    padding: 15px 0;
    font-size: 14px;
    max-height: 475px;
    overflow-y: auto;
    display: none;
}
.Online-exhibition-left .li.curr .second{
    display: block;
}
.Online-exhibition-left .second::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #ffedef;
}
.Online-exhibition-left .second::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*border-radius: 10px;*/
    background-color: #ffedef;
}
.Online-exhibition-left .second::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #d1202f;
}
.Online-exhibition-left .second .mgc-primary:checked{
    background: #d1202f;
    border-color: #d1202f;
}


.Online-exhibition-left .li .second label, .Online-exhibition-left .li .second .second-li {
    display: flex;
    padding: 6px 15px;
    cursor: pointer;
    color: #666;
    margin: 4px 0;
}
.Online-exhibition-left .li .second label span{
    width: calc(100% - 26px);
    margin-left:6px;
}

.Online-exhibition-left .submit-box {
    margin-top: 10px;
    background: #d1202f;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.index-exhibition-l .letter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0 14px 0;
    margin-bottom:15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.index-exhibition-l .letter a.curr{
    color:#d1202f;
}
.index-exhibition-l .letter-tit {
    font-size:17px;
}

.index-exhibition-l .condition {
    margin-top: 25px;
    position: relative;
}
.index-exhibition-l .condition:after{
    display:block;
    content:'';
    clear:both;
}
.index-exhibition-l .condition .condition-tit {
    line-height: 40px;
    width: 75px;
    float: left;
}
.index-exhibition-l .condition .con {
    float: left;
    width: calc(100% - 85px);
}
.index-exhibition-l .condition .con .li {
    position: relative;
    border: 1px solid #d1202f;
    /*border-radius: 5px;*/
    margin-right: 12px;
    float: left;
    margin-bottom: 10px;
}
.index-exhibition-l .condition .con .li span {
    color: #d1202f;
    font-size: 15px;
    padding: 4px 15px;
    display: block;
}
.index-exhibition-l .condition .con .li img {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    padding:3px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #fff;
    color: #d1202f;
    border: 1px solid #d1202f;
    cursor: pointer;
}

.virtual-exhibitor-banner{
    height:auto;
}

.content-row:after{
    display:block;
    content:'';
    clear:both;
}
.content-row{

}
.product-list-wrap{
    width: calc(100% - 290px);
    float: right;
}

.product-list{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #c5c5c5;
}
.product-list:after{
    display:block;
    content:'';
    clear:both;
}

.product-item{
    width:calc(100%/3 - 2%);
    height:250px;
    overflow: hidden;
    float:left;
    margin-right: 3%;
    margin-bottom:30px;
    border:1px solid #e7e7e7;
}
.product-item:nth-of-type(3n){
    margin-right:0;
}
.product-img-box{
    width:100%;
    height:178px;
    line-height:176px;
    text-align:center;
    background:#ffffff;
    overflow:hidden;
}
.product-img-box img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.product-detail-text{
    padding:10px 15px;
}
.product-name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:16px;
    margin-bottom:4px;
}
.product-name a{
    color:#333;
}
.company-name{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.company-name a{
    color:#999999;
}


.exhibitors-information{
    height:auto;
    position:relative;
    padding-bottom: 40px;
}
.exhibitors-information-bg{
    position:absolute;
    left:0;
    top:0;
    height: 100%;
}
.exhibitors-information-box{
    position:relative;
    z-index: 1;
    margin-top:40px;
}
.exhibitors-information-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhibitors-information-box-img{
    float:left;
    width:282px;
    height:147px;
    line-height:147px;
    text-align:center;
    background:#fff;
	font-size: 0;
}
.exhibitors-information-box-img img{
    max-width:100%;
    max-height:100%;
	width: auto;
}
.exhibitors-information-box-info{
    float:left;
    margin-left:35px;
    width: calc(100% - 318px);
}
.exhibitors-information-box-info .category{
    margin: 15px 0;
}
.exhibitors-information-box-info .category span{
    color:#fff;
    background:rgba(255,255,255,0.2);
    padding:8px 15px;
    display: inline-block;
    margin-bottom: 5px;
}


.exhibitors-information-wrap{
    position:relative;
}
.exhibitors-information-category{
    /*position:absolute;*/
    /*right:0;*/
    /*top: 54px;*/
    /*z-index: 1;*/
}

.exhibitors-company{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.exhibitors-bg{
    background:#f6f6f6;
    padding:55px 0;
}
.exhibitors-information-video{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.exhibitors-information-video:before{
    display:none;
}

.exhi-live-tit{
    font-size:24px;
    /*font-weight:bold;*/
    margin-bottom:20px;
}
.exhi-live-tit:after{
    display:block;
    content:'';
    clear:both;
}
.exhi-live-tit a{
    color:#d1202f;
    float:right;
    font-size:12px;
}
.exhi-live-box{

}
.exhi-live-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhi-live-li{
    width: 30.33%;
    float: left;
    margin-right: 4.5%;
    margin-bottom:40px;
}
.exhi-live-li:nth-of-type(3n){
    margin-right:0;
}
.exhi-live-li:hover a{
    text-decoration: blink;
}
.exhi-live-img{
    width:calc(100% - 2px);
    border:1px solid #f6f6f6;
    height:200px;
    line-height:198px;
    background:#fff;
    overflow:hidden;
    text-align:center;
}
.exhi-live-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.exhi-live-info{
    padding:15px;
    background:#fff;
    border-top:1px solid #eee;
}
.exhi-live-t{
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhi-live-time{
    font-size:12px;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhi-live-company{
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top:4px;
}

.live-events{

}
.live-events .exhi-live-info{
    border:none;
    padding:15px 0;

}
.live-events .exhi-live-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.exhi-news{
    margin-top:40px;
}

.exhi-news-box{

}
.exhi-news-box:after{
    display:block;
    content:'';
    clear:both;
}
.exhi-news-li{
    background:#f6f6f6;
    float:left;
    width:49%;
    margin-right:2%;
    padding:28px;
    margin-bottom:15px;


}
.exhi-news-li:nth-of-type(2n){
    margin-right:0;
}
.exhi-news-li a{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.exhi-news-li:hover a{
    text-decoration: blink;
}
.exhi-news-time{
    padding-right:25px;
    border-right:1px solid #dddddd;
    text-align:center;
}
.exhi-news-m{
    font-size:42px;
    line-height:45px;
    color:#d43a45;
}
.exhi-news-y{

}
.exhi-news-info{
    width:calc(100% - 105px);
    margin-left:25px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.exhi-news-t{
    font-size:16px;
    margin-bottom:6px;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.exhi-news-info-box{
    width:100%;
}
.exhi-news-i{
    color:#666;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Marketing-materials-tit{
    margin-top:30px;
}
.Marketing-materials{

}

.Marketing-materials-box{

    background:#f6f6f6;
    padding:10px 25px;
}
.Marketing-materials-li{
    font-size:16px;
    padding:18px 0;
    border-bottom:1px dashed #cecece;
}
.Marketing-materials-li:last-of-type{
    border-bottom:none;
}
.Marketing-materials-li a{
    display:block;
}
.Marketing-materials-li a:after{
    display:block;
    content:'';
    clear:both;
}
.Marketing-materials-li img{
    display:block;
    float:right;
    width:22px;
}

.live-box{

}
.live-box-top{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.live-box-top:after{
    display:block;
    content:'';
    clear:both;
}
.live-box-top-left{
    width:calc(100% - 425px);
    position:relative;
}
.live-box-top-left a:hover{
    text-decoration: blink;
}
.live-box-top-left a:hover .live-box-top-left-immediately{
    opacity: 0.7;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.live-box-top-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    left:0;
    top:0;
}
.live-box-top-left:after{
    display:block;
    content:'';
    clear:both;
    position:absolute;
    left:0;
    top:0;
    z-index: 1;
    background:rgba(0,0,0,.6);
    width:100%;
    height:100%;
}
.live-box-top-left-b{
    width:100%;
    height:100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align:center;
    align-items: center;
    justify-content: center;
    position:relative;

    position: relative;
    z-index: 2;
    color:#fff;
}
.live-box-top-left-tit{
    font-size:26px;
    margin-bottom:20px;
}
.live-box-top-left-immediately{
    padding:12px 35px;
    margin-top:15px;
    background:#d1202f;
    display: inline-block;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.live-box-top-info{
    width:425px;
    background:#fff;
    padding:30px;
}
.live-box-top-info-company{
    font-weight:bold;
    font-size:18px;
}
.live-box-top-info-time{
    color:#d1202f;
}
.live-box-top-info-img{
    margin:10px 0 25px 0;
}
.live-box-top-info-img img{
    width:24px;
    height:24px;
    border-radius:50%;
    margin-right:10px;
    object-fit: cover;
}
.live-box-top-info-theme{
    font-size:16px;
    font-weight:bold;
}
.live-box-top-info-tit{
    font-size:16px;
    font-weight:bold;
    margin:10px 0;
}
.live-box-top-info-info{
}
.live-box-top-info-info:after{
    display:block;
    content:'';
    clear:both;
}
.live-box-top-info-bot{
    margin-top:20px;
}
.live-box-top-info-bot .category-box{
    float:left;
}
.live-box-top-info-eyes{
    float:right;
    margin-top: 8px;
}
.live-box-top-info-eyes img{
    width:24px;
    vertical-align: bottom;
}

.live-Popular-categories{
    margin:35px 0;
}
.live-Popular-categories-tit{
    font-size:22px;
    margin-bottom:10px;
}
.live-Popular-categories-box{

}
.live-Popular-categories-box a{
    margin-right:20px;
    line-height: 30px;
    display: inline-block;
}

.live-categories-box{
    padding-top:35px;
    margin-top:25px;
    border-top:1px solid #dddddd;
}
.live-categories-box:after{
    display:block;
    content:'';
    clear:both;
}
.live-categories-box-li{
    width:31.33%;
    float:left;
    margin-right:3%;
    margin-bottom:35px;

    background:#ffffff;
}
.live-categories-box-li:nth-of-type(3n){
    margin-right:0;
}
.live-categories-box-li a{
    display:block;
}
.live-categories-box-img{
    width:100%;
    height:202px;
    line-height:202px;
    text-align:center;
}
.live-categories-box-img img{
    max-width:100%;
    max-height:100%;
}
.live-categories-box-info{
    padding:16px;
    border-top:1px solid #ddd;
}
.live-categories-box-tit{
    font-size:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.live-categories-box-time{
    color:#999;
    margin:6px 0 10px 0;
}
.live-categories-box-company{
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.product-recommend-li{
    width:100%;
}
.product-recommend-li .recommend-product-img{
    border:1px solid #e7e7e7;
    line-height: 176px;
}
.product-recommend-w .swiper-pagination{
    bottom:0 !important;
}
.product-recommend-w .swiper-container{
    padding-bottom:20px;
}
.product-recommend-w .swiper-pagination-bullet{
    width:12px;
    height:12px;
}
.product-recommend-w .swiper-pagination-bullet-active{
    background:#d1202f;
}

.product-recommendation-top{
    margin:60px 0;
}
.product-recommendation-top .gallery-top{
    width:48%;
    float:left;
}
.product-recommendation-top:after{
    display:block;
    content:'';
    clear:both;
}
.product-recommendation-top .swiper-slide{

}
.product-recommendation-top .swiper-slide img{
    max-width:100%;
    max-height:100%;

}

.product-recommendation-right-info{
    margin-top:15px;
    color:#999;
}
.product-recommendation-right{
    float:right;
    width:50%;
}
.product-recommendation-right-box{
    width:100%;
    /* height:273px; */
	min-height: 242px;
	margin-bottom: 30px;
}
.product-recommendation-right-tit{
    font-size:22px;
    margin-top:20px;
}
.product-recommendation-right-type{
    margin-top:10px;
}
.product-recommendation-right-type span{
    color:#d1202f;
}
.product-recommendation-right-collection{
    margin:25px 0;
}
.product-recommendation-right-collection span{
    background:#d1202f;
    border-radius:45px;
    color:#fff;
    cursor:pointer;
    padding:12px 35px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.product-recommendation-right-collection span:hover{
    opacity: 0.7;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.product-recommendation-right-collection img{
    width:24px;
    margin-right:5px;
    vertical-align: top;
    margin-top: 3px;
}

.product-recommendation-right .gallery-thumbs{
    width:100%;
}
.product-recommendation-right .swiper-slide{

}
.product-recommendation-right .swiper-slide img{
    /*width:100%;*/
}

.product-recommendation-img{
    width:calc(100% - 2px);
    border:1px solid #e6e6e6;
    text-align:center;

}
.product-recommendation-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

.product-recommendation-top .gallery-top .product-recommendation-img{
    height:368px;
    line-height:364px;

}

.product-recommendation-right .gallery-thumbs .product-recommendation-img{
    height:75px;
    line-height:70px;
    opacity: 0.7;

}
.product-recommendation-right .gallery-thumbs .swiper-slide-thumb-active .product-recommendation-img{
    border-color:#d1202f;
    opacity: 1;
}

.activity-top{
    margin:30px 0;
    /*border-bottom:1px solid #c5c5c5;*/
    /*padding-bottom:30px;*/
}
.activity-top:after{
    display:block;
    content:'';
    clear:both;
}
.activity-top-type{
    float:left;
    /*margin-top: 9px;*/
    width: 100%;
    /*margin-bottom: 20px;*/

}
.activity-top-type a{
    padding:8px 15px;
    border:1px solid #d1202f;
    color:#d1202f;
    margin-right:5px;
    font-size:15px;
    display: inline-block;
    margin-bottom: 10px;

    display: inline-block;
    margin-bottom: 10px;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;

}
.activity-top-type a.curr,.activity-top-type a:hover{
    background:#d1202f;
    color:#fff;

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.activity-top-type-search{
    float:right;
}
.activity-top-type-search input{
    float:left;
    padding:8px 15px;
    background:#fff;
    border:none;
}
.activity-top-type-search:after{
    display:block;
    content:'';
    clear:both;
}
.activity-top-type-search-sub{
    float:right;
    background:#d1202f;
    padding:8px 25px;
    color:#fff;
}



.login-wrap-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 20;
}
.login-con {
    width: 500px;
    padding: 60px 50px;
    color: #fff;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 50%;
    z-index: 21;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -275%);
    -moz-transform: translate(-50%, -275%);
    -ms-transform: translate(-50%, -275%);
    -o-transform: translate(-50%, -275%);
    transform: translate(-50%, -275%);
    opacity: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con.identity-wrap {
    width: 750px;
}
.login-con.identity-wrap .rig-wrap .log-box {
    margin-top: 0;
}
.login-con.curr {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .close {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #333;
    cursor: pointer;
}
.login-con .tit {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.login-con .rig-wrap .input {
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border: 2px solid #fff;
}
.login-con .rig-wrap .input:before {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.login-con .rig-wrap .input.curr {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border-color: #d1202f;
}
.login-con .rig-wrap .input.curr:before {
    -webkit-animation: anim-shadow 0.3s forwards;
    animation: anim-shadow 0.3s forwards;
}
.login-con .rig-wrap .input.curr .ico {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .input input {
    border: none;
    background: none;
    padding: 20px;
    float: left;
    width: calc(100% - 90px);
    font-size: 16px;
    color:#fff;
}
.login-con .rig-wrap .input .ico {
    float: right;
    color: #b3b9bd;
    width: 34px;
    border-left: 1px solid #e0e7e8;
    text-align: right;
    padding: 6px 0;
    margin: 16px 15px 0 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .input .ico img{
    max-width: 24px;
    max-height:24px;
}
.login-con .rig-wrap .input:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .input .code {
    position: absolute;
    right: 80px;
    top: 14px;
    width: 125px;
    height: 42px;
    line-height: 42px;
    background: #d1202f;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}
.login-con .rig-wrap .input .code.curr {
    background: #999;
}
.login-con .rig-wrap .input .code img {
    width: 100%;
    height: 100%;
}
.login-con .rig-wrap .remember {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
}
.login-con .rig-wrap .remember:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .remember .reme-tit {
    float: left;
    line-height: 24px;
    color: #333;
}
.login-con .rig-wrap .remember .reme-tit label {
    cursor: pointer;
}
.login-con .rig-wrap .remember .reme-tit .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #d1202f;
    background-color: #d1202f;
}
.login-con .rig-wrap .remember .reme-a {
    float: right;
    color: #ee7420;
    line-height: 24px;
}
.login-con .rig-wrap .log-box {
    width: calc(100% - 2px);
    padding: 16px 0;
    text-align: center;
    background: #d1202f;
    border: 2px solid #d1202f;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .log-box:hover {
    color: #d1202f;
    background: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-con .rig-wrap .no-account {
    border-top: 1px solid #e5e5e5;
    padding-top: 38px;
    margin-top: 38px;
    text-align: left;
    display:none;
}
.login-con .rig-wrap .no-account:after {
    display: block;
    content: '';
    clear: both;
}
.login-con .rig-wrap .no-account .left-tit {
    color: #666;
    float: left;
}
.login-con .rig-wrap .no-account .left-tit .left-t {
    font-size: 22px;
    color: #e60012;
}
.login-con .rig-wrap .no-account .left-tit .left-info {
    font-size: 14px;
}
.login-con .rig-wrap .no-account .left-tit .left-info a {
    color: #e60012;
}
.login-con .rig-wrap .no-account .log-box {
    float: right;
    width: 160px;
    background: #e60012;
    border-color: #e60012;
}
.login-con .rig-wrap .no-account .log-box:hover {
    background: #fff;
    color: #e60012;
    border-color: #e60012;
}
.login-con .rig-wrap .copyright {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #7393ac;
}
.login-con-one .identity .li {
    width: 100%;
    border-radius: 5px;
}
@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 30px 20px #d1202f;
        opacity: 0;
    }
}
@keyframes anim-shadow {
    to {
        box-shadow: 0 0 30px 20px #d1202f;
        opacity: 0;
    }
}
.communication-wrap {
    position: fixed;
    right: 10px;
    bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    color: #2e72cf;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    display:none;
}
.communication-wrap img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.communication-wrap .msg {
    position: absolute;
    right: -5px;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: #ee5548;
    color: #fff;
    border-radius: 50%;
}
.communication-wrap.curr {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.no-data {
    padding: 85px 0;
    text-align: center;
    color: #999;
}
.no-data img {
    margin-top: 10px;
    width: 150px;
}
.J-business {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.business-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1200px;
    z-index: 101;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.4);
}
.business-wrap .close-img {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #333;
    cursor: pointer;
}
.business-wrap .close-img img {
    width: 26px;
}
.business-wrap .business-left {
    background: #f5f5f5;
    border-radius: 5px;
    width: 25%;
    max-height: 66vh;
}
.business-wrap .business-left .business-box {
    overflow-x: hidden;
    max-height: 70.5vh;
}
.business-wrap .business-left .business-box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-left .business-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-left .search-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 5%;
    padding:0;
}
.business-wrap .business-left .search-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-left .search-box input {
    border: none;
    width: calc(100% - 75px);
    float: left;
    padding: 12px 15px;
    font-size: 15px;
}
.business-wrap .business-left .search-box img {
    float: right;
    width: 50px;
    text-align: center;
    padding: 14px 14px;
    cursor: pointer;
    color: #99afc0;
    font-size: 18px;
}
.business-wrap .business-left .search-link {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.business-wrap .business-left .li {
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    padding: 15px;
}
.business-wrap .business-left .li:after {
    display: block;
    clear: both;
    content: '';
}
.business-wrap .business-left .li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}
.business-wrap .business-left .li .head {
    width: 82px;
    height: 82px;
    line-height: 76px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
}
.business-wrap .business-left .li .head .noread {
    background: #da251d;
    position: absolute;
    right: -4px;
    top: -2px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.business-wrap .business-left .li .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-left .li .tit-info .name {
    font-size: 15px;
    margin-top: 20px;
}
.business-wrap .business-left .li .tit-info .type {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    color: #666;
}
.business-wrap .business-left .li.curr {
    background: #ee731f;
}
.business-wrap .business-left .li.curr .tit-info {
    color: #fff;
}
.business-wrap .business-left .li.curr .tit-info .type {
    color: #fff;
}
.business-wrap .business-right {
    background: #f5f5f5;
    border-radius: 5px;
    width: 73.5%;
    min-height: 65vh;
    margin-left: 1.5%;
}
.business-wrap .business-right .box {
    padding: 30px;
    margin: 40px 25px 25px;
    border-radius: 5px;
    background: #fff;
    height: 54vh;
    overflow-x: hidden;
}
.business-wrap .business-right .box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-right .box::-webkit-scrollbar-track {
    background-color: #fff;
}
.business-wrap .business-right .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-right .box .li {
    margin-bottom: 15px;
}
.business-wrap .business-right .box .li .time {
    text-align: center;
    color: #c0c0c0;
    margin-bottom: 12px;
    font-size: 14px;
}
.business-wrap .business-right .box .li .tit-info:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .box .li .tit-info .head {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    float: left;
}
.business-wrap .business-right .box .li .tit-info .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info {
    float: left;
    margin-left: 20px;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
    background: #e8f0f7;
    position: relative;
    color: #4b799d;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.business-wrap .business-right .box .li .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
}
.business-wrap .business-right .box .li .tit-info .info:after {
    border-top: 10px solid transparent;
    border-right: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    left: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .box .li.me .tit-info .head {
    float: right;
}
.business-wrap .business-right .box .li.me .tit-info .info {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}
.business-wrap .business-right .box .li.me .tit-info .info:after {
    display: none;
}
.business-wrap .business-right .box .li.me .tit-info .info:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    right: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .input-box {
    margin: 25px;
    border-radius: 5px;
}
.business-wrap .business-right .input-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .img {
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 58px;
    border-radius: 5px;
    background: #99afc0;
    cursor: pointer;
    float: left;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img img {
    max-width: 45%;
}
.business-wrap .business-right .input-box .input {
    width: calc(100% - 75px);
    float: right;
    background: #fff;
    border-radius: 5px;
}
.business-wrap .business-right .input-box .input:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .input input {
    float: left;
    width: calc(85% - 30px);
    padding: 15px 15px;
    border: none;
    font-size: 14px;
}
.business-wrap .business-right .input-box .input .sub {
    width: 15%;
    background: #d1202f;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .input .sub:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.news-info-tit{
    margin-top:40px;
}
.news-info-t{
    font-size:24px;
    margin-bottom:10px;
}
.news-info-box{
    padding-bottom:50px;
}
.news-info-box img{
    max-width:100%;
    height:auto !important;
}

.news-info-other{

}
.news-info-other-t{
    font-size:24px;
}
.news-info-other-box{

}


.index-exhibition-box-l {
    padding-left: 0;
    padding-bottom: 50px;
}

body .layui-layer-btn-sub{
    text-align:center;
}
body .layui-layer-btn-sub .layui-layer-btn0{
    border-color: #d1202f;
    background-color: #d1202f;
    margin-bottom:20px;
    padding:5px 45px;
    border-radius:5px;
    height:auto;
}



.Demoonstration-hot{

    margin-top:40px;
}
.Demoonstration-hot-tit{
    font-size:18px;
    font-weight:bold;
    background:#c1010f;
    color:#fff;
    /*text-align:center;*/
    padding:14px 14px;
    border-radius:4px 4px 0 0;
}
.Demoonstration-hot-tit-two{
    background:#fdce3a;
    border-radius:0;
}
.Demoonstration-hot-box{
    background:#fff7f8;
    padding:11px;
}
.Demoonstration-hot-img{
    width:100%;
    text-align:center;
    background:#fff;
    margin-top:10px;
    line-height:116px;
}
.Demoonstration-hot-img img{
    max-width:100%;
    max-height:116px;
    vertical-align: middle;
}
.Demoonstration-hot-t{
    width:100%;
    text-align:center;
    line-height:35px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.live-left{
    margin-top:30px;
}
.live-left img{
    width:100%;
}



.pc-show {
    display: block;
}
.mb-show {
    display: none;
}

.mt20{
    margin-top:20px;
}

.lay-photo {
    position:fixed;
    z-index:29891015;
    width:100%;
    top:0px;
    left:0px;
    /* background: #00a3e0; */
	padding: 0 30px;
	text-align: right;
}
.lay-photo > div {
    cursor:pointer;
    display: inline-block;
    margin: 0 10px;
    width: 50px;
    height: 40px;
    line-height: 40px;
}

.index-events .imgbox {
	border-radius: 10px !important;
}
.index-events .index-images-swiper .swiper-slide {
	border-radius: 15px;
	background-color: #fff;
}
.index-events .index-images-theme .txtbox {
	background-color: #fff;
}


.index-bg {
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.index-images-swiper {
	padding: 10px 0px;
}
.index-images-swiper .swiper-slide{
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 8px;
	overflow: hidden;
}
.index-images-swiper img{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.index-images-swiper .p {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background-color: #df2023;
	color: #fff;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

.index-images-theme .swiper-slide{
	background-color: #f9dddd;
	height: auto;
}
.index-images-theme .imgbox {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.index-images-theme .imgbox img {
	border-radius: 0px;
}
.index-images-theme .txtbox {
	background-color: #f9dddd;
	border-radius: 0 0 8px 8px;
	padding: 20px;
}
.index-images-theme .txtbox .tit {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #df2023;
}

.index-video {
	background: url(../images/bg2.png) no-repeat center center;
	background-size: 100% 100%;
}

.more-links {
	margin-top: 10px;
}
.more-links .tab {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}
.more-links .tab.active,
.more-links .tab:hover {
	color: #df2023;
	border-bottom: 1px solid #df2023;
}
.more-links .more {
	margin-left: 0;
}

.index-video-con .tab-con{
	display: flex;
}
.index-video-con .item {
	position: relative;
	background-color: rgba(0, 0, 0, .1);
	cursor: pointer;
}
.index-video-con .item:hover:after {
	background-color: transparent;
	transition: all 400ms;
}
.index-video-con .item:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5) url(../images/ico-video.png) no-repeat center center;
	transition: all 400ms;
}
.index-video-con img {
	display: block;
	width: 100%;
}
.index-video-con video {
	width: 100%;
	display: block;
}
.index-video-con .p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index-video-con .big {
	flex-grow: 1;
	margin-right: 20px;
}
.index-video-con .right {
	width: 29.3%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.index-video-con .small {
	margin-bottom: 20px;
	flex: 1;
}
.index-video-con .small:last-child {
	margin-bottom: 0;
}
.index-video-con .small .imgbox {
	height: 100%;
}
.index-video-con .small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news-list {
	display: flex;
	flex-wrap: wrap;
}
.index-news-list li {
	width: calc(100%/3 - 4%);
	margin-right: 6%;
	margin-bottom: 3%;
	border-left: 2px solid #df2023;
	padding-left: 15px;
	padding-bottom: 30px;
	position: relative;
}
.index-news-list li:nth-child(3n) {
	margin-right: 0;
}
.index-news-list li:nth-last-child(1),
.index-news-list li:nth-last-child(2),
.index-news-list li:nth-last-child(3) {
	margin-bottom: 0;
}
.index-news-list li .tit {
	font-weight: bold;
	font-size: 16px;
}
.index-news-list li .p {
	font-weight: bold;
	color: #df2023;
	font-size: 16px;
}
.index-news-list li .date {
	color: #999;
}
.index-news-list li .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}

.index-activity-wrap {
	background-color: #fff8f8;
}

.activity-swiper {
	margin-bottom: 20px;
	padding: 10px 0;
}
.activity-swiper .swiper-slide {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.activity-swiper .swiper-slide img {
	display: block;
	width: 100%;
}

.index-activity-list {
	display: flex;
	flex-wrap: wrap;
}
.index-activity-list li {
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: calc(100%/4 - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.index-activity-list li:nth-child(4n) {
	margin-right: 0;
}
.index-activity-list li img {
	display: block;
	width: 100%;
}


.index-activity-txtlist {
	display: flex;
	flex-wrap: wrap;
}
.index-activity-txtlist .item {
	border-radius: 8px;
	overflow: hidden;
	width: calc(100%/4 - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 30px 20px;
}
.index-activity-txtlist .item:nth-child(4n) {
	margin-right: 0;
}
.index-activity-txtlist .item .p1 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
	height: 50px;
}
.index-activity-txtlist .item .p1 img {
	max-width: 100%;
}

.popbox {
	width: 90vw;
	max-width: 1000px;
	max-height: 90vh;
}
.popcon {
	padding: 30px;
}

.video-popbox {
	max-width: 1300px;
}
.video-popbox video{
	width: 100%;
}

.footer {
	background-color: #00111b;
	color: #fff;
}
.footer .top {
	display: flex;
	justify-content: space-between;
}
.footer .top .left {
	flex-grow: 1;
}
.footer .links-box {
	display: block;
	margin-top: 10px;
}
.footer .links-box a{
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.footer .links-box a:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin: 0 20px;
	color: #fff;
}
.footer .subscibe-box-ind {
	/* float: left; */
	/* max-width: 500px; */
	margin: 0;
	padding: 0;
}
.footer .subscibe-title {
	text-align: left;
	color: #fff;
	margin: 0 0 5px;
}
.footer .subscibe-txt {
	font-size: 14px;
	text-align: left;
	color: #fff;
	margin-top: 0;
}
.footer .subscibe-email {
	color: #333;
}
.footer .foot-logo .img{
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.footer .foot-logo img {
	height: 30px;
}
.footer .footer-share {
	margin-top: 30px;
	text-align: right;
}
.footer .footer-share img {
	width: 42px;
}
.footer .copyright {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.5);
}

.index-logo {
	padding: 10px;
}
.index-logo img{
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.index-logo .li {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 0;
}

.index-highlight {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 2.6%;
	background: url("/static/home/cn/images/bolan.png") no-repeat center center;
	background-size: 100% auto;
}
/* .index-highlight:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	position: absolute;
	top: 0;
	left: 0;
} */

.index-highlight .item {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.index-highlight .item:after {
	/* content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bolan-bg.png) no-repeat center bottom;
	background-size: 120% 72%;
	position: absolute;
	bottom: -20px;
	left: 0; */
}
.index-highlight .item .imgbox {
	position: relative;
	width: 120px;
	max-width: 60%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #df2422;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 120px;
	/* margin: 180px auto 120px; */
}
.index-highlight .item .icon {
	width: calc(100% - 30%);;
	height: calc(100% - 30%);;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 8px 8px 8px rgba(0, 0, 0, .2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-highlight .item .icon img {
	max-width: 60%;
	max-height: 60%;
}
.index-highlight .item .imgbox:before {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background: #df2023;
	/* background: url(../images/ico-biao.png) no-repeat center bottom; */
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.index-highlight .item .imgbox:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #df2023;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.index-highlight .item .txtbox {
	text-align: center;
	margin-bottom: 70px;
	/* position: absolute;
	top: 0;
	width: 100%; */
}
.index-highlight .item .txtbox .p {
	color: #666;
	line-height: 1.8;
	min-height: 75px;
}
.index-highlight .item .txtbox .tit {
	font-size: 18px;
	font-weight: bold;
}
.index-highlight .item .txtbox .tit .strong {
	color: #df2023;
	font-size: 24px;
}
.index-highlight .item .txtbox .tit .normal {
	font-weight: normal;
}
.index-highlight .item:nth-child(2n) {
	flex-direction: column;
}
.index-highlight .item:nth-child(2n) .imgbox {
	margin-top: 110px;
	margin-bottom: 0;
	/* margin-bottom: 140px; */
}
.index-highlight .item:nth-child(2n) .imgbox:before {
	top: auto;
	bottom: -40px;
	height: 40px;
	background-position: center top;
}
.index-highlight .item:nth-child(2n) .imgbox:after {
	top: auto;
	bottom: -40px;
}
.index-highlight .item:nth-child(2n) .txtbox {
	top: auto;
	bottom: 0;	
	margin-top: 60px;
	margin-bottom: 0;
}

@media (max-height: 1080px){
    /*        	.activity-motai-box-tongzhi{
                    max-height: 660px;
                }*/
}

@media (max-width: 1100px){
    .activity-motai-box-tongzhi{
        max-width: 95%;
        padding: 30px;
    }
}
@media (max-width: 768px){
    .activity-motai-box-tongzhi{
        max-height: 550px;
    }
	.footer .top {
		display: block;
	}
	.footer .left {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:1100px){
	.insight-mid{
		padding-left: 15px;
		padding-right: 15px;
	}
	.insight-contact-left{
		float: none;
		width: 100%;
	}
	.insight-contact-right{
		float: none;
		width: 100%;
	}
	.links-box .a {
		padding: 20px 15px;
	}
	.links-box .a .p1 {
		font-size: 18px;
	}
	.index-activity-txtlist .item .p1 {
		height: 35px;
	}
}
@media screen and (max-width:767px){
	.contact-right-title{
		font-size: 18px;
	}
	.insight-title{
		font-size: 22px;
	}
	.insight-line{
		display: none;
	}

	.Exhibitors-data:after{
	    clear:both;
	    display:block;
	    content: ' ';
	}
	.Exhibitors-data{
		position:initial;
	    padding: 15px 30px;
	}


	.banner{
		width:100%;
		margin-left:0;
		left:0;
		height:auto;
	}

	.banner .swiper-slide img{
		width:100%;
	}


	.foot-logo-left{
		margin-left:10px;
	}
	.foot-logo-left img {
	    height: 24px;
	}
	.foot-logo-right{
		margin-right:10px;
	}
	.foot-logo-right img {
	    height: 24px;
	}

	.footer-copyright-tit{
		line-height:22px;
		padding:8px 0;
		height:auto;
	}

    .pc-show {
        display: none;
    }
    .mb-show {
        display: block;
    }


    .virtual-exhibitor-banner img{
        width:100%;
    }

    .Demoonstration-row {
        margin-top: 20px;
    }

    .DemoonstrationSearch-row-wrap{
        padding: 10px;
    }

    .code-box{
        display:none;
    }
    .DemoonstrationSearch-row select{
        width:100%;
        margin-bottom:10px;
    }

    .DemoonstrationSearch-row input{
        width: calc(70% - 1px);
    }
    .exhi-search{
        width: 30%;
    }

    .recommend-product-tit{
        font-size: 24px;
    }
    .recommend-product-con{
        /*padding:0 15px;*/
    }
    .recommend-product-con .swiper-slide{
        width: 80%;
    }

    .recommend-product-li{
        width:100%;
    }
    .recommend-product-li:nth-of-type(2n){
        margin-right:0;
    }

    .recommend-exhibotor-wrap{
        padding: 30px 0;
    }
    .recommend-exhibotor-wrap .recommend-product-tit{
        margin-bottom:0;
    }

    .Recommend-exhibitors {
        /*padding:0 15px;*/
    }
    .Recommend-exhibitors .swiper-container{
        padding-top:40px;
    }

    .Recommend-exhibitors .swiper-slide{
        width: 80%;
    }
    .Recommend-exhibitors-li{
        width:100%;
    }
    .Recommend-exhibitors-li:nth-of-type(2n){
        margin-right:0;
    }

    .Exhibitors-registration{
        width:100%;
        margin-left:0;
        left:0;
        height:auto;
    }
    .Exhibitors-registration img{
        width:100%;
    }
    .Exhibitors-registration a{
        display:none;
    }
    .exhibitors-live-box{
        padding:0 15px;
    }

    .exhibitors-live .gallery-top{
        width:100%;
    }
    .exhibitors-live .gallery-thumbs{
        width:100%;
        margin-top:15px;
        height:250px;
    }
    .exhibitors-live-li{
        margin-left:0;
        padding:10px;
    }
    .exhibitors-live-info-tit{
        font-size:16px;
    }

    .exhibitors-video-con{
        margin-left:0;
        width:100%;
    }

    .exhibitors-video .recommend-product-tit{
        margin-bottom:0;
    }

    .recommend-product-more a{
        padding: 10px 35px;
    }

    .recommend-product-more{
        padding: 15px 0;
    }

    .hot-search,.alphabet{
        display:none;
    }


    .product-recommendation-top .gallery-top{
        width:100%;
    }
    .product-recommendation-right{
        width:100%;
    }
    .product-recommendation-right-box{
        height:auto;
        margin-bottom:15px;
		min-height: 0;
    }

    .product-recommendation-top{
        margin:20px 0;
    }
    .exhibitors-information-box{
        margin-top:15px;
    }
    .exhibitors-information{
        padding-bottom:20px;
    }
    .exhibitors-information-bg{
        /*height:400px;*/
    }
    .exhibitors-information-box-img{
        margin: 0 25px 10px;
        width: calc(100% - 50px);
    }
    .exhibitors-information-box-info{
        margin-left: 25px;
        width: calc(100% - 50px);
    }


    .exhibitors-company{
        display:block;
        padding:0 15px 15px;
    }
    .search-details-introduce{
        width:100%;
        margin-bottom:0;
    }
    .search-details-introduce-info{
        width:100%;
    }

    .recommend-product .exhi-live-tit{
        padding:0 15px;
    }

    .exhibitors-bg{
        padding:25px 15px;
    }

    .exhi-live-li{
        width:100%;
        margin-right:2%;
        margin-bottom: 10px;
    }
    .exhi-live-li:nth-of-type(3n){
        margin-right:2%;
    }
    .exhi-live-li:nth-of-type(2n){
        margin-right:0;
    }

    .live-events .exhi-live-tit{
        padding:0 15px;
    }

    .recommend-product{
        margin:20px 0;
    }
    .exhibitors-video{
        padding-top:30px;
        margin-top:20px;
    }

    .exhi-news-box {
        padding:0 15px;
    }
    .exhi-news-li{
        width:100%;
        padding: 12px;
    }
    .exhi-news-m{
        font-size: 32px;
    }
    .exhi-news-time{
        padding-right: 12px;
    }

    .exhi-news-info{
        margin-left: 12px;
        width: calc(100% - 84px);
    }

    .Marketing-materials-box{
        margin:0 15px;
        padding:10px 20px;
    }
    .Marketing-materials-li{
        padding: 10px 0;
    }

    .exhi-news{
        margin-top:20px;
    }
    .exhi-news .exhi-live-tit{
        padding:0 15px;
    }

    .activity-top-type{

        padding:0 15px;
    }
    .activity-top-type:after{
        display:block;
        content:'';
        clear:both;
    }
    .activity-top-type a{
        display:block;
        float:left;
        margin-bottom:10px;
        margin-right:10px;
        padding: 6px 14px;
        font-size: 14px;
    }

    .activity-top{
        margin-top:0;
    }
    .activity-top-type-search{
        width:calc(100% - 30px);
        margin:0 15px;
    }
    .activity-top-type-search input{
        width:80%;
    }
    .activity-top-type-search-sub{
        padding:8px 0;
        width:20%;
        text-align:center;
    }
    .exhi-live-box{
        padding:0 15px;
    }

    .live-box-top{
        display:block;
    }
    .live-box-top-left{
        width:100%;
        height:250px;
    }
    .live-box-top-info{
        width:100%;
        padding: 30px 30px 60px 30px;
    }

    .live-categories-box{
        /*padding:20px 15px;*/
    }
    .live-categories-box-li{
        width:100%;
        margin-bottom: 15px;
    }

    .live-Popular-categories{
        margin: 35px 15px;
    }

    .live-Popular-categories-box a{
        margin-right: 12px;
    }

    .Online-exhibition-left{
        width:100%;
        padding:0 15px;
        margin-bottom:20px;
    }

    .select-list-logo{
        border:none;
    }
    .select-list-logo a{
        width:100%;
    }

    .product-item{
        width:48%;
        margin-right:4%;
        margin-bottom: 15px;
    }
    .product-item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .product-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .index-exhibition-l .letter{
        display:block;
    }
    .index-exhibition-l .letter a{
        margin-right:8px;
        line-height:30px;
    }
    .select-list-row .select-list-txtbox{
        padding: 15px;
    }

    .index-exhibition-l .condition .condition-tit{
        width:100%;
    }
    .index-exhibition-l .condition .con{
        width:100%;
    }
    .index-exhibition-l .condition .con .li span{
        font-size: 13px;
        padding: 2px 5px;
    }
    .index-exhibition-l .condition .con .li img{
        /*right: -12px;*/
        /*top: -12px;*/
        width: 14px;
        height: 14px;
    }


    .content{
        padding: 0 15px;
    }

	.maintit-box {
		margin-bottom: 30px;
	}
	.maintit-box .maintit {
		margin-bottom: 10px;
	}
	.maintit {
		font-size: 24px;
	}
	.index-about {
		display: block;
	}
	.index-about .txtbox {
		width: 100%;
	}
	.index-about .right {
		width: 100%;
		padding-left: 0;
	}
	.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next {
		left: -15px;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev {
		right: -15px;
	}
	.index-video-con .tab-con {
		display: block;
	}
	.index-video-con .big {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.index-video-con .right {
		width: 100%;
	}
	.index-activity-txtlist .item,
	.index-activity-list li {
		width: calc(100%/2 - 10px);
	}
	.index-activity-txtlist .item:nth-child(2n),
	.index-activity-list li:nth-child(2n) {
		margin-right: 0;
	}
	.index-news-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px !important;
	}
	.footer .subscibe-box-ind {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .foot-logo .img {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.popcon {
		padding: 30px 20px;
	}
	.index-activity-txtlist .item .p1 {
		height: auto;
	}
	.cookie-message-box .cookie-btnbox {
		margin-top: 20px;
	}
	.index-highlight {
		display: block;
		padding: 2% 0;
		background-image: url(../images/bolan-750.png);
		background-size: 80% 100%;
		background-position: top center;
	}
	.index-highlight .item {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		margin: 20px 0;
		padding-left: 10%;
	}
	/* .index-highlight .item:before {
		content: "";
		display: block;
		width: calc(90% - 50px);
		height: 1px;
		background-color: #df2422;
		position: absolute;
		bottom: 0;
		left: calc(10% + 50px);
		display: none;
	}
	.index-highlight .item:after {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #df2023;
		position: absolute;
		bottom: -7px;
		right: 0;
		display: none;
	} */
	.index-highlight .item .imgbox {
		margin: 0;
		width: 100px;
		flex-shrink: 0;
	}
	.index-highlight .item .imgbox:before,
	.index-highlight .item .imgbox:after {
		display: none;
	}
	.index-highlight .item .txtbox {
		text-align: right;
		position: static;
		margin-left: 20px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.index-highlight .item:nth-child(2n) {
		flex-direction: row-reverse;
		padding-right: 10%;
		padding-left: 0;
	}
	.index-highlight .item:nth-child(2n):before {
		left: auto;
		right: calc(10% + 50px);
	}
	.index-highlight .item:nth-child(2n):after {
		right: auto;
		left: 0;
	}
	.index-highlight .item:nth-child(2n) .imgbox {
		margin: 0;
	}
	.index-highlight .item:nth-child(2n) .txtbox {
		text-align: left;
		right: auto;
		left: 0;
	}
}
