/* 轮播图 */
#header{
    position: relative;
    height: 800px;
}
#header .carousel{
    position: absolute;
    height: 700px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    
}
#header .carousel .crlImg{
    /* position: absolute; */
    height: 700px;
    width: 300%;
    display: flex;
}
#header .carousel .crlImg>div{
    width: 34%;
    transition: 0.6s;
}
#header .carousel .crlImg div>img{
    height: 700px;
    width: 100%;
}
#header .carousel .crlImg input{
    display: none;
}

#header .carousel .cPoint{
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}
#header .carousel .cPoint label{
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.4s;
}
#header .carousel .cPoint label:hover{
    background: #fff;
}
#rad1:checked~.img1{
    margin-left: 0px;
}
#rad2:checked~.img1{
    margin-left: -34%;
}
#rad3:checked~.img1{
    margin-left: -68%;
}


#header .carousel .title{
    position: absolute;
    height: 190px;
    top: 30%;
    left: 24%;
    text-align: center;
    background: url(../images/banner_bg.png) no-repeat;
    background-position: 0px 100px;
}
#header .carousel .title h1{
    font-size: 80px;
    font-family: 宋体;
    margin-bottom: 14px;
}
#header .carousel .title div{
    position: absolute;
    width: 51px;
    height: 103px;
    top: 5px;
    right: -60px;
    color: #fff;
    font-size: 20px;
    background: url(../images/0x0k.png) no-repeat;
}
#header .carousel .title div p{
    margin-top: 22px;
    line-height: 30px;
}
#header .carousel .title span{
    color: #5f5e5f;
    font-size: 20px;
}
#header .carousel .cl{
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -27px;
    height: 54px;
    width: 80px;
    opacity: 0.5;
}
#header .carousel .cl:hover{
    opacity: 1;
}
#header .carousel .cr{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -27px;
    height: 54px;
    width: 80px;
    opacity: 0.5;
}
#header .carousel .cr:hover{
    opacity: 1;
}



/* 主要内容 */
/* 关于我们 */
/* #main{
    position: relative;
} */
#main .about{
    min-width: 1200px;
}
#main .about .title{
    background: url(../images/zhu1.jpg) no-repeat;
    text-align: center;
    height: 130px;
    padding-top: 50px;
    /* min-width: 1200px; */
}
#main .about .title h3{
    font-size: 28px;
    color: #2a3742;
    margin-bottom: 20px;
}
#main .about .title span{
    color: #9d9a9b;
    font-size: 14px;
}
#main .about .intro{
    /* min-width: 1200px; */
    padding-top: 80px;
    height: 534px;
    background: url(../images/intro.jpg) no-repeat;
    background-position: 50% 0px;
}
#main .about .intro .company{
    width: 570px;
    color: #fff;
    margin-left: 630px;
}
#main .about .intro .company h4{
    font-size: 22px;
    margin-bottom: 10px;
}
#main .about .intro .company h2{
    font-size: 24px;
    color: #30ba82;
    margin-bottom: 10px;
}
#main .about .intro .company p{
    font-size: 14px;
    line-height: 30px;
}
#main .about .intro .company .more{
    display: block;
    width: 150px;
    height: 50px;
    background-color:#32c663 ;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
}
#main .about .intro .company .more a{
    color: #fff;
    font-size: 15px;
}

/* 成功案例 */
#main .success{
    min-width: 1200px;
    height: 660px;
    background-color: #eaf2ef;
}
#main .success .title{
    text-align: center;
    height: 130px;
    padding-top: 50px;
}
#main .success .title h3{
    font-size: 28px;
    color: #2a3742;
    margin-bottom: 20px;
    background: url(../images/case.png) no-repeat;
    background-position: 295px 15px;
}
#main .success .title span{
    color: #9d9a9b;
    font-size: 14px;
}
#main .success .case{
    position: relative;
}
#main .success .case .cl{
    position: absolute;
    top: 90px;
    left: -10px;
    opacity: 0.5;
}
#main .success .case .cr{
    position: absolute;
    top: 90px;
    right: 40px;
    opacity: 0.5;
}
#main .success .case ul li{
    float: left;
    margin-left: 40px;
    width: 330px;
}
#main .success .case ul li img{
    width: 330px;
    height: 240px;
    margin-bottom: 5px;
}
#main .success .case ul li a{
    font-size: 15px;
    color: #2a3742;
}
#main .success .case ul li p{
    color: #5f5e5f;
    margin-top: 10px;
}
#main .success .more{
    width: 148px;
    height: 48px;
    background: #fff;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 50px;
    border: 1px solid #dbe3e0;
}
#main .success .more a{
    font-size: 15px;
}

/* 茶叶毛尖品牌 */
#main .brand{
    height: 730px;
    width: 100%;
    background: url(../images/jwbg.jpg) no-repeat center;
    padding-top: 70px;
}
#main .brand .title{
    text-align: center;
    height: 130px;
    
}
#main .brand .title h3{
    font-size: 28px;
    color: #2a3742;
    margin-bottom: 20px;

}
#main .brand .title span{
    color: #23a363;
}
#main .brand .title p{
    color: #9d9a9b;
    font-size: 14px;
}
#main .brand .brief{
margin-top: 360px;
}
#main .brand .brief li{
    float: left;
    margin-left: 24px;
    width: 336px;
    height: 140px;
    padding: 15px 20px;
    background: url(../images/qt9w.jpg) no-repeat;
}
#main .brand .brief li h2{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #5f5e5f;
    margin-left: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: 0px 3px;
}
#main .brand .brief li p{
    width: 320px;
    font-size: 14px;
    color: #9d9a9b;
    margin-left: 10px;
}

/* 产品中心 */
#main .product{
    min-width: 1200px;
}
#main .product .title{
    text-align: center;
    height: 130px;
    padding-top: 50px;
    color: #fff;
    background: #00ae69;
}
#main .product .title h3{
    font-size: 28px;
    margin-bottom: 20px;
    background: url(../images/case.png) no-repeat;
    background-position: 295px 15px;
}
#main .product .title span{
    font-size: 14px;
}
#main .product ul{
    margin-top: 45px;
}
#main .product ul li{
    width: 225px;
    height: 230px;
    float: left;
    padding: 14px;
    margin-right: 45px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}
#main .product ul li img{
    width: 220px;
    height: 175px;
}
#main .product ul li h4{
    color: #5f5e5f;
    font-size: 15px;
    margin-bottom: 5px;
}
#main .product ul li p{
    color: #9d9a9b;
    font-size: 13px;
}
#main .product .more{
    width: 148px;
    height: 48px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    margin:50px auto;
    border: 1px solid #dbe3e0;
}
#main .product .more a{
    font-size: 15px;
}

/* 合作客户 */
#main .cooper .title{
    text-align: center;
    height: 130px;
    padding-top: 50px;
}
#main .cooper .title h3{
    font-size: 28px;
    color: #2a3742;
    margin-bottom: 20px;
    background: url(../images/case.png) no-repeat;
    background-position: 295px 15px;
}
#main .cooper .title span{
    color: #9d9a9b;
    font-size: 14px;
}
#main .cooper ul{
    margin-bottom: 80px;
}
#main .cooper ul li{
    float: left;
    width: 236px;
    height: 136px;
    margin-left: -1px;
    margin-top: -1px;
}
#main .search{
    min-width: 1200px;
    height: 263px;
    background: url(../images/rc50.jpg) no-repeat;
    text-align: center;
    padding-top: 80px;
}
#main .search p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 60px;
}
#main .search .seaInt{
    margin: auto;
    width: 676px;
    height: 65px;
}
#main .search .seaInt input:nth-last-child(2){
    width: 536px;
    height: 66px;
    background: #fff;
    border: none;
    float: left;
    text-indent: 15px;
    outline: none;
}
#main .search .seaInt input:last-child{
    width: 140px;
    height: 66px;
    border: none;
    outline: none;
    color: #fff;
    background: #00ae69;
    font-size: 15px;
    float: right;
}

/* 返回顶部 */
#back{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 5%;
    right: 2%;
}
#back img{
    width: 100%;
    height: 100%;
}