body{
	background-color: #f0f0f0;
}
.bx-wrapper{
	box-shadow:none;
	border:none;
	background: transparent;
}
#sliderBox .bx-prev{
	margin-left: -8%;
	background: url(../img/bat_a_Left.png) no-repeat;
}
#sliderBox .bx-prev:hover{
	background: url(../img/bat_a_Left_hover.png) no-repeat;
}
#sliderBox .bx-next{
	margin-right: -8%;
	background: url(../img/bat_a_Left-07.png) no-repeat;
}
#sliderBox .bx-next:hover{
	background: url(../img/bat_a_right_hover.png) no-repeat;
}
.contentFluid{
	background-color: #f0f0f0;
	padding: 0;
    margin: 0;
}

#nav_img{
    width: 966px;
    height: 100%;
    list-style: none;
    text-align: center !important;
    
}
#navBtn .navLeftbtn,
#navBtn .navRightbtn{
    background-color: #eee;
	border-radius: 50%;
	cursor: pointer;
}
#navBtn .navLeftbtn{
	position: absolute;
    top: 37%;
    left: 26px;
    font-size: 28px;
    margin: 0 auto;
}
#navBtn .navRightbtn{
	position: absolute;
    top: 37%;
    right: 26px;
    font-size: 28px;
	
}
#shouMachineImg,
#showConsumablesImg,
#showPigmentImg,
#showNeedleImg{
	/*background-color: #D58512;*/
	/*width: 966px;*/
	height: 140px;
    position: fixed;
    left: 20%;
    z-index: 1000;
    padding-top: 1%;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}
#shouMachineImg{
	left: 26%;
}
#showConsumablesImg{
	left: 31%;
}
#showPigmentImg{
	left: 37%;
}
#showNeedleImg{
	left: 42%;
}
#shouMachineImg .bx-prev,
#showConsumablesImg .bx-prev,
#showPigmentImg .bx-prev,
#showNeedleImg .bx-prev{
	/*margin-left: -8%;*/
	background: url(../img/bat_Left.png) no-repeat;
}
#shouMachineImg .bx-prev:hover,
#showConsumablesImg .bx-prev:hover,
#showPigmentImg .bx-prev:hover,
#showNeedleImg .bx-prev:hover{
	background: url(../img/bat_Left_hover.png) no-repeat;
}
#shouMachineImg .bx-next,
#showConsumablesImg .bx-next,
#showPigmentImg .bx-next,
#showNeedleImg .bx-next{
	margin-right: -3%;
	background: url(../img/bat_right.png) no-repeat;
}
#shouMachineImg .bx-next:hover,
#showConsumablesImg .bx-next:hover,
#showPigmentImg .bx-next:hover,
#showNeedleImg .bx-next:hover{
	background: url(../img/bat_right_hover.png) no-repeat;
}
#shouMachineImg p,#showConsumablesImg p,#showPigmentImg p,#showNeedleImg p{
	margin-top: 5%;
}
.dropdown-menu li>a{
	line-height:none;
	padding:0;
	margin: 0;
}
#nav_img li,
#nav_img_Con li,
#nav_img_Pig li,
#nav_img_Nee li{
	float: left;
    border-right: 1px solid #eee;
}
#nav_img li img,
#nav_img_Con li img,
#nav_img_Pig li img,
#nav_img_Nee li img{
	height: 70px;
    margin: 0 auto;
}

.hot{
	margin:3% 0;
}
.hot h3{
	display: inline-block;
	color: #555;
}
#more{
	margin-right: 1%;
	margin-top: 1%;
    color: #555;
}
#more:hover{
    color: #7B4BDC;
}
.hot div{
	/*border: 1px solid #000;*/
	/*border-radius: 5px;*/
	height: 400px;
	width: 32%;
	padding: 1%;
	margin: 1% 1% 1% 0;
	background-color: #fff;
}
.hot h4{
	margin: 8% 0 3% 0;
	color: #333;
}
.hot p{
	text-align: justify;
    color: #9a9a9a;
}
.moreId input{
	background-color: #7b4dbc;
	border: 1px solid #fff;
    color: #fff;
    width: 170px;
    height: 40px;
    font-size: 16px;
}
.moreId input:hover{
    color: #7b4dbc;
	background: #fff;
}

.moreId h1{
	margin-bottom: 1%;
	font-size: 60px;
	color: #fff;
}
.moreId h2{
	color: #fff;
}
.moreId p{
	padding: 1% 0 9% 0;
	color: #fff;
}
#sliderBox{
	margin: 3% 0;
}
#sliderBox .col-sm-12,#sliderBox .col-sm-3{
	margin: 0;
	padding: 0;
}
#sliderBox1 img{
	width: 88%;
	height: 100%;
	background-color: #fff;
	padding: 18% 0;
}
#sliderBox2 img{
	width: 62%;
	height: 100%;
	background-color: #fff;
	padding: 18% 0;
}
#sliderBox3 img{
	width: 88%;
	height: 100%;
	background-color: #fff;
	padding: 50% 0;
}

#sliderBox1,#sliderBox2,#sliderBox3{
	position: relative;
}
#sliderBox1 .sliderLeft,
#sliderBox1 .sliderRight,
#sliderBox2 .sliderLeft,
#sliderBox2 .sliderRight,
#sliderBox3 .sliderLeft,
#sliderBox3 .sliderRight{
	width: 50px;
    height: 50px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    background-color: #eee;
}
#sliderBox1 .sliderLeft,
#sliderBox2 .sliderLeft,
#sliderBox3 .sliderLeft{
    position: absolute;
    top: 37%;
    left: -6%;
}
#sliderBox1 .sliderRight,
#sliderBox2 .sliderRight,
#sliderBox3 .sliderRight{
    position: absolute;
    top: 37%;
    right: -5%;
}

#slider1,#slider2,#slider3{
    /*margin:0 3%;*/
    padding-bottom: 38%;
}
#sliderBox>div{
	display: none;
}

#sliderBox>div:nth-of-type(1){
	display: block;
}
#sliderLi li{
	display: inline-block;
	margin: 0 3%;
	cursor: pointer;
}
#sliderLi li.active{
	color:#7b4dbc;
}
#sliderLi{
	border-bottom: 2px solid #7B4DBC;
}
#sliderLi li div {
    height: 8px;
    width: 14px;
    margin: 0 auto;
    margin-top: 8px;
}
#sliderLi li.active div {
    background-image: url(../img/img_sanjiao.png);
}
.slider1Li{
	background: #fff;
	height: 416px;
    text-align: -webkit-center;
}
.slider1Div1{
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 10%;
	background: #ff5500;
	padding-top: 4%;
	color: #fff;
}
.slider1Div2{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: #7B4DBC;
	color: #fff;
    padding-top: 5%;
    display: none;
}
.slider1Div2 p{
	margin: 2%;
    font-size: 14px;
}
.slider1Div2 h3{
	font-size: 16px;
}
.biImg01:hover{
	transition: all 0.5S;
	margin-top: -10px;
}
@media screen and (max-width: 960px){
	.slider1Li{
		height: 260px;
	}
	.slider1Div1 h4{
		font-size: 14px;
	}
	.slider1Div2 h3{
		font-size: 18px;
	}
	.slider1Div2 p{
		font-size: 10px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1200px){
	.slider1Li{
		height: 300px;
	}
	.slider1Div1 h4{
		font-size: 16px;
	}
	.slider1Div2 h3{
		font-size: 20px;
	}
	.slider1Div2 p{
		font-size: 13px;
	}
}