.header{
	box-shadow: 5px 5px 10px #f1f4f7;
}
.moneyNav{
	margin-top: 30px;
}
.marB{
	margin-bottom: 20px;
}
.introduction{
	padding: 0 0 40px 0;
}
.parentDiv{
	font-size: 0;
	vertical-align: top;
	margin-top: 40px;
}
.introL,.introR{
	display: inline-block;
	vertical-align: middle;
}
.introL{
	margin-right: 40px;
	width: 50%;
}
.textPic{
	width: 100%;
}
.introR{
	width: calc(50% - 40px);
}
.redTitle{
	color: #e10011;
	font-size: 22px;
	margin-bottom: 15px;
}
.textBold{
	font-weight: bold;
	font-size: 15px;
	text-align: justify;
}
.textD{
	font-size: 15px;
	text-align: justify;
}
.loginBtn{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #e10011;
    box-shadow: 0 5px 5px #7b181c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.interview{
	background: #f8f9fb;
	width: 100%;
	padding: 40px 0;
}
.interviewTit{
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
}
.viewContent{
	width: 100%;
}
.viewList{
	width: 93%;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 30px 40px;
	overflow: hidden;
	margin-top: 30px;
}
.viewName{
	color: #e10011;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.viewD{
	font-style: italic;
	font-size: 16px;
}
.yh{
	position: absolute;
	bottom: -30px;
	right: 20px;
}
.viewListR{
	margin-left: 7%;
}
.viewListR .viewName{
	text-align: right;
}

.program{
	background: #fff;
	padding: 60px 0;
	width: 100%;
}
.proT{
	text-align: center;
}
.programImg{
	display:block;
	margin: 30px auto;
}

.banner_video_player{
	width: 100%;
}
@media screen and (min-width:1440px) and (max-width:2560px){
	.introL,.introR{
		vertical-align: middle;
	}
	.redTitle{
		margin-bottom: 20px;
	}
}
@media screen and (min-width:1px) and (max-width:768px){
	.hidden-mb{
		display: none !important;
	}
	.hidden-pc{
		display: block !important;
	}
	.bgTitle {
	    font-size: 24px;
	    text-align: left;
	}
	.moneyNav{
		margin-top: 0;
		padding-top: 70px;
	}
	.marB{
		margin-bottom: 10px;
	}
	.redTitle{
		margin-bottom: 10px;
	}
	.introL,.introR,.superL,.superR{
		width: 100%;
		display: block;
	}
	.introduction{
		padding:40px 0 30px 0;
	}
	.parentDiv{
		margin-top: 20px;
	}
	.introR{
		margin-bottom: 20px;
	}
	.alert_video{
		margin-top: 10px;
	}
	.interview{
		padding: 30px 0;
	}
	.interviewTit{
		font-size: 22px;
		line-height: 30px;
	}
	.viewList{
		padding: 20px;
		margin-bottom: 20px;
	}
	.viewName{
		margin-bottom: 10px;
	}
	.yh{
		width: 35%;
	}
}

