@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;
    left: 47.5%;
}

.iFangAnBanner .hd ul{ overflow:hidden; zoom:1; float:left;  }


.iFangAnBanner .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
	border-radius:30px;
}

.iFangAnBanner .hd ul li.on{
    background: #d51519;
}


.iFangAnBanner .bd a.prev,
.iFangAnBanner .bd a.next {
    display: block;
    width: 19px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_36.png) no-repeat;
    top: 210px;
    z-index: 500;
}


.iFangAnBanner .bd a.prev {
	left:8px;
	background-position-x:-19px;
}


.iFangAnBanner .bd a.prev:hover {
	background-position-x:0;
}


.iFangAnBanner .bd a.next {
	right:8px;
	background-position-x:-38px;
}

.iFangAnBanner .bd a.next:hover {
	background-position-x:-57px;
}





/* 自行修改 */

#iFangAnBanner .bd ul li a {
    float: left;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
    margin-right: 59px;
    margin-bottom: 31px;
    width: 357px;
}


#iFangAnBanner .bd ul li a:nth-child(3),
#iFangAnBanner .bd ul li a:nth-child(6) {
	margin-right: 0;
}



#iFangAnBanner .bd ul li a:hover {
	background: #f12933;
	color:#fff;
	-moz-box-shadow:1px 3px 5px #ff7178; -webkit-box-shadow:1px 3px 5px #ff7178; box-shadow:1px 3px 5px #ff7178;
}


#iFangAnBanner .bd ul li .item .one img {
	display: block;
}
#iFangAnBanner .bd ul li .item .two .dl_2.clear {
	background: url(/template/images/bj_6.png) no-repeat center;
	padding: 15px 0;
	padding-top:20px;
}

#iFangAnBanner .bd ul li a.item:hover .two .dl_2.clear {
	background: url(/template/images/bj_6H.png) no-repeat center;
}





#iFangAnBanner .bd ul li .item .two .dl_2.clear .sub_left {
    width: 80%;
    padding-left: 30px;
    line-height: 180%;
}
#iFangAnBanner .bd ul li .item .two .dl_2.clear .sub_left .s_1 {
	font-size: 19px;
}
#iFangAnBanner .bd ul li .item .two .dl_2.clear .sub_left .s_2 {
	font-size: 16px;
}
