﻿/* 焦点 */
.owl-jt .prev, .next {
	z-index: 998;
	position: relative;
	/*width: 40px !important;
    height: 69px !important;*/
    /*top: 50%;
    margin-top: -25px;*/
    /*display: none;*/
	background: url(home_page/image/icon-slides.png) 0 0 no-repeat;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	opacity: .4;
}
.owl-jt .prev:hover, .next:hover {
	opacity: .8;
}
.owl-jt .prev {
	left: 2%;
}
.owl-jt .next {
	right: 2%;
	background-position: -41px 0;
}
.bar-img {
	position: relative;
	width: 82px;
	height: 50px; /*margin-top:10px;*/
	padding-top: 20px;
}
.bar-img .original-img {
	width: 30px;
	height: 30px;
	margin: auto;
}
.bar-img .hover-img {
	display: none;
	position: absolute;
	top: 20px;
	left: 24px;
	width: 30px;
	height: 30px;
	margin: auto;
}
.bar-img:hover .hover-img {
	display: block;
}
.bar-img:hover {
	color: red;
}
.homeright ul li {
	text-align: center;
}
.fixed-bar {
	display: none;
	right: 80px;
}
.bar-img:hover .fixed-bar {
	display: block;
}
.bar-img > span {
	font: 14px/1.43 'Microsoft Yahei', Verdana, Arial, sans-serif, "Times New Roman";
}
.account-num {
	z-index: 1;
	position: absolute;
	margin: -5px 0px 0px 18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1880B7;
	color: white;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
