body {
	background-color: #f5f5f5;
}
.inter-top {
	width: 100%;
	height: 60vh;
	background: url(../images/internationtop.jpg) no-repeat top center;
	text-align: center;
	margin-bottom: 20px;
}
.inter-top h1 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding: 30% 0 5% 0;
}
.inter-top h2 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.inter-top p {
	color: #fff;
    line-height: 36px;
    padding-top: 6%;
}
.inter {
	width: 94%;
	margin: 0 auto;
}
.inter>div h3 {
	line-height: 58px;
	font-size: 26px;
	color: #2b2b2b;
	text-align: center;
	font-weight: 500;
}
.inter>div p {
	line-height: 18px;
	font-size: 14px;
	color: #505050;
	text-align: center;
}
.line {
	width: 44px;
	height: 1px;
	background-color: #bda977;
	margin: 22px auto; 
}
.dlsimg>img,.mlxyimg>img,.vogue>img,.fhwimg>img {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 20px;
}