/*result*/
.wrap1{
	width: 100%;
	margin-top: 120px;
	padding-bottom: 60px;
}
.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/result.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.resultvideo{
	width: 100%;
}
.result{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.result h2{
	margin-top: 60px;
	font-size: 36px;
	font-weight: bold;
}
.result h3{
	padding: 10px 0;
	font-size: 30px;
	margin-top: 30px;
}
.result .logo_block{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.result .logo_block img{
	padding: 10px;
	background: #fff;
	width: 170px;
    height: 77px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.result ul{
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
}
.result ul li{
	width: 48%;
	padding: 10px;
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 3px #555;
	margin-top: 10px;
}
.result ul li:nth-child(odd){
	float: left;
}
.result ul li:nth-child(even){
	float: right;
}
.result ul li>img{
	    width: 170px;
    height: 77px;
    margin:0 10px;
    
}
.result ul li>div{
	padding-left: 20px;
	border-left: 2px solid #aaa;
	text-align: left;
	width: 250px;
}
.result ul li>div>h4{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

@media screen and (max-width:768px) {
	.wrap1{
		margin-top: 50px;
		padding-bottom: 40px;
	}
	.wrap1:before {
	    background: url(../img/result-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.result{
		width: 100%;
		padding: 0 15px;
	}
	.result h2{
		margin-top: 30px;
		font-size: 24px;
	}
	.result h3{
		padding: 6px 0;
		font-size: 19px;
	}
	.result .logo_block{
		margin-top: 20px;
	}
	.result .logo_block img{
		width: 50%;
		height: 60px;
	}
	.result ul{
		width: 100%;
		margin-top: 20px;
		padding: 1px;
	}
	.result ul li{
		width: 100%;
	}
	.result ul li:nth-child(odd){
		float: none;
	}
	.result ul li:nth-child(even){
		float: none;
	}
	.result ul li>img{
		width: 160px;
		height: 60px;
	}
	.result ul li>div{
		padding-left: 10px;
	}
	.result ul li>div>h4{
		line-height: 26px;
	}
	.result ul li>div>p{
		font-size: 13px;
	}
}