@import url("public.css");
@import url("banner2.css");

/*************************中间分栏****************************************/
.headline a{
    padding: 14px 10px 4px 10px;
    text-align: left;
    line-height: 20px;
    color:#aaa;
    font-size: 16px;
    display: inline-block;
}
.headline a:hover{
    color:#333;
    border-bottom: 4px solid #1994F2;
}
.productarea {
    width: 1000px;
    margin: 10px auto;
    display: inline-block;
}
.prod {
    width:490px;
    display: inline-block;
}
.prod img {
    border: 5px solid #fff;
    width:480px;
    height:240px;
}
.prodleft{
    float: left;
}
.prodright{
    float: right;
}

.description {
    width: 210px;
    height: 32px;
    padding: 0px 14px;
    margin: 10px 0px;
    color: #666;
    display: block;
    overflow: hidden;
}

.pages {
    width: 1000px;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.beliveus {
    width: 1000px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 20px auto;
    padding: 20px 0px;
    text-align: center;
}


