.box {
    width: 1200px;
    margin: 0 auto;
}

.top { position: relative; }

#topBar {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 90px;
    background: #fff;
    z-index: 1000;
}

    #logo {
        margin:6px 6px 0 6px;
    }

    #menu {
        margin:20px 20px 0 0;
        font-size: 18px;
    }

    .nav li {
        float: left;
    }

    #more {
        width: 130px;
        height: 90px;
        background:#149840 url(img/menu.jpg) 50% 50% no-repeat;
    }

#banner { height: 600px; }

#connBar{
    background: #f5f5f5;
    height: 84px;
}

#connBar .box{
    padding-top:18px;
}
    #connBar .phone{
        width: 288px;
        border-right: 1px solid #ccc;
        background: url(img/tel.jpg) no-repeat 0 50%;
        padding-left: 60px;
    }

    #connBar .n{
        padding: 0; margin: 0;
        color: #f00;
        font-weight: bolder;
        font-size: 20px;
        font-family: Verdana;
    }

    #connBar .address{
        width: 550px;
        padding-left: 40px;
        border-right: 1px solid #ccc;
    }

        #connBar .qq a{
            display: inline-block;
            height: 50px;
            line-height: 50px;
            width: 100px;
            padding-left: 12px;
            background: url(img/qq.jpg) no-repeat 0 50%;
        }

        #connBar .qq span{
            display: none;
        }

        #connBar .text{
            padding:4px;
            margin-left: 20px;
        }

        #connBar .input{
            height: 40px;
            line-height: 40px;
            width: 160px;
            margin-right: 6px;
        }

.bnt2 {
    display: inline-block;
    background: #33c463;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding:0 15px;
    color: #fff;
}

.main{
    padding: 10px 0;
}

.space1{
    padding: 30px 0 40px 0;
}

/** index body **/
#about .cnt{
    padding: 20px 60px; text-align: center;
    font-size: 16px;
    line-height: 180%;
}

    #aboutIcons{
        padding-left: 80px;
        margin-bottom: 20px;
    }

    #aboutIcons li {
        -moz-box-shadow:2px 2px 5px #ccc;
        -webkit-box-shadow:2px 2px 5px #ccc;
        box-shadow:2px 2px 5px #ccc;
        position: relative;
        width: 130px;
        height: 130px;
        text-align: center;
        float: left;
        margin-right: 25px;
        border: 3px solid #6ec332;
        background: url(img/icon-a1.jpg) no-repeat 50% 30%;
    }

    #aboutIcons li.icon1{ background-image: url(img/icon-a2.jpg); }
    #aboutIcons li.icon2{ background-image: url(img/icon-a1.jpg); }
    #aboutIcons li.icon3{ background-image: url(img/icon-a3.jpg); }
    #aboutIcons li.icon4{ background-image: url(img/icon-a4.jpg); }
    #aboutIcons li.icon5{ background-image: url(img/icon-a5.jpg); }
    #aboutIcons li.icon6{ background-image: url(img/icon-a6.jpg); }

    #aboutIcons span {
        position: absolute;
        top: 100px;
        left:0; right: 0;
    }

#superiority {
    border-top: 1px solid #fff;
    width: 100%;  height: 507px;
    text-align: center;
    background: url("img/about-bg.jpg") 50% 0 no-repeat;
}

    #superiority .title{
        margin:80px 0 60px 0;
        width: 100%;
    }

    #superiorityIcons ul{
        margin: 0;
        padding: 0;
    }
    #superiorityIcons li {
        float: left;
        text-align: center;
        width: 196px;
    }
    #superiorityIcons span{
        display: block;
        width: 196px;
        height: 196px;
        background: url("img/6-1.png") 50% 50% no-repeat;
    }
    #superiorityIcons span.icon1{ background-image: url(img/6-1.png); }
    #superiorityIcons span.icon2{ background-image: url(img/6-2.png); }
    #superiorityIcons span.icon3{ background-image: url(img/6-3.png); }
    #superiorityIcons span.icon4{ background-image: url(img/6-4.png); }
    #superiorityIcons span.icon5{ background-image: url(img/6-5.png); }
    #superiorityIcons span.icon6{ background-image: url(img/6-6.png); }

    #superiorityIcons li strong{
        display: block;
        color: #f60;
        font-size: 16px;
        margin: 6px 0;
    }

    #superiorityIcons li i{
        display: inline-block;
        width: 120px;
        font-style: normal;
    }

#quality .bg {
    background: url("img/about.jpg") 98% 50% no-repeat;
}
    #quality .cnt{
        padding-left: 140px;
    }

    .bnt3{
        background: #259b43;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 6px 8px;
        display: inline-block;
    }

    #quality .title{
        margin: 20px 0;
    }
    #quality li{
        display: inline-block;
        background: url("img/icon-about1.jpg") no-repeat;
        padding-left: 30px;
        line-height: 34px;
    }
    #quality h4{
        margin: 25px 0 10px;
    }


#indexProduct {
    position: relative;
    background: url("img/goods-bg.jpg") 50% 0 no-repeat;
}

    #indexProduct ul{
        margin-top: 40px;
    }


#indexCert {
    position: relative;
    background:#e9e9e9
}

    #indexCert .box{
        background: url("img/cert-bg.jpg") right 90% no-repeat;
    }

    #indexCert h4{
        color: #f00;
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0;
    }

    #indexCert .cnt{
        padding:10px 0 0 80px;
    }

    #indexCert strong{
        margin-bottom: 10px;
        display: block;
    }
    #indexCert li{
        margin:10px 8px;
        padding-left: 22px;
        background: url(img/icon-h.jpg) no-repeat 0 50%;
    }

.cats{
    margin:20px 0 30px 0;
    }
    .cats a:after{
        content: '   - ';
    }
    .cats a:last-child:after{
        content: '';
    }


#indexNews {
    padding-top:150px;
    background: url("img/news-title.jpg") no-repeat 50% 0;
}

    #indexNews .title{
        position: relative;
    }

    #indexNews .title:before {
        content: '';
        height: 1px;
        position: absolute;
        background: #ccc;
        top:20px;
        left:0;
        width: 100%;
        z-index: 1;
    }

    .line-bnt  ul{
        position: relative;
        z-index: 100;
        zoom: 1;
        }
        .line-bnt li{
            display: inline-block;
            padding: 0 25px;
            line-height: 40px;
            margin: 0 12px;
            border-radius: 15px;
            font-weight: bold;
            border: 1px solid #ccc;
            background: #fff;
        }
        .line-bnt .active{
            background: #c00;
            color: #fff;
            border:none;
        }
        .line-bnt .active a{
            color: #fff;
        }

    #indexNews .items{
        margin-top: 20px;
        padding: 20px;
    }

    #indexNews .items img{
        width: 160px;
    }

    #indexNews .items li{
        padding: 10px 0;
        width: 48%;
        height: 160px;
        overflow: hidden;
    }

    #indexNews .items .text{
        margin-left: 10px;
        line-height: 180%;
        width: 370px;
    }

    #indexNews .items .active .text{
        background: #f7f7f7;
    }

    #indexNews .date{
        margin:4px 0;
    }

    .summary {
        color: #666;
    }

#links {
    margin-bottom: 10px;
}

#footer {
    background: url("img/foot.jpg") 50% 0 no-repeat;
    height: 304px;
}

    #footer .box{
        color: #fff;
        position: relative;
    }
    #footer dl{
        top: 50px;
        position: absolute;
    }
    #footer .footerNav{ left: 78px; }
    #footer .goodsNav{ left: 338px; }
    #footer .footConn{ left: 602px; }
    #footer dt{
        color: #ccc;
        margin-bottom: 10px;
    }

    #footer dd:before {
        content: " - ";
    }
    #footer dd {
        line-height: 200%;
    }

    #footer dd a{
        color: #ccc;
    }

    #copyright {
        padding: 14px 0;
        background:#005e35 ;
        color: #fff;
    }

/* pages */
.mainTitle{
    height: 120px;
    position: relative;
    overflow: hidden;
}
    .mainTitle:before {
        content: '';
        height: 1px;
        position: absolute;
        background: #ccc;
        top:65px;
        left:0;
        width: 100%;
        z-index: 1;
    }

    .mainTitle h2 {
        margin: 0 auto;
        line-height: 40px;
        position: relative;
        width: 400px;
        z-index: 2;
        padding-bottom: 50px;
        background:#fff url("img/icon-bg.gif") no-repeat 50% 50px;
        font-size: 28px;
        font-weight: bold;
    }

.mainCnt{
    font-size: 18px;
    line-height: 180%;
    }

    .mainCnt img{
        max-width: 100%;
    }

.infoTtl em{ font-style:normal; }
.infoTtl{ margin-bottom:12px; text-align:center; }
.infoTtl h2{ font-size:16px; margin:6px 0; font-weight:bold; }

    .detail h2{ font-size:16px; margin:6px 0; font-weight:bold; }
    .detail h3{ font-size:14px; margin:6px 0; font-weight:bold; }
    .d_img{ margin:12px 0; text-align:center }
    .detail .text {
        line-height: 200%;
    }
    .detail .desc{
        font-size: 18px;
        border-top: 1px solid #eee;
        padding: 20px;
        background: #f7f7f7;
    }
    .detail .desc img{
        max-width: 100%;
    }

.pageInfo{
    width:100%; padding:4px 0; clear:both;
    text-align:center;
    margin-top: 20px;
    }
    .pageInfo p{ padding:6px; margin:0; font-weight:normal; }
    .pageInfo a {
        border: 1px solid #eee;
        display: inline-block;
        padding: 4px 8px;
    }
    .pageInfo .red{ color:#f60; }


.items .i_img {
    text-align: center;
    }
    .items ul { padding: 0; margin: 0; }
    .items .i_info {
        display: block;
        margin: 8px 0;
    }
    .itemShadow li {
        -moz-box-shadow:2px 2px 5px #ccc;
        -webkit-box-shadow:2px 2px 5px #ccc;
        box-shadow:2px 2px 5px #ccc;
    }

.goods li{
    float: left;
    width: 360px;
    margin: 10px 12px;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    }

    .case li {
        text-align: center;
        margin: 10px 10px;
        width: 300px;
    }
    .case .i_img {
        height: 210px;
    }

    .honor li {
        text-align: center;
        margin: 12px;
        width: 220px;
    }

/* public */
