.img1{
	margin: 42px 0 65px 40px;
}
.content1{
	margin: 42px 50px 0 38px;
}
.content1-1,.content2-1,.content3-1,.content4-1,.content5-1{
	font-size: 32px;
	font-weight: bold;
}
.content1-2,.content2-2,.content3-2,.content4-2,.content5-2{
	margin-top: 24px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333;
}


.img2{
	margin: 20px auto;
}


.content2,.content3,.content4,.content5,.content6{
	margin: 42px 40px;
}

.vid{
	width: 80%;
	height: 60px;
	border-radius: 0px;
	box-shadow: 2px 2px 20px #ccc;
	text-align: center;
	margin:5% auto;
}
.video-title{
	width: 80%;
	font-size: 32px;
	font-weight: bold;
	margin: 12px auto;

	
}

.vid span{
	line-height: 60px;
}
.vid:hover{
	background: #f7f7f7;
	
}
.vid:hover span{
	color:#000; 
}
.vid a{
	color: #333;text-decoration:none; 
}

.foucs{
	background:#b71b30;
	
}
.foucs span{
	color: #fff;
}
.DWtitle{
	font-size: 32px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.DWimg1{
	width: 80%;
	text-align: center;
}
.PCdw{
	text-align: center;
	margin-top: 50px;
	margin-right:100px;
}
.PCdw a{
	text-decoration:none;
	text-align: center;
	font-size: 24px;
	color: #000;
	border: solid;
	border-width: 2px;
	padding: 20px 50px;
	border-radius: 48px;
}
.PCdw a:hover{
	color: #fff;
	background: #b71b30;
	border: none;
}
.PCdw p{
	margin-top: 10px;
}
.PCdw img{ 
	display: inline-block;
}
.Appdw{
	text-align: center;
	margin-top: 100px;
	margin-right:100px;
}
.Appdw a{
	text-decoration:none;
	text-align: center;
	font-size: 24px;
	color: #000;
	border: solid;
	border-width: 2px;
	padding: 20px 40px;
	border-radius: 48px;
}
.Appdw a:hover{
	color: #fff;
	background: #b71b30;
	border: none;
}
.Appdw p{
	margin-top: 10px;
}
.AppImg{
	display: none;
}

@media screen and (max-width: 767px){
	.content1,.content2,.content3,.content4,.content5{
		margin: 10px 10px;
	}
	.img3-xs,.img4-xs,.img5-xs{
		margin:15px 0;
	}
	.img4{
		display: none;
	}
	.mse3{
		width: 80%;

	}
	.PCdw a,
	.Appdw a{
		font-size: 16px;
		padding: 10px 20px;
		border-right: 20px;
	}
	.PCdw,.Appdw{
		margin:20px;
	}
	.DWimg1{
		width: 100%;
		text-align: center;
	}

} 