   section .content {
   	width: auto;
   }
   
   .col-lg-3,
   .col-md-3,
   .col-sm-6,
   .col-xs-12 {
   	padding: 0 10px;
   	max-width: 435px;
   	cursor: pointer;
   }
   
   .mvlist,
   .mvlist a img {
   	width: 100%;
   	max-width: 435px;
   	height: 292px;
   	padding: 0;
   	margin-top: 0;
   	position: relative;
   	box-shadow: none;
   	margin-bottom: 0;
   	overflow: hidden;
   	transition: transform 0.5s;
   }
   .videolist:hover .mvlist a img{
   		transform: scale(1.1);
   }
   .ComTitle {
   	width: 100%;
   	border: none;
   	margin: 0;
   }
   
   .ComTitle ul {
   	width: 100%;
   	display: flex;
   	display: -webkit-flex;
   	justify-content: center;
   	flex-wrap: wrap;
   }
   .videos_list p{
   	background: #333333;
   	color: white;
   	text-align: left;
   	font-size: 16px;
   	margin: 100px 0 0;
   	padding: 10px;
   }
   .ComTitle li {
   	border-radius: 15px 15px 0 0;
   	line-height: 47px;
   	margin: auto 5px;
   	border: 1px solid #f9f9f9;
   }
   
   .ComTitle li a {
   	padding: 0 15px;
   	color: #333333;
   	cursor: pointer;
   }
   
   .curtab {
   	background: #f9f9f9;
   }
   
   .ComTitle li.curtab a {
   	color: #f75e5e;
   }
   
   .textBox {
   	margin: 60px auto;
   }
   
   .textBox hr {
   	width: 100%;
   	margin: 0;
   	margin-bottom: -3px;
   	border: 1px solid #999999;
   }
   
   .redcolor {
   	width: 180px;
   	height: 5px;
   	background: #ff0000;
   }
   
   .sp_list {
   	padding: 40px 60px;
   	background: #f9f9f9;
   }
   
.imgcenter .caption {
   	text-align: left;
   	padding: 20px 0 0;
   	padding-left: 10px;
   	background: #f2f2f2;
   	overflow: hidden;
   	text-overflow: ellipsis;
   	white-space: nowrap;
   }
   
   .imgcenter:hover .caption a{
   	color: #ff0000;
   }
   
   .caption a {
   	color: #333333;
   	font-size: 16px;
   	font-weight: 100;
   }
   
   .caption2 {
   	margin: 0 auto 30px;
	background: #f2f2f2;
   	padding: 10px 0 15px;
   	padding-left: 10px;
   }
   
   .caption2 span {
   	padding: 10px 0;
   	font-size: 12px;
   	color: #00b7ee;
   	border-radius: 10px;
   }
   
   .caption2 ._title {
   	color: #ff6600;
   	margin-right: 10px;
   }
   
   .bf_img {
   	position: absolute;
   	top: 0;
   	width: 100%;
   	height: 100%;
   	display: flex;
   	display: -webkit-flex;
   	justify-content: center;
   	align-items: center;
   	opacity: 0;
   	transition: opacity 1s;
   }
   .videolist:hover .bf_img{
   	opacity: 1;
   }
   .bf_img img {
   	width: auto !important;
   	height: auto !important;
   }
   
   .videos {
   	width: 100%;
   	height: 100%;
   	z-index: 20;
   	position: fixed;
   	top: 0;
   	left: 0;
   	right: 0;
   	margin: auto;
   	background: rgba(0, 0, 0, 0.5);
   	text-align: center;
   }
   
   .videos video {
   	width: 100%;
   	max-width: 1200px;
   	height: auto;
   	margin: 0 auto 0;
   }
   
   .videos_list {
   	position: relative;
   	max-width: 1200px;
   	margin: auto;
   }
   
   .vclose {
   	position: absolute;
   	top: 10px;
   	right: 10px;
   	font-size: 20px;
   	color: white;
   	cursor: pointer;
   	color: #666666;
   }
   
   .ckgdal {
   	margin: 40px auto 60px;
   	text-align: center;
   }
   
   .ckgdal button {
   	width: 300px;
   	padding: 10px 40px;
   	background: #ff0000;
   	color: white;
   	font-size: 18px;
   	outline: none;
   	border: none;
   	border-radius: 10px;
   }
   footer .col-1 a{
   	
   }
