.wrap1 {
	width: 100%;
	position: relative;
    background: url(../imgs/bg7.jpg) no-repeat center;
	background-size: cover;
    margin-top: 110px;
}
.safewidth {
    width: 1200px;
    margin: 0 auto;
}

.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;
}


.content1 {
    text-align: center;
    padding: 5% 0;
}
.huo {
	width: 64%;
	margin: 0 auto;
	margin-top: 4%;
}
.huo ul li {
	width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding: 40px 20px;
	border: 1px solid rgba(255,255,255,.6);
}
.huo ul li img {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}
.huo ul li .huoinfo {
	width: 80%;
	padding-left: 30px;
	border-left: solid 4px #ffffff80;
	text-align: left;
}
.huoinfo h6 {
	font-size: 22px;
	color: #fff;
	padding-right: 10px;
}
.huoinfo h6 span{
	font-size: 16px;
	line-height: 30px;
}
.huoinfo p {
	font-size: 15px;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	margin-top: 5px;
	letter-spacing: 2px;
}
/* logo矩阵 */
@media screen and (max-width:768px) {
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    
    .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 {
        width: 100%;
        position: relative;
        background: url(../imgs/m7.jpg) no-repeat center;
        background-size: cover;
        min-height: 900px;
        margin-top: 50px;
    }
	.huo {
        width: 100%;
        margin-top: 20px;
	}
	.huo ul li {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		padding: 15px 5px;
	}
	.huo ul li img {
		width: 45px;
		margin-right: 10px;
	}
	.huo ul li .huoinfo {
		padding-left: 10px;
		border-left: solid 4px rgb(255,255,255,0.3);
		text-align: left;
	}
	.huoinfo h6 {
		font-size: 17px;
		color: #fff;
		padding-right: 10px;
	}
	.huoinfo p {
		font-size: 12px;
	}
}