.all-container{
	overflow:hidden;
	
}
.sce-sq{
	width: 100%;
	margin-top: 20px;
}
/*中英文切换*/
.dropdown {
  position: relative;
  display: inline-block;
  color:#aaaaaa;
  float:right;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index:999;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.title{
	padding: 5px 15px;
	height: 2.5rem;
    line-height: 2.5rem;
}
.title img{
	width:55%;
	margin-left: 2%;
}
/*banner切换*/
.swiper-pagination-switch{
	display: inline-block;
	cursor: pointer;
	background-color: #e0e0e0;
	width: 7px;
	height: 5px;
	border-radius: 50%;
	margin: 0 2px;
	opacity: 1;
}
.swiper-active-switch{
	background: #fff;
	width: 10px;
	border-radius: 20px;
}
.banner-swiper-pagination{
	margin-top: -20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/*四个图标*/
.type{
	background-color: #f4f9fd;
    text-align: center;
}
.type img{
	width: 55%;
	margin-top: 20px;
}
.type .icon{
   text-align: center;
   margin: 10px 0px 10px 0px;
}
.layui-col-xs3 {
    width: 22%;
    margin-left: 2.3%;
}
/*主题峰会*/

.sce-Summit{
	width: 95%;
    margin: 0px auto 10px;
}
.sce-Summit .sce-title{
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin: 25px auto 20px;
	display: flex;
}
.sce-title img{
	width:100%;
}
.sce-Summit .sce-title span{
	color: #0862c3;
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	right: 18px;
}
.sce-Summit .sce-title div{
	float:left;
	margin: 0 7px 0 0;
}
.sce-Summit .Summit-bg .play{
	float:left;
	width:50%;
}
.sce-Summit .Summit-bg .play .playt {
	margin-bottom: 10px;
	text-align: center;
}
.sce-Summit .Summit-bg .play .playt img{
	width:95%;
}
.Summit-data{
	color:#aaaaaa;
	margin-top: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 
.Summit-tit{
	margin: 0 8px;
}
.sce-Summit .Summit-bg .play .playt .km{
	cursor: pointer;
	position: absolute;
	width: 2.5rem;
	height: 1rem;
	margin-top: 5px;
	margin-left:10px;
	z-index: 999;
}
.sce-Summit .Summit-bg .play .playt .bm{
	cursor: pointer;
	position: absolute;
	width: 2.5rem;
	height: 1rem;
	margin-top: 5px;
	margin-left:10px;
	z-index: 999;
}
/*论坛活动*/
.sce-forum{
	width: 95%;
    margin: 0px auto 10px;
}
.sce-forum .sce-title{
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin: 25px auto 20px;
	display: flex;
	align-items: center;
}
.sce-forum .sce-title span{
	color: #0862c3;
	font-size: 15px;
	font-weight:500;
	position: absolute;
	right: 18px;
}
.sce-forum .sce-title div{
	float:left;
	margin: 0 7px 0 0;
}







