

.banner{
	width:990px;
	height:400px;
	overflow:hidden;
	position:relative;
}

.slide-band:hover .menu-box{
	opacity: 0.8;
}

.banner-slide{
	width:990px;
	height:400px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}

.slide-active{
	display:block;
}

.slide1{
	background-image:url(../images/bg1.jpg);
}

.slide2{
	background-image:url(../images/bg2.jpg);
}

.slide3{
	background-image:url(../images/bg3.jpg);
}

.slide4{
	background-image:url(../images/bg4.jpg);
}

.slide5{
	background-image:url(../images/bg5.jpg);
}


.button{
    position: absolute;
    transform:rotate(180deg);
    top: 50%;
    left: 244px;
    height: 80px;
    width: 40px;
    margin-top:-40px;
    background:url(../images/arrow.png) center center no-repeat;
}

.next{
	transform:rotate(0deg);
	left:auto;
	right:0;
}

.button:hover{
	background-color:#333;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.dots {
	position: absolute;
	bottom: 24px;
	right: 400px;
	text-align: right;
	padding-right: 24px;
	line-height: 12px;
}

.dots span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-left: 8px;
	background-color: rgba(7, 17, 27, 0.4);
	cursor: pointer;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
}

.dots span.active{
	box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
	background-color: #ffffff;
}

/* menu-box */
.menu-box {

	background-color: #4976e4;
	opacity: 0.1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 244px;
	height: 400px;
	z-index: 1;
                
	/*background: -webkit-linear-gradient(#ff4232, #ff4232, #0532f5, #000000, #000000, #02ff27, #0036FF, #fffb00, #CE6EE2,  #CE6EE2); !* Safari 5.1 - 6.0 *!*/
	/*background: -o-linear-gradient(#ff4232, #ff4232, #0532f5, #000000, #000000, #02ff27, #0036FF, #fffb00, #CE6EE2,  #CE6EE2); !* Opera 11.1 - 12.0 *!*/
	/*background: -moz-linear-gradient(#ff4232, #ff4232, #0532f5, #000000, #000000, #02ff27, #0036FF, #fffb00, #CE6EE2,  #CE6EE2); !* Firefox 3.6 - 15 *!*/
	/*background: linear-gradient(#ff4232, #ff4232, #0532f5, #000000, #000000, #02ff27, #0036FF, #fffb00, #CE6EE2,  #CE6EE2); !* 标准的语法 *!*/
	/*background-color: #fffb00;*/

}

.menu-content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 244px;
	height: 400px;
	z-index: 2;
	padding-top: 6px;
}

.menu-item{
	height: 64px;
	line-height: 66px;
	font-size: 12px;
	cursor: pointer;
	padding: 0 24px;
	position: relative;
}



.menu-item a{
	display: block;
	color: #ffffff;
	padding: 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 63px;
	font-size:16px;
	font-weight: 600;

}
.menu-item a:hover{
	/*background: #ffb905;*/
	color: #000;
	border-radius: 4px;
}
.menu-item:last-child a{
	border-bottom:none;
}

.menu-item i{
	position: absolute;
	right: 32px;
	top: 24px;
	color: rgba(255,255,255,0.5);
	font-size: 24px;
    top: 2px;
    font-style:normal;
    font-weight:normal;
    font-family:"iconfont";

}

.sub-menu {
	border:1px solid #d9dde1;
	background:#fff;
	position: absolute;
	left: 244px;
	top: 0px;
	width: 730px;
	height: 398px;
	z-index: 581;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.pigment-sort{
	height: 30px;
	line-height: 30px;

	background-color: #059cff;
}
.pigment-item-ul{
	display: inline-block;
}
.pigment-item-li{
	width: 138px;
	float: left;
}
.pigment-item-li-span{
	float: left;
}
.item-yellow{
	background-color: yellow;
}
.item-orange{
	background-color: orange;
}
.item-red{
	background-color: red;
}
.item-blue{
	background-color: blue;
}
.item-green{
	background-color: green;
}
.hide{
	display:none;
}

.inner-box{
	width:100%;
	height:100%;
	/*background:url(../images/fe.png) no-repeat;*/
	/*background: #ffb905;*/
	display:none;
}

.sub-inner-box{
	width: 652px;
	margin-left: 40px;
	overflow: hidden;
}

.sub-title{
	color: #f01414;
	font-size: 16px;
	line-height: 16px;
	margin-top: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sub-row{
	/*margin-top:10px;*/
                height: 36px;
                line-height: 36px;
}

.sub-row:hover{
	background:#3377ff;

}

.sub-row:hover a{
                color:#fff;
                font-weight:600;
}

.bold{
	font-weight:700;
}

.mr10{
	margin-right:10px;
}

.ml10{
	margin-left:10px;
}