@charset "utf-8";

.idx-bnr2 {  margin-bottom: 30px;}
.flash img {  width: 100%}
.flash ul.bxslider {  list-style: none;  margin-top: 0;  padding: 0;}
.flash div.bx-pager {  bottom: 4%; z-index:2;}
.idx-bnr2 .bx-wrapper .bx-prev {left:20px;}
.idx-bnr2 .bx-wrapper .bx-next {right:20px;}
.flash div.bx-controls-direction { display: block;}
.prod-thm div.bx-pager {  bottom: 1em;}

/*rightFix*/
.rightFix {
	width: 48px;
	position: fixed;
	right: 0;
	bottom: 6%;
	z-index: 99;
}
.rightFix .ico {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	margin: 0px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	margin-top: 1px;
	padding: 0px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #444444 url(../img/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
	width: 120px;
	height: 120px;
	position: absolute;
	left: -78px;
	top: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
}
.rightFix .ico span {
	width: 160px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	position: absolute;
	left: -78px;
	top: 0;
	background: #444;
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 18px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
}
.rightFix .ico:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.rightFix .ico:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -140px;
}
.rightFix .ico:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -168px;
}
.rightFix .box {
	position: absolute;
	left: 0;
	bottom: 102px;
}
.rightFix .fix_top {
	margin-top: 5px;
	background-position: 10px -38px;
}
.rightFix .share_tit {
	background-position: 10px 10px;
}
.rightFix .fix-ewm {
	background-position: 10px -86px;
}
.rightFix .fix-ewm:hover {
	background-position: -37px -86px;
}
.rightFix .fix-qq {
	background-position: 10px -136px;
}
.rightFix .fix-qq:hover {
	background-position: -37px -136px;
}
.rightFix .fix-tel {
	background-position: 10px -183px;
}
.rightFix .fix-tel:hover {
	background-position: -37px -183px;
}

#boxer {position:fixed !important; top:200px !important;}