.kuang {
	position: relative;
	width: 400px;
	height: 160px;
	margin: 0 auto;
}

.kuang>img {
	width: 400px;
	height: 160px;
}

.kuang h2 {
	color: #fff;
	width: 400px;
	padding-right: 15px;
	height: 160px;
	font-size: 26px;
	letter-spacing: 4px;
	font-weight: normal;
	text-align: center;
	line-height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}

.wrap1 {
	width: 100%;
	position: relative;
	min-height: 860px;
	margin-top: 110px;
	padding: 30px 0 160px 0;
}

.wrap1:before {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../imgs/speaker.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.safewidth {
	width: 1200px;
	margin: 0 auto;
}

.content1 {
	text-align: center;
	padding: 5% 0;
}

.speaker {
	width: 1020px;
	margin: 0 auto;
	padding-top: 20px;
}

.speaker ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.speaker ul li {
	width: 20%;
	margin-bottom: 60px;
	margin: 1.5%;
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
}

.speaker li img {
	display: block;
	width: 150px;
	height: 150px;
	border: solid 4px #fff;
	border-radius: 50%;
	margin: 0 auto;
}

.speaker li .image {
	display: block;
	width: 100px;
	height: 45px;
	margin: 0 auto;
	border: none;
	border-radius: 0%;
	padding: 5px;
	background-color: #fff;
}

.speaker li h6 {
	font-size: 20px;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
}

.speaker ul li .title {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 10px auto;
}

.speaker li p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}

.speaker .tip {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.company {
	width: 650px;
	margin: 0 auto;
}

.company h6.come {
	font-size: 24px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.company ul li {
	float: left;
	width: 160px;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

.company ul li img {
	width: 100%;
	height: 85px;
	padding: 10px;
	background: #fff;
}

.tipbox .tip {
	font-size: 12px;
	line-height: 2;
	color: #fff;
}

.wrap2{
	
}
@media screen and (max-width:768px) {
	.kuang {
		width: 300px;
		height: 120px;
	}
	.kuang>img {
		width: 300px;
		height: 120px;
	}
	.kuang h2 {
		width: 300px;
		height: 120px;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 120px;
	}
	.wrap1 {
		min-height: 800px;
		margin-top: 50px;
		padding: 30px 0;
	}
	.wrap1:before {
		background: url(../imgs/speakerm.jpg) no-repeat center;
		background-size: cover;
		;
	}
	.safewidth {
		width: 100%;
		padding: 0 15px;
	}
	.speaker {
		width: 100%;
		padding-top: 10px;
	}
	.speaker ul li .title {
		height: 130px;
	}
	.speaker ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.company {
		width: 100%;
	}
	.company ul {
		width: 100%;
		margin: 0 auto;
	}
	.company ul li {
		width: 33%;
	}
	.company ul li img {
		width: 100%;
		height: auto;
	}
	.tipbox p.tip {
		font-size: 12px;
	}
	.company h6.come {
		font-size: 18px;
	}
}