/* 浮动 */
/* 左浮动 */
.fl {
    float: left;
}

/* 右浮动 */
.fr {
    float: right;
}

/* 清除浮动 */
.clearfix::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* 调试用的边框 */
.bd {
    border: 1px solid #f00;
    box-sizing: border-box;
}

/* 字体颜色为白色 */
.white {
    color: white;
}

/* 版心 */
.container {
    width: 1200px;
    margin: 0 auto;
}

/* 产品展示与新闻动态标题公用部分 */
.title div {
    height: 90px;
    font-size: 28px;
    line-height: 38px;
    color: #252525;
    background: url(../images/nav_bg02.png) no-repeat 0px 0px;
}

.title small {
    font-size: 22px;
    line-height: 38px;
    color: #bbb8b5;
}

/* 页脚标题公用部分 */
#footer .top h1 {
    height: 60px;
    font-size: 19px;
    line-height: 38px;
    color: #ffffff;
    background: url(../images/nav_bg02.png) no-repeat 0px 0px;
}

/* 欢迎来到家居网 */
#head {
    height: 45px;
    min-width: 1200px;
    background: #252525;
    line-height: 45px;
    color: white;
}

#head a {
    color: white;
    margin-left: 20px;
}

/* logo和导航栏 */
#nav {
    height: 100px;
    line-height: 100px;
}

#nav li {
    float: left;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
}

#nav .active,
#nav li:hover {
    background: url(../images/nav_move.jpg) no-repeat center 30px;
}

/* 大图片 */
#bigpic {
    height: 310px;
    min-width: 1200px;
}

#bigpic img {
    width: 100%;
    height: 100%;
}

/* 图片下方文字公共样式 */
#word {
    height: 50px;
    min-width: 1200px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 50px;
    color: #818388;
    margin-bottom: 33px;
}

/* 关于我们 产品展示 联系我们 在线留言 左边部分 */
.content .left {
    width: 260px;
}

.content .left li {
    height: 48px;
    width: 260px;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 2px;
    line-height: 48px;
}

.content .left ul {
    margin-bottom: 20px;
}

.content .left li a {
    font-weight: 700;
}

.content .left img {
    width: 260px;
    height: 260px;
}

/* 新闻列表 新闻详情页共用左边 */
.newscontent .left {
    width: 260px;
}

.newscontent .left li {
    height: 100px;
    width: 260px;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 2px;
    line-height: 100px;
    font-size: 14px;
    color: #252525;
}

.newscontent .left ul {
    margin-bottom: 20px;
}

.newscontent .left li a {
    font-weight: 700;
}

.newscontent .left img {
    width: 260px;
    height: 260px;
}

/* 页脚 */
#footer {
    height: 300px;
    background: #141414;
    min-width: 1200px;
    padding-top: 70px;
}

#footer .top {
    height: 275px;
}

#footer .top>div {
    float: left;
}

/* 页脚联系方式 */
/* 页脚上半部分 */
#footer .top .contact {
    width: 400px;
    margin-right: 40px;
}

#footer .top .contact img {
    margin-bottom: 35px;
}

#footer .top .contact a {
    color: #6b6d71;
}

#footer .top .contact div {
    font-size: 13px;
    line-height: 38px;
    color: #818388;
    height: 30px;
    margin-top: 15px;
}

#footer .top .contact .pic1 {
    background: url(../images/icon.jpg) no-repeat 0px 10px;
}

#footer .top .contact .pic2 {
    background: url(../images/icon.jpg) no-repeat 0px -32px;
}

#footer .top .contact .pic3 {
    background: url(../images/icon.jpg) no-repeat 0px -74px;
}

/* 页脚快速链接 */
#footer .top .interlinkage {
    width: 235px;
    height: 172px;
    margin-right: 100px;
}

#footer .top .interlinkage ul {
    width: 68px;
    height: 99px;
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-top: 23px;
    margin-right: 40px;
}

#footer .top .interlinkage a {
    color: #6b6d71;
}


/* 页脚站内搜索 */
#footer .top .search {
    margin-top: 14px;
}

#footer .top .search input {
    width: 221px;
    height: 47px;
    margin-top: 35px;
    background: #333;
    border: 0 solid #000;
}

#footer .top .search button {
    border: 0 solid #000;
    width: 102px;
    height: 47px;
    background: #3aa27f;
    color: #fff;
    margin-bottom: 30px;
}

#footer .top .search a {
    color: #6b6d71;
}

/* 页脚下半部分 */
#footer .bottom {
    height: 75px;
    background: #000;
    text-align: center;
    line-height: 75px;
}

#footer .bottom p {
    color: #6b6d71;
}