.section1 .bgCover{
	height: 390px;
	background-position-y: -425px;
	background-repeat: no-repeat;
}
.section1 .bgCover p{
	font-size: 40px;
	padding-top: 13%;
}
@media screen and (max-width: 768px){
	.section1 {
		height: 100%;
	}
	.section1 .bgCover{
		height: 300px;
		background-position-y:100%;
	}
	.section1 .bgCover p{
		padding-top: 32%;
	}

}
.detail{
	background-color: #e5e5e5;
	min-height: 500px;
	margin:0 auto;
}

.detail .container{
	background-color: #fff;
}
.detail .container ul{
	padding: 0;
}
.detail .container ul li{
	margin-left: 0;
	width: 100%;
	list-style: none;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	border-top:2px solid #eeeeee;
}
.detail .container ul li span{
	padding: 1%;
}

@media screen and (max-width: 768px){
	.detail{
		margin-top: 0;
	}
	.detail .container ul li{
		line-height: 40px;
	}
}
.detail .container .row .change a{
	text-decoration: none;
	display: inline-block;
	padding: 20px 40px;

}
