/*
Author: kenrich
Time:2023-01-03 -- 2023-01-10
/* reset */
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    transition: all 0.4s ease;
    text-decoration: none !important;
    color: #191819;
}

a:hover,
a:focus {
    transition: all 0.8s ease;
    text-decoration: none !important;
    color: #005750;
    outline: none;
}

body {
    color: #333;
    background: #f7f7f7;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

* {
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
    font-size: 16px;
}

h1,
h2,
h3,
{
width: 39.7px;
/* 文字框寬度 */
height: 41.3px;
/* 文字框高度 */
font-size: 28px;
letter-spacing: 2px;
font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
    letter-spacing: 2px;
    /* 字元間距設為 2px */
}

p {
    line-height: 24px;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

ul,
li {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

/* banner */
.other-banner {
    position: relative;
}

.other-banner-info {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 15px;
}

.other-banner-info h3 {
    font-size: 30px;
    color: #4e8660;
    margin-bottom: 10px;
}

.other-banner-info h4 {
    color: #a1caad;
    font-size: 26px;
}

.other-banner-menu {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    width: 60px;
    z-index: 9999;
}

.other-banner-menu img {
    cursor: pointer;
}

.other-banner-logo {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.other-banner-logo img {
    width: 150px;
}

.other-banner-logo .container {
    text-align: right;
}

.sitemap {
    padding: 0px 0 120px 0;
}

.sitemap-warpper h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.errorpage {
    padding-bottom: 120px;
}

.error-btn {
    color: #fff;
    background: #2c8b53;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #2c8b53;
    display: block;
    margin: 30px auto;
    font-weight: bold;
}

.error-btn:hover {
    color: #2c8b53;
    background: #fff;
}

.success {
    padding: 20px 0 180px 0;
    text-align: center;
}

.success img {
    margin-bottom: 10px;
}

/* 最新消息 */
.news-list {
    display: block;
    margin-bottom: 30px;
    color: #2c8b53;
}

.news-list h4 {
    margin-bottom: 10px;
}

.news-list .tags {
    width: 100px;
    float: left;
    padding-top: 25px;
}

.news-list .info {
    float: right;
    width: calc(100% - 100px);
    border-bottom: 1px solid #bcd5c0;
    padding-bottom: 15px;
}

.news-list .tags span {
    padding: 4px 15px;
    display: inline-block;
    background: #a9c9af;
    color: #fff;
    border-radius: 30px;
}

.news-list .date {
    width: 180px;
    float: left;
    height: 86px;
    line-height: 80px;
    font-weight: bold;
}

.news-list .intr {
    float: right;
    width: calc(100% - 180px);
}

.news-list .intr p {
    display: -webkit-box;
    /* 使用WebKit彈性盒模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 2;
    /* 限制顯示兩行 */
    overflow: hidden;
    /* 隱藏超出內容 */
    text-overflow: ellipsis;
    /* 使用省略號 */
}

.single-news {
    padding: 0px 0 80px 0;
}

.single-news-top {
    padding: 10px 0 10px 0;
    text-align: center;
}

.single-news-top p {
    font-size: 16px;
    margin-top: 10px;
}

.single-news-center img {
    margin-bottom: 30px;
}

.single-news-center p {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}

.n-line {
    width: 100%;
    height: 1px;
    background: #999;
    margin-bottom: 30px;
    margin-top: 30px;
}

.prevandnext a {
    font-size: 16px;
}

.fix-cart {
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 999;
    margin-top: -130px;
}

.fix-cart img {
    width: 60px;
}

/* 側邊欄 */
.sidebar {
    width: 100%;
    height: 100%;
    max-width: 500px;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transform: all 0.25s ease-in-out;
    left: 0px;
    top: 0;
    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #333333;
}

.side-header {
    padding: 50px 20px;
    background: #498958;
    color: #fff;
    position: relative;
}

.inquireList {
    padding: 30px 30px;
    overflow-y: auto;
}

.otherList {
    overflow-y: auto;
}

.product-btnall {
    padding: 10px 20px
}

.product-btnall a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px
}

.inquier-btnall {
    padding: 10px 20px
}

.inquier-btnall a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px
}

.inquireList .clearfix {
    padding-bottom: 15px;
    border-bottom: 1px solid #498958;
    padding-top: 15px
}

.inquireList .left {
    font-size: 20px;
    font-weight: bolder;
    width: calc(100% - 60px)
}

.inquireList .right {
    width: 50px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: red;
}

.inquireList .right span {
    font-size: 20px;
    cursor: pointer;
}

.side-header h4 {
    margin-bottom: 10px;
    color: #bfd6c5;
}

.side-header h3 {
    font-size: 20px;
}

.side-header span {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 30px;
    margin-top: -25px;
    cursor: pointer;
}

/* 側邊欄 */
.menu-item {
    position: relative;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-title {
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #4e8660;
    font-weight: 500;
    font-weight: 400;
    font-size: 18px;
}

.menu-title span {
    font-size: 18px;
    font-weight: 400;
}

.menu-title:hover {
    color: #04d0b5;
    font-weight: bold;
}

.index-banner h4 {
    margin-bottom: 15px;
}

.fix-line {
    background: #4e8660;
    width: 60px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 60px;
}

.fix-line span {
    color: #fff;
    font-size: 30px;
}

.menu-title span:hover {
    color: #04d0b5;
    font-weight: bold;
}

.menu-title i {
    transition: transform 0.3s ease;
}

.menu-title.open i {
    transform: rotate(90deg);
}

.submenu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.submenu.open {
    max-height: 1000px;
}

.submenu .menu-title span {
    padding-left: 20px;
    font-size: 16px;
}

.submenu .submenu .menu-title {
    padding-left: 40px;
    font-size: 16px;
}

.submenu .submenu .submenu .menu-title {
    padding-left: 60px;
    font-size: 16px;
}

.no-children .menu-title {
    cursor: default;
}

.no-children .menu-title:hover {
    background-color: transparent;
    color: #4e8660;
}

@media (max-width: 768px) {
    .menu-title {
        padding: 14px 16px;
    }

    .submenu .menu-title {
        padding-left: 30px;
    }

    .submenu .submenu .menu-title {
        padding-left: 45px;
    }
}

/* 產品明細 */
.single-product {
    padding: 0px 0 120px 0;
}

.single-product h2 {
    color: #498958;
    margin-top: 40px;
}

.Breadcrumbs {
    line-height: 30px;
}

.single-product h5 {
    font-size: 14px;
    background: url(../images/download.png) no-repeat left center;
    background-size: 34px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    margin: 10px 0 20px 0;
}

.single-product h5 a {
    color: #498958;
}

.single-product-info {
    padding-left: 10px;
}

.product-btn {
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background-color: #498958;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
}

.inquire-btn {
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #890e0e;
    font-size: 20px;
    cursor: pointer;
}

.Breadcrumbs li {
    float: left;
    color: #498958;
    margin-right: 5px;
    font-weight: bold;
}

.Breadcrumbs li a {
    color: #498958;
}

/* 聯絡我們 */
.contact {
    padding: 0px 0 120px 0;
}

.contact-right ul {
    margin-right: 20px;
    border-left: 4px solid #498958;
    padding-left: 20px;
}

.contact-right ul li {
    color: #498958;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact-right ul li:last-child {
    margin-bottom: 3px;
}

.contact-left {
    background: #458d54;
    padding: 30px 40px 50px 40px;
    color: #fff;
    border-radius: 30px;
}

.contact-left h4 {
    font-size: 16px;
    line-height: 30px;
}

.contact-right {
    padding-left: 30px;
}

.contact-left h5 {
    font-size: 14px;
    background: url(../images/line3.png) no-repeat left center;
    background-size: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    margin: 10px 0 20px 0;
}

.contact-left .form-control {
    border-radius: 30px;
}

/* 手風琴 */
/* 分頁 */
.paginatoin-area .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginatoin-area .pagination li {
    margin-right: 5px;
    display: inline-block;
}

.paginatoin-area .pagination li a, .paginatoin-area .pagination li span{
    color: #2c8b53;
    height: 34px;
    width: 34px;
    font-size: 15px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    line-height: 34px;
    border-radius: 30px;
    font-weight: bold;
}

.paginatoin-area .pagination li:hover a.next {
    background: transparent;
    color: #2c8b53;
}

.paginatoin-area .pagination li a i {
    font-size: 12px;
    line-height: 36px;
}

.paginatoin-area {
    padding: 0px;
    margin-bottom: 80px;
    margin-top: 40px;
}

.paginatoin-area .pagination li.active span{
    color: #fff;
    background-color: #a9c9af;
    border: 0;
}

.paginatoin-area .pagination li:hover a {
    color: #fff;
    background-color: #a9c9af;
}

.paginatoin-area .pagination li:hover a.previous {
    background: transparent;
    color: #2c8b53;
}

.paginatoin-area .pagination li:hover a.next {
    background: transparent;
    color: #2c8b53;
}

.paginatoin-area .pagination li:last-child {
    margin-right: 0;
}

/* 分類 */
.pc-menu {
    /*    border-bottom: 1px solid #2c8b53; */
    margin-bottom: 0px;
    margin-top: 60px;
    text-align: center;
}

.nline1 {
    height: 1px;
    background: #2c8b53;
    margin-top: -5px;
    margin-bottom: 100px;
    margin-left: 150px;
    margin-right: 150px;
}

.nline3 {
    height: 1px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pc-menu ul {
    display: inline-block;
}

.pc-menu li {
    float: left;
}

.pc-menu li {
    border-left: 1px solid #2c8b53;
}

.pc-menu li a {
    width: 160px;
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #2c8b53;
}

.pc-menu li.active a,
.pc-menu li:hover a {
    color: #2c8b53;
}

/* 產品 */
.product {
    padding-bottom: 100px;
}

.product-list {
    margin-bottom: 30px;
}

.product-list-box .pbox {
    height: 240px;
    line-height: 240px;
    padding: 20px;
    text-align: center;
}

.product-list-box .pbox img {
    max-width: 190px;
    max-height: 170px;
}

.product-list-name {
    text-align: center;
    color: #2c8b53;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.product-list .name {
    height: 75px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-line-clamp: 2;
    /* 限制顯示兩行 */
    overflow: hidden;
    /* 隱藏超出內容 */
    text-overflow: ellipsis;
    background-color: #2c8b53;
    margin-top: -5px;
    /* 使用省略號 */
}

.product-list-box .title {
    height: 75px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-line-clamp: 2;
    /* 限制顯示兩行 */
    overflow: hidden;
    /* 隱藏超出內容 */
    text-overflow: ellipsis;
    /* 使用省略號 */
}

.swiper-pbox {
    background: url(../images/b2.png) no-repeat;
    background-size: contain;
    height: 345px;
}

.product-list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ccc;
    opacity: 0.9;
    border-radius: 50%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    left: 0;
    bottom: 0;
}

.swiper-pagination {
    left: 0;
    text-align: center;
}

.product-list .swiper-pagination-bullet-active {
    opacity: 1;
    background: #498958;
}

/* 底部 */
.copyright {
    text-align: center;
    color: #2c8b53;
    padding: 20px 15px;
    font-size: 16px;
}

.actGotop {
    width: 60px;
    position: fixed;
    right: 40px;
    bottom: 20px
}

footer {
    padding: 80px 0;
    background: url("../images/pg1.png");
}

.footer-bottom {
    text-align: center;
}

.footer-bottom ul {
    display: inline-block;
}

.footer-bottom ul li {
    float: left;
    color: #2c8b53;
    font-weight: bold;
    margin: 0 40px;
}

.footer-top-left .footer-logo {
    width: 150px;
    margin-bottom: 40px;
}

.footer-top-left .footer-menu li a {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2c8b53;
}

.footer-intr-list .title {
    border-bottom: 1px solid #2c8b53;
    margin-bottom: 25px;
}

.footer-intr-list {
    margin-bottom: 25px;
}

.footer-top-left .right {
    float: left;
    padding-left: 100px;
    width: calc(100% - 100px);
}

.footer-intr-list .title span {
    background: #498958;
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    font-weight: bold;
    border-radius: 0 20px 0 0;
}

.footer-intr-list h4 {
    font-size: 16px;
    color: #2c8b53;
    margin-top: 15px;
    padding-left: 15px;
}

.footer-intr-list p {
    color: #2c8b53;
    padding-left: 15px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.nline {
    height: 0.5px;
    background: #2c8b53;
    margin: 10px 0 30px 0;
}

.footer-top-right-box {
    background: #498958;
    border-radius: 30px;
    padding: 30px 25px 20px 25px;
}

.tree {
    width: 70px;
}

.footer-top-right-social {
    padding-right: 50px;
}

.footer-top-right-social .left {
    height: 85px;
    line-height: 85px;
    float: right;
    padding-right: 30px;
}

.footer-top-right-social .left img {
    width: 30px;
    margin: 0 8px;
}

.footer-top-right-box h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    font-size: 28px;
}

.footer-top-right-box .row {
    margin-bottom: 20px;
}

.footer-top-right-box input::placeholder {
    color: #ccc;
    /* 設置placeholder的顏色為綠色 */
}

.footer-top-right-box input {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 36px;
    outline: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.send-btn {
    background: url(../images/tleft.png) no-repeat 95px 16px;
    border: 1px solid #ccc;
    border-radius: 40px;
    outline: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 140px;
    cursor: pointer;
    padding-left: 20px;
    margin: 0 auto;
    margin-top: 10px;
}

.index-banner-download {
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: -20px
}

.index-banner-info {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-top: -140px;
}

.index-banner-info h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.index-banner-download .container {
    text-align: right;
}

.index-banner-download img {
    width: 150px;
}

.Htitle {
    border-bottom: 1px solid #4e8660;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 80px;
    color: #2c8b53;
    background: url(../images/tree1.png) no-repeat 97% 10px;
    background-size: 36px;
}

.Htitle h3 {
    color: #a1caad;
    margin-bottom: 10px;
    font-size: 28px;
}

.index-product {
    padding-bottom: 80px;
}

.index-product .product-list {
    display: block;
    margin-bottom: 50px;
    padding: 0 10px;
}

.index-product .product-list .pbox {
    background: url(../images/b1.png) no-repeat;
    background-size: cover;
    height: 290px;
    line-height: 290px;
    padding: 0 20px;
    text-align: center;
}

.index-product .product-list .pbox img {
    max-width: 190px;
    max-height: 170px;
}

.index-product .title {
    text-align: center;
    color: #2c8b53;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    height: 45px;
    display: grid;
    place-items: center;
    /* 水準和垂直居中 */
}

.index-product .more {
    text-align: center;
    margin-top: 10px;
}

.index-product .more img {
    height: 21px;
}

.index-about {
    padding: 100px 0;
    background: url(../images/pg1.png);
}

.index-news {
    padding: 100px 0 120px 0;
}

.news-more {
    background: #498958 url(../images/more4.png) no-repeat 123px 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 80px auto 0px auto;
    width: 200px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #498958;
    padding-left: 50px;
    background-size: 32px;
}

.news-more:hover {
    background: #f7f7f7 url(../images/more3.png) no-repeat 123px 15px;
    color: #4e8259;
    background-size: 32px;
}

.index-about-title h3 {
    color: #a1caad;
    margin-bottom: 10px;
    font-size: 28px;
}

.index-about-title h4 {
    color: #2c8b53;
}

.index-about-set {
    position: relative;
}

.index-about-title {
    position: absolute;
    left: 30px;
    top: 120px
}

.index-about-info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.index-about-info-left {
    text-align: right;
    padding-top: 300px;
}

.index-about-info-right {
    padding: 250px 60px 30px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.index-about-info-right p {
    line-height: 40px;
}

.index-about-info-left img {
    width: 70%
}

.index-about-intr {
    position: absolute;
    bottom: 50px;
    left: 30%;
    color: #fff;
    font-weight: bold;
    width: 70%;
    z-index: 999;
}

.index-about-intr .left {
    width: calc(100% - 160px);
    padding-top: 12px;
    color: #fff;
}

.index-about-intr .right {
    width: 120px;
    text-align: left;
    font-size: 18px;
}

.nline5 {
    height: 1px;
    background: #fff;
    width: 100%;
}

.phone-menu {
    background: #fff;
    padding: 10px 15px;
}

.phone-menu .left img {
    height: 34px;
}

.phone-menu .right {
    padding-top: 5px;
}

.phone-menu .right img {
    height: 25px;
}

.common {
    padding: 100px 0 120px 0;
}

.single-dim {
    margin-top: 20px;
}

.single-dim img{
    width: auto !important;
    margin-bottom: 10px!important;
}
.single-dim li {
    list-style-type: inherit!important;
}

/* 手機 */
@media(max-width: 768px) {
    .sidebar {
        width: 320px;
    }

    .other-banner-logo img {
        width: 60px;
    }

    .other-banner-menu {
        right: 15px;
        top: 80px
    }

    .fix-cart {
        right: 15px;
    }

    .actGotop {
        right: 15px
    }

    .other-banner-info {
        bottom: auto;
        top: 50%;
        margin-top: -20px;
    }

    .other-banner-info h3 {
        color: #fff;
    }

    .errorpage {
        padding: 40px 0 40px 0;
    }

    .errorpage .text-center {
        margin-top: 30px;
    }

    footer {
        padding: 40px 0;
    }

    .footer-top-left .footer-logo {
        margin-bottom: 20px;
    }

    .footer-top-left .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-menu li {
        width: 30%;
        float: left;
    }

    .footer-top-left .right {
        width: 100%;
        padding-left: 0;
    }

    .footer-bottom {
        margin-top: 20px;
    }

    footer .nline {
        display: none;
    }

    .footer-bottom ul li {
        margin: 0 15px;
        width: calc(100% - 30px);
        text-align: left;
        margin-bottom: 10px;
    }

    .copyright {
        padding: 10px 15px;
    }

    .contact {
        padding: 50px 0 30px 0;
    }

    .contact-left {
        padding: 15px 15px 30px 15px;
    }

    .contact-left h5 {
        background-size: 30px;
        padding-left: 35px;
        line-height: 20px;
    }

    .contact-right {
        margin-top: 30px;
        padding-left: 0;
    }

    .index-about {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }

    .set-about {
        display: none;
    }

    .index-about-set {
        position: inherit;
    }

    .index-about-title {
        position: inherit;
    }

    .index-about-info {
        position: inherit;
        margin-top: 20px;
    }

    .index-about-info-left {
        padding-top: 0;
        text-align: left;
    }

    .index-about-intr {
        color: #2c8b53;
        width: 100%;
    }

    .index-about-info-right {
        padding: 10px 0 0 0px;
        color: #2c8b53;
    }

    .index-about-info-right p {
        line-height: 30px;
    }

    .index-about-intr {
        position: inherit;
        margin-top: 15px;
    }

    .nline5 {
        background: #2c8b53;
    }

    .news {
        padding-top: 30px;
    }

    .news-list .info {
        width: 100%;
    }

    .news-list .date {
        width: 100%;
    }

    .news-list .intr {
        width: 100%;
    }

    .news-list .date {
        height: 40px;
        line-height: 40px;
    }

    .news-list {
        margin-bottom: 0px;
    }

    .news-list .info {
        padding-bottom: 0;
    }

    .product {
        padding: 50px 0 30px 0;
    }

    .product-list-box .pbox {
        height: 165px;
        line-height: 165px;
    }

    .product-list-box .pbox img {
        max-width: 140px;
        max-height: 120px;
    }

    .single-news {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .single-product {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .success {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Breadcrumbs {
        margin-top: 20px;
    }

    .single-product h2 {
        margin-top: 15px;
    }

    .sitemap-warpper h3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .sitemap {
        padding-bottom: 30px;
    }

    .footer-top-right-box input {
        margin-bottom: 15px;
    }

    .footer-top-right-box .row {
        margin-bottom: 0;
    }

    .index-news {
        padding: 30px 0;
    }

    .Htitle {
        margin-bottom: 20px;
    }

    .news-more {
        margin-top: 40px;
    }

    .index-banner-info {
        display: none;
    }

    .index-product {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .index-pw {
        margin-top: 30px;
    }

    .index-product .product-list {
        padding: 0;
        margin-bottom: 30px;
    }

    .index-product .product-list .pbox {
        background: #fff;
        border: 1px solid #2c8b53;
        padding: 0;
        height: 200px;
        line-height: 200px;
    }

    .index-product .product-list .pbox img {
        max-width: 150px;
        max-height: 150px;
    }

    .index-product .title {
        margin-top: 10px;
    }

    .index-product .more {
        margin-top: 5px;
    }

    .product .product-list {
        padding: 0;
        margin-bottom: 30px;
    }

    .product .product-list .pbox {
        background: #fff;
        border: 0;
        padding: 0;
        height: 200px;
        line-height: 200px;
    }

    .swiper-pbox {
        background: #fff;
        border: 1px solid #2c8b53;
        padding: 0;
        height: 200px;
        line-height: 200px;
    }

    .product .product-list .pbox img {
        max-width: 150px;
        max-height: 150px;
    }

    .product .title {
        margin-top: 10px;
    }

    .product .more {
        margin-top: 5px;
    }

    .product-list-name {
        font-size: 14px;
    }

    .single-product-info .left {
        margin-left: 0 !important;
        width: 100%;
        margin-bottom: 15px;
    }
}