.innovative .innovative-hr{
	border-bottom: 1px solid #898989;
	color: #898989;
	text-align: center;
}
.innovative .box
{
	width: 100% !important;
	overflow: hidden; 
}

.innovative .box h3
{
	width:0px;
	padding: 20px 30px 15px;   /* using padding to adjust title's postion */
	font-size: 24px;
	cursor: pointer;
	display: none;

}
.innovative .box h3:hover
{
	text-decoration:underline;
}

.innovative .tri
{
	z-index:1;   
	position: relative;
	margin-bottom: -2px;

	left: 50px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 -8px;
	height: 8px;
	display: none;
}

.innovative .slide-wrap
{
	position: relative;
	/*background:#d3d7dc;*/
/*	height: 230px;*/
	/*border: 1px solid #bdc1c9;*/
	width: 100%;
}
.innovative .border
{
	position: relative;	
	top: 50%;
	transform:translateY(-50%);
	height:80%;
	border: none !important;
	/*border-top: 1px solid #c1c6cd;*/
}
.innovative .slide
{
	position: relative;	
	top: 50%;
	transform:translateY(-50%);
	
	-webkit-transition:left .5s;
	left: 0px;
	width:100%;
}

.innovative .slide-active-r
{
	left:-30px;
}
.innovative .slide-active-l
{
	left:30px;
}
.innovative .shift
{
	position: absolute;
	z-index: 1;
	background-color: #d3d7dc;
	height: 100%;
	-webkit-transition: opacity .5s, width .1s ,margin .5s;
	width:0px;
	opacity: 0;
}
.innovative .shift-active
{
	width:66px;
	opacity: .65;
}
.innovative .left
{
	left:-33px;
}
.innovative .right
{
	right:-33px;
}

.innovative i.shift
{
	top:50%;
	transform:translateY(-50%); 
	background-color: transparent;
	background-image:url(../vendor/jqueryslider/img/angle.png);
	background-size: auto;
	background-repeat: no-repeat;
	height: 45px;
}
.innovative i.left
{
	background-position: 0 0px;
}
.innovative i.right
{
	background-position: -28px 0px;
}

.innovative .i-active
{
	width: 28px;
	opacity: 1;
	margin:0 36px;	/* 33-28=5  5/2=2.xx  33(covered part)+3=36  push out angle button under covered part */
}

.innovative .i-active-move
{
	margin:0 18px;  /*  shift , 33+30=63 ,63-28=35,35/2=17.xx adjust the angle button to the middle  */
}

.innovative ul
{ 
	position: relative; /*for initial postion -> left -112*/
	white-space:nowrap;
	font-size: 0;
	transition: transform 0.5s ease-out;
}

.innovative li
{
	display: inline-block;
	vertical-align: bottom;
	padding: 10px 0;
	margin: 0 10px;
}
.innovative img
{
	/*box-shadow: 0 1px 3px rgba(0,0,0,.25);*/
	/*width: 145px;height:145px;*/ /* manipulated by jquery */
}
.innovative .title
{
	padding-top: 5px;
	font-family:'lucida grande';
	position: absolute;
	font-weight: bold;
	line-height: 16px;
	color: #6a7180 !important;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.innovative span
{
	color: #89919c;
}
.mr_frbox{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.mr_frUl{
	width: 900px;
	overflow: hidden;
	margin-top: 20px;
}
.mr_frUl li img{
	width: 280px;
	padding:0 30px;
}
.mr_frbox .fb{
	width: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.video video{
	width: 100%;
}