.banner{
	height: 16rem;
}

.videoTitle{
	height: 1.8rem;
	padding: 2.4rem 0 1.2rem 0;
}
.videoTitle>p:nth-of-type(1){
	height: 1.8rem;
	width: 0.3rem;
	background-color: #EE2319;
	border-radius: 0.3rem;
	margin-right: 1.2rem;
}
.videoTitle>p:nth-of-type(2){
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	height: 1.8rem;
	line-height: 1.8rem;
}

/* 内容一 */
.videoC1Box{
	padding: 0 1.5rem 1rem 1.5rem;
}
.videoC1Item{
	margin-bottom: 1rem;
	width: 16.8rem;
	height: 9rem;
	border-radius: 0.5rem;
	box-shadow: 0.2rem 0.5rem 0.5rem rgba(0,0,0,.1);
	background-repeat: no-repeat;
}
.videoC1Item p{
	margin-left: 1.5rem;
}
.videoC1Title{
	height: 1.3rem;
	line-height: 1.3rem;
	padding-top: 1.8rem;
	padding-bottom: 0.9rem;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
}
.videoC1Txt{
	height: 1rem;
	line-height: 1rem;
	font-size: 1rem;
	padding-bottom: 0.5rem;
	color: #fff;
}
.videoC1Bor{
	width: 1.5rem;
	height: 0.1rem;
	background-color: #D8D8D8;
	margin-top: 0.5rem;
}

/* 内容二 */
.videoBox{
	padding: 0 1.5rem 1rem 1.5rem;
}
.videoC2Item{
	width: 16.8rem;
	height: 9.6rem;
	border-radius: 0.5rem;
	background-color: #fff;
	box-shadow: 0.1rem 0.1rem 0.4rem rgba(0,0,0,.1);
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	overflow: hidden;
}
.videoC2Item>p{
	margin-left: 1.3rem;
}
.videoC2Title{
	margin-top: 2.6rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 0.1rem;
}
.videoC2Txt{
	color: #888;
	height: 1rem;
	font-size: 1rem;
	line-height: 1rem;
	padding-top: 0.5rem;
}

/* 内容三 */
.videoC3Box{
	padding: 0.5rem 1.5rem 2rem 1.5rem;
}
.videoC3Div{
	height: 8.5rem;
}
.videoC3Item{
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0 0 0.4rem rgba(0,0,0,.2);
}
.videoC3Item>div{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	width: 3.5rem;
	height: 3.5rem;
	padding: 1.4rem 0 0.9rem 0;
	margin: 0 auto;
}
.videoC3Item>p{
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
}
.videoC3Div2>div{
	width: 8.5rem;
	padding: 1.1rem 0 0.8rem 0;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
}

/* 内容四 */
.videoC4{
	background-color: #F7F8FB;
	padding-bottom: 3rem;
}
.videoC4Box{
	padding: 2rem 1.5rem 3rem 1.5rem;
}
.videoC4Item{
	width: 16.6rem;
	height: 9.8rem;
	border: 0.1rem solid #979797;
	background-color: #D8D8D8;
}
.videoC4Item>video{
	width: 100%;
	height: 100%;
}
.videoC4Btn{
	width: 11rem;
	height: 2.4rem;
	background-color: #EA7874;
	border-radius: 2.4rem;
	font-size: 1.2rem;
	color: #fff;
	margin: 0 auto;
}
.videoC4Btn>p{
	line-height: 2.4rem;
	margin-right: 0.3rem;
}

/* 视频案例 */
.videoList{
	padding: 0 1.5rem;
}
.videoList>div{
	height: 2.2rem;
	padding: 1.3rem 0 0.9rem 0;
}
.videoList>div p:nth-of-type(1){
	color: #333;
	font-size: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	padding-bottom: 0.6rem;
}
.videoList>div p:nth-of-type(2){
	width: 2.4rem;
	height: 0.3rem;
	border-radius: 0.3rem;
	margin: 0 auto;
}
.videoListHover p:nth-of-type(1){
	font-weight: bold;
}
.videoListHover p:nth-of-type(2){
	background-color: #EE2319;
}

/* 内容 */
.videoListBox{
	padding: 0.5rem 1.5rem 1rem 1.5rem;
	background-color: #fff;
}
.videoListDiv{
	display: none;
}
.videoListDivHover{
	display: block !important;
}
.videoListDivWarp>div{
	width: 16.6rem;
	height: 9.8rem;
	border: 0.1rem solid #979797;
	background-color: #D8D8D8;
	margin-top: 1rem;
}
.videoListDivWarp>div video{
	width: 100%;
	height: 100%;
}








