/*
首页样式*/

/* 大图 */
#indBanner{ min-width:1200px; position:relative;  height:320px; overflow:hidden;  }	
#indBanner .bd li,#indBanner .bd li .pic{ height:320px; }	
#indBanner .hd { height:14px; overflow:hidden; width:100%; position:absolute; left:0; bottom:15px; text-align:center; font-size:0; }
#indBanner .hd li{ display:inline-block; *display:inline; zoom:1; cursor: pointer; vertical-align:top; margin:0 5px; width:14px; height:14px; background:#eadbd2; border-radius: 100%;  }
#indBanner .hd li span{display:none; }
#indBanner .hd .on{ background:#991f00;  }


/* box */
.box { width: 245px; float: left; margin-right: 15px; }
.box .hd h3 { position: relative; }
.box .hd h3 i { position: absolute; left: 6px; display: block; }
.box .bd { padding-bottom: 14px; height: 314px }
.box .bd .infoListA li { height: 49px; }


/* 个性定义 */
.box-node .hd i { background: url(images/icons-01.png) no-repeat; width: 26px; height: 22px; top:9px; }
.box-node1 .hd i { background: url(images/icons-02.png) no-repeat; width: 27px; height: 24px; top:7px; }
.box-node2 .hd i { background: url(images/icons-03.png) no-repeat; width: 19px; height: 22px; top:8px;  }
.box-node3 .hd i { background: url(images/icons-04.png) no-repeat; width: 23px; height: 23px; top:7px; }

.box-node2 .hd h3 a { padding-left: 40px; }
.box-node3 .hd h3 a { padding-left: 40px; }

.box-node1 .bd { background: #fff url(images/bg-01.jpg) no-repeat right bottom; }
.box-node2 .bd { background: #fff url(images/bg-02.jpg) no-repeat right bottom; }
.box-node3 .bd { background: #fff url(images/bg-03.jpg) no-repeat right bottom; }

.box-node .bd { height: 130px; }


/* iconsFont */
.iconsFont { float: right; width: 156px; }
.iconsFont li.li-node { width: 156px; height: 54px; background: url(images/side-bg.png) no-repeat 0 -66px; margin-bottom: 10px;}
.iconsFont li.li-node a { display: block; color: #fff; font-size: 17px; line-height: 54px; text-align: center; width: 100%; }
.iconsFont li.li-node:hover { background-position: 0 0; }

/* 友情链接 */



#friend-link { position: relative; overflow: visible;  margin-bottom: 0; z-index: 3; }
#friend-link .bd { margin: 0 auto; width: 1080px; border-right: 1px solid #fff; height: 45px;}
#friend-link dl{width: 156px; height: 54px; background: url(images/side-bg.png) no-repeat 0 -66px;  text-align: center; cursor: pointer; }
#friend-link dl dt{ width: 156px; height: 54px; line-height: 54px; position: relative; cursor: pointer; font-size: 17px; color: #fff; cursor: pointer; }
#friend-link dd{  bottom: 45px;display: none; position: absolute;left: 0;right: 0; z-index: 99;}
#friend-link ul{ background: #f5f5f5; border: 2px solid #991f00;}
#friend-link li{ border-bottom: 1px dotted #ba9e73; cursor: pointer;}
#friend-link li:hover{background-color: #e4dbc6}
#friend-link li a { display: block; line-height: 20px; font-size: 12px; padding: 8px 0; color: #333;}
#friend-link .on dt { background: #991f00;  }
#friend-link .on dd { display: block; }

