.mod-panel {
    width: 100%;
    max-width: 740px;
    min-width: 580px;
    margin: 0 auto 30px;
    _width: 690px;
}
.mod-panel .hd{
    padding-top: 3px;
    margin-bottom: 3px;
    line-height: 30px;
    text-align: center;
}
.mod-panel .hd h1{
    font-size: 24px;
    color:#212121;
}
.mod-panel .hd .description{
    margin:10px auto;
    line-height: 1.8;
    color: #333;
}
.mod-panel .bd{
    position: relative;
    overflow: hidden;
    max-width: 866px;
    _width: 690px;
    margin: 0 auto;
}
.mod-panel .bd .panel{
    position: relative;
    overflow: hidden;
}
.mod-panel .bd .panel .active{
    display: block;
}
.mod-panel .bd .flower-nav{
    position: relative;
    overflow: hidden;
}
.mod-panel .bd .flower-nav ul{
    overflow: hidden;
    *zoom: 1;
}
.mod-panel .bd .flower-nav li{
    float: left;
    *display: inline;
    width: 95px;
    height: 36px;
    margin: 0 5px 5px 0;
    border: solid 1px #B8DCF5;
    line-height: 36px;
    text-align: center;
}
.mod-panel .bd .flower-nav a{
    display: block;
    color: #348BCF;
}
.mod-panel .bd .flower-nav a:hover,
.mod-panel .bd .flower-nav .active a{
    background: #348BCF;
    color: #fff;
    text-decoration: none;
}
.mod-panel .bd .flower{
    position: relative;
    display: none;
    margin-top: 20px;
    border: solid 1px #B8DCF5;
    *zoom: 1;
}
.mod-panel .bd .flower h3{
    background: #EDF7FF;
    border-bottom: solid 1px #B8DCF5;
    color: #348BCF;
    line-height: 34px;
    text-indent: 15px;
    *zoom: 1;
}
.mod-panel .bd .flower ul{
    overflow: hidden;
    position: relative;
    top: -1px;
    padding: 0 29px;
}
.mod-panel .bd .flower li{
    position: relative;
    min-height: 111px;
    padding: 12px 12px 12px 0;
    border-top: 1px dashed #a2cdea;
    zoom:1;
}
.mod-panel .bd .flower-img{
    float: left;
    *display: inline;
    padding: 2px;
    border: 1px solid #a2cdea;
    background: #fff;
    zoom:1;
}
.mod-panel .bd .flower .cont{
    overflow: hidden;
    margin-left: 165px;
}
.mod-panel .bd .flower h4{
    color: #348BCF;
    line-height: 30px;
}
.mod-panel .bd .flower img{
    width: 138px;
    height: 106px;
}
.mod-panel .bd .flower p{
    line-height: 26px;
}
.mod-panel .bd .tips{
    margin: 0 29px;
    padding: 15px 0;
    border-top: 1px dashed #a2cdea;
}