﻿header .header {
    display: block;
    width: 100%;
    background-color: #141414;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    line-height: 0;
    height: 1.1rem;
    line-height: 1.1rem;
}
header .m-btn {
    display: block;
    margin: 0 10px;
    width: 38px;
    height: 28px; padding: 5px;cursor: pointer;-webkit-box-sizing: border-box; box-sizing: border-box;
}

    header .m-btn .box {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        header .m-btn .box .line {
            display: block;
            width: 100%;
            height: 2px;
            background-color: #fff;
            position: absolute;
            left: 0;
        }

        header .m-btn .box .line1 {
            top: 0;
        }

        header .m-btn .box .line2 {
            top: 8px;
        }

        header .m-btn .box .line3 {
            top: 16px;
        }

header .m-search {
    display: block;
    margin: 0 10px;
}

    header .m-search a {
        display: block;
        padding: 8px;
    }

    header .m-search .weui-icon-search {
        font-size: 24px;
        line-height: 1;
        color: #fff;
    }

header .logo img {
    height: 0.2rem;
    padding-left: 0.15rem;
}

.container {
    min-height: calc(100vh - 105px - 48px);
    overflow: hidden;
}
#bannerSwiper .swiper-pagination-bullet {
    border-radius: 0;
    background: #dcdcdc;
    width: 0.48rem;
    height: 0.06rem;
    opacity: 1;
}

#bannerSwiper .swiper-pagination-bullet-active {
    background: #fff;
    height: 0.10rem;
}

.r-product {
    background: #fff;
    padding: 0.5rem 0.15rem;
}

    .r-product ul {
        width: 105%;
        overflow: hidden;
    }

    .r-product li {
        float: left;
        margin: 0.2rem 0;
    }

    .r-product .product {
        width: 3.3rem;
        background: #fff;
        margin: 0.2rem 0.15rem;
    }

    .r-product .p_photo {
        display: table;
        width: 100%;
        height: 3.1rem;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .r-product .p_photo .cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .r-product .p_photo img {
            max-height: 100%;
            -webkit-transition: .45s;
            transition: .45s
        }

    .r-product .info h2 {
        font-size: 0.22rem;
        color: #070707;
        text-align: center;
        padding-top: 0.2rem;
    }

    .r-product .more {
        text-align: center;
        padding: 0.5rem 0;
    }

        .r-product .more a {
            text-align: center;
            display: inline-block;
            height: 0.6rem;
            line-height: 0.6rem;
            width: 2.6rem;
            font-size: 0.22rem;
            color: #fff;
            background: #090909;
        }

.i-about {
    background: url(../images/aboutbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 6rem;
}

.about-info {
    padding: 0 0.5rem;
}

    .about-info h2 {
        padding-top: 1.5rem;
        font-size: 0.48rem;
        color: #fff;
    }

    .about-info .info {
        line-height: 30px;
        color: #fff;
        font-size: 0.24rem;
        text-indent: 2em;
        padding: 0.7rem 0;
    }

.i-about .more {
    padding: 10px 0 .1rem 0;
}

    .i-about .more a {
        display: inline-block;
        font-size: 0.26rem;
        font-family: SimSun,sans-serif;
        width: 2.8rem;
        height: .6rem;
        line-height: .6rem;
        border: 1px solid #7d7d7f;
        text-align: center;
        font-size: 0.16rem;
        color: #7d7d7f;
        border-radius: .6rem;
    }
.news ul {
    padding: 0.5rem;
}

    .news ul li {
        border-bottom: 1px solid #d2d2d2;
        line-height: 0.8rem;
    }

        .news ul li .title {
            width: 5rem;
            float: left;
            color: #333;
            font-size: 0.26rem;
        }

        .news ul li span {
            width: 1.5rem;
            float: left;
            text-align: right;
            font-size: 0.24rem;
            color: #999;
        }

.news .top {
    background: url(../images/news.jpg) no-repeat;
    min-height: 4.29rem;
    background-size: cover;
}

    .news .top h2 {
        font-size: 0.42rem;
        font-weight: bold;
        color: #fff;
        padding-top: 1.28rem;
        padding-left: 0.5rem;
    }

    .news .top p {
        font-size: 0.24rem;
        color: #fff;
        padding-left: 0.5rem;
        padding-top: 0.2rem;
    }

    .news .top a {
        margin: 0.5rem 0 0 0.5rem;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        width: 2.7rem;
        line-height: 0.6rem;
        height: 0.6rem;
        font-size: 0.25rem;
    }
.linkinfo {
    padding: 0.6rem 0.5rem 0.1rem 0.5rem;
    background: #141414;
    position: relative;
}

    .linkinfo h2 {
        font-size: 0.35rem;
        color: #fff;
        padding-bottom: 0.4rem;
    }

    .linkinfo p {
        font-size: 0.24rem;
        color: #959595;
        line-height: 0.56rem;
    }

    .linkinfo li {
        position: relative;
        font-size: 0.24rem;
        color: #fff;
        line-height: 0.6rem;
    }

.footer .copy {
    color: #959595;
    text-align: center;
    padding: 10px 0 60px 0;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    background: #141414;
}

.linkinfo p {
    color: #959595;
    font-size: 0.24rem;
    line-height: 35px;
    font-weight: bold;
}

.linkinfo .mp {
    position: absolute;
    right: 0.2rem;
    top: 0.6rem;
}

    .linkinfo .mp img {
        width: 1.98rem;
    }

    .linkinfo .mp p {
        padding-top: 0.1rem;
        font-size: 0.26rem;
        color: #fff;
        text-align: center;
    }