.navbar a{
	color: black;
}
.embed-responsive{
	height: 52px;
}

.img-xs-size{
	width: 140px;
	height: 140px;
}
.img-md-size{
	width: 500px;
	height: 500px;
}
.gray-color{
	color: #5a5a5a;
}
.red-color{
	color:#c40d2e;
}
.white-color{
	color: white;
}
/*超出DIV部分隐藏*/
.overflow{
	overflow: hidden;
}
/*sm  md  lg*/
@media only screen and (min-width:769px ) {
	.img{
		width: 100%;
	}
	/*index*/
	#navbar-style{
		width: 106%;left:-4%
	}
	.carousel-left{
		position: absolute;
		top:35%;
		left:7%;
		color: #fff;
		text-align: left;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
	.navbar-nav-list:hover{
	box-shadow: 0 2px 0 black;
		-moz-box-shadow: 0 2px 0 black;
		-webkit-box-shadow:0 2px 0 black ;
	/*text-decoration: underline;*/
	}
	.nav-left{
		padding-left: 50px;
	}
	nav a:hover{
		color: darkgray;
		background-color: transparent !important;
	}
	/*柜台效果*/
	.fixed-window{
		position: fixed;
		background-color:rgba(0,0,0,0.7);
		z-index: 2;
		padding: 0;
		margin: 0;
		top:0;
		bottom: 0;
		text-align:center ;
		display: none;
	}
	.show-img{
		display: inline-block;
		vertical-align: middle;
		margin-top: 50px;
		background-repeat: no-repeat;
		background-size:cover ;
	}
	.ul-li{
		list-style: none;
	}
	.ul-li li{
		width: 100px;
		-o-transition:width 1s ;
		-moz-transition:width 1s ;
		-webkit-transition: width 1s;
		transition: width 1s;
		cursor: pointer;
	}
	.ul-li li:hover{
		width: 270px;
	}
	.box-shsdow{
		box-shadow: 2px 0 #5a5a5a;
	}

	/*all*/
	/*一般大图的大小  */
	.custom-home-width{
		width: 113%;
		left:-5%;
		position: relative;
	}
	/*外边距*/
	.mt-height{
		margin-top: 20px;
	}

	.mt-heightX{
	margin-top: 50px;
	}

	/* 配件页面*/
	.parts-show{
		width:114%;
		position: relative;
		left:-6%;
	}

	/*二级菜单样式*/
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu:hover > a:after {
		border-left-color: #fff;
	}
	.dropdown-submenu.pull-left {
		float: none;
	}
	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
	}
	/*hardware*/
	.skew{
		transform: skew(30deg,0);
	}


}
/*xs*/
@media only screen and (max-width:768px ) {
	a,h3,h2,h1{
		font-size: large;
	}
	.align-center{
		text-align: center;
	}
	.img-size-all{
		width: 100%;
	}
	.mt-heightX{
	margin-top: 20px;
	}
	.mt-height{
		margin-top: -20px;
	}
	/*d导航*/
	.navbar-header{
		position: relative;
		left:-5%;
	}
	.navbar-header>span{
		position: relative;
		left:-2%;
	}
	/*主页菜单*/
	.menu{
		position: relative;
		display: inline-block;
		width: 3em;
		height:3em;
		border-radius: 50%;
		cursor: pointer;
		background: -moz-linear-gradient(45deg, #ff4987, #23ffda); /* Firefox 3.6 - 15 */
		background: -webkit-linear-gradient(45deg, #ff4987, #23ffda); /* Firefox 3.6 - 15 */
		background: -o-linear-gradient(45deg, #ff4987, #23ffda); /* Firefox 3.6 - 15 */
		background:linear-gradient(45deg, #ff4987, #23ffda); /* Firefox 3.6 - 15 */
		background-size: 400% 400%;
		-moz-animation:bgcdeg 10s infinite normal ease ;
		-webkit-animation:bgcdeg 10s infinite normal ease;
		-o-animation:bgcdeg 10s infinite normal ease;
		animation:bgcdeg 10s infinite normal ease;
	}
	.menu>a{
		text-decoration: none;
	}
	.menu>a>span{
		line-height: 3em;
		font-size: small;
		color: white;
	}
	@-moz-keyframes  bgcdeg{
		0%{
			background-position: 0% 0%;
		}
		25%{
			background-position: 50% 50%;
		}
		50%{
			background-position: 50% 100%;
		}
		75%{
			background-position: 100% 50%;
		}
		100%{
			background-position: 0% 0%;
		}
	 }
	@-webkit-keyframes  bgcdeg{
		0%{
			background-position: 0% 0%;
		}
		25%{
			background-position: 50% 50%;
		}
		50%{
			background-position: 50% 100%;
		}
		75%{
			background-position: 100% 50%;
		}
		100%{
			background-position: 0% 0%;
		}
	}
	@-o-keyframes  bgcdeg{
		0%{
			background-position: 0% 0%;
		}
		25%{
			background-position: 50% 50%;
		}
		50%{
			background-position: 50% 100%;
		}
		75%{
			background-position: 100% 50%;
		}
		100%{
			background-position: 0% 0%;
		}
	}
	@keyframes  bgcdeg{
		0%{
			background-position: 0% 0%;
		}
		25%{
			background-position: 50% 50%;
		}
		50%{
			background-position: 50% 100%;
		}
		75%{
			background-position: 100% 50%;
		}
		100%{
			background-position: 0% 0%;
		}
	}
	/*收银软件详情页面图片间距*/
	.img-height{
		margin-top: 20px;
	}
}




