
.banner{
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 376px;
}
.mr35{
	margin-right: 35px;
}
.case-inner{
	overflow: hidden;
}
.case-list{
	padding-left: 10px;
	width: 1225px;
	margin-top: 80px;
}
.case-list li{
	width: 370px;
	
	height: 400px;
	margin-right: 25px;
	margin-bottom: 64px;
	float: left;
}
.case-list li:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.case-list li a img{
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}
.case-list li:hover img{
	transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}
.case-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case-item{
	width: 366px;
	height: 256px;
	border: 1px solid #e9e9e9;
	position: relative;
}
.tag{
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.orange{
	background-color:#f48e0a ;
}
.blue{
	background-color: #00b4ff;
}
.darkblue{
	background-color:#003ea5 ;
}
.freashred{
	background-color: #ff152a;
}
.hese{
	background-color: #5e160b;
}
.green{
	background-color: #6ac527;
}
.darkgreen{
	background-color: #0ea0a2;
}
.zise{
	background-color: #5a4885;
}
.case-item a img{
	display: block;
	width:100%;
	min-height: 100%;
}
.case-item-tit{
	font-size: 22px;
	color: #031427;
	line-height:1.2em;
	text-align: justify;
	height: 52px;
	overflow: hidden;
	margin-top: 30px;
	padding: 0 15px;
}
.case-static{
	display: inline-block;
	margin-top: 20px;
	padding: 0 15px;
}
.case-static .static{
	height: 15px;
	font-size: 13px;
	color: #00A0E9;
	line-height: 15px;
	background-image: url(../img/product/scene.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 20px;
	border-right: 1px solid #050B26;
	
	
}
.oyername{
	padding: 0 20px;
	font-size: 15px;
	color: #031427;
	line-height: 1;
}


/*视频播放*/
.marsk{
	position: fixed;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 1000;
	display: none;
	
}
.lookfilm{
   width: 640px;
   height: 480px;
   padding:30px 20px 20px 20px;
   background-color: #fff;
   position: fixed;
   top: 50%;
   margin-top: -260px;
   left: 50%;
   margin-left: -345px;
   z-index: 1001;
   display: none;
   
   
}
.close{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: #aaa;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	
}
.close:hover{
	font-size: 28px;
	color: #031427;
	
}
