﻿@charset "utf-8";
/* CSS Document */
/* banner */
.swiper1{
    width: 100%;
    position: relative;
}
.swiper1 .swiper-wrapper{
    position: relative;
}
.swiper-img{
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev,.swiper1 .banner-font,.swiper1 .swiper-pagination,.banner-tea{
    position: absolute;
}
.banner-font{
    text-align: center;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-family: 'yang';
    color: #fff;
    right: 30%;    
    top: 0;
}
.banner-font h1:nth-child(1){
    font-size: 3rem;
}
.banner-font h1:nth-child(2){
    font-size: 3.875rem;
}
.banner-tea{
    right: 25%;
    bottom: 10%;
    width: 60px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{
    font-size: 2.25rem;
    color: rgba(255, 255, 255, .5);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper1 .swiper-button-prev{
    left: 20%;
}
.swiper1 .swiper-button-next{
    right: 20%;
}
.banner .swiper1 .swiper-pagination{
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .swiper1 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 .75vw !important;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
}
.banner .swiper1 .swiper-pagination-bullet-active{
    background-color:rgba(255, 255, 255, 1);
    opacity: 1;
}
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{
    color: rgba(255, 255, 255, .8);
}
/* 首页标题 */
.tit{
    margin: 90px auto 70px auto;
}
.tit h1{
    text-align: center;
    font-size: 2rem;
    color: #374539;
    font-family: 'yang';
    position: relative;
}
.tit h1::before{
    content: '';
    background: url(../images/bt.png) no-repeat center;
    width: 634px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
/* 首页了解更多 */
.lj{
    margin: 50px auto 0 auto;
    background: url(../images/lj.png) no-repeat center;
    background-size: 100%;
    width: 169px;
    height: 49px;
}
.lj p,.lj .iconjiantou{
    color: #96b29a;
    line-height: 16px;
}
.lj .iconjiantou{
    margin-left: .3vw;
    font-size: .875rem;
}
.lj:hover p{
    color: #c9dccc;
}
.lj:hover .iconjiantou{
    color: #c9dccc;
}
/* 产品展示 */
.product{
    background: url(../images/cp-nybg.png) no-repeat bottom;
    background-size: cover;
    padding-bottom: 70px;
}
.product .p-lb {
	display: none;
}

.product .p-lb.active {
	display: block;
}

.p-nav{
    margin-bottom:70px;
}
.product ul li{
    position: relative;
}
.product ul li a{
    color: #6c806f;
    font-weight: bold;
    padding: 20px 2vw;
}
.product ul li::before{
    content: '';
    display: block;
    background: url(../images/t-tea.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: .75vw;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.product ul li.active::before{
    opacity: 1;
}
.product ul li:hover::before {
    opacity: 1;
}
.p-lbbox{
    margin: 0 -.5vw;
}
.p-conbox{
    width: 20%;
    padding: .5vw;
}
.p-con{
    background: #fff;
}
.p-con .p-img{
    overflow: hidden;
    position: relative;
}
.p-img img{
    max-width: 100%;
}
.p-con p{
    width: 100%;
    height: 60px;
    text-align: center;
    color: #374539;
    line-height: 60px;
    background: #fff;
}
.p-con .hov{
    background-color: #edf5ef;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
}
.p-con:hover .hov{
    width: 100%;
    left: 0;
    opacity: 0.2;
}
.p-con p:hover{
    background-color: #6c806f;
    color: #fff;
}
/* 茶文化 */
.culture{
    width: 100%;
    background-size:cover;
    text-align: center;
}
.culturebox{
    width: 800px;
    margin: auto;
}
.culture h1{
    font-size: 3rem;
    color: #fff;
    font-family: 'yang';
    padding: 40px 0;
}
.culture p{
    color: #fff;
}
.culture p:nth-child(3){
    font-size: .875rem;
    opacity: .6;
    margin-top: 10px;
}
.culture .lj{
    background: none;
    margin: 0 auto;
    padding: 40px 0;
}
.culture .lj p,.culture .lj .iconjiantou{
    color: rgba(255, 255, 255, .7);
}
.culture .lj:hover p{
    color: rgba(255, 255, 255, 1);
}
.culture .lj:hover .iconjiantou{
    color: rgba(255, 255, 255, 1);
}
/* 公司介绍 */
.about{
    background: url(../images/about-nybg.png) repeat-y top;
    background-size: cover;
    padding: 100px 0;
}
.about-l{
    width: 40%;
}
.tit-l p{
    font-family: 'yang';
    font-size: 2rem;
    color: #374539;
    text-align: left;
    position: relative;
}
.tit-l p::after{
    content: '';
    background: url(../images/bt-r.png) no-repeat center;
    background-size: 100%;
    width: 229px;
    height: 7px;
    position: absolute;
    top: 150%;
    left: 0;
}
.about-l>p{
    margin-top: 60px;
    color: #6c8070;
    line-height: 20px;
    -webkit-line-clamp: 15;
    font-size: .875rem;
}
.about .lj{
    text-align: left;
    margin: 0;
    margin-top: 50px;
}
.about-r{
    width: 55%;
    margin-left: 5%;
    position: relative;
}
.about-r img:nth-child(1){
    max-width: 40%;
    position: absolute;
    top: 16%;
    left: 0;
}
.about-r img:last-child{
    max-width: 85%;
    margin-left: 15%;
}
.store{
    background: url(../images/md-bg.jpg) no-repeat center fixed;
    background-size: cover;
    width: 100%;
    padding-bottom: 60px;
}

.store .tit-l{
    padding: 65px 0;
    position: relative;
}
.store .tit-l p{
    color: #fff;
}
.store .tit-l p::after{
    background: url(../images/bt-w.png) no-repeat center;
    left: 110%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tit-l .qb span,.tit-l .qb .iconjiantou{
    display: inline-block;
    color: #fff;
    font-size: .875rem;
}
.storebox{
    background-color: #e2e7e0;
}
.storebox1{
    position: relative;
    padding: 40px 5vw;
}
.store .join{
    width: 18%;
}

.swiper2{
    width: 78%;
}
.s-con{
    position: relative;
}
.swiper2 .s-con.swiper-slide{
    background: #fff;
}
.s-con img{
    max-width: 100%;
}
.store .swiper-button-prev,.store .swiper-button-next{
    --swiper-navigation-size: 2rem;
    color: #6c806f;
}
.store .swiper-button-prev{
    left: 3%;
}
.store .swiper-button-next{
    right: 3%;
}
.store .swiper-button-prev:hover,.store .swiper-button-next:hover{
    color: #9cbba1;
}
.zz{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(bottom , rgba(0, 0, 0, 0.74) , rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom , rgba(0, 0, 0, 0.74) , rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom , rgba(0, 0, 0, 0.74) , rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom , rgba(0, 0, 0, 0.74) , rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom , rgba(0, 0, 0, 0.74) , rgba(0, 0, 0, 0) 100%);
}
.s-con p{
    font-size: .875rem;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.s-con:hover .zz{
    visibility: visible;
    opacity: 1;
}
/* 新闻中心 */
.news{
    padding-bottom: 90px;
    background: url(../images/md-nybg.png) no-repeat bottom;
    background-size: 100%;
}

.n-nav{
    margin-bottom: 70px;
}
.n-lb{
    display: none;
}
.n-lb.active{
    display: block;
}
.news ul li{
    position: relative;
}
.news ul li a{
    color: #6c806f;
    padding: 20px 2vw;
    font-weight: bold;
}
.news ul li::before{
    content: '';
    display: block;
    background: url(../images/t-tea.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: .75vw;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news ul li.active::before{
    opacity: 1;
}
.news ul li:hover::before {
    opacity: 1;
}
.n-lbbox{
    width: 100%;
}
.n-lbcon{
    margin: 0 -.5vw;
}
.n-lbconbox{
    width: 60%;
}
.n-lbcon1{
    padding: .5vw;
    width: 50%;
}
.n-lbcon2{
    background: #fff;
    padding: 1vw;
    display: block;
    height: 100%;
}
.n-lb-img{
    overflow: hidden;
}
.n-lb-img img{
    max-width: 100%;
}
.n-lbcon2 h1{
    font-size: 1.125rem;
    color: #37453a;
    padding: .8vw 0;
}
.n-lbcon2 p{
    font-size: .875rem;
    color: #6c806f;
    line-height: 22px;
}
.n-xq p,.n-xq .iconjiantou{
    color: #a3bfa7;
    font-size: .875rem;
}
.n-xq .iconjiantou{
    margin-left: .4vw;
}
.n-xq {
    margin-top:15px;
}
.n-lbrow{
    width: 40%;
}
.n-lbrow2{
    padding: .5vw;
    width: 100%;
}
.n-lbrow3{
    background: #fff;
    padding: 1vw;
}
.n-lbrow-l{
    width: 16%;
    height: 100%;
    background: #b2c6b2;
    padding: 12.5px 0;

}
.n-lbrow-l h1,.n-lbrow-l p{
    color: #fff;
    text-align: center;
}
.n-lbrow-l h1{
    font-size: 2.25rem;
}
.n-lbrow-l p{
    font-size:.75rem;
}
.n-lbrow-r{
    width: 81%;
    margin-left: 2%;
}
.n-lbrow-r h1{
    font-size: 1.125rem;
    color: #37453a;
    margin-bottom: 5px;
}
.n-lbrow-r p{
    font-size: .875rem;
    color: #6c806f;
    line-height: 22px;
    -webkit-line-clamp: 2;
}
.n-lbcon2:hover{
    box-shadow: 0 20px 30px rgba(14, 73, 20, .1);
    -webkit-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    -o-transform: translateY(-1%);
    transform: translateY(-1%);
}
.n-lbrow3:hover{
    box-shadow: 0 10px 30px rgba(14, 73, 20, .1);
    -webkit-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    -o-transform: translateY(-1%);
    transform: translateY(-1%);
}
/* 移动端门店 */
.s-nybox{
    margin: 0 -1vw;
}
.s-lb{
    width: 50%;
    padding: 1vw;
}
.s-lbbox{
    background: #fff;
    padding: 1vw;
}
.s-img{
    overflow: hidden;
    width: 40%;
}
.s-img img{
    max-width: 100%;
}
.s-xx{
    margin-left: 1.5vw;
}
.s-xx p{
    padding: 8px 0;
    color: #98aa9b;
    line-height: 24px;
}
.s-xx p span{
    color: #37453a;
}
.s-lbbox:hover{
    box-shadow: 0 10px 30px rgba(14, 73, 20, .1);
    -webkit-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    -o-transform: translateY(-1%);
    transform: translateY(-1%);
}
