@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src:
        local('Montserrat Bold'),
        local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src:
        local('Montserrat Medium'),
        local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src:
        local('Montserrat Regular'),
        local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family:
        'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei',
        'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB',
        sans-serif;
    color: #222;
}

.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
}

.xs-online {
    display: none;
    font-weight: 300;
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}

.xs-online ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 68px;
}

.xs-online ul li {
    display: table-cell;
    width: 20%;
    border-left: 1px solid #fcf3f2;
    height: 68px;
}

.xs-online ul li a {
    display: block;
    padding: 7px 0 5px;
}

.xs-online ul li a span {
    display: block;
    color: #009b4c;
    font-size: 12px;
}

.xs-online ul li a span i {
    font-size: 22px;
}

.xs-online ul li:first-child {
    border-left: none;
}

a:focus {
    outline: none;
}

a {
    color: #222;
}

.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #333;
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .table-box table {
        font-size: 14px;
    }
}

.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
}

.table-box table td,
.table-box table th {
    padding: 14px 8px !important;
    border: 1px solid #a0a0a0 !important;
}

@media (max-width: 991px) {
    .table-box table td,
    .table-box table th {
        padding: 12px 8px !important;
    }
}

@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        padding: 8px 8px !important;
    }

    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
        font-size: 12px !important;
    }
}

@media (max-width: 575px) {
    .table-box table td,
    .table-box table th {
        padding: 8px 8px !important;
    }

    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
        font-size: 2.7vmin !important;
    }
}

.table-box table tr p,
.table-box table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.table-box table th {
    text-align: center;
}

.table-box table img {
    height: auto !important;
    max-width: 100%;
}

.suspended-list {
    width: 48px;
    position: fixed;
    right: 0;
    top: calc(50% - 79px);
    z-index: 999;
}

.suspended-list ul {
    display: block;
    position: relative;
    /* background-color: #fff; */
    padding-left: 0;
}

.suspended-list ul li {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 3px;
    list-style: none;
}

.suspended-list ul li a {
    display: block;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.suspended-list ul li a:before {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    transition: all 0.35s;
}

.suspended-list ul li .qrcode {
    width: 110px;
    height: 100px;
    padding-right: 10px;
    position: absolute;
    top: -50%;
    z-index: -10;
    left: 0;
    transition: all 0.35s;
    opacity: 0;
}

.suspended-list ul li .qrcode > div {
    width: 100px;
    height: 100px;
    background-color: #009b4c;
    padding: 5px;
}

.suspended-list ul li .qrcode > div img {
    width: 100%;
}

.suspended-list ul li .whatsapp-num {
    width: 170px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: -10;
    background-color: #009b4c;
    padding-left: 10px;
    left: 0;
    transition: all 0.35s;
    opacity: 0;
    border-radius: 8px;
}

.suspended-list ul li:hover {
    transition: all 0.5s;
}

.suspended-list ul li:hover .qrcode {
    left: -110px;
    opacity: 1;
    transition: all 0.35s;
}

.suspended-list ul li:hover a {
    background-color: #009b4c;
}

.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
    display: none;
}

.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
    display: block;
    left: 15px;
}

.suspended-list ul li:hover .j_dhzs {
    left: -210px;
}

.suspended-list ul li:hover .whatsapp-num {
    left: -160px;
    opacity: 1;
    transition: all 0.35s;
}

.open-suspended {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 30px;
    z-index: 999;
    background: #6e6e6e;
    border-radius: 8px;
    bottom: 70px;
    display: none;
}

.open-suspended a {
    line-height: 48px;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.35s;
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .img-box {
    padding-bottom: 36.5625%;
}

.banner .slick-slide > div {
    font-size: 0;
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner .slick-dots {
    font-size: 0;
    bottom: 24px;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 10px;
    opacity: 0.5;
    position: relative;
    transition: all 0.35s;
    border: 1px solid #fff;
    background-color: #fff;
}

.banner .slick-dots li button {
    display: none;
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.35s;
}

.banner .slick-dots li button:before {
    display: none;
}

.banner .slick-dots li:after {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 12px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s;
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    transition: all 0.35s;
}

.banner .slick-dots li.slick-active:after {
    opacity: 1;
    transition: all 0.35s;
}

.banner .slick-prev,
.banner .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

@media screen and (min-width: 991px) {
    .banner .slick-prev:hover:before,
    .banner .slick-next:hover:before {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.banner .slick-prev:before,
.banner .slick-next:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    opacity: 1;
    transition: all 0.35s;
    color: #fff;
}

.banner .slick-prev {
    left: auto;
    right: 113px;
}

.banner .slick-prev:before {
    content: '\e886';
    transform: rotate(180deg);
    display: block;
}

.banner .slick-next {
    right: 113px;
    top: 58%;
}

.banner .slick-next:before {
    content: '\e886';
}

.banner .counter-box {
    position: absolute;
    top: 32%;
    right: 108px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.banner .counter-box div {
    transform: rotate(90deg);
    display: flex;
}

.banner .counter-box div:first-child {
    margin-bottom: 30px;
}

.banner .counter-box div:first-child:after {
    content: '/';
    margin-left: 20px;
}

.banner .banner-btn {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    flex-direction: column;
    align-items: center;
    color: #fff;
    transition: all 0.35s;
}

.banner .banner-btn span {
    font-size: 16px;
    font-weight: bold;
}

.banner .banner-btn i {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 5px;
}

@media screen and (min-width: 991px) {
    .banner .banner-btn:hover {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.am-container {
    max-width: 1440px;
}

.am-container2 {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.index-data {
    border-bottom: 1px solid #e6e6e6;
}

.big-data {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.big-data .data-box {
    position: relative;
    padding: 30px 0 35px;
    width: 25%;
    display: flex;
    justify-content: center;
    border-left: 1px solid #e6e6e6;
}

.big-data .data-box:last-child {
    border-right: 1px solid #e6e6e6;
}

.big-data .count-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #009b4c;
}

.big-data .count-top span {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.big-data .count-tit {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-left: 2px;
}

.big-data .data-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-data .count-desc {
    color: #666;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
}

.in-title {
    position: relative;
    text-align: center;
}

.in-title span {
    text-transform: uppercase;
    font-weight: bold;
}

.in-title span:first-child {
    font-size: 44px;
    line-height: 56px;
    position: relative;
    z-index: 2;
}

.in-title span:last-child {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f5f5f5;
    font-size: 72px;
    line-height: 56px;
    width: 100%;
}

.index-prod {
    padding: 75px 0 40px;
}

.index-prod .prod-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}

.index-prod .prod-box {
    padding: 0 15px;
}

.index-prod .prod-box a {
    display: block;
    background-color: #009b4c;
    position: relative;
}

@media screen and (min-width: 991px) {
    .index-prod .prod-box a:hover .prod-img img {
        transform: scale(1.1);
        opacity: 0.2;
        transition: all 0.35s;
    }

    .index-prod .prod-box a:hover i {
        opacity: 1;
        transition: all 0.35s;
    }

    .index-prod .prod-box a:hover .prod-txt {
        opacity: 1;
        transition: all 0.35s;
    }
}

.index-prod .prod-box i {
    display: flex;
    width: 72px;
    height: 72px;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #009b4c;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.35s;
}

.index-prod .prod-box .prod-txt {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-weight: bold;
    color: #fff;
    padding: 0 25px;
    opacity: 0;
    transition: all 0.35s;
}

.index-prod .prod-box .prod-cate {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.index-prod .prod-box .prod-cate:before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #fff;
    margin-right: 10px;
}

.index-prod .prod-box .prod-tit {
    font-size: 24px;
}

.index-prod .prod-box .prod-img {
    overflow: hidden;
}

.index-prod .prod-box .prod-img img {
    width: 100%;
    transition: all 0.35s;
}

.index-prod .prod-box1 {
    width: 33.33333333%;
}

.index-prod .prod-box2 {
    width: 66.66666667%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
}

.index-prod .prod-box2 .prod-box:nth-child(n + 3) {
    margin-top: 30px;
}

.index-prod .prod-box3 {
    width: 37.5%;
}

.index-prod .prod-box4 {
    width: 62.5%;
}

.index-why {
    background-image: url(../img/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 80px;
    position: relative;
}

.index-why > img {
    display: none;
}

.index-why .in-title {
    color: #fff;
}

.index-why .in-title span:last-child {
    color: #fff;
    opacity: 0.3;
}

.index-why .why-desc {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.index-why .why-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0;
    position: relative;
}

.index-why .why-list .why-box {
    width: 33.33333333%;
    padding: 0 15px;
}

.index-why .why-list .why-box > div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px 30px 35px;
    position: relative;
    transition: all 0.35s;
    height: 100%;
}

@media screen and (min-width: 991px) {
    .index-why .why-list .why-box > div:hover {
        background-color: #009b4c;
        transition: all 0.35s;
    }

    .index-why .why-list .why-box > div:hover .why-num {
        color: #1aa55e;
        transition: all 0.35s;
    }

    .index-why .why-list .why-box > div:hover i {
        background-color: #fff;
        color: #009b4c;
        transition: all 0.35s;
    }

    .index-why .why-list .why-box > div:hover .why-tit {
        color: #fff;
        transition: all 0.35s;
    }

    .index-why .why-list .why-box > div:hover .list .box {
        color: #fff;
        transition: all 0.35s;
    }

    .index-why .why-list .why-box > div:hover .list .box:before {
        color: #fff;
        transition: all 0.35s;
    }
}

.index-why .why-list .why-box .why-num {
    color: #f2faf6;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 25px;
    transition: all 0.35s;
}

.index-why .why-list .why-box i {
    width: 72px;
    height: 72px;
    background-color: #009b4c;
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.35s;
}

.index-why .why-list .why-box .list .box {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    display: flex;
    transition: all 0.35s;
}

.index-why .why-list .why-box .list .box:before {
    content: '\e76b';
    font-family: 'iconfont';
    font-size: 12px;
    line-height: 24px;
    margin-right: 10px;
    color: #009b4c;
    transition: all 0.35s;
}

.index-why .why-list .why-tit {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 12px;
    transition: all 0.35s;
    text-transform: capitalize;
}

.index-clients {
    padding: 75px 0;
}

.index-clients .clients-img {
    margin-top: 35px;
}

.index-clients .clients-img img {
    width: 100%;
}

.index-clients a {
    width: 150px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #009b4c;
    border: 1px solid #009b4c;
    margin: 15px auto 0;
    transition: all 0.35s;
}

.index-clients a:hover {
    background-color: #fff;
    color: #009b4c;
    transition: all 0.35s;
}

.index-news {
    background-color: #f7f7f7;
    padding: 65px 0 80px;
}

.index-news .img-box {
    padding-bottom: 66.66666667%;
}

.index-news .in-title span:last-child {
    color: #ededed;
}

.index-news .news-all {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -15px 0;
}

.index-news .news-hot {
    padding: 0 15px;
    width: 41.66666667%;
}

.index-news .news-hot .hot-tit {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    padding: 18px 25px;
    background-color: #fff;
    transition: all 0.35s;
}

.index-news .news-hot .hot-tit span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news .news-hot .hot-img img {
    transition: all 0.35s;
}

.index-news .news-hot .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index-news .news-hot .slick-dots {
    bottom: 100px;
    display: flex;
    justify-content: center;
}

.index-news .news-hot .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.35s;
}

.index-news .news-hot .slick-dots li button {
    display: none;
}

.index-news .news-hot .slick-dots li.slick-active {
    background-color: #009b4c;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    .index-news .news-hot a:hover .hot-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .index-news .news-hot a:hover .hot-tit {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.index-news .news-list {
    display: flex;
    flex-direction: column;
    width: 58.33333333%;
}

.index-news .news-list .news-box {
    display: flex;
    flex-wrap: wrap;
}

.index-news .news-list .news-box:nth-child(n + 2) {
    margin-top: 24px;
}

@media screen and (min-width: 991px) {
    .index-news .news-list .news-box:hover .news-tit a {
        color: #009b4c;
        transition: all 0.35s;
    }

    .index-news .news-list .news-box:hover .news-more {
        color: #009b4c;
        transition: all 0.35s;
    }

    .index-news .news-list .news-box:hover .news-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }
}

.index-news .news-list .news-img {
    width: 28.57142857%;
    padding: 0 15px;
}

.index-news .news-list .news-img img {
    transition: all 0.35s;
}

.index-news .news-list .news-txt {
    width: 71.42857143%;
    padding: 0 15px;
}

.index-news .news-list .news-date {
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.index-news .news-list .news-date i {
    font-size: 14px;
    line-height: 1;
    color: #009b4c;
    margin-right: 8px;
}

.index-news .news-list .news-tit {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 8px 0 25px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news .news-list .news-tit a {
    transition: all 0.35s;
}

.index-news .news-list .news-more {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    display: flex;
    align-items: center;
    transition: all 0.35s;
}

.index-news .news-list .news-more span {
    margin-right: 8px;
}

.am-container3 {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.am-container3:after {
    content: '';
    clear: both;
    display: block;
}

.header .nav .nav-list1 {
    margin: 0;
}

header.am-sticky {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.35s;
}

header.am-sticky .header-top {
    height: 0;
}

header .header-logo {
    height: 72px;
}

header .header-logo img {
    height: 100%;
}

header .header-btn {
    display: flex;
    align-items: center;
}

header .header-btn > button {
    width: 180px;
    height: 48px;
    border: 1px solid #ffc107;
    background-color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    margin-left: 48px;
    transition: all 0.35s;
}

header .header-btn > button i {
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
    pointer-events: none;
}

header .header-btn > button span {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
}

@media screen and (min-width: 991px) {
    header .header-btn > button:hover {
        background-color: #e0a800;
        transition: all 0.35s;
    }
}

header .header-topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

header .header-top {
    height: 120px;
    overflow: hidden;
    background-color: #fff;
}

header .header-search {
    margin-left: 8px;
}

header .header-search .header-search-p form {
    width: 360px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    header .header-search .header-search-p form:hover {
        border-color: #009b4c;
        transition: all 0.35s;
    }
}

header .header-search .header-search-p input {
    padding-right: 10px;
    border: none;
    height: 100%;
    font-size: 16px;
    border-radius: 25px;
    width: calc(100% - 20px);
    background-color: transparent;
    color: #333;
}

header .header-search .header-search-p input:focus {
    outline: none;
}

header .header-search .header-search-p *::-webkit-input-placeholder {
    color: #666;
}

header .header-search .header-search-p *:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}

header .header-search .header-search-p *::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}

header .header-search .header-search-p *:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

header .header-search .header-search-p button {
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}

header .header-search .header-search-p button i {
    font-size: 18px;
    line-height: 1;
    color: #666;
}

@media screen and (min-width: 991px) {
    header .header-search .header-search-p button:hover {
        color: #009b4c;
        transition: all 0.35s;
    }
}

header .header-cart {
    margin-left: 48px;
}

header .header-cart a {
    display: flex;
    align-items: center;
    transition: all 0.35s;
}

header .header-cart a > span {
    font-size: 15px;
    margin-left: 10px;
}

@media screen and (min-width: 991px) {
    header .header-cart a:hover {
        color: #009b4c;
        transition: all 0.35s;
    }

    header .header-cart a:hover .cart-box {
        border-color: #009b4c;
        transition: all 0.35s;
    }
}

header .header-cart .cart-box {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.35s;
}

header .header-cart .cart-box i {
    font-size: 20px;
    line-height: 1;
}

header .header-cart .cart-box span {
    padding: 0 5px;
    position: absolute;
    background-color: #ff3232;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    right: -5px;
    top: -5px;
}

header .header-bot {
    background-color: #323232;
    position: relative;
    transition: all 0.35s;
}

header .header-botbox {
    height: 48px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-search-m {
    text-align: center;
    position: relative;
    display: none;
    align-items: center;
    margin-right: 15px;
}

.header-search-m a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #cdcdcd;
    transition: opacity 0.25s ease-in-out 0s;
    -webkit-transition: opacity 0.25s ease-in-out 0s;
    transition: all 0.35s;
}

.header-search-m i {
    font-size: 16px;
    color: #666;
    line-height: 1;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    .header-search-m:hover > a {
        border-color: #009b4c;
        transition: all 0.35s;
    }

    .header-search-m:hover > a > i {
        color: #009b4c;
        transform: rotateY(180deg);
        transition: all 0.35s;
    }
}

.header-search-m button:before {
    display: none;
}

.header-search-m button i {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}

.search-wrap {
    font-size: 14px;
    position: absolute;
    z-index: 1002;
    top: 100%;
    left: 10%;
    display: none;
    width: 300px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-wrap .search-box {
    position: relative;
}

.search-wrap input {
    line-height: 24px;
    width: 100%;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dcdcdc;
}

.search-wrap input:focus-visible {
    outline: none;
}

.search-wrap .submit {
    font-size: 0;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 38px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    background-color: #009b4c;
    border-color: #009b4c;
}

.search-wrap .submit:focus {
    outline: none;
}

.search-wrap .submit:before {
    font-family: 'iconfont' !important;
    content: '\e600';
}

.search-wrap .search-box {
    height: 38px;
}

.touch-nav {
    display: none;
}

.page-banner {
    overflow: hidden;
    position: relative;
}

.page-banner .item {
    position: relative;
}

.page-banner .item img {
    width: 100%;
}

.page-banner .item-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.page-banner .page-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.page-banner .crumbs span a {
    color: #fff;
}

.page-banner .crumbs span:after {
    color: #fff;
}

.crumbs {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    display: flex;
}

.crumbs span {
    display: flex;
}

.crumbs span a {
    color: #666;
}

.crumbs span a:hover {
    text-decoration: underline;
}

.crumbs span:last-child a {
    color: #009b4c;
}

.crumbs span:last-child:after {
    display: none;
}

.crumbs span:after {
    content: '\\';
    margin: 0 7px;
}

.about {
    padding: 20px 0 0;
}

.about-all {
    margin-top: 40px;
}

.about-contall {
    width: 80%;
}

.about-contall .about-tit {
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
}

.about-txt {
    padding: 25px 0 85px;
}

.about-txt p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.sticky-content {
    display: -webkit-box;
    display: flex;
}

.list-l {
    background-clip: content-box;
    width: 20%;
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-right: 30px;
}

.list-l h2 {
    text-align: center;
    color: #fff;
    padding: 21px;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 20px;
}

.list-l .menu {
    position: relative;
    z-index: 10;
}

.list-l .menu h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    background-color: #009b4c;
    margin-bottom: 0;
    padding: 0 25px;
}

.list-l .menu a {
    display: block;
}

.list-l .menu1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 120px;
    margin-top: 0;
}

.list-l .menu1 > li {
    color: #666666;
    font-size: 18px;
    list-style: none;
    overflow: hidden;
}

.list-l .menu1 > li:last-child {
    border-bottom: none;
}

.list-l .menu1 > li:hover > a {
    transform: translateX(20px);
    color: #009b4c;
    transition: all 0.35s;
}

.list-l .menu1 > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    background-color: #fff;
    transition: all 0.35s;
}

.list-l .menu1 > li > a span {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.list-l .menu1 > li > a:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #009b4c;
    border-style: solid;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.list-l .menu1 > li.active > a {
    color: #009b4c;
    transform: translateX(20px);
    transition: all 0.35s;
}

.list-l .menu1 > li.active > a:before {
    opacity: 1;
    transition: all 0.35s;
}

.list-l .menu1 > li.active > a:after {
    opacity: 1;
    transition: all 0.35s;
}

.list-l .menu1 > li:nth-child(n + 2) {
    margin-top: 3px;
}

.list-l .menu1 ul {
    font-size: 14px;
    display: none;
    margin: 0;
    padding-left: 8px;
}

.list-l .menu2 {
    padding: 0;
}

.list-l .menu2 > li {
    list-style: none;
}

.list-l .menu2 > li:last-child {
    border-bottom: none;
}

.list-l .menu2 > li:last-child > a {
    border-bottom: none;
}

.list-l .menu2 > li > a {
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    position: relative;
    padding: 0;
    color: #666;
    height: auto;
    transition: all 0.35s;
}

.list-l .menu2 > li > a:before {
    content: '-';
    margin-right: 3px;
}

.list-l .menu2 > li > a:hover {
    transition: all 0.35s;
}

.list-l .menu2 > li > a:hover span {
    color: #009b4c;
    transition: all 0.35s;
}

.list-l .menu2 > li > a span {
    display: block;
    transition: all 0.35s;
}

.list-l .menu2 > li.active > a {
    color: #009b4c;
}

.list-l .menu2 > li.active > a span {
    transition: all 0.35s;
}

.list-l .menu3 > li {
    padding-left: 12px;
    margin-top: 5px;
    list-style: none;
}

.list-l .menu3 > li > a {
    color: #83868a;
}

.list-l .menu3 > li > a:before {
    content: '-';
}

.question {
    padding-bottom: 90px;
}

.question .in-title {
    text-align: center;
}

.question .fold {
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 35px;
}

.question .fold .am-list {
    transition: all 0.35s;
}

.question .fold .am-list > li {
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: all 0.35s;
}

.question .fold .am-list > li > a {
    font-size: 22px;
    transition: all 0.35s;
    color: #222;
    padding: 0;
    font-weight: bold;
    transition: 0.35s;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: auto;
    background-color: #f6f6f6;
}

.question .fold .am-list > li > a i {
    display: inline-block;
    transform: rotate(0);
    transition: all 0.1s;
    margin-right: 30px;
}

.question .fold .am-list > li > a span {
    transition: all 0.35s;
    padding: 23px 30px;
    max-width: calc(100% - 110px);
}

.question .fold .am-list > li > a:after {
    content: '\e600';
    font-size: 16px;
    position: absolute;
    font-family: 'iconfont' !important;
    color: #000;
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    right: 30px;
    top: 20px;
    transition: all 0.35s;
    border-radius: 50%;
    display: none;
}

.question .fold .am-list > li.rotate {
    transition: all 0.35s;
}

.question .fold .am-list > li.rotate .am-list {
    transition: all 0.35s;
}

.question .fold .am-list > li.rotate > a {
    transition: all 0.35s;
}

.question .fold .am-list > li.rotate > a i {
    transition: all 0.1s;
    display: inline-block;
    transform: rotate(90deg);
}

.question .fold .am-list > li.rotate > a span {
    color: #009b4c;
    transition: all 0.35s;
}

.question .fold .am-list > li.rotate > a:before {
    background-color: #009b4c;
    transition: all 0.35s;
}

.question .fold .am-list > li.rotate > a:after {
    transform: rotateX(180deg);
    color: #fff;
    transition: all 0.35s;
}

.question .am-list > li > a.son-fold {
    font-size: 16px;
    color: #505050;
    padding-left: 80px;
}

.question .am-list > li > a.son-fold.active {
    color: #28a30b;
}

.question .rotate45 {
    transform: rotate(45deg);
    transition: all 0.35s;
}

.question .faq-fold .am-list {
    background-color: transparent;
    margin: 0;
}

.question .faq-fold .am-list > li {
    margin-bottom: 16px;
}

.question .faq-fold .am-list > li:last-child {
    margin-bottom: 0;
}

.question .faq-fold .am-list > li.rotate .am-list {
    height: auto;
    transition: all 0.35s;
    background-color: #f6f6f6;
    border-top: 1px solid #e6e6e6;
}

.question .faq-fold .am-list > li > a > span {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-right: 35px;
    display: block;
}

.question .faq-fold .am-list > li > a div {
    font-size: 18px;
    color: #fff;
    position: relative;
    line-height: 32px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009b4c;
}

.question .faq-fold .am-list .am-panel > ul {
    height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.question .faqpage-answer {
    padding: 19px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 0 !important;
}

.question .faqpage-answer p {
    margin: 0;
    color: #666;
    line-height: 26px;
    font-size: 16px;
}

.pagenum {
    display: flex;
    justify-content: center;
}

.pagenum a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #f5f5f5;
    line-height: 30px;
    color: #666;
    margin-left: 16px;
    background-color: #f5f5f5;
    transition: all 0.35s;
}

.pagenum a.active {
    color: #009b4c;
    background-color: transparent;
    transition: all 0.35s;
    border-color: #009b4c;
}

.pagenum a:nth-child(2) {
    margin-left: 24px;
}

.pagenum a:first-child {
    margin-left: 0;
}

.pagenum a:last-child {
    margin-left: 24px;
}

.pagenum a:last-child i {
    display: block;
    transform: rotateY(180deg);
}

@media screen and (min-width: 991px) {
    .pagenum a:hover {
        color: #fff;
        background-color: #009b4c;
        transition: all 0.35s;
        border-color: #009b4c;
    }
}

.pagenum i {
    font-size: 12px;
    display: block;
}

.blog {
    padding-bottom: 90px;
}

.blog .img-box {
    padding-bottom: 66.66666667%;
}

.blog .blog-img {
    width: 372px;
}

.blog .blog-img img {
    transition: all 0.35s;
}

.blog .blog-list {
    margin-bottom: 10px;
}

.blog .blog-box {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
}

.blog .blog-box:first-child {
    border-top: none;
}

.blog .blog-box:nth-child(2n) {
    flex-direction: row-reverse;
}

.blog .blog-box:nth-child(2n) .blog-txt {
    padding: 8px 60px 0 0;
}

@media screen and (min-width: 991px) {
    .blog .blog-box:hover .blog-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .blog .blog-box:hover .blog-tit a {
        color: #009b4c;
        transition: all 0.35s;
    }

    .blog .blog-box:hover .blog-more {
        background-color: #009b4c;
        color: #fff;
        transition: all 0.35s;
    }
}

.blog .blog-txt {
    width: calc(100% - 372px);
    padding: 8px 0 0 60px;
}

.blog .blog-tit {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.blog .blog-tit a {
    transition: all 0.35s;
}

.blog .blog-desc {
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog .blog-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.blog .blog-date {
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
}

.blog .blog-date i {
    font-size: 14px;
    line-height: 1;
    margin-right: 8px;
}

.blog .blog-more {
    width: 130px;
    height: 48px;
    font-size: 15px;
    color: #009b4c;
    border: 1px solid #009b4c;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.exhibition {
    padding-bottom: 90px;
}

.exhibition .exhibition-list {
    margin: 30px 0 40px;
}

.exhibition .exhibition-img {
    width: 282px;
}

.exhibition .exhibition-img img {
    transition: all 0.35s;
}

.exhibition .img-box {
    padding-bottom: 66.66666667%;
}

.exhibition .exhibition-txt {
    width: calc(100% - 282px);
    padding-left: 30px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.exhibition .exhibition-box {
    display: flex;
}

.exhibition .exhibition-box:nth-child(n + 2) {
    margin-top: 30px;
}

@media screen and (min-width: 991px) {
    .exhibition .exhibition-box:hover .exhibition-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .exhibition .exhibition-box:hover .exhibition-tit a {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.exhibition .exhibition-tit {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibition .exhibition-tit a {
    transition: all 0.35s;
}

.exhibition .exhibition-btn {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.exhibition .exhibition-btn a {
    transform: rotateZ(-45deg);
    font-size: 18px;
}

.exhibition .exhibition-date {
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
}

.exhibition .exhibition-date i {
    font-size: 14px;
    line-height: 1;
    margin-right: 8px;
}

.case {
    padding-bottom: 90px;
}

.case .img-box {
    padding-bottom: 66.66666667%;
}

.case .case-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 35px;
}

.case .case-box {
    width: 33.33333333%;
    padding: 0 15px;
}

.case .case-img img {
    transition: all 0.35s;
}

.case .case-tit {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.35s;
    margin-top: 10px;
}

.case .case-box a {
    display: block;
}

@media screen and (min-width: 991px) {
    .case .case-box a:hover .case-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .case .case-box a:hover .case-tit {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.case .case-box:nth-child(n + 4) {
    margin-top: 25px;
}

.factory {
    padding-bottom: 90px;
}

.factory .img-box {
    padding-bottom: 66.66666667%;
}

.factory .factory-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 35px;
}

.factory .factory-box {
    width: 33.33333333%;
    padding: 0 15px;
}

.factory .factory-img img {
    transition: all 0.35s;
}

.factory .factory-tit {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s;
    margin-top: 8px;
}

.factory .factory-box a {
    display: block;
}

@media screen and (min-width: 991px) {
    .factory .factory-box a:hover .factory-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .factory .factory-box a:hover .factory-tit {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.factory .factory-box:nth-child(n + 4) {
    margin-top: 25px;
}

.certificate {
    padding-bottom: 90px;
}

.certificate .certificate-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 40px;
}

.certificate .certificate-box {
    width: 33.33333333%;
    padding: 0 15px;
}

.certificate .certificate-box:nth-child(n + 4) {
    margin-top: 30px;
}

@media screen and (min-width: 991px) {
    .certificate .certificate-box a:hover .certificate-img {
        border-color: #009b4c;
        transition: all 0.35s;
    }

    .certificate .certificate-box a:hover .certificate-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .certificate .certificate-box a:hover .certificate-btn {
        border-color: #009b4c;
        background-color: #009b4c;
        color: #fff;
        transition: all 0.35s;
    }
}

.certificate .certificate-img {
    border: 1px solid #e6e6e6;
    transition: all 0.35s;
}

.certificate .certificate-img img {
    transition: all 0.35s;
}

.certificate .certificate-tit {
    line-height: 52px;
    padding: 0 15px;
    max-width: calc(100% - 48px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.certificate .certificate-btn {
    border-left: 3px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.35s;
}

.certificate .certificate-btn i {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback {
    padding-bottom: 90px;
}

.feedback .feedback-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 35px;
}

.feedback .img-box {
    padding-bottom: 58.82352941%;
}

.feedback .feedback-box {
    width: 33.33333333%;
    padding: 0 15px;
}

.feedback .feedback-box:nth-child(n + 4) {
    margin-top: 25px;
}

@media screen and (min-width: 991px) {
    .feedback .feedback-box a:hover .feedback-img {
        transition: all 0.35s;
    }

    .feedback .feedback-box a:hover .feedback-img img {
        transform: scale(1.1);
        transition: all 0.35s;
    }

    .feedback .feedback-box a:hover .feedback-hover {
        transform: scale(1);
        transition: all 0.35s;
    }

    .feedback .feedback-box a:hover .feedback-tit {
        color: #009b4c;
        transition: all 0.35s;
    }
}

.feedback .feedback-img {
    border: 1px solid #e6e6e6;
    transition: all 0.35s;
    position: relative;
}

.feedback .feedback-img img {
    transition: all 0.35s;
}

.feedback .feedback-img .feedback-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    transform: scale(0);
    transition: all 0.35s;
}

.feedback .feedback-img .feedback-hover i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.feedback .feedback-tit {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    transition: all 0.35s;
}

.feedback .feedback-btn {
    border-left: 3px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.35s;
}

.feedback .feedback-btn i {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod {
    padding: 55px 0 90px;
}

.prod .prod-txtbox {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.prod .prod-txtbox .tit {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}

.prod .prod-txtbox .tit h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.prod .prod-txtbox .img {
    overflow: hidden;
}

.prod .prod-txtbox .img img {
    width: 100%;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    .prod .prod-txtbox .img:hover img {
        transform: scale(1.1);
        transition: all 0.35s;
    }
}

.prod .prod-list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 35px;
}

.prod .prod-box {
    padding: 0 15px;
    width: 25%;
}

.prod .prod-box:nth-child(n + 5) {
    margin-top: 20px;
}

@media screen and (min-width: 991px) {
    .prod .prod-box a:hover .prod-tit {
        color: #009b4c;
        transition: all 0.35s;
    }

    .prod .prod-box a:hover .img-box {
        opacity: 0.2;
        transition: all 0.35s;
    }

    .prod .prod-box a:hover .prod-more {
        transform: translateY(-50%) scale(1);
        transition: all 0.35s;
    }
}

.prod .prod-img {
    padding: 5px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.prod .prod-img .img-box {
    transition: all 0.35s;
}

.prod .prod-more {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 100%;
    z-index: 3;
    height: 44px;
    background-color: #009b4c;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.prod .prod-tit {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    transition: all 0.35s;
}

.prod-deta {
    padding-top: 50px;
}

.prod-deta .prod-detaimg {
    display: flex;
}

.prod-deta .img-box {
    background-color: #f3f3f3;
}

.prod-deta .img-box img {
    mix-blend-mode: multiply;
}

.prod-deta .prod-detaslick {
    width: 48.54651163%;
}

.prod-deta .prod-detaslick .slick-slide > div {
    font-size: 0;
}

.prod-deta .prod-detaslick .carousel-wrap > div {
    display: flex;
    flex-direction: column;
}

.prod-deta .pro-details-msg {
    width: 51.45348837%;
    padding-left: 45px;
    padding-top: 12px;
}

.prod-deta .pro-details-msg h1 {
    font-weight: 900;
    font-size: 30px;
    color: #222;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.prod-deta .pro-details-msg h1:after {
    content: '>>>>>>>>>>>>>';
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #ccc;
    margin-top: 20px;
}

.prod-deta .pro-details-msg .tit {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}

.prod-deta .pro-details-msg h4 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.prod-deta iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.prod-deta .pro-details-topslick {
    border: 1px solid #e6e6e6;
    padding: 16px;
    margin-bottom: 16px;
}

.prod-deta .pro-details-topslick .slick-prev,
.prod-deta .pro-details-topslick .slick-next {
    width: fit-content;
    height: fit-content;
    font-size: 0;
    transition: all 0.35s;
    z-index: 2;
}

.prod-deta .pro-details-topslick .slick-prev:hover,
.prod-deta .pro-details-topslick .slick-next:hover {
    transition: all 0.35s;
}

.prod-deta .pro-details-topslick .slick-prev:hover:before,
.prod-deta .pro-details-topslick .slick-next:hover:before {
    color: #009b4c;
    transition: all 0.35s;
}

.prod-deta .pro-details-topslick .slick-prev {
    left: 15px;
}

.prod-deta .pro-details-topslick .slick-next {
    right: 15px;
}

.prod-deta .pro-details-topslick .slick-prev:before,
.prod-deta .pro-details-topslick .slick-next:before {
    font-family: 'iconfont';
    font-size: 24px;
    color: #333;
    opacity: 1;
    transition: all 0.35s;
}

.prod-deta .pro-details-topslick .slick-prev:before {
    content: '\e639';
}

.prod-deta .pro-details-topslick .slick-next:before {
    content: '\e97c';
}

.prod-deta .pro-details-topslick .slick-list {
    border: 1px solid #e8e8e8;
}

.prod-deta .pro-details-thumbslick {
    width: 100%;
    margin: 0 auto;
}

.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
    opacity: 1;
}

.prod-deta .pro-details-thumbslick .item {
    padding: 0 6.5px;
    cursor: pointer;
}

.prod-deta .pro-details-thumbslick .item > div {
    background-color: #f3f3f3;
    position: relative;
}

.prod-deta .pro-details-thumbslick .item > div:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    left: 0;
    top: 0;
    z-index: 3;
    transition: all 0.35s;
}

.prod-deta .pro-details-thumbslick .slick-list {
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.prod-deta .pro-details-thumbslick .slick-current .img-box:after {
    border-color: #009b4c;
    transition: all 0.35s;
}

.prod-deta .pro-details-thumbslick .item-video {
    position: relative;
}

.prod-deta .pro-details-thumbslick .item-video .img-box img {
    opacity: 0.59;
}

.prod-deta .pro-details-thumbslick .item-video .img-box:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    content: '\e6a4';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.prod-deta .pro-details-msgcont {
    margin-bottom: 35px;
    margin-top: 10px;
}

.prod-deta .pro-details-msgcont h4 {
    font-size: 20px;
    color: #666;
}

.prod-deta .pro-details-msgcont p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    color: #666;
}

.prod-deta .pro-details-share {
    display: flex;
    flex-direction: column;
}

.prod-deta .pro-details-share > span {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
    margin-bottom: 0;
}

.prod-deta .pro-details-btn {
    display: flex;
    margin-top: 48px;
}

.prod-deta .pro-details-btn a {
    display: flex;
    width: 150px;
    height: 48px;
    background-color: #222;
    color: #fff;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    .prod-deta .pro-details-btn a:hover {
        color: #fff;
        background-color: #009b4c;
        transition: all 0.35s;
    }
}

.prod-deta .pro-details-btn a i {
    font-size: 14px;
}

.prod-deta .pro-details-btn a span {
    font-size: 14px;
    margin-left: 10px;
}

.prod-deta .pro-details-btn .pro-deta-add {
    margin-left: 20px;
    transition: all 0.35s;
}

.prod-deta .prod-sontitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
}

.prod-deta .prod-cont {
    clear: both;
    padding-top: 35px;
}

.prod-deta .prod-cont .prod-contbox p {
    margin: 0;
}

.prod-deta .prod-cont .prod-contbox img {
    max-width: 100%;
    height: auto !important;
}

.prod-deta .inquiry-form {
    padding-top: 55px;
}

.prod-deta .inquiry-form .form-desc {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 10px;
}

.prod-deta .inquiry-form .prod-sontitle {
    margin-bottom: 5px;
}

.prod-deta .inquiry-form form {
    font-size: 0;
}

.prod-deta .inquiry-form input {
    font-size: 15px;
    padding: 0 15px;
    width: calc(50% - 15px);
    height: 48px;
    margin-right: 30px;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    margin-bottom: 16px;
    color: #666;
    transition: all 0.35s;
}

.prod-deta .inquiry-form input:nth-child(2n + 1) {
    margin-right: 0;
}

.prod-deta .inquiry-form input:first-child {
    width: 100%;
}

.prod-deta .inquiry-form input:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

.prod-deta .inquiry-form input[readonly] {
    background-color: #9a9a9a;
    border-color: #9a9a9a;
    color: #fff;
    font-size: 15px;
}

.prod-deta .inquiry-form *::-webkit-input-placeholder {
    color: #666;
}

.prod-deta .inquiry-form *:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}

.prod-deta .inquiry-form *::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}

.prod-deta .inquiry-form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

.prod-deta .inquiry-form textarea {
    height: 108px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #f3f3f3;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 25px;
    background-color: #f3f3f3;
    transition: all 0.35s;
}

.prod-deta .inquiry-form textarea:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

.prod-deta .inquiry-form button {
    width: 130px;
    background-color: #009b4c;
    color: #fff;
    height: 48px;
    border: 1px solid #009b4c;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
}

.prod-deta .inquiry-form button i {
    font-size: 22px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    transform: rotateY(180deg);
    transition: all 0.35s;
}

.prod-deta .inquiry-form button:hover {
    color: #009b4c;
    background-color: #fff;
    transition: all 0.35s;
}

.prod-deta .inquiry-form button:hover i {
    color: #009b4c;
    transition: all 0.35s;
}

.recommend {
    padding-top: 35px;
}

.recommend .prod-sontitle {
    margin-bottom: 15px;
}

.recommend .slick-slide > div {
    font-size: 0;
}

.recommend .prod-recommendlist {
    margin: 0 -15px;
}

.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
    width: 38px;
    height: 60px;
    font-size: 0;
    background-color: #009b4c;
    opacity: 0;
    transition: all 0.35s;
    top: calc(50% - 21px);
}

.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
    color: #fff !important;
}

.recommend .prod-recommendlist .slick-prev {
    left: 15px;
    z-index: 2;
}

.recommend .prod-recommendlist .slick-next {
    right: 15px;
}

.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
    font-family: 'iconfont';
    font-size: 17px;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.recommend .prod-recommendlist .slick-prev:before {
    content: '\e639';
}

.recommend .prod-recommendlist .slick-next:before {
    content: '\e97c';
}

@media screen and (min-width: 991px) {
    .recommend .prod-recommendlist:hover .slick-prev,
    .recommend .prod-recommendlist:hover .slick-next {
        opacity: 1;
        transition: all 0.35s;
    }
}

.contact {
    padding: 20px 0 90px;
}

.contact .contact-msg {
    text-align: center;
    padding: 60px 0 85px;
}

.contact .contact-msg .contact-desc {
    font-size: 15px;
    color: #666;
}

.contact .contact-msg .msg-list {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -15px 0;
}

.contact .contact-msg .msg-box {
    padding: 0 15px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .contact-msg .msg-box i {
    font-size: 36px;
    line-height: 1;
    color: #009b4c;
    margin-bottom: 35px;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    .contact .contact-msg .msg-box:hover i {
        transform: rotateY(180deg);
        transition: all 0.35s;
    }
}

.contact .contact-msg .msg-tit {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 10px;
}

.contact .contact-msg .msg-tit:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
}

.contact .contact-msg .msg-tit:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #009b4c;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.contact .contact-msg .msg-desc {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    display: flex;
    flex-direction: column;
}

.contact .contact-msg .msg-desc a:hover {
    text-decoration: underline;
}

.contact .contact-tit {
    font-size: 30px;
    font-weight: bold;
}

.contact .contact-bot {
    background-color: #f6f7fb;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.contact .contact-form {
    width: 50%;
    padding: 0 15px 0 10px;
}

.contact .contact-form .form-desc {
    line-height: 26px;
    color: #666;
    margin-top: 5px;
}

.contact .contact-form .contact-tit {
    margin-top: 20px;
}

.contact .contact-form form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}

.contact .contact-form input {
    width: calc(50% - 10px);
    margin-right: 20px;
    height: 48px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0 20px;
    font-size: 15px;
    transition: all 0.35s;
    margin-bottom: 20px;
}

.contact .contact-form input:nth-child(2n) {
    margin-right: 0;
}

.contact .contact-form input:focus {
    border-color: #009b4c;
    outline: none;
    transition: all 0.35s;
}

.contact .contact-form textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.35s;
    padding: 15px 20px;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact .contact-form textarea:focus {
    border-color: #009b4c;
    outline: none;
    transition: all 0.35s;
}

.contact .contact-form button {
    color: #fff;
    background-color: #009b4c;
    border: 1px solid #009b4c;
    height: 48px;
    width: 100%;
    transition: all 0.35s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-form button i {
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
}

@media screen and (min-width: 991px) {
    .contact .contact-form button:hover {
        background-color: transparent;
        color: #009b4c;
        transition: all 0.35s;
    }
}

.contact .contact-map {
    width: 50%;
    padding: 0 0 0 15px;
}

.map {
    width: 100%;
    height: 515px;
}

.map .map-content {
    width: 100%;
    height: 100%;
}

footer .footer-sub {
    background-color: #262626;
}

footer .footer-sub .sub-tit {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .footer-sub .sub-desc {
    color: #ccc;
    line-height: 1;
}

footer .footer-sub .sub-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 36px 0;
}

footer .footer-sub .sub-form {
    width: 41.66666667%;
    padding: 0 15px;
}

footer .footer-sub .sub-form form {
    width: 100%;
    display: flex;
    height: 48px;
}

footer .footer-sub .sub-form button {
    width: 120px;
    border: 1px solid #009b4c;
    background-color: #009b4c;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    footer .footer-sub .sub-form button:hover {
        background-color: #404040;
        color: #009b4c;
        transition: all 0.35s;
    }
}

footer .footer-sub .sub-form input {
    width: calc(100% - 120px);
    color: #fff;
    padding: 0 15px;
    background-color: #404040;
    border: 1px solid #404040;
    transition: all 0.35s;
}

footer .footer-sub .sub-form input:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

footer .footer-sub .sub-form *::-webkit-input-placeholder {
    color: #ccc;
}

footer .footer-sub .sub-form *:-moz-placeholder {
    /* FF 4-18 */
    color: #ccc;
}

footer .footer-sub .sub-form *::-moz-placeholder {
    /* FF 19+ */
    color: #ccc;
}

footer .footer-sub .sub-form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

footer .footer-sub .sub-txt {
    padding: 0 15px;
    width: 58.33333333%;
}

footer .footer-link2 {
    width: 25%;
}

footer .footer-link2 li {
    display: flex;
}

footer .footer-link2 li a {
    font-size: 16px;
    color: #999;
    line-height: 26px;
}

footer .footer-link2 li i {
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #009b4c;
}

footer .footer-link2 li > span {
    display: flex;
    flex-direction: column;
}

footer .footer-link2 li:nth-child(n + 2) {
    margin-top: 40px;
}

footer .footer-link2 form {
    border-bottom: 1px solid #999999;
    height: 58px;
    display: flex;
    width: 400px;
    justify-content: space-between;
}

footer .footer-link2 form button {
    width: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
}

footer .footer-link2 form button i {
    font-size: 24px;
    color: #999;
    line-height: 1;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    footer .footer-link2 form button:hover i {
        color: #009b4c;
        transition: all 0.35s;
    }
}

footer .footer-link2 form input {
    width: calc(100% - 24px);
    background-color: transparent;
    border: none;
    color: #fff;
}

footer .footer-link ul {
    padding: 0;
    margin: 0;
}

footer .footer-link li {
    list-style: none;
    color: #999;
    font-size: 16px;
}

footer .footer-link li:nth-child(n + 2) {
    margin-top: 10px;
}

footer .footer-link li a {
    color: #999;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.35s;
}

footer .footer-link li a:hover {
    color: #009b4c;
    transition: all 0.35s;
}

footer .footer-link h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

footer .footer-link h4:after {
    content: '';
    width: 44px;
    height: 2px;
    background-color: #009b4c;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .footer-link .am-active .am-accordion-title {
    margin-bottom: 15px;
}

footer .am-accordion-gapped .am-active .am-accordion-title {
    background-color: transparent;
}

footer .am-accordion-gapped .am-accordion-title {
    padding: 0;
    border-bottom: none;
    pointer-events: none;
    margin-bottom: 15px;
}

footer .am-accordion-gapped .am-accordion-item {
    border: none;
    margin: 0;
}

footer .am-accordion-gapped .am-accordion-item.am-active {
    border: none;
}

footer .am-accordion-gapped .am-accordion-title:after {
    color: #fff;
    opacity: 0;
}

footer .am-accordion-gapped {
    margin: 0 !important;
}

footer .footer-form1 {
    padding-left: 30px;
    padding-right: 70px;
    padding-bottom: 40px;
    background-color: rgba(57, 146, 62, 0.7);
}

footer .footer-form1 li {
    display: flex;
    margin-bottom: 3px;
}

footer .footer-form1 li i {
    margin-right: 10px;
    line-height: 26px;
}

footer .am-accordion-content {
    padding: 0;
}

footer .footer-link1 {
    width: 100%;
}

footer .footer-link1 form {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 7px;
    display: flex;
    font-size: 16px;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    footer .footer-link1 form:hover {
        border-color: #009b4c;
        transition: all 0.35s;
    }
}

footer .footer-link1 form *::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

footer .footer-link1 form *:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

footer .footer-link1 form *::-moz-placeholder {
    /* FF 19+ */
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

footer .footer-link1 form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

footer .footer-link1 form input {
    padding: 0 18px;
    width: calc(100% - 110px);
    background-color: transparent;
    border: none;
}

footer .footer-link1 form input:focus {
    outline: none;
}

footer .footer-link1 form button {
    width: 110px;
    border-radius: 4px;
    border: 1px solid #009b4c;
    background-color: #009b4c;
    height: 42px;
    color: #fff;
    transition: all 0.35s;
}

@media screen and (min-width: 991px) {
    footer .footer-link1 form button:hover {
        background-color: #fff;
        color: #009b4c;
        transition: all 0.35s;
    }
}

footer .footer-link1 .footer-form input[type='text'] {
    background-color: #fff;
    outline: none;
    border: 1px solid #fff;
    height: 40px;
    width: calc(50% - 5px);
    padding: 0 10px;
    margin-left: 10px;
    color: #333;
    margin-bottom: 10px;
    transition: all 0.35s;
}

footer .footer-link1 .footer-form input[type='text']:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

footer .footer-link1 .footer-form input[type='text']:first-child {
    margin-left: 0;
}

footer .footer-link1 .footer-form button {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-top: 15px;
    border: none;
    padding: 0;
    transition: all 0.35s;
}

footer .footer-link1 .footer-form button:hover {
    transform: translateY(-5px);
    transition: all 0.35s;
}

footer .footer-link1 .footer-form button:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #bbbbbb;
}

footer .footer-link1 .form-desc {
    font-size: 16px;
}

footer .footer-link3 {
    width: 15%;
}

footer .footer-link3 .am-active .am-accordion-title h4 {
    position: relative;
}

footer .footer-link3 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .footer-link3 li {
    display: flex;
}

footer .footer-link3 li:nth-child(n + 2) {
    margin-top: 5px;
}

footer .footer-link3 li i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 3px;
}

footer .footer-link3.footer-prod a {
    display: flex;
}

footer .footer-link3.footer-prod a:before {
    content: '>';
    margin-right: 8px;
}

footer .footer-link4 {
    width: 33.33333333%;
    padding-left: 50px;
}

footer .footer-link4 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .footer-link4 li {
    display: flex;
}

footer .footer-link4 li i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 3px;
}

footer .footer-link4 form {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 22px;
}

footer .footer-link4 form input {
    height: 44px;
    width: 100%;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #666666;
    transition: all 0.35s;
    margin-bottom: 12px;
    padding: 0 15px;
    color: #fff;
}

footer .footer-link4 form input:nth-child(2n) {
    margin-right: 0;
}

footer .footer-link4 form input:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

footer .footer-link4 form *::-webkit-input-placeholder {
    color: #999;
}

footer .footer-link4 form *:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
}

footer .footer-link4 form *::-moz-placeholder {
    /* FF 19+ */
    color: #999;
}

footer .footer-link4 form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

footer .footer-link4 form textarea {
    width: 100%;
    height: 120px;
    font-size: 15px;
    resize: none;
    border: 1px solid #666;
    background-color: transparent;
    transition: all 0.35s;
    padding: 10px 15px;
    margin-bottom: 12px;
    color: #fff;
}

footer .footer-link4 form textarea:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

footer .footer-link4 form button {
    width: 120px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009b4c;
    color: #fff;
    border: 1px solid #009b4c;
    font-size: 15px;
    transition: all 0.35s;
}

footer .footer-link4 form button i {
    margin-right: 10px;
    font-size: 14px;
}

footer .footer-link4 form button span {
    font-weight: bold;
}

@media screen and (min-width: 991px) {
    footer .footer-link4 form button:hover {
        background-color: transparent;
        color: #009b4c;
        transition: all 0.35s;
    }
}

footer .footer-link5 .am-active .am-accordion-title {
    margin-bottom: 10px;
}

footer .footer-link5 .am-active .am-accordion-title h4 {
    position: relative;
    padding-bottom: 10px;
}

footer .footer-link5 .sitemap-btn {
    width: 120px;
    height: 48px;
    line-height: 20px;
    color: #999;
    font-size: 16px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    transition: all 0.35s;
}

footer .footer-link5 .sitemap-btn span {
    border-bottom: 1px solid #999;
}

@media screen and (min-width: 991px) {
    footer .footer-link5 .sitemap-btn:hover {
        background-color: #009b4c;
        color: #fff;
        border-color: #009b4c;
        transition: all 0.35s;
    }

    footer .footer-link5 .sitemap-btn:hover span {
        border-color: #fff;
    }
}

footer .footer-share {
    padding-top: 5px;
    display: flex;
}

footer .footer-share a {
    width: 40px;
    height: 40px;
    background-color: #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    position: relative;
    border-radius: 4px;
    transition: all 0.35s;
}

footer .footer-share a:last-child {
    margin-right: 0;
}

footer .footer-share a i {
    font-size: 22px;
    line-height: 1;
    color: #999;
    transition: all 0.35s;
    margin-right: 0;
}

footer .footer-share a i + svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    opacity: 0;
    transition: all 0.35s;
}

footer .footer-share a .icon-facebook-simple {
    font-size: 18px;
}

footer .footer-share a .icon-facebook-simple + svg {
    font-size: 18px;
}

footer .footer-share a .icon-linkedin {
    font-size: 17px;
}

footer .footer-share a .icon-linkedin + svg {
    font-size: 17px;
}

footer .footer-share a .icon-twitter {
    font-size: 18px;
}

footer .footer-share a .icon-twitter + svg {
    font-size: 18px;
}

@media screen and (min-width: 991px) {
    footer .footer-share a:hover {
        background-color: #fff;
        text-decoration: none !important;
        transition: all 0.35s;
    }

    footer .footer-share a:hover i {
        opacity: 0;
        transition: all 0.35s;
    }

    footer .footer-share a:hover svg {
        opacity: 1;
        transition: all 0.35s;
    }
}

footer .footer-mid {
    background-color: #333;
    padding: 50px 0 55px;
}

footer .footer-mid .mid-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-record {
    background-color: #333;
    border-top: 1px solid #666;
}

footer .footer-record .am-container > div {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0;
    color: #999;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

footer .footer-record .am-container > div > a {
    text-decoration: underline;
}

footer .footer-record a {
    color: #999;
    margin-left: 10px;
    transition: all 0.35s;
}

footer .footer-record a:hover {
    color: #009b4c;
    text-decoration: underline;
    transition: all 0.35s;
}

.inquiry {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inquiry a {
    color: #333;
}

.inquiry .inquiry-box {
    padding-top: 30px;
}

.inquiry .send-message {
    padding-top: 40px;
}

.inquiry .send-message h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.inquiry .send-message input[type='text']:focus-visible {
    outline: none;
    transition: all 0.35s;
}

.inquiry .send-message input[type='text']:first-child:focus-visible {
    border-color: #999;
}

.inquiry .send-message input[type='text'] {
    border: 1px solid #999;
    padding: 10px 15px;
    margin-bottom: 20px;
    transition: all 0.35s;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.inquiry .send-message *::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

.inquiry .send-message *:-moz-placeholder {
    /* FF 4-18 */
    color: #333;
    font-size: 14px;
}

.inquiry .send-message *::-moz-placeholder {
    /* FF 19+ */
    color: #333;
    font-size: 14px;
}

.inquiry .send-message *:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
    font-size: 14px;
}

.inquiry .send-message .am-u-lg-3 {
    margin-right: 20px;
    width: calc(25% - 15px);
}

.inquiry .send-message .am-u-lg-3:nth-child(5) {
    margin-right: 0;
}

.inquiry .send-message textarea {
    resize: none;
    padding: 10px 15px;
    border: 1px solid #999;
    transition: all 0.35s;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.inquiry .send-message textarea:focus-visible {
    outline: none;
    transition: all 0.35s;
}

.inquiry .send-message input[type='submit'] {
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #009b4c;
    width: 120px;
    height: 40px;
    margin-top: 20px;
    transition: all 0.35s;
}

.inquiry .send-message input[type='submit']:hover {
    transform: translateY(-5px);
    transition: all 0.35s;
}

.inquiry .send-message input[type='text']:focus-visible {
    border-color: #009b4c;
}

.inquiry .send-message textarea:focus-visible {
    border-color: #009b4c;
}

.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inquiry input[type='number'] {
    -moz-appearance: textfield;
}

.inquiry-form .fix-name {
    text-align: center;
    font-weight: bold;
    color: #ff8161;
    font-size: 36px;
    margin-bottom: 20px;
}

.inquiry-form > p {
    color: #777777;
    margin-bottom: 15px;
    font-size: 16px;
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
    color: #444;
}

.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
    color: #444;
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
    color: #444;
}

.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
    color: #444;
}

.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
    color: #c3c3c3;
}

.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
    color: #c3c3c3;
}

.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
    color: #c3c3c3;
}

.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
    color: #c3c3c3;
}

.inquiry-form form .row {
    margin: 0 -10px;
}

.inquiry-form form .row li {
    padding: 0 10px;
}

.inquiry-form form label {
    margin: 0 0 20px;
    position: relative;
    font-weight: normal;
    width: 100%;
}

.inquiry-form form input,
.inquiry-form form textarea {
    padding: 13px 25px;
    width: 100%;
    font-size: 16px;
    background: #f8f8f8;
}

.inquiry-form form textarea {
    height: 320px;
}

.inquiry-form form .pro-name {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.inquiry-form form .placeholder {
    display: block;
    position: absolute;
    font-weight: 500;
    top: 0;
    left: 5px;
    padding: 0 5px;
    color: #ff8161;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.inquiry-form form .input-box:placeholder-shown + .placeholder {
    visibility: hidden;
    z-index: -1;
}

.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-17px) scale(0.8);
    -ms-transform: translateY(-17px) scale(0.8);
    transform: translateY(-17px) scale(0.8);
}

.inquiry-form form .submit {
    margin: 10px auto 0;
    padding: 14px 57px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #ff8161;
}

.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 100%;
    font-size: 0;
    padding-left: 60px;
    padding-right: 45px;
}

.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after {
    width: 100%;
    height: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    content: '';
}

.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.inquiry-wrap .iq-title {
    background-color: #e6e6e6;
    border: 1px solid #d5d5d5;
    padding-top: 14px;
    padding-bottom: 14px;
}

.inquiry-wrap .iq-title .th {
    border: none;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.inquiry-wrap .iq-title .th.qty-box {
    text-align: center;
}

.inquiry-wrap .iq-title .th span {
    display: inline-block;
    vertical-align: middle;
}

.inquiry-wrap .iq-title .pic-box {
    text-align: center;
    padding: 11px 0;
}

.inquiry-wrap .inquiry-box {
    width: 100%;
    border: none;
}

.inquiry-wrap .inquiry-box > .list {
    margin: 0;
    padding: 0;
}

.inquiry-wrap .inquiry-box label {
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.inquiry-wrap .inquiry-box label:before {
    background-color: #e6e6e6;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

.inquiry-wrap .inquiry-box .check-box {
    text-align: left;
    width: 65px;
}

.inquiry-wrap .inquiry-box .check-box .check-all {
    margin: 0;
}

.inquiry-wrap .inquiry-box .check-box .check-all > label {
    margin-right: 10px;
}

.inquiry-wrap .inquiry-box .check-box label.replace {
    display: inline-block;
    background-color: #fff;
    width: 16px;
    height: 16px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #e3e3e3;
}

.inquiry-wrap .inquiry-box .check-box label.replace:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: 'iconfont' !important;
    content: '\eaf1';
    opacity: 0;
    color: #333;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.inquiry-wrap .inquiry-box .check-box label.replace input {
    display: none;
}

.inquiry-wrap .inquiry-box .check-box label.change:after {
    opacity: 1;
}

.inquiry-wrap .inquiry-box .introduce-box {
    text-align: left;
}

.inquiry-wrap .inquiry-box .introduce-box > div {
    display: inline-block;
    vertical-align: middle;
}

.inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box {
    padding-bottom: 100%;
}

.inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(-90%);
    width: calc(100% - 190px);
}

.inquiry-wrap .inquiry-box .introduce-box .name {
    margin: 0 0 5px 0;
    -webkit-line-clamp: 2;
    height: auto;
    font-size: 16px;
}

.inquiry-wrap .inquiry-box .introduce-box .name:hover {
    color: #ff8161;
}

.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
    color: #999;
    margin-left: 15px;
}

.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
    margin-left: 0;
}

.inquiry-wrap .inquiry-box .introduce-box p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inquiry-wrap .inquiry-box .number-box {
    zoom: 1;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 90px;
}

.inquiry-wrap .inquiry-box .number-box:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inquiry-wrap .inquiry-box .number-box a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
}

.inquiry-wrap .inquiry-box .number-box a:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inquiry-wrap .inquiry-box .number-box a.del1:before {
    content: '\e67a';
}

.inquiry-wrap .inquiry-box .number-box a.add1:before {
    content: '\e664';
}

.inquiry-wrap .inquiry-box .number-box a.disable {
    cursor: not-allowed;
}

.inquiry-wrap .inquiry-box .number-box .ipt-num {
    float: left;
    width: 60px;
    min-width: 26px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    max-width: 60px;
    color: #333;
    background: none;
    border: none;
}

.inquiry-wrap .inquiry-box .number-box .ipt-num:focus {
    outline: none;
}

.inquiry-wrap .inquiry-box .qty-box {
    text-align: center;
}

.inquiry-wrap .inquiry-box .del-box {
    text-align: center;
}

.inquiry-wrap .inquiry-box .del-box .del:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62a';
    color: #333;
    font-size: 20px;
}

.inquiry-wrap .inquiry-box .del-box .del:hover:before {
    color: #3daa02;
}

.inquiry-wrap .inquiry-box .list li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
}

.inquiry-wrap .inquiry-box .inquiry-form {
    margin-top: 80px;
}

.inquiry-wrap .inquiry-box .inquiry-form h3 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 25px;
}

@media (max-width: 1199px) {
    .inquiry-form .fix-name {
        font-size: 32px;
    }

    .inquiry-form form .submit:active {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .inquiry-wrap .inquiry-form {
        margin-top: 65px;
    }

    .inquiry-wrap .inquiry-form h3 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .inquiry-form .fix-name {
        font-size: 28px;
    }

    .inquiry-form > p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .inquiry-form form textarea {
        height: 240px;
    }

    .inquiry-form form .submit {
        padding: 10px 54px;
        margin-top: 15px;
    }

    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li {
        padding-left: 30px;
        padding-right: 30px;
    }

    .inquiry-wrap .inquiry-form {
        margin-top: 50px;
    }

    .inquiry-wrap .inquiry-form h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .inquiry-form .fix-name {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .inquiry-form > p {
        font-size: 14px;
    }

    .inquiry-form form label {
        margin-bottom: 15px;
    }

    .inquiry-form form input,
    .inquiry-form form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .inquiry-form form textarea {
        height: 130px;
    }

    .inquiry-form form .pro-name {
        margin-bottom: 15px;
    }

    .inquiry-form form .submit {
        padding: 8px 35px;
        font-size: 14px;
        margin-top: 5px;
    }

    .inquiry-wrap .iq-title,
    .inquiry-wrap .list li {
        padding-left: 2%;
        padding-right: 0;
    }

    .inquiry-wrap .iq-title .th {
        font-size: 14px;
    }

    .inquiry-wrap .iq-title .th.introduce-box {
        width: -webkit-calc(30%);
        width: calc(100% - 70px);
    }

    .inquiry-wrap .iq-title .check-box {
        padding: 0;
    }

    .inquiry-wrap .iq-title .del-box {
        opacity: 0;
        width: 30px;
    }

    .inquiry-wrap .inquiry-box .introduce-title {
        padding-left: 0px !important;
        text-align: center;
    }

    .inquiry-wrap .inquiry-box .check-box .check-all span {
        display: none;
    }

    .inquiry-wrap .inquiry-box .introduce-box {
        width: -webkit-calc(-20%);
        width: calc(100% - 120px);
    }

    .inquiry-wrap .inquiry-box .introduce-box .intro {
        padding-left: 5%;
    }

    .inquiry-wrap .inquiry-box .introduce-box .name {
        margin-bottom: 10px;
    }

    .inquiry-wrap .inquiry-box .number-box .ipt-num {
        width: 50px;
        height: 30px;
        line-height: 30px;
    }

    .inquiry-wrap .inquiry-box .qty-box {
        display: none;
    }

    .inquiry-wrap .inquiry-form {
        margin-top: 35px;
    }

    .inquiry-wrap .inquiry-form h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .inquiry-form form .submit {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .inquiry-form form .submit:hover {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .inquiry-wrap .inquiry-box .introduce-box img {
        -webkit-transition: transform 0.7s;
        -webkit-transition: -webkit-transform 0.7s;
        transition: -webkit-transform 0.7s;
        transition: transform 0.7s;
        transition:
            transform 0.7s,
            -webkit-transform 0.7s;
    }

    .inquiry-wrap .inquiry-box .introduce-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }

    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
        -webkit-transition: transform 0.7s;
        -webkit-transition: -webkit-transform 0.7s;
        transition: -webkit-transform 0.7s;
        transition: transform 0.7s;
        transition:
            transform 0.7s,
            -webkit-transform 0.7s;
    }

    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }

    .inquiry-wrap .inquiry-box .number-box a:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (min-width: 768px) {
    .inquiry-wrap .iq-title .th.check-box label.replace:after {
        display: block;
    }

    .inquiry-wrap .inquiry-box .introduce-box .intro {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .inquiry-wrap .iq-title .th.introduce-box {
        width: -webkit-calc(55%);
        width: calc(100% - 45px);
    }

    .inquiry-wrap .inquiry-box .check-box label.replace {
        margin-left: 5px;
    }

    .inquiry-wrap .inquiry-box .introduce-box {
        width: -webkit-calc(30%);
        width: calc(100% - 70px);
    }

    .inquiry-wrap .inquiry-box .introduce-box .pic-box {
        width: 80px;
    }

    .inquiry-wrap .inquiry-box .introduce-box .intro {
        width: -webkit-calc(10%);
        width: calc(100% - 90px);
    }

    .inquiry-wrap .inquiry-box .introduce-box .name {
        font-size: 13px;
    }

    .inquiry-wrap .inquiry-box .number-box a {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 12px;
    }

    .inquiry-wrap .inquiry-box .number-box .ipt-num {
        width: 35px;
        height: 25px;
        line-height: 23px;
    }

    .inquiry-wrap .inquiry-box .list li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .inquiry-wrap .inquiry-box .check-box {
        width: 100px;
    }
}

@media (max-width: 576px) and (max-width: 767px) {
    .inquiry-wrap .inquiry-box .check-box {
        width: 30px;
    }
}

@media (min-width: 768px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: 48%;
    }

    .inquiry-wrap .inquiry-box .introduce-box .number-box {
        display: none;
    }

    .inquiry-wrap .inquiry-box .qty-box {
        width: 150px;
        text-align: center;
    }

    .inquiry-wrap .inquiry-box .del-box {
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .inquiry-wrap .inquiry-box .introduce-box .intro {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inquiry-wrap .inquiry-box .introduce-box .intro {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}

.search-failed h4 {
    font-size: 20px;
    font-weight: 400;
}

.search-failed p {
    background-color: #fcf8e3;
    border: 1px solid #faedd1;
    border-radius: 5px;
    line-height: 22px;
    padding: 10px 20px;
    color: #666;
}

.details {
    padding: 60px 0 90px;
}

.details h1 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.details .details-date {
    color: #009b4c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857143;
}

.details .info {
    padding-bottom: 25px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 25px;
    position: relative;
}

.details .txt p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
}

.details .txt img {
    max-width: 100%;
    height: auto !important;
}

.details .news-page {
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
}

.details .news-page p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details .news-page p a {
    color: #222;
    transition: all 0.35s;
}

.details .news-page p a:hover {
    color: #009b4c;
    text-decoration: underline;
    transition: all 0.35s;
}

.details .news-page .next {
    margin-top: 15px;
}

.details .share-box {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.details .share-box > span {
    font-weight: 600;
}

.details .share-box .at-style-responsive .at-share-btn {
    margin-bottom: 0;
}

.site-map {
    padding-top: 65px;
    padding-bottom: 60px;
}

.site-map h2 {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    margin-bottom: 28px;
}

.site-map ul {
    margin: 0;
    padding: 0;
}

.site-map li {
    list-style: none;
    font-size: 0;
}

.site-map a {
    display: inline-block;
}

.site-map .site-list1 > li {
    margin-bottom: 20px;
}

.site-map .site-list1 > li > a {
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #eaeaea;
    width: 290px;
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    color: #222;
    font-weight: bold;
    transition: all 0.35s;
}

.site-map .site-list1 > li > a:hover {
    background-color: #009b4c;
    color: #fff;
    transition: all 0.35s;
}

.site-map .site-list2 {
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.site-map .site-list2 > li {
    margin-bottom: 16px;
}

.site-map .site-list2 > li:last-child {
    margin-bottom: 0;
}

.site-map .site-list2 > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
    transition: all 0.35s;
}

.site-map .site-list2 > li > a:hover {
    text-decoration: underline;
    color: #009b4c;
    transition: all 0.35s;
}

.site-map .site-list3 {
    padding-top: 7px;
}

.site-map .site-list3:after {
    content: '';
    display: block;
    clear: both;
}

.site-map .site-list3 > li {
    float: left;
    margin-right: 28px;
}

.site-map .site-list3 > li > a {
    font-size: 14px;
    color: #666;
    transition: all 0.35s;
}

.site-map .site-list3 > li > a:hover {
    color: #009b4c;
    text-decoration: underline;
    transition: all 0.35s;
}

.header .nav .nav-list1 > li:nth-child(7) .nav-list2 {
    width: auto;
    padding: 20px 10px;
    left: auto;
}

.header .nav .nav-list1 > li:nth-child(7) .nav-list2 > li {
    float: none;
    width: auto;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.modal-contact {
    display: flex;
    justify-content: space-around;
}

.modal-contact .contact-box {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.modal-contact .contact-box i {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #009b4c;
    margin-bottom: 10px;
}

.modal-contact .contact-box .icon-youxiang {
    font-size: 28px;
}

.modal-contact .contact-box a {
    color: #333;
}

.modal-contact .contact-box a:hover {
    text-decoration: underline;
}

.am-modal-dialog {
    background-image: url(../img/modal-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.am-modal-hd {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    background-color: #009b4c;
    color: #fff;
    font-weight: bold;
}

.am-modal-hd h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    margin-bottom: 7px;
}

.am-modal-hd p {
    margin: 0;
    line-height: 24px;
    color: #666;
    font-size: 16px;
}

.am-modal-bd {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.am-modal-bd form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.am-modal-bd form input {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 15px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    transition: all 0.35s;
    margin-bottom: 20px;
}

.am-modal-bd form input:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

.am-modal-bd form textarea {
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    font-size: 15px;
    resize: none;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    transition: all 0.35s;
    margin-bottom: 20px;
}

.am-modal-bd form textarea:focus {
    outline: none;
    border-color: #009b4c;
    transition: all 0.35s;
}

.am-modal-bd form button {
    width: 100%;
    height: 48px;
    background-color: #009b4c;
    border: 1px solid #009b4c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.am-modal-bd form button i {
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
}

.am-modal-bd form button:hover {
    background-color: #fff;
    color: #009b4c;
    transition: all 0.35s;
}

.am-modal-hd .am-close {
    position: static;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 300;
    font-size: 0;
}

.am-modal-hd .am-close:before {
    content: '\e664';
    font-family: 'iconfont';
    transform: rotateZ(45deg);
    font-size: 10px;
}

@media only screen and (min-width: 641px) {
    .am-modal {
        width: 450px;
        margin-left: -225px;
    }
}

.share-cn {
    display: none;
}

&[lang='zh-CN'] {
    .share-cn {
        display: block;
    }

    .share-other {
        display: none;
    }
}

.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}

.title-in h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 24px;
    }
}

.wrap {
    padding: 80px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .wrap {
        padding: 60px 0;
    }
}

.editor-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
    }
}
.editor-content p strong {
    font-weight: 500;
    color: #000000;
}

.editor-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.5;
}

.editor-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
}

.editor-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
}

.editor-content h5::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    top: 10px;
}

.wrap-manufacturing {
    background: #f5f5f5;
    padding-top: 20px;
}

.wrap-manufacturing img {
    width: 100%;
    height: auto !important;
    display: block;
}

.wrap-equipment {
    padding-bottom: 0px;
}

.wrap-equipment .title-in {
    text-align: center;
}

.wrap-equipment .equipment-list > ul {
    padding: 0;
    margin: 30px 0 0 0;
}

.wrap-equipment .equipment-list > ul > li {
    margin-top: 20px;
    list-style: none;
}

.wrap-equipment .item {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 30px;
}

@media (max-width: 1199px) {
    .wrap-equipment .item {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-equipment .item {
        padding: 10px;
    }
}

.wrap-equipment .item .pic {
    width: 30%;
}

@media (max-width: 767px) {
    .wrap-equipment .item .pic {
        width: 100%;
    }
}

.wrap-equipment .item .pic .img-box {
    padding-bottom: 75.138%;
}

.wrap-equipment .item .pic .img-box img {
    transition: all 1s;
}

.wrap-equipment .item .text {
    width: calc(70% - 230px);
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .wrap-equipment .item .text {
        width: calc(70% - 140px);
    }
}

@media (max-width: 767px) {
    .wrap-equipment .item .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.wrap-equipment .item .text .date {
    border-radius: 6px;
    background: rgba(0, 137, 60, 0.11);
    padding: 4px 8px;
    line-height: 20px;
    color: #00893c;
    font-size: 14px;
    width: fit-content;
}

.wrap-equipment .item .text .title-quipment {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
    transition: all 0.2s;
}

@media (max-width: 1199px) {
    .wrap-equipment .item .text .title-quipment {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-equipment .item .text .title-quipment {
        font-size: 18px;
    }
}

.wrap-equipment .item .text .title-quipment a {
    color: inherit;
}

.wrap-equipment .item .text .note {
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrap-equipment .item .text .note p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.wrap-equipment .item .text .more {
    margin-top: 20px;
}

.wrap-equipment .item .text .more a {
    padding: 10px 20px;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #00893c;
    color: #00893c;
    font-size: 16px;
    transition: all 0.2s;
    width: fit-content;
}

@media (max-width: 767px) {
    .wrap-equipment .item .text .more a {
        font-size: 14px;
        line-height: 20px;
    }
}

.wrap-equipment .item .video {
    width: 230px;
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    .wrap-equipment .item .video {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .wrap-equipment .item .video {
        margin-top: 20px;
        width: 50%;
    }
}

.wrap-equipment .item .video img {
    width: 100%;
    height: auto !important;
    display: block;
    opacity: 0;
    transition: all 0.2s;
}

@media (max-width: 1199px) {
    .wrap-equipment .item .video img {
        opacity: 1;
    }
}

.wrap-equipment .item .video .play {
    width: 58px;
    height: 40px;
    position: absolute;
    background-color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    right: 0;
    top: 0;
    z-index: 6;
    transition: all 0.6s;
}

@media (max-width: 1199px) {
    .wrap-equipment .item .video .play {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.wrap-equipment .item .video .play:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
}

@media (min-width: 1200px) {
    .wrap-equipment .item:hover .img-box img {
        transform: scale(1.1);
    }

    .wrap-equipment .item:hover .video img {
        opacity: 1;
    }

    .wrap-equipment .item:hover .video .play {
        background-color: #ff0033;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .wrap-equipment .item:hover .text .title-quipment {
        color: #00893c;
    }

    .wrap-equipment .item:hover .text .more a {
        background-color: #00893c;
        color: #ffffff;
    }
}

.showMorehandle {
    text-align: center;
    color: #666666;
    margin-top: 30px;
    line-height: 30px;
}

.showMorehandle a .iconfont {
    color: #00893c;
}

.showMorehandle a:hover {
    color: #00893c;
}

.prod-recommendlist2 {
    margin-top: 30px;
}

.prod-recommendlist2 .slick-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    left: auto;
    right: 60px;
    top: -42px;
    line-height: 44px;
    transition: all 0.2s;
    color: #000000;
    /* margin-right: 20px; */
}

.prod-recommendlist2 .slick-arrow:before {
    font-family: 'iconfont';
    content: '\e63d';
    color: #000000;
    display: block;
    transform: rotate(180deg);
}

.prod-recommendlist2 .slick-next {
    right: 0;
}

.prod-recommendlist2 .slick-next:before {
    transform: rotate(0deg);
}

.prod-recommendlist2 .slick-arrow:hover {
    background-color: #00893c;
    color: #ffffff;
}

.prod-recommendlist2 .slick-arrow:hover::before {
    color: #ffffff;
}

.page-banner-other .item img {
    width: 100% !important;
    margin: 0;
}

.wrap-business-about {
    padding: 20px 0 0 0;
}

.wrap-business-about .video {
    width: 45%;
    height: 440px;
    float: right;
}

.wrap-business-about .video iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .wrap-business-about .video {
        width: 100%;
        height: 340px;
        float: none;
        margin-bottom: 30px;
    }
}

.title-in.text-center {
    text-align: center;
}

.wrap-business-choose {
    background: #f5f5f5;
}

.wrap-business-choose .business-choose ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

@media (max-width: 767px) {
    .wrap-business-choose .business-choose ul {
        margin: 0 -5px;
    }
}

.wrap-business-choose .business-choose ul li {
    width: 33.33333333333%;
    padding: 0 15px;
    list-style: none;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-business-choose .business-choose ul li {
        padding: 0 5px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .wrap-business-choose .business-choose ul li {
        width: 50%;
    }
}

.wrap-business-choose .business-choose .item {
    background-color: #ffffff;
    height: 100%;
    padding: 30px;
    text-align: center;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .wrap-business-choose .business-choose .item {
        padding: 20px;
    }
}

.wrap-business-choose .business-choose .item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    transition: all 1s;
}

@media (max-width: 991px) {
    .wrap-business-choose .business-choose .item .icon {
        width: 60px;
        height: 60px;
    }
}

.wrap-business-choose .business-choose .item .icon img {
    width: 100%;
    display: block;
}

.wrap-business-choose .business-choose .item .title-choose {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

.wrap-business-choose .business-choose .item .note {
    margin-top: 10px;
}

.wrap-business-choose .business-choose .item .note p {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .wrap-business-choose .business-choose .item:hover {
        box-shadow:
            0 12px 12px 0 rgba(0, 0, 0, 0.09),
            0 3px 7px 0 rgba(0, 0, 0, 0.1);
    }

    .wrap-business-choose .business-choose .item:hover .icon {
        transform: rotateY(360deg);
    }
}

.wrap-business-process .business-process ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

@media (max-width: 767px) {
    .wrap-business-process .business-process ul {
        margin: 0 -5px;
    }
}

.wrap-business-process .business-process ul li {
    width: 20%;
    padding: 0 15px;
    list-style: none;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-business-process .business-process ul li {
        width: 50%;
        padding: 0 5px;
    }
}

.wrap-business-process .business-process ul li:nth-child(5n) .item:before {
    display: none;
}

@media (max-width: 767px) {
    .wrap-business-process .business-process ul li .item:before {
        display: none;
    }
}

.wrap-business-process .business-process .item .icon {
    width: 68px;
    height: 68px;
    border: 1px dashed transparent;
    border-radius: 50%;
    padding: 4px;
    transition: all 0.2s;
    margin: 0 auto;
}

.wrap-business-process .business-process .item {
    position: relative;
    text-align: center;
}

.wrap-business-process .business-process .item:before {
    content: '';
    display: block;
    width: calc(100% - 90px);
    position: absolute;
    top: 34px;
    height: 2px;
    left: calc(50% + 60px);
    background: #d9d9d9;
}

.wrap-business-process .business-process .item .icon .iconfont {
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #d9d9d9;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #666666;
    border-radius: 50%;
    transition: all 0.2s;
}

.wrap-business-process .business-process .item .title-process {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    color: #00893c;
}

.wrap-business-process .business-process .item .note {
    margin-top: 10px;
}

.wrap-business-process .business-process .item .note p {
    font-weight: 500;
    color: #000000;
}

.wrap-business-process .business-process .item:hover .icon {
    border-color: #00893c;
}

.wrap-business-process .business-process .item:hover .icon .iconfont {
    background-color: #00893c;
    border-color: #00893c;
    color: #ffffff;
}

.wrap-business-process {
    padding-bottom: 0;
}

.wrap-business-process .process-open-quote {
    margin-top: 40px;
}

.wrap-business-process .process-open-quote a {
    font-size: 16px;
    padding: 10px 24px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    line-height: 24px;
    background-color: #00893c;
    color: #ffffff;
}

.wrap-business-process .process-open-quote a:hover {
    background-color: #007031;
}

.process-quote {
    display: none;
    max-width: 900;
}

.process-quote .inquiry-form input {
    margin-right: 0 !important;
}

.process-quote .inquiry-form input:first-child {
    width: calc(50% - 15px);
}

@media screen and (max-width: 550px) {
    .process-quote .inquiry-form input:first-child {
        width: calc(50% - 5px);
    }
}

.process-quote .inquiry-form input:nth-child(2n + 1) {
    margin-right: 30px;
}

@media screen and (max-width: 550px) {
    .process-quote .inquiry-form input:nth-child(2n + 1) {
        margin-right: 10px !important;
    }
}

.process-quote .inquiry-form .submit .iconfont {
    transform: rotate(0deg);
    margin-left: 6px;
}
.product-parameter {
    margin-top: 50px;
}
.product-parameter .parameter-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
}
.product-parameter .parameter-menu ul li {
    padding: 0 5px;
    list-style: none;
    margin-top: 10px;
}
.product-parameter .parameter-menu ul li a {
    display: block;
    padding: 10px 16px;
    background: #f5f5f5;
    line-height: 20px;
    color: #666;
    font-size: 16px;
}
@media (max-width: 1199px) {
    .product-parameter .parameter-menu ul li a {
        font-size: 14px;
    }
}
.product-parameter .parameter-menu ul li.active a {
    background: #00893c;
    color: #ffffff;
}
.product-parameter .parameter {
    border: 1px solid #ededed;
    padding: 50px;
}
@media (max-width: 1560px) {
    .product-parameter .parameter {
        padding: 40px;
    }
}
@media (max-width: 1470px) {
    .product-parameter .parameter {
        padding: 30px;
    }
}
@media (max-width: 1199px) {
    .product-parameter .parameter {
        padding: 20px;
    }
}
.product-parameter .paramter-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.product-parameter .paramter-list ul li {
    width: 33.333333%;
    padding: 0 15px;
    list-style: none;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .product-parameter .paramter-list ul li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .product-parameter .paramter-list ul li {
        width: 100%;
    }
}
.product-parameter .paramter-list .item {
    text-align: center;
}
.product-parameter .paramter-list .item .pic .img-box {
    padding-bottom: 44.827%;
    border: 1px solid #00893c;
    border-radius: 50%;
}
.index-about .in-title span {
    color: #ffffff;
}
.index-about .in-title span:nth-child(2) {
    opacity: 0.22;
}
.index-about {
    background: url(../img/about_bg.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-bottom: 0;
}
.index-about .about {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.index-about .about .video {
    width: calc(100% - 360px);
    position: relative;
}
@media (max-width: 767px) {
    .index-about .about .video {
        width: 100%;
    }
}
.index-about .about .play {
  position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
  text-align: center;



}
     .index-about .about .play span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      z-index: 3;
      color:#00893c;
      background-color: #fff;
  
    }
  
     .index-about .about .play .iconfont {
      font-size: 24px;color: #00893c;
    }
  
    .index-about .about .play::before,
    .index-about .about .play::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.28);
      animation: point_kuo 3s linear infinite;
  
    }
  
    .index-about .about .play::after {
      animation-delay: 2s;
    }
  
    .index-about .about .play::before {
      animation-delay: 1s;
    }
@keyframes point_kuo {

  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }

}
.index-about .about .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-about .about .text {
    width: 360px;
    background-color: #fff;
    padding: 30px;
}
@media (max-width: 767px) {
    .index-about .about .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.index-about .about .text .title-about h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.index-about .about .text .note {
    margin-top: 20px;
}
.index-about .about .text .more {
    margin-top: 30px;
}
.index-about .about .text .more a {
    font-size: 16px;
    padding: 10px 24px;
    display: block;
    width: fit-content;
    line-height: 24px;
    background-color: #00893c;
    color: #ffffff;
}
