.videoDownloadBox {
	display: block;
}

.videoList {
	display: inline-block;
	width: 100%;
}

.video_look {
	width: 31%;
	padding-bottom: 0.5em;
	float: left;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.imgBox {
	position: relative;
	height: 170px;
}

.video_look img {
	width: 100%;
	height: 100%;
}

.videoTimeBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0.3em 0 0.3em 1em;
	color: #FFFFFF;
}

.videoPic {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 10px solid transparent;
	border-left: 15px solid #FFFFFF;
	border-bottom: 10px solid transparent;
	content: "";
	margin-right: 1em;
	cursor: pointer;
}

.videoNameBox {
	margin-top: 0.5em;
	color: #666666;
	text-align: center;
}

.btn_download {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 4px 10px;
	margin-left: 2em;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
}

.videoName {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.download_pic {
	position: relative;
	padding: 0 7px;
	background-image: url(../img/donwloadPic.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 0.3em;
}

.downloadBox {
	display: inline-block;
	margin-top: 1rem;
	position: relative;
	width: 100%;
	text-align: right;
	padding-right: 1rem;
}

.product-pagination {
	text-align: center;
	/*padding-left: 30%;*/
}


/* playVideo */

.playVideoBox {
	display: none;
}

.backImg {
	position: absolute;
	line-height: 3em;
	cursor: pointer;
}

.playVideoTitle {
	text-align: center;
	color: #e50014;
	line-height: 3em;
	border-bottom: 2px solid #E50014;
	padding-left: 4rem;
}

.pausecenterchbwuskjpgho {
	top: 40%;
}

.playVideoShow {
	/*height: 450px;*/
	margin-top: 2em;
	margin-bottom: 5em;
	background-color: azure;
}

.item {
	height: auto;
}

.itemlist {
	border-left: 0px solid #d42b32;
}

.accordion li {
	cursor: pointer;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
	color: #f39800;
}

.accordion li i {
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open i {
	color: #fff;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.titleTypeBox ul li {
	line-height: 3rem;
	text-align: center;
}


/* ie8/9 */

@media screen\0 {
	.videoDownloadBox {
		overflow: hidden;
	}
	.video_look {
		width: 30%;
		margin-right: 1em;
		margin-bottom: 2em;
	}
	.downloadBox {
		margin-top: 1em;
		padding-right: 1em;
	}
	.playVideoBox{
		overflow: hidden;
	}
	.playVideoShow {
		width: 970px;
		height:550px;
		margin: 2em auto;
		overflow: hidden;
	}
}

@media (max-width: 1230px) and (min-width: 1050px) {
	.video_look {
		width: 30%;
	}
}

@media (max-width: 1050px) and (min-width: 990px) {
	.video_look {
		width: 30%;
	}
	.mainContent {
		margin-left: -moz-calc(20% + 15px);
		margin-left: -webkit-calc(20% + 15px);
		margin-left: calc(20% + 15px);
	}
	.navList {
		margin-right: 15px;
	}
}

@media (max-width: 990px) and (min-width: 950px) {
	.video_look {
		width: 30%;
	}
	.mainContent {
		margin-left: -moz-calc(20% + 15px);
		margin-left: -webkit-calc(20% + 15px);
		margin-left: calc(20% + 15px);
	}
	.navList {
		margin-right: 15px;
	}
}

@media (max-width: 950px) and (min-width: 768px) {
	.video_look {
		width: 31.5%;
		margin-right: 0.5rem;
	}
	.btn_download {
		margin-left: 1rem;
	}
	.mainContent {
		margin-left: -moz-calc(20% + 15px);
		margin-left: -webkit-calc(20% + 15px);
		margin-left: calc(20% + 15px);
	}
	.navList {
		margin-right: 15px;
	}
}

@media screen and (max-width: 768px) {
	.mainContent {
		margin-left: 0;
	}
	.videoList {
		padding: 1rem;
	}
	.video_look {
		width: 48.5%;
	}
	.video_look:nth-child(odd) {
		margin-right: 1.5%;
	}
	.video_look:nth-child(even) {
		margin-left: 1.5%;
		margin-right: 0;
	}
	.videoTimeBox {
		top: 40%;
		left: 45%;
		width: 50px;
		height: 50px;
		border: 2px solid #FFF;
		border-radius: 50%;
	}
	.videoPic {
		position: absolute;
		top: 27%;
		left: 40%;
	}
}

@media screen and (max-width: 600px) {
	.video_look {
		width: 100%;
	}
	.video_look:nth-child(odd) {
		margin-right: 0;
	}
	.video_look:nth-child(even) {
		margin-left: 0;
	}
	.video_look {
		margin: 0 auto 2rem;
	}
	.imgBox {
		height: 200px;
	}
	.videoTimeBox {
		top: 45%;
	}
}

@media screen and (max-width: 414px) {
	.videoTimeBox {
		top: 35%;
	}
}

@media screen and (max-width: 414px) {
	.videoTimeBox {
		top: 30%;
	}
}


/**/