@charset "UTF-8";
/* css  */
.iFangAnBanner ul,.iFangAnBanner li{margin:0; padding:0; list-style:none;}
.iFangAnBanner img{ border:0;  }
.iFangAnBanner a{ text-decoration:none;}

/* css */
.iFangAnBanner{
    width: 100%;
    /* min-width: 1318px; */
    height: 800px;
    /* overflow: hidden; */
    position: relative;
}  /*             */


.iFangAnBanner .bd{ position:relative; height:100%; z-index:0;   }
.iFangAnBanner .bd li{ zoom:1; vertical-align:middle; }


.iFangAnBanner .hd {
    position: absolute;
    top: 780px;
    width: 100%;
    text-align: center;
}

.iFangAnBanner .hd ul{ overflow:hidden; zoom:1; float:left;  }


.iFangAnBanner .hd ul li{
    cursor: pointer;
    display: inline-block;
    width: 38px;
    line-height: 37px;
    border: 1px solid #ccc;
    margin-right: 20px;
}

.iFangAnBanner .hd ul li.on{
    color: #f5541b;
}


.iFangAnBanner .bd a.prev,
.iFangAnBanner .bd a.next {
    display: block;
    width: 34px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_36.png) no-repeat;
    top: -42px;
    z-index: 500;
}


.iFangAnBanner .bd a.prev {
	left: 78px;
	background-position-x:-34px;
}


.iFangAnBanner .bd a.prev:hover {
	background-position-x:0;
}


.iFangAnBanner .bd a.next {
	left: 111px;
	background-position-x:-68px;
}

.iFangAnBanner .bd a.next:hover {
	background-position-x:-102px;
}





/*  */
