@charset "utf-8";

.idx-bnr2 {  margin-bottom: 30px;}
.idx-bnr2 img { width: 100%}
.idx-bnr2 ul.bxslider {  list-style: none;  margin-top: 0;  padding: 0;}
.idx-bnr2 div.bx-pager {  bottom: 4%; z-index:2;}
.idx-bnr2 .bx-wrapper .bx-prev {left:20px;}
.idx-bnr2 .bx-wrapper .bx-next {right:20px;}
.idx-bnr2 div.bx-controls-direction { display: block; text-align:center;}
.idx-bnr2 .bx-controls-direction {position:absolute; z-index:2; left:50%; margin-left:-500px; bottom:0; background-color:#fff; width:100px; height:50px;}
.idx-bnr2 .bx-prev,
.idx-bnr2 .bx-next {display:inline-block; width:48px; box-sizing:border-box; text-indent:0 !important; color:#333; text-align:center;
	 font-size:30px; font-family: 'Simsun'; background:none !important;}
.idx-bnr2 .bx-prev:before {float:left; width:40%; content:'<'; margin-right:14%; margin-left:-2px;}
.idx-bnr2 .bx-next:before {float:right; width:43%; content:'>'; padding-left:16px; border-left:1px #e5e5e5 solid; margin-left:-1px;}
.idx-bnr2 .bx-prev:hover:before,
.idx-bnr2 .bx-next:hover:before {color:#4549a8;}

.prod-fto {float:left;}
.prod-fto img {display:block; max-width:100%;}
.prod-fto ul.bxslider {  list-style: none;  margin-top: 0;  padding: 0;}
.prod-fto div.bx-pager {  bottom: 2em; z-index:2;}
.prod-fto div.bx-controls-direction { display: block; text-align:center;}
.prod-fto .bx-controls-direction {position:absolute; width:100%; top:48%;}
.prod-fto .bx-prev,
.prod-fto .bx-next {position:absolute; overflow:hidden; width:48px; padding:10px; text-indent:0 !important; color:#333; text-align:center;
	 font-size:30px; font-family: 'Simsun'; height:50px;}
.prod-fto .bx-prev:before {display:block; margin-bottom:10px; content:'<'; }
.prod-fto .bx-next:before {display:block; margin-bottom:10px; content:'>'; }
.prod-fto .bx-wrapper .bx-prev {left:-52px; background-color:#4549a8; color:#fff;}
.prod-fto .bx-wrapper .bx-next {right:-52px; background-color:#4549a8; color:#fff;}
.prod-fto .bx-wrapper .bx-prev:hover,
.prod-fto .bx-wrapper .bx-next:hover {color:#4549a8; background-color:#fff;}

/*
.prod-fto {float:left;}
.prod-fto .bxslider img { width: 100%}
.prod-fto ul.bxslider {  list-style: none;  margin-top: 0;  padding: 0;}
.prod-fto div.bx-pager {  bottom: 4%; z-index:2;}
.prod-fto div.bx-controls-direction { display: block; text-align:center;}
.prod-fto .bx-wrapper .bx-prev {left:20px;}
.prod-fto .bx-wrapper .bx-next {right:20px;}
.prod-fto div.bx-controls-direction { display: block; text-align:center; overflow:hidden;}
.prod-fto .bx-controls-direction {position:absolute; z-index:2; left:50%; margin-left:-300px; bottom:0; background-color:#fff; width:100px; height:50px;}
.prod-fto .bx-prev,
.prod-fto .bx-next {display:inline-block; width:48px; box-sizing:border-box; text-indent:0 !important; color:#333; text-align:center;
	 font-size:30px; font-family: 'Simsun'; background:none !important;}
.prod-fto .bx-prev:before {float:left; width:40%; content:'<'; margin-right:14%; margin-left:-2px;}
.prod-fto .bx-next:before {float:right; width:43%; content:'>'; padding-left:16px; border-left:1px #e5e5e5 solid; margin-left:-1px;}
.prod-fto .bx-prev:hover:before,
.prod-fto .bx-next:hover:before {color:#56ad3e;}
*/
.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 -183px;
}
.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;}
#boxer .boxer-arrow {background-image:url('../img/jquery.fs.boxer-icons.png');}