@charset "utf-8";
@media screen and (max-width: 767px) {	

    
	.section1,.section {
		margin-top: 20px;
		width:100%;
		overflow:hidden;		
	}
	.fix-w{
		display:none;
	}

	.activities_item_content a.more {
		display: inline-block;
		position: absolute;
		height: 28px;
		line-height: 28px;
		bottom: 10px;
		right: 10px;
		color: #FFFFFF;
		background: #ff6b36;
		font-size: 0.8rem;
		font-style: italic; 
		text-decoration: none;
		border-bottom: 1px solid #ff6b36;
		padding: 0 20px;
		border-radius: 14px;
	}
	
	.subtitle_cn,.subtitle_en {
		font-size: 1.6rem;
		margin: 0px auto 15px auto;
		width: 100%;
	}
	
	.video_box {
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
		background:none;
	}
	
	.video {
		position: relative;
		margin: 0 0 0 0;
		display: inline-block;
		width: 100%;
		height: auto;
	}
	
	.videoplayer {
		position: absolute;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		background: url('../images/play.png') no-repeat;
		background-size: 100%;
		width: 100px;
		height: 100px;
		cursor: pointer;
		z-index: 19;
	}
	
	.intro {
		background:#00489a;
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 10px 20px;
		color: #FFFFFF;
		font-size: 1rem;
		line-height: 160%;
		overflow: hidden;
		vertical-align: top;
		box-sizing: border-box;
		margin: 0 auto 25px auto;
	}
	
	.logos {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-left: 0;
		background-color: #e5e6e7;
	}
	


	.activities_box {
		display: table;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		border: 0;
	}
	
	.activities_item_box {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		border-radius: 0;
	}
	
	.activities_item {
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		margin-bottom: 10px;
	}
	

	.activities_item_img {
		display: block;
		position: relative;
		width: 100%;
		height: 66vw;
		border-radius: 0;
		overflow: hidden;
		border: 0;
	}
	
	.activities_item_img:after {
		height: 44vw;
	}
	
	.activities_item_img img {
		border-radius:  0;
	}
	
	.activities_item_content {
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.actives_item_right{
		margin-bottom: 0;
	}


	.focustop {
		display: block;
		width: 100%;
		height: auto;
	}

	.focus_l {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.focus_m {
		display: none;
	}
	
	.focus_r {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	
	.focus_r .news {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		background: #fff;
		padding: 20px;
		box-shadow: 0px 2px 3px 3px #eee;
		margin: 0;
		box-sizing: border-box;
	}
	
	.focus_r .news h3 {
		font-size: 1.2rem;
		font-weight: bold;
		margin: 0 0 15px 0;
		padding: 0;
		color: #00489a;
	}
	
	.focus_r ul {
		margin: 0;
		padding: 0;
	}
	
	.focus_r li {
		list-style-type: none;
		padding: 8px 0;
		border-top: 1px solid #eee;
		font-size: 0.9rem;
		margin: 0;
	}
	
	.focus_r li:first-child {
		border-top: none;
	}
	
	.focus_r .more {
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 0.9rem;
		color: #616161;
		display: block;
		text-align: right;
		margin-top: 15px;
	}
	
	.focus_l .swiper-container {
		width: 100%;
		height: auto;
		max-height: 400px;
		margin: 0;
	}
	
	.focus_l .swiper-slide img {
		width: 100%;
		height: auto;
	}
	
	.line_fixed {
		display: block;
		width: 100%;
		height: 15px;
		margin: 0;
	}
    
	.focus_r .button_box {
		min-width: 25%;
		max-width: 35vw;
	}
	.grayline {
		width: 90%;
		height: 2px;
		background: #a6a5a5;
		margin: 40px auto;
	}
    .speaker_line_fixed {
		display: block;
		width: 100%;
		margin-top: -30px;
	}
	.speaker_border0,
	.speaker_border1,
	.speaker_border {
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0 10px 0 10px;
		width: 47%;
		vertical-align: top;
	}

	.speaker_img0,
	.speaker_img1,
	.speaker_img {
		width: 30vw;
		height: 30vw;
		border-radius: 6vw;
	}

}
@media screen and (max-width: 376px) {
	.focus_r .button_box {
		min-width: auto;
		max-width: none;
		width: 29%;
		font-size: 0.75rem;
		margin-right: 5px;
		white-space: normal;
		padding: 0;
		box-sizing: border-box;
	}
}