﻿* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "微软雅黑", Arial, "Arial Black", serif;
    line-height: 2em;
    color: #595959;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #595959;
}

h1 {
    font-size: 1.5em;
}

img,
object {
    border: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.header {
    padding: 10px 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #efefef;
}

.banner img {
    width: 100%;
}

.img {
    overflow: hidden;
}

.img img {
    width: 100%;
    transition: all 0.5s ease 0s;
    display: block;
}

.img img:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
}

.header {
    padding: 10px 0;
}

.header .logo img {
    width: 300px;
}

.header .menu a {
    padding: 5px;
    display: block;
    transition: all 0.5s ease 0s;
    font-weight: bold;
    color: #75B132;
    border-radius: 5px;
}

.header .menu a:hover,
.header .menu .hover {
    color: #75B132;
    padding: 5px;
}

.category {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/product_title.jpg);
    padding: 0;
    margin: 20px 0;
}

.category .bg {
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    color: #fff;
    width: 100%;
}

.category .bg img {
    padding: 20px 0;
    max-width: 300px;
    width: 100%;
    display: block;
    margin: auto;
}

.category .bg span {
    font-size: x-large;
    color: #fff;
    font-weight: bolder;
}

.category .bg p {
    font-size: medium;
}

.product {
    background-image: url(../images/product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.product .item {
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.product .item img {
    display: block;
    border-radius: 20px;
    border: 10px solid #ffffff;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product .item img:hover {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

.product .item span {
    text-align: center;
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/product_title.png);
    background-position: center;
    background-repeat: no-repeat;
}

.product .item span a {
    color: #333;
}

.news {
    padding: 20px 0;
}

.news .category label {
    font-weight: bold;
    color: #75B132;
    font-size: 2em;
    margin: 20px 0;
}

.news .img img {
    width: 100%;
}

.news .item {
    padding: 20px;
}

.news .more {
    width: 90px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    background: #75B132;
}

.news .more a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.news .title a {
    color: #75B132;
    font-weight: bold;
}

.news .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about {
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
    padding: 20px 0;
}

.about .category {
    font-weight: bold;
    color: #75B132;
    font-size: 2em;
    margin: 20px 0;
}

.about .desc {
    width: 70%;
    margin: auto;
    background: rgba(166, 123, 72, 0.7);
    color: #ffffff;
    padding: 20px;
}

.order {
    padding: 20px 0;
}

.order .category {
    font-weight: bold;
    color: #75B132;
    font-size: 2em;
    margin: 20px 0;
}

.order .img img {
    width: 100%;
}

.order .item .input {
    width: 100%;
    border: 1px solid #75B132;
    border-radius: 5px;
    padding: 2px;
}

.order .item .button {
    background: #75B132;
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 5px 0;
}

.foot {
    background-color: rgb(255, 244, 246);
    color: rgb(131, 88, 98);
}

.foot a {
    color: #fff;
}

.page_banner img {
    width: 100%;
}

.page_main {
    padding-top: 20px;
}

.page_main h1 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}

.page_main .tips {
    color: #999;
    text-align: center;
    background-color: #efefef;
    padding: 10px 0;
}

.page_main .content {
    padding: 20px 0;
}

.page_main .content img {
    max-width: 100%;
}

.page_main .more {
    background-color: #f5f5f5;
    padding: 10px 0;
}

.page_category {
    background-color: #efefef;
    text-align: center;
    padding: 10px 0
}

.page_category a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.page_category .hover {
    color: #fff;
    background-color: #75B132;
}

@media (max-width:768px) {
    .header {
        position: relative;
        padding: 0;
        padding-top: 10px;
    }
    .header .logo img {
        margin-bottom: 10px;
    }
    .header .menu {
        background: #efefef;
        padding: 10px;
    }
    .header .menu a {
        margin-bottom: 10px;
    }
    .about .desc {
        width: 100%;
    }
    .order .item {
        padding: 30px;
    }
}