/*轮播  开始*/

.silder {
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
	float: left;
}

.silder .silder_list {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.silder .silder_list li{
	opacity: 1!important;
}
.silder .silder_list a {
	position: absolute;
	top: 0;
	left: 0;
}

.silder .silder_list a,
.silder .silder_list img {
	display: inline-block;
	float: left;
}

.silder .silder_page {
	height: 42px;
	text-align: right;
	margin: 0 auto;
	right: 1px;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
}

.silder .silder_page li {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	margin: 15px 10px 0 0;
	background: #FFFFFF;
	display: inline-block;
	text-align: center;
	color: transparent;
}

.silder .silder_page li.current {
	background: #3096e3;
}

.silder_desc {
	color: #fff;
	background: url(tit_bg.png) repeat 0 0;
	float: left;
	line-height: 45px;
	height: 45px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	text-indent: 10px;
	font-size: 16px;
	background-color: rgba(0,0,0,.5);
}

.silder .silder_page li:hover {
	cursor: pointer;
}


/*轮播  结束*/

.lb-tab {
	overflow: hidden;
}

.index-tab-box{
	margin-left: 460px;
}
/*tab*/
.tab-title{
	border-bottom: 1px solid #dfdfdf;
}
.tab-title li{
	display: inline-block;
	width: 24%;
	text-align: center;
}
.tab-title li.tl{
	text-align: left;
}
.tab-title li.tr{
	text-align: right;
}
.tab-title li a{
	display: inline-block;
	padding: 0px 9px 11px 9px;
	color: #454545;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	top: 3px;
}
.tab-title li a.active{
	border-bottom: 4px solid #005392;
	color: #005392;
}
.tab-panel{
	padding-top: 16px;
}
.tab-panel-item{
	display: none;
}

.tab-panel-item.active{
	display: block;
}

/*图片集*/
.bx-wrapper .bx-pager{
	display: none;
}
.bx-wrapper {
    margin-bottom: 0;
}
.bx-wrapper .bx-viewport{
	border: none;
    box-shadow: none;
}
.bx-wrapper .bx-controls-direction a{
	background: rgba(0,0,0,.4);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 24px;
    height: 60px;
    text-indent: -9999px;
    z-index: 9999;
    color: #ffffff;
}
.bx-wrapper .bx-prev{
	left: -20px;
}
.bx-wrapper .bx-next{
	right: -20px;
}
.friend-link{
	overflow: hidden;
}
.friend-link-left{
	float: left;
	width: 134px;
}
.friend-link-right{
	margin-left: 134px;
}
.select-group{
	display: inline-block;
	font-size: 0;
	position: relative;
}
.select-group select{
	width: 232px;
	height: 32px;
	border: 1px solid #d3dde1;
	line-height: 30px;
	color: #6e6e6e;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 17px;
	outline: none;
	background-color: transparent;
}
.select-group img{
	position: absolute;
	top: 10px;
    right: 4px;;
}
.shangla{
	display: none;
}
