.wrap1 {
	width: 100%;
	position: relative;
    min-height: 860px;
    height: auto;
    margin-top: 110px;
    padding: 60px 0;
}
.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/bg14.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.safewidth {
    width: 1200px;
    margin: 0 auto;
}
.content {
    margin: 0 auto;
}
.kuang {
    width: 230px;
    margin: 0 auto;
    padding: 15px 30px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang-gr.png) no-repeat;
    background-size: 100% 100%;
}
.kuang img {
	width: 200px;
}
.kuang h2 {
	font-size: 30px;
    color: #555;
    margin-left: 20px;
    letter-spacing: 2px;
}
.speaker{
	padding-top: 20px;
	margin: 0 auto;
}
.speaker ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.speaker ul li {
    width: 23%;
    margin-bottom: 60px;
    margin: 1%;
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}
.speaker li img {
    display: block;
    width: 150px;
    height: 150px;
    border: solid 4px #555;
    border-radius: 50%;
    margin: 0 auto;
}
.speaker li img.logo {
    border-radius: 0;
    border: none;
    width: 140px;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
}
.speaker li h6 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    color: #555;
}
.speaker ul li .title {
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.speaker li p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}
.company {
    width: 720px;
    margin: 0 auto;
}
.company h6.come {
	font-size: 24px;
	padding: 20px 0;
	color: #555;
}
.company ul li {
	float: left;
	width: 160px;
	border: solid 1px #ccc;
}
.company ul li img {
	width: 100%;
	height: 65px;
	padding: 5px;
	background: #fff;
}
.tipbox p.tip {
	font-size: 14px;
	color: #555;
	padding: 10px 0;
}
.tablebox tr td.tip {
    font-size: 14px;
    font-style: italic;
    color: #333;
    line-height: 2;
}
.tablebox table {
    background: #f9f9f9;
    margin: 0 auto;
}
.tablebox table tr td {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #555;
}
.tablebox table tr td.qianlan {
    color: #fff;
    background: rgb(0,171,237);
}
.tablebox table tr td.shenlan {
    color: #fff;
    background: rgb(1,43,103);
}
.tablebox table tr td img {
    width: 150px;
}
@media screen and (max-width:768px) {
    .wrap1 {
        min-height: 800px;
        margin-top: 50px;
        padding: 30px 0;
    }
    .wrap1:before {
        background: url(../imgs/m14.jpg) no-repeat center;
        background-size: cover;
    }
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    .content{
    	width: 100%;
    }
    .kuang {
        width: 300px;
        padding: 15px 20px;
	}
	.kuang img {
		width: 50%;
	}
	.kuang h2 {
		width: 100%;
		text-align: center;
		margin-left: -10px;
		font-size: 6vw;
		letter-spacing: 2px;
    }
    .speaker{
		width: 100%;
		padding-top: 10px;
	}
	.speaker ul li .title {
		height: 80px;
	}
	.speaker ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.company {
		width: 100%;
    }
    .company h6.come{
    	text-align: center;
    }
    .company ul {
        width: 345px;
        margin: 0 auto;
    }
	.company ul li {
		width: 50%;
    }
    .company ul li img {
        width: 100%;
        height: 71px;
    }
	.tipbox p.tip {
		font-size: 12px;
	}
    .tablebox table tr td img {
        width: 100px;
    }
}