.bd-title{
    height: 105px;
}
.bd-title h1{
    float: left;
    padding: 0 30px 0 10px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 105px;
}
.bd-title .line{
    float: left;
    width: 1030px;
    height: 2px;
    margin-top: 54px;
    background: #eeeeee;
}
.bd-list li{
    float: left;
    width: 275px;
    height: 290px;
    border: 1px solid #eeeeee;
    margin: 0 10px 20px;
    padding: 35px 51px 0;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bd-list li:hover{
    /*border-color: #fff;*/
    box-shadow:0 0px 8px rgba(46,143,237,0.6);
}
.bd-list li.wait p{
    padding-top: 100px;
}
.bd-list-img img{
    width: 120px;
    height: 64px;
}
.bd-list-tips{
    padding: 14px 0 8px;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #eeeeed;
}
.bd-list-title{
    padding-top: 14px;
    font-size: 20px;
    color: #666;
}
.bd-list-price{
    padding-top: 3px;
    font-size: 20px;
    color: #e85555;
}
.bd-list-btn{display: block;margin-top: 14px;color: #007bc7;font-size: 16px;text-align: center;border:1px solid #007bc7; line-height: 34px;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;}
.bd-list-btn:hover{background-color: #007bc7; color: #fff;}
.bd-dialog .tips {
    padding:20px 10px;
}
.bd-dialog .tips em {
    color: #00b095;
}
/*轮播部分 strat*/
.banner {
    height: 440px;
    /*width: 1180px;*/
    margin:0 auto;
    position: relative;
}
.banner .bg-img {
    height: 440px;
    width: 100%;
    position: absolute;
    left:50%;
    margin-left:-50%;
    overflow: hidden;
}
.banner .bg-img a {
    display: block;
    width:100%;
    height: 100%;
}
.banner .btn {
    position: absolute;
    height: 14px;
    left: 50%;
    /*width: 50px;*/
    margin-left: -25px;
    bottom: 27px;
    z-index:7;
}
.banner .btn li {
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    background: #999;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
/*轮播部分 end*/