﻿/* .product-detail */
/* .product-box */
.product-box  .product-row{
    padding: 76px 0;
    width: 1210px;
    margin: 0 auto;
    background-color: #f7f7f7;
}
/* .product-box  .img-area */
.product-box .img-area {
    width: 400px;
    height: 400px;
    float: left;
    margin-left: 150px;
}
.product-box .img-area img{
    width: 400px;
    height: 400px;
}
/* .product-box  .product-txt */
.product-box  .product-txt{
    float: left;
    margin-left: 45px;
    width: 615px;
}
.product-box  .product-txt .title-txt{
    color: #222;
    font-size: 34px;
    display: block;
    line-height: 40px;
    padding: 0 5px 8px 0;
}
.product-box  .product-txt .title-small{
    color: #222;
    font-size: 22px;
    display: block;
    line-height: 40px;
    padding-right: 5px;
}
.product-box .product-txt .detail-box {
    padding: 37px 0 44px 0;
}
.product-box .detail-box .detail-row{
    width: 100%;
    display: block;
    padding-right: 5px;
}
.product-box .detail-box .txt{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.product-box .detail-box .detail-left{
    width: 260px;
    float: left;
}
.product-box .detail-box .detail-right{
    width: 355px;
    float: right;
}
/* .product-box .check-btn */
.product-box .check-btn {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #8231a6;
    display: inline-block;
}
.product-box .check-btn:hover {
    background: #9148b1;
    cursor: pointer;
}
/* .natural-box */
.container-content{
    width: 800px;
    margin: 0 auto;
}
/* .natural-box */
.natural-box {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
/* .natural-box .header-area */
.header-area {
    text-align: center;
    padding-bottom: 20px;
}
.header-area .title-h3 {
    font-size: 32px;
    color: #222;
    line-height: 40px;
    padding-bottom: 10px;
}
.header-area .title-head {
    font-size: 22px;
    color: #333;
    line-height: 37px;
    display: block;
}
/* .natural-box .img-area */
.natural-box .img-area {
    width: 800px;
    height: 500px;
}
.natural-box .img-area img{
    width: 800px;
    height: 500px;
}
/* .natural-box .honey-area */
.natural-box .honey-area {
    background: #f3f3f3;
    padding: 35px 20px 0 35px;
}
.natural-box .honey-area .img-right{
    float: right;
}
.natural-box .honey-area .img-right .natural-one,.natural-one img{
    width: 350px;
    height: 250px;
}
.natural-box .honey-area .img-right .natural-one{
    padding-bottom: 3px;
}
.natural-box .honey-area .img-right .natural-two,.natural-two img{
    float: left;
    width: 177px;
    height: 125px;
}
.natural-box .honey-area .img-right .natural-three,.natural-three img{
    float: right;
    width: 169px;
    height: 125px;
}
.natural-box .honey-area .txt-left {
    text-align: left;
    width: 48%;
}
.natural-box .honey-area .txt-left .title{
    position: relative;
    padding-top: 8px;
    margin-bottom: 30px;
    display: block;
    font-size: 26px;
    color: #333;
    line-height: 30px;
}
.yellow{
    color: #c77801;
}
.natural-box .honey-area .txt-left .yellow-txt{
    padding-left: 25px;
}
.natural-box .honey-area .txt-left .circle{
    width: 5px;
    height: 5px;
    background-color: #333;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 1px 0 0 -40px;
}
.natural-box .honey-area .txt {
    padding-bottom: 20px;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    letter-spacing: 1px;
}
/* .association-box */
.association-box {
    padding-top: 20px;
    margin: 0 auto;
    width: 800px;
}
/* .association-box .border-area */
.association-box .border-area {
    border: 1px solid #e7e7e7;
    padding: 28px 25px 28px 35px;
    margin: 38px 0;
}
.association-box .border-area .img-box {
    background:url(../images/unique.png)no-repeat;
    background-size: 133px 99px;
    width: 133px;
    height: 99px;
}
.association-box .border-area .txt-box {
    float: right;
    margin-left: 160px;
}
.association-box .border-area .title {
    padding: 10px 5px 10px 0;
    font-size: 24px;
    color: #c77801;
    display: block;
}
.association-box .border-area .capital-txt {
    font-size: 18px;
}
.association-box .border-area .txt{
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}
/* .umf-area */
.umf-area {
    padding: 0 21px;
}
.gray-txt{
    font-size: 18px;
    color: #333;
    line-height: 32px;
}
/* .table-area */
.table-area {
    padding-top: 25px;
    padding-bottom: 40px;
}
.table-area .table {
    width: 100%;
}
/* table-area .table-row */
.table-area .table-row {
    border-collapse: collapse;
    border-top: 1px dashed #d3d3d3;
}
.table-area .table-row:last-child {
    border-bottom: 1px dashed #d3d3d3;
}
.table-area .table-row .table-col {
    background-color: #fff;
    color: #222;
    display: table-cell;
    font-size: 16px;
    height: 82px;
    vertical-align: middle;
    cursor: pointer;
}
.table-area .table-row .table-col .umf-one {
    background-image: url(../images/umf-1.png);
    background-size: 43px 41px;
    width: 43px;
    height: 41px;
    display: block;
}
.table-area .table-row .table-col .umf-two {
    background-image: url(../images/umf-2.png);
    background-size: 46px 41px;
    width: 46px;
    height: 41px;
    display: block;
}
.table-area .table-row .table-col .umf-three {
    background-image: url(../images/umf-3.png);
    background-size: 46px 41px;
    width: 46px;
    height: 41px;
    display: block;
}
.table-area .table-row .table-col .umf-four {
    background-image: url(../images/umf-4.png);
    background-size: 47px 41px;
    width: 47px;
    height: 41px;
    display: block;
}
.table-area .table-row .table-col .txt{
    display: block;
}
.table-area .table .table-col:first-child {
    width: 10%;
    border-right: 1px dashed #d3d3d3;
    padding-left: 18px;
}
.table-area .table .table-col:first-child+.table-col {
    width: 45%;
    padding: 0 5px 0 20px;
}
.table-area .table .table-col:first-child+.table-col+.table-col {
    width: 2%;
    text-align: center;
    padding: 0 10px 0 10px;
}
.table-area .table .table-col:last-child {
    width: 43%;
    font-size: 12px;
    padding: 0 10px 0 10px;
}
/* .discover-box */
.discover-box {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.discover-box .img-box {
    display: block;
    width: 100%;
    min-height: 235px;
    margin-top: -10px;
}
.discover-box .img-box .img-umf-1,
.discover-box .img-box .img-umf-3,
.discover-box .img-box .img-umf-2 {
    float: left;
}
.discover-box .img-box .umf-1 {
    margin-right: 2px;
    width: 196px;
    height: 228px;
}
.discover-box .img-box .umf-1 img{
    width: 196px;
    height: 228px;
}
.discover-box .img-box .umf-3 {
    margin-right: 2px;
    width: 363px;
    height: 228px;
}
.discover-box .img-box .umf-3 img{
    width: 363px;
    height: 228px;
}
.discover-box .img-box .umf-2 {
    width: 236px;
    height: 228px;
}
.discover-box .img-box .umf-2 img{
    width: 236px;
    height: 228px;
}
.discover-box .txt-box{
    padding: 25px;
}
/* .introduce-box */
.introduce-box {
    width: 800px;
    margin: 0 auto;
    min-height: 530px;
}
.introduce-box .title-h4{
    font-size: 26px;
    color: #222;
    padding-top: 15px;
}
.introduce-box .title{
    padding-right: 15px;
}
.introduce-box .small-txt {
    padding: 0 28px 18px 28px;
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 30px;
}
.introduce-box .img-box {
    display: block;
    width: 100%;
}
.introduce-box .img-box .img{
    width: 50%;
    float: left;
}
.introduce-box .img-box .natural-four {
    margin-right: 2px;
    width: 400px;
    height: 280px;
}
.introduce-box .img-box .natural-four img{
    width: 400px;
    height: 280px;
}
.introduce-box .img-box .natural-five {
    margin-left: 2px;
    width: 398px;
    height: 280px;
}
.introduce-box .img-box .natural-five img{
    width: 398px;
    height: 280px;
}
/* .about-box */
.about-box {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 76px;
}
.about-box .header-area{
    padding: 25px 0;
}
.about-box .about-product{
    padding-top: 25px;
    width: 100%;
}
.about-box .about-product .product-img{
    float: left;
    width: 50%;
    text-align: center;
}
.about-box .about-product .product-img .txt-box{
    padding-top: 15px;
}
.about-box .about-product .product-img .text-box a{
    cursor: pointer;
    text-decoration: none;
}
.about-box .about-product .product-img .text-box a:hover{
    text-decoration: underline;
}
.about-box .about-product .product-img .txt-box .title{
    font-size: 16px;
    color: #222;
    line-height: 24px;
    display: block;
}
.about-box .about-product .product-img .txt-box .title-small{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}