*{
    margin: 0;padding: 0;
}
body{
    /* color: #e7c993; */
    /* background: url(https://web.rrzuzu.com/WebStatic/jianqingcode/static/images/body.png); */
    /* background-size: contain; */
    background-color: #fff;
    font-family: '微软雅黑', Arial;
    font-size: 12px;
}
h1,h2,p,div{
    text-align: center;
}
h1{
    padding: 20px 0 1px;
}
h2{
    margin-top: 40px;
    font-size: 38px;
}
.border{
    position: relative;
    border: 2px solid#927c43;
    color: #927c43;
    font-size: 16px;
    width: 300px;
    margin: 30px auto;
    height: 40px;
}
.border .title1{
    position: absolute;
    left: 50%; top: -11px;
    transform: translate(-50%);
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 0 30px;
}
.border .title2{
    position: absolute;
    left: 50%; top: 30px;
    transform: translate(-50%);
    background-color: #fff;
    padding: 0 20px;
    text-align: center;
}
p{
    margin: 30px 0 20px;
}
/* span{
    border: 1px solid #927c43;
    padding: 3px 20px;
    font-size: 14px;
} */
.tag{
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid #999;
    color: #333;
    padding: 8px 10px;
    font-size: 36px;
    letter-spacing: 3px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
ul,li{
    list-style: none;
}
body>div{
    /* width: 76.92%; */
    width: 66%;
    min-width: 1170px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.auto{
    width:85%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.header{
    height: 100px;
    position: relative;
}
.logo-left{
    width: 130px;
    height: 100px;
    float: left;
    background: url(../images/1.png) no-repeat left center;
    background-size: contain;
}
.logo-right{
    float: right;
    width: 140px;
    height: 100px;
    background: url(../images/3.png) no-repeat right center;
    background-size: contain;
}
.header ul{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    min-width: 630px;
}
.header ul li{
    float: left;
    margin: 0 22px;
    height: 100px;
    line-height: 100px;
}
.header ul li a{
    font-size: 16px;
    font-weight: bold;
    color: rgb(227, 205, 154);
}

.brew-methods{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.brew-methods>div{
    float: left;
    width: 24%;
    box-sizing: border-box;
    font-size: 32px;
    text-align: center;
}
.brew-methods>div img{
    width: 50%;
}
.brew-methods>div span{
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

img{
    width: 100%;
}
.banner ul.detailpic{
    margin-top: 40px;
    overflow: hidden;
}
.banner ul.detailpic li{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.banner .detailpic li:last-child{
    margin-right: 0;
}


.alleviated>div p{
    color: #fff;
    line-height: 26px;
}
.alleviated>div .big{
    font-size: 50px;
    line-height: 60px;
    color: #927c43;
}


.imglist div{
    margin-top: 20px;
}


.products .pr1{
    margin-top: 10px;
}
/* .products p{
    color: #fff;
    line-height: 30px;
} */
/* .contact>div{
    position: relative;
    height: 1308px;
    background: url(https://web.rrzuzu.com/WebStatic/jianqingcode/static/images/bg1.png) no-repeat right bottom;
    background-size: contain;
} */
.contact .article{
    width: 60%;
    padding-top: 100px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
}

#totop{
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 80px;
    height: 80px;
    background: url(../images/totop.png) no-repeat;
    background-size: contain;
}
footer{
    margin: 26px 0;
}
footer span{
    border: none;
    padding: 0;
    font-size: 12px;
}
footer a{
   color: #e0ce9e;
}
footer p{
    line-height: 24px;
    font-family: 微软雅黑;
    margin: 0;
    font-size: 12px;
}

@media screen and (max-width:1024px){
    body{
        padding: 0 6px;
    }
    body>div {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }
    .border{
        font-size: .7rem;
        width: 13rem;
        margin: 1rem auto;
        height: 1.3rem;
    }
    .border .title1 {
        top: -0.5rem;
    }
    .border .title2 {
        top: .75rem;
    }
    h1 {
        padding: 2rem 0 1px;
    }
.header{
    height: 3rem;
    position: relative;
    display: flex;
}
.logo-left{
    float: initial;
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/1.png) no-repeat left center;
    background-size: contain;
}
.logo-right{
    float: initial;
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/3.png) no-repeat right center;
    background-size: contain;
}
.header ul{
    position: initial;
    left: initial;
    transform: initial;
    overflow: hidden;
    min-width: initial;
    flex: 1;
    display: flex;
    justify-content:space-around;
    padding: 0 10px;
}
.header ul li{
    float: initial;
    margin: 0 0px;
    height: 3rem;
    line-height: 3rem;
}
.header ul li a{
    display: block;
    height: 100%;
    font-size: 0.75rem;
    font-weight: bold;
    color: rgb(227, 205, 154);
}
.imglist div {
    margin-top: 2px;
}
.brew-methods>div {
    font-size: .7rem;
}

#totop{
    bottom: 2rem;
    right: 10px;
    width: 2rem;
    height: 2rem;
}
}





