﻿@charset "utf-8";
/* CSS Document */
/* CSS Document */
/***************************************
*	Version 		17.10.01
*	Author			yangfeng
*  	CreateTime      2017.10.09
 *	UpdateTime		2017.10.09
*  function		这里是轮播 !
 ******************************************/
/*----------------------------------------- theme   banner ----------------------------------*/

.fd_focusimg_arrow {
	width: 100%;
	height:100%;
	overflow:hidden;
}
.fd_focusimg_arrow .fd_focusimg {
	width: 100%;
	height:100%;
	overflow:hidden;
}

/*------------------------          horizontal   ----------------------------*/
.fd_focusimg_arrow .fd_focusimg  {
	position:relative;
}
.fd_focusimg_arrow .d_btn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0px;
	line-height:0;
	font-size:0;
	text-indent:-9999em;
	z-index:99999;
	opacity: 1 !important;
}
.fd_focusimg_arrow .fd_focusimg  .sp_pre ,
.fd_focusimg_arrow .fd_focusimg  .sp_next{
	position:absolute;
	top:140px;
	width:30px;
	height:45px;
	line-height:0;
	font-size:0;
	text-indent:-9999em;
	cursor:pointer;
}
.fd_focusimg_arrow .fd_focusimg  .sp_pre  {
	left: 0;
	background: url(../images/icon-left.png) center center no-repeat;
}
.fd_focusimg_arrow .fd_focusimg  .sp_next {
	right:0;
	background: url(../images/icon-right.png) 0 0 no-repeat;
}
.fd_focusimg_arrow .fd_focusimg .con  li,
.fd_focusimg_arrow .fd_focusimg .con  li  img {
	width: 100%;
	height:330px;
	overflow:hidden;
}

.fd_focusimg_arrow .fd_focusimg  .index {
	position:absolute;
	bottom:0;
	left:0;
	z-index:9999;
	height:48px;
	padding:0 20px;
	width:100%;
	text-align:right;
}
.fd_focusimg_arrow .fd_focusimg  .index  li {
	display:inline-block;
	padding-right:5px;
	padding-top: 20px;
	*padding-right:0px;
	*padding-left:5px;
	vertical-align:top;
	line-height:18px;
}
.fd_focusimg_arrow .fd_focusimg  .index a {
	vertical-align:top;
	display:inline-block;
	width:30px;
	height:3px;
	overflow:hidden;
	text-align:center;
	font-size: 0;
	background:#b4b3b2;
}
.fd_focusimg_arrow .fd_focusimg  .index a:hover {
	background-color:#ce3335;
	text-decoration:none;
}
.fd_focusimg_arrow .fd_focusimg  .index .on a {
	background:#ce3335;
}
/*--------  带标题的文本 focusimg -------*/
.fd_focusimg_arrow .fd_focusimg .con  li {
	position:relative;
}
.fd_focusimg_arrow .fd_focusimg .con  .p_title {
	position:absolute;
	bottom:0;
	height:43px;
	padding:0 10px;
	white-space:nowrap;
	max-width:100%;
	z-index:99;
	color:#fff;
	font:18px/43px "Microsoft YaHei";
}
.fd_focusimg_arrow .focusimg_filter {
	position:absolute;
	bottom:0;
	height:48px;
	width:100%;
	z-index:9;
	background-color:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
}