/* RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a:focus {
    outline-style: none;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

textarea {
    resize: none
}

input::-ms-clear {
    display: none;
}

a, a:focus, a:hover {
    text-decoration: none;
}

body {
    font: 12px/1.3 Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
    --themeColor: #599b47;
    color: #333;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* RESET */

/* thank */

.thank h5, .thank p {
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 20px;
}

.thank .back {
    padding-left: 10px;
    width: 32px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

/* thank */

/* scroll-top start */

.scroll-top {
    z-index: 999;
    position: fixed;
    bottom: 25%;
    right: 32px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--themeColor);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s;
    visibility: hidden;
}

.scroll-top.acitve {
    visibility: inherit;
}

.scroll-top i {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.scroll-top:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

/* scroll-top end */

/* background-banner start*/

.bg-banner {
    padding: 100px 0;
    background: url(../images/product-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.bg-banner::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-banner h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

/* background-banner end*/

/* roure start */

.route {
    padding: 20px 0;
}


.route {
    padding: 20px 0;
}

.route ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.route ul>li a img {
    width: 100px;
}

.route ul>li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.32px;
}

.route ul>li::after {
    position: absolute;
    top: 10px;
    right: -4px;
    content: '';
    width: 8px;
    height: 1px;
    color: #fff;
    background: #fff;
}

.route ul li:last-child::after {
    display: none;
}

.route ul>li:hover a {
    color: var(--themeColor)
}

/* roure end */

/* 分页 start */

.pagingClick {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.pagingClick a, .pagingClick span {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pagingClick a:hover, .pagingClick a.page-num-current {
    color: #fff;
    background-color: var(--themeColor);
}

/* 分页 end */


/* 通用样式 end */

/* header start */
.address {
    line-height: 1.45 !important;
    max-width: 320px;
}

header {
    position: relative;
    z-index: 1024;
}

/* topbar start */

header .topbar {
    position: relative;
    background-color: var(--themeColor);
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

header .topbar .pull-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .topbar .pull-left>p {
    margin-right: 20px;
}

header .topbar .pull-left i {
    font-size: 14px;
    margin-right: 2px;
    color: var(--themeColor);
}

header .topbar .share i {
    font-size: 14px;
    margin-left: 10px;
}

header .topbar .share a {
    color: #fff;
}

header .topbar .share a:hover i {
    /* color: var(--themeColor); */
}

header .topbar .language {
    position: relative;
    line-height: 1em;
    margin-left: 20px;
    display: inline-block;
}

header .topbar .language .iconfont {
    font-weight: 400;
    font-size: 14px;
}

header .topbar .language>a {
    color: #ffffff !important;
    padding: 0px 0px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}

header .topbar .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    margin-top: 15px;
    background-color: #222222;
    border: none;
    padding: 0px;
    border-top: 3px solid #599b47;
    z-index: 1025;
}

header .topbar .language .dropdown-menu li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.language .dropdown-menu>li>a {
    padding: 10px 20px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: var(--themeColor);
}

/* topbar start */

/* header nav start */

header .header-info .boxs {
    display: inline-block;
    width: 100%;
}

header .header-info .boxs>.pull-right {
    width: calc(100% - 300px);
    display: flex;
}

header .header-info .boxs .logo {
    position: relative;
    height: 107px;
    display: flex;
    align-items: center;
}



header .header-info .logo img {
    width: 300px;
}

.hinfo-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
}

header .header-info .box {
    display: flex;
    align-items: center;
    color: #777;
    margin-left: 20px;
    padding: 10px 0;
}

header .header-info .box i {
    font-size: 32px;
    color: var(--themeColor);
}

header .header-info .box .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 15px;
}

header .header-info .box .txt a {
    color: #333;
}

header .header-info .box .txt>span:first-child {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
}

header .header-contact a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 33px;
    border: 2px solid #f4f4f4;
    transition: all 300ms ease;
}

header .header-contact a:hover {
    color: #ffffff;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

header .wap-nav {
    background: #1f1f1f;
}

header .wnl {
    padding: 0 30px 0 10px;
}

header .navs {
    position: relative;
    z-index: 1024;
    background: #1f1f1f;
}

header .navs .navbar-toggle span {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 3px;
    background-color: var(--themeColor);
}

header .navs .navbar-toggle span::before, header .navs .navbar-toggle span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
}

header .navs .navbar-toggle span::after {
    top: -8px;
}

header .navs .navbar-toggle span::before {
    bottom: -8px;
}

header .navs .search {
    position: relative;
}

header .navs .search>i {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 20px;
    display: inline-block;
}

header .navs .search .search-box {
    border-top: 3px solid var(--themeColor);
    width: 250px;
    position: absolute;
    top: 56px;
    right: 0;
    padding: 15px;
    z-index: 99;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #fff;
    display: none;
}

header .navs .search .search-box form {
    width: 240px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

header .navs .search .search-box .header-search {
    width: 100%;
    border: 2px solid #f7f7f7;
    margin: 10px 0;
    padding-left: 10px;
    display: block;
    outline: none;
    color: #272727;
    font-size: 14px;
    height: 40px;
    border: 1px solid #e0e0e0;
}

header .navs .search .search-box button {
    border: none;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 99;
    background-color: transparent;
}

header .navs .header-nav li {
    display: inline-block;
    position: relative;
}

header .navs .header-nav li a {
    display: block;
    padding: 20px 25px 20px 15px;
    color: #fff;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

header .navs .header-nav .active>a {
    color: var(--themeColor) !important;
}

header .navs .wpl {
    display: none;
}

header .navs .hinfo {
    background-color: rgba(77, 144, 59, 0.90);
}

header .navs .hinfo a {
    padding: 19px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

header .navs .hinfo a:first-child {
    background-color: #4d903b;
}

header .navs .hinfo a i {
    margin-right: 4px;
}

.fixeds .wap-nav {
    background-color: #fff;
}

.fixeds .navs .wpl {
    display: block;
    width: 300px;
    margin-top: 12px;
}

.fixeds .wnl {
    float: right !important;
}

.fixeds .search, .fixeds .hinfo {
    display: none;
}

/* header nav end */

/* header end */

/* 响应式 */

@media (min-width:1025px) {

    /* header-nav start */
    header .navs .pdl {
        padding-left: 10%;
    }

    header .navs .header-nav {
        display: block !important;
    }

    header .navs .header-nav .submenu-button {
        position: absolute;
        top: 44%;
        right: 14px;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    .fixeds .navs .header-nav .submenu-button {
        border-bottom-color: #333;
        border-right-color: #333;
    }

    header .navs .header-nav .active .submenu-button {
        border-bottom-color: var(--themeColor);
        border-right-color: var(--themeColor);
    }

    header .navs .header-nav .sub-menu .submenu-button {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .fixeds .navs .header-nav .sub-menu .submenu-button {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

    header .navs .header-nav .third-sub, header .navs .header-nav .sub-menu {
        position: absolute;
        top: 65px;
        left: 0;
        width: 280px;
        z-index: 999;
        border-top: 2px solid #fff;
        background: #333;
        /* background-color: #fff; */
        -webkit-box-shadow: 0 0px 20px rgb(166 166 166 0.25);
        -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
        box-shadow: 0 0px 20px rgb(166 166 166 0.25);
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        visibility: hidden;
        opacity: 0;
    }

    header .navs .header-nav .sub-menu li {
        width: 100%;
    }

    header .navs .header-nav .sub-menu a {
        padding: 10px;
        font-size: 12px;
    }

    header .navs .header-nav>ul>li>a:hover {
        color: var(--themeColor);
    }

    header .navs .header-nav .sub-menu a:hover {
        background-color: var(--themeColor);
        color: #fff;
    }

    header .navs .header-nav a:hover::after {
        border-bottom-color: var(--themeColor);
        border-right-color: var(--themeColor);
    }

    header .navs .header-nav .sub-menu a:hover::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

    header .navs .header-nav .sub-menu li a::after {
        -webkit-transform: rotate(316deg);
        -moz-transform: rotate(316deg);
        -ms-transform: rotate(316deg);
        -o-transform: rotate(316deg);
        transform: rotate(316deg);
    }

    header .navs .header-nav .third-sub {
        top: 0;
        left: 100%;
    }

    header .navs .header-nav li:hover .sub-menu, header .navs .header-nav .sub-menu li:hover .third-sub {
        opacity: 1;
        visibility: visible;
        top: 90%;
    }

    header .navs .header-nav .sub-menu li:hover .third-sub {
        top: 0;
    }

    /* header-nav end */
}

.fixeds {
    border-radius: 0;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding-top: 0;
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.fixeds .navs {
    top: 0;
    bottom: 0;
    /* height: 70px; */
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.fixeds .navs .search>i, .fixeds .navs .header-nav>ul>li>a {
    color: #333
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/* banner start */


.banner .swiper-container {
    width: 100%;
}

.banner .swiper-slide .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1170px;
}

.banner .swiper-slide .txt h3 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.banner .swiper-slide .txt p {
    font-weight: 700;
    font-size: 20px;
    color: var(--themeColor);
    line-height: 32px;
    margin-bottom: 1em;
}

.banner .swiper-slide .txt p a {
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
    background-color: var(--themeColor);
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}

.banner .banner-btn {
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: var(--themeColor);
    text-transform: capitalize;
    font-size: 18px;
}

.banner-slider {
    position: relative;
}

.banner-slider .index-product {
    position: relative;
    z-index: 9;
    margin-top: 95px;
}

.banner-slider .nav {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
}

.banner-slider .nav li {
    flex: 1;
    margin: 0;
}

.banner-slider .nav li a {
    margin: 0;
    border: none;
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 500;
    cursor: pointer;
    padding: 30px 10px;
    border-radius: 0;
    transition: all 500ms ease;
}

.banner-slider .nav li a i {
    font-size: 34px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    color: var(--themeColor);
}

.banner-slider .nav li:last-child {
    background-color: var(--themeColor);
}

.banner-slider .nav li:last-child:hover a, .banner-slider .nav li:last-child a {
    color: #fff;
}

.banner-slider .nav li:hover a {
    color: var(--themeColor);
    background-color: transparent;
    border: none;
}

.banner-slider .index-product .ipro-swiper {
    position: relative;
    display: block;
    margin-top: 50px;
}

.banner-slider .index-product .ipro-swiper a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0px 0px 25px rgb(0 0 0 / 7%); */
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px;
    /* box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 40%); */
    margin: 0 15px;
}

.banner-slider .index-product .ipro-swiper figure {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

img {
    display: block;
    position: relative;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.banner-slider .index-product .ipro-swiper .swiper-container {
    padding-bottom: 100px;
}

.banner-slider .index-product .ipro-swiper a {
    color: #333;
}

.banner-slider .index-product .ipro-swiper .txt {
    padding: 30px;
}

.banner-slider .index-product .ipro-swiper h2 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.banner-slider .index-product .ipro-swiper h2::after {
    position: absolute;
    content: '';
    left: 0px;
    top: -10px;
    width: 55px;
    height: 55px;
    z-index: -1;
    border: 10px solid #eef2ed;
    -moz-transform: perspective(400px) rotateY(35deg);
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
}

.banner-slider .index-product .ipro-swiper h2 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-slider .index-product .ipro-swiper h3 {
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 56px;
    -webkit-box-orient: vertical;
}

.banner-slider .index-product .ipro-swiper a:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.banner-slider .index-product .ipro-swiper a:hover .ipro-btn, .banner-slider .index-product .ipro-swiper a:hover h2 {
    color: var(--themeColor);
}

.banner-slider .index-product .ipro-swiper .ipro-btn {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: flex-end;
    color: #262626;
}

.banner-slider .index-product .ipro-swiper .ipro-btn>i {
    font-size: 36px;
}

.index-feedback .swiper-button-next, .index-feedback .swiper-button-prev,
.index-features .swiper-button-next, .index-features .swiper-button-prev, .banner-slider .index-product .swiper-button-next, .banner-slider .index-product .swiper-button-prev {
    width: 45px;
    height: 45px;
    border: 2px solid #d9dfd7;
    border-radius: 50%;
    top: 92%;
    transition: all 0.3s ease;
}

.index-feedback .swiper-button-next::after, .index-feedback .swiper-button-prev::after,
.index-features .swiper-button-next::after, .index-features .swiper-button-prev::after, .banner-slider .index-product .swiper-button-next::after, .banner-slider .index-product .swiper-button-prev::after {
    font-size: 18px;
    color: #a4a3a3;
}


.index-features .swiper-button-next, .index-features .swiper-button-prev {
    top: 50%;
}

.index-feedback .swiper-button-next, .index-feedback .swiper-button-prev {
    top: 90%;
}

.index-feedback .swiper-button-prev,
.banner-slider .index-product .swiper-button-prev {
    left: calc(50% - 45px);
}

.index-feedback .swiper-button-next,
.banner-slider .index-product .swiper-button-next {
    right: calc(50% - 50px);
}

.banner-slider .index-product .swiper-button-next:hover, .banner-slider .index-product .swiper-button-prev:hover {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.banner-slider .index-product .swiper-button-next:hover:after, .banner-slider .index-product .swiper-button-prev:hover:after {
    color: #fff;
}

/* banner end */

/* index start */

.index .top h4 {
    position: relative;
    color: #1e1e29;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    display: inline-block;
    text-transform: uppercase;
    /* font-family: 'Frank Ruhl Libre', serif; */
    z-index: 9;
}

.index .top h4:before {
    position: absolute;
    content: '';
    left: 20px;
    top: -18px;
    width: 85px;
    height: 70px;
    z-index: -1;
    border: 10px solid #eef2ed;
    -webkit-transform: perspective(400px) rotateY(40deg);
    -ms-transform: perspective(400px) rotateY(40deg);
    -o-transform: perspective(400px) rotateY(40deg);
    -moz-transform: perspective(400px) rotateY(40deg);
    transform: perspective(400px) rotateY(40deg);
}

.index .top h4 span {
    color: var(--themeColor);
}

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


.index .index-about h4 {
    margin-bottom: 70px;
}

.inner-column h2 {
    position: relative;
    color: #262626;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 40px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eef2ed;
}

.index .index-about figure {
    position: relative;
    padding: 30px 30px 0px 30px;
}

.index .index-about figure:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 15px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border: 8px solid #eef2ed;
    transform: skew(-0deg, -8deg);
}

.index p, .inner-column .text p {
    position: relative;
    color: #7c7b7b;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.inner-column .percent {
    position: relative;
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.inner-column .percent span {
    position: relative;
    color: var(--themeColor);
    font-size: 48px;
    font-weight: 500;
}

.index .index-services {
    margin-top: 100px;
    padding: 50px 0;
    background-color: #e9ede7;
}

.index .top {
    text-align: center;
    margin-bottom: 30px;
}

.index .index-services .content>div {
    text-align: center;
}

.index .index-services .content i {
    border: 1px solid #333;
    color: #333;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    font-size: 32px;
}

.index .index-services .content h2 {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}

.services-block .inner-box {
    position: relative;
    padding: 0px 15px;
}

.services-block .inner-box .image-outer {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.services-block .inner-box .image-outer:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 30px;
    bottom: 0px;
    left: 30px;
    border: 2px solid var(--themeColor);
}

.services-block .inner-box .image-outer .image {
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.services-block .inner-box .image-outer .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    background-color: rgba(89, 155, 71, 0.90);
}

.services-block .inner-box .image .overlay-box .icon-jiahao {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 34px;
    line-height: 1em;
    margin-left: -17px;
    margin-top: -17px;
}

.services-block .inner-box .lower-content .icon-box .iconfont {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: var(--themeColor);
}

.services-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-top: 80px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.services-block .inner-box .lower-content h3:before {
    position: absolute;
    content: '';
    top: 14px;
    right: 30px;
    width: 1px;
    height: 55px;
    background-color: #599b47;
}

.services-block .inner-box .lower-content h3 a {
    position: relative;
    color: #262626;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-content {
    position: relative;
    padding-top: 65px;
    text-align: right;
}

.services-block .inner-box .lower-content .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
}

.services-block .inner-box .lower-content .big-icon {
    position: absolute;
    left: 50px;
    top: 100px;
    color: #e2e7e0;
    font-size: 120px;
    line-height: 1em;
}

.services-block .inner-box:hover .image .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.index .index-sec {
    padding: 95px 0px 30px;
}

.window-tab-section .window-tabs {
    position: relative;
}

.window-tab-section .left-column {
    position: relative;
    float: left;
    display: block;
    flex: none;
}

.featured-block {
    position: relative;
    margin-bottom: 75px;
}

.featured-block .inner-box {
    position: relative;
}

.featured-block .inner-box h3 {
    position: relative;
    color: #262626;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.featured-block .inner-box h3:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -10px;
    width: 55px;
    height: 55px;
    z-index: -1;
    border: 10px solid #eef2ed;
    -moz-transform: perspective(400px) rotateY(35deg);
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
}

.featured-block .inner-box h3 a {
    position: relative;
    color: #262626;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-block .inner-box .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 24px;
}

.featured-block .inner-box .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #262626;
}

.featured-block .inner-box .icon-box .iconfont {
    font-size: 36px;
}

.window-tab-section .image-column {
    position: relative;
    float: left;
    text-align: center;
}

.window-tab-section .image-column .inner-column {
    position: relative;
    text-align: center;
}

.window-tab-section .image-column .inner-column .image {
    position: relative;
    display: inline-block;
}

.window-tab-section .image-column .plus-box {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    line-height: 35px;
    display: block;
    z-index: 1;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    background-color: #599b47;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
}

.window-tab-section .image-column .plus-box.frame-two {
    right: 50px;
    left: auto;
    top: 65px;
}

.window-tab-section .image-column .plus-box.frame-three {
    left: 65px;
    top: 225px;
}

.window-tab-section .image-column .plus-box.frame-four {
    left: 80px;
    top: auto;
    bottom: 50px;
}

.window-tab-section .image-column .plus-box.frame-five {
    left: 205px;
    top: auto;
    bottom: 110px;
}

.window-tab-section .image-column .plus-box .icon {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: block;
    z-index: 99;
}

.window-tab-section .image-column .plus-box:after {
    position: absolute;
    content: '';
    left: 0px;
    width: 25px;
    height: 30px;
    bottom: -22px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.window-tab-section .image-column .plus-box .icon:after {
    position: absolute;
    content: "\f0d7";
    bottom: -10px;
    left: 13px;
    color: #599b47;
    font-size: 20px;
    opacity: 0;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.window-tab-section .image-column .plus-box .tooltip-data {
    position: absolute;
    left: -26px;
    top: 100%;
    width: 270px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    padding: 22px 18px;
    margin-left: -90px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #eef2ed;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.window-tab-section .image-column .plus-box h4 {
    position: relative;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.window-tab-section .image-column .plus-box .tooltip-data .tooltip-text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.4em;
}

.window-tab-section .image-column .plus-box:hover .tooltip-data {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}

.window-tab-section .image-column .plus-box:hover {
    color: #ffffff;
}

.window-tab-section .image-column .plus-box .icon:hover::after {
    bottom: -19px;
    opacity: 1;
}

.index-certificate {
    background: url("../images/icertificate-bg.jpg")no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 71px 0px 118px;
    background-position: center;
}

.index .top h4:before,
.index-common .top h4:before {
    border: 10px solid #eef2ed;
}

.index .index-gallery .swiper-container {
    width: 100%;
    padding-bottom: 50px;
}

.index .index-gallery {
    position: relative;
    background-image: url("../images/pattern-2.png");
    background-repeat: repeat;
    background-color: #193a11;
    background-position: 0 -100px;
    overflow: hidden;
}

.index-common .content {
    /* margin-top: -247px; */
    position: relative;
    z-index: 9;
}

.index .index-gallery .swiper-slide figure {
    position: relative;
}

.index .index-gallery .swiper-slide figure::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.70);
    transition: all 1s ease;
}

.index .index-gallery .swiper-button-next:after, .index .index-gallery .swiper-button-prev:after {
    font-family: "iconfont";
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.index .index-gallery .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 12px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: url("../images/arrow-right.png")no-repeat;
}

.index .index-gallery .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -11px;
    width: 16px;
    height: 16px;
    background: url("../images/arrow-left.png")no-repeat;
}

.index .index-gallery .swiper-button-prev:after {
    content: 'Prev';
    padding-left: 35px;
}

.index .index-gallery .swiper-button-next:after {
    content: "Next";
    padding-right: 35px;
}

.index .index-gallery .swiper-slide h2 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 22px;
    opacity: 0;
    transition: all .3s ease;
    text-transform: capitalize;
}

.index .index-gallery .swiper-slide img {
    z-index: -1;
    transition: all .3s ease;
}

.index .index-gallery .swiper-slide-active h2 {
    opacity: 1;
}

.index .index-gallery .swiper-slide-active figure:after {
    opacity: 0;
    visibility: hidden;
}

.index .index-feedback .top {
    padding-bottom: 250px;
}

.index .index-feedback .content {
    margin-top: -200px;
}

.index .index-feedback .swiper-container {
    padding-bottom: 100px;
}

.testimonial-block {
    position: relative;
    padding-top: 20px;
}

.testimonial-block .inner-box {
    position: relative;
    display: block;
    max-width: 380px;
    margin: 0px auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px;
    transition: all 500ms ease 0s;
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 50px 30px;
    transform: translateY(42px);
}

.testimonial-block .inner-box .image-outer {
    position: relative;
    display: inline-block;
}

.testimonial-block .inner-box .image-outer .image {
    position: relative;
    margin: 0px auto 15px;
    overflow: hidden;
}

.testimonial-block .inner-box .image-outer .image img {
    height: 100px;
}

.testimonial-block .inner-box .image-outer .icon-Quote {
    position: absolute;
    right: -35px;
    top: -25px;
    z-index: -1;
    color: rgb(233, 237, 231);
    line-height: 1em;
    font-size: 60px;
}

.testimonial-block .inner-box h3 {
    position: relative;
    color: rgb(38, 38, 38);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.testimonial-block .inner-box .location {
    position: relative;
    color: var(--themeColor);
    font-size: 16px;
    margin-bottom: 12px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: rgb(124, 123, 123);
    font-size: 16px;
    line-height: 1.5em;
    display: none;
}

.index .index-feedback .swiper-slide {

    transition: 300ms;
    transform: scale(0.9);
}

.index .index-feedback .swiper-slide-active .inner-box .text {
    display: block;
}

.index .index-feedback .swiper-slide-active .inner-box .text p {
    text-align: left;
    margin-bottom: 0;
    height: 264px;
}

.index .index-feedback .swiper-slide-active, .index .index-feedback .swiper-slide-duplicate-active {
    transform: scale(1);

}

.index .index-feedback .swiper-slide-active .inner-box {
    max-width: none;
    transform: translateY(0px);
}

.index .index-features .left .features-swiper {
    position: relative;
    max-width: 610px;
    float: right;
    width: 100%;
    margin: 0 auto;
    padding: 90px 15px 70px 15px;
}

.index .index-features .top {
    text-align: left;
}

.key-block {
    position: relative;
    margin-bottom: 40px;
}

.key-block .inner-box {
    position: relative;
    padding: 30px 30px 30px 70px;
    border: 2px dashed #d9dfd7;
}

.key-block .inner-box .icon-box {
    position: absolute;
    left: -27px;
    top: 50%;
    width: 55px;
    height: 100px;
    display: block;
    color: #484848;
    font-size: 36px;
    line-height: 96px;
    text-align: center;
    margin-top: -50px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px dashed #d9dfd7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-block .inner-box .content {
    position: relative;
}

.key-block .inner-box .icon-box .number {
    color: #404040;
}

.key-block .inner-box .icon-box .number {
    position: absolute;
    width: 26px;
    height: 26px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px dashed #d9dfd7;
}

.key-block .inner-box .content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    /* margin-bottom: 8px; */
    text-transform: capitalize;
}

.key-block .inner-box .content .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
}


.key-block .inner-box .content h3 a {
    position: relative;
    color: #262626;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index .index-features .swiper-container {
    padding: 25px 50px;
    /* padding-top: 25px; */
    width: 100%;
    /* max-height: 530px; */
    max-height: 690px;
}

.swiper-container .swiper-slide {
    height: 100% !important;
}

.index-product .swiper-container .swiper-slide {
    padding-top: 20px;
}

.index .index-features .right {
    position: relative;
}

.index-features .swiper-button-next, .index-features .swiper-button-prev {
    transform: rotate(90deg);
    left: 20px;
}

.index-features .swiper-button-next, .index-features .swiper-button-prev {
    border-color: #fff;
}

.index-features .swiper-button-prev::after, .index-features .swiper-button-next::after {
    color: #fff;
}

.index-features .swiper-button-next {
    top: 56%;
}

.index .index-features .right figure {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 100%;
    height: 100%;
    background-image: url("../images/image-1.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
}

.index .index-blog {
    padding: 95px 0px 130px;
    background: #e9ede7;
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box .image a {
    display: inline-block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .inner-box .image p {
    position: absolute;
    left: 20px;
    bottom: 40px;
    padding: 5px 10px 2px;
    background-color: #ffffff;
}

.news-block .inner-box .image .category li a {
    position: relative;
    color: #599b47;
    font-size: 14px;
    text-transform: uppercase;
}

.news-block .inner-box .lower-content {
    position: relative;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #262626;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-block .inner-box .image .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 300px;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-block .inner-box .lower-content .post-date {
    position: relative;
    padding-left: 40px;
}

.news-block .inner-box .lower-content .post-date p {
    position: relative;
    color: #7c7b7b;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.4em;
    margin-right: 12px;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-date:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 30px;
    height: 1px;
    background-color: #dde2db;
}

.news-block .inner-box:hover .lower-content {
    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); */
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.index-contact {
    padding: 90px 0;
}

.index-contact .content .inner-column, .index-contact .content form {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #eef2ed;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.index-contact .content .inner-column:hover, .index-contact .content form:hover {
    border-color: #599b47;
}

.index-contact .content form textarea, .index-contact .content form input {
    margin-bottom: 30px;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    padding: 10px 18px;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #eef2ed;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index-contact .content form textarea {
    width: 100%;
    resize: none;
    height: 100px;
}

.index-contact .content .inner-column i {
    position: relative;
    color: #599b47;
    line-height: 1em;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.index-contact .content .inner-column h3 {
    position: relative;
    color: #1e1e29;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.index-contact .content .inner-column p a, .index-contact .content .inner-column p {
    position: relative;
    color: #7c7b7b;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}

.index-contact .content .inner-column a {
    position: relative;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    margin: 20px 0;
    display: inline-block;
}

.index-contact .content .inner-column a:hover {
    color: var(--themeColor)
}

.contact-btn {
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    background: var(--themeColor);
    color: #fff;
}

.contact-btn:hover {
    color: var(--themeColor);
    background-color: #fff;
}

.cpr {
    cursor: pointer;
}

.cpr:hover {
    color: var(--themeColor);
}

.index-certificate .swiper-container {
    padding: 20px;
}

.index-certificate .swiper-slide .icer-box {
    padding: 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
    background: #fff;
}

.index-certificate .box-img {
    overflow: hidden;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-certificate .box-img img {
    border: 1px solid var(--themeColor);
}

.index-certificate h2 {
    font-size: 18px;
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
}

.index-certificate .swiper-button-next, .index-certificate .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.index-certificate .swiper-button-next::after, .index-certificate .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
}

/* index end */

/* footer start */

.copy {
    text-align: center;
    background-color: #fff;
    padding: 30px 15px;
    font-size: 18px;
    color: #777777;
}

footer .footer-bg {
    position: relative;
    background-color: #1f1f1f;
    padding: 70px 0px 40px;
    color: #9f9e9e;
    font-size: 18px;
}

footer h4 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.footer-link li {
    position: relative;
    margin-bottom: 6px;
}

.footer-link li a {
    color: #9f9e9e;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-link li a:hover {
    color: #ffffff;
}

.footer-navs h4 {
    /* padding-left: 15px; */
}

.news-widget-block {
    position: relative;
    margin-bottom: 30px;
}

.news-widget-block .widget-inner {
    position: relative;
    padding-left: 100px;
    min-height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.news-widget-block .widget-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    /* border-radius: 50%; */
}

.news-widget-block .widget-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-weight: 500;
}

.news-widget-block .widget-inner .post-date {
    position: relative;
    color: #9f9e9e;
    font-size: 16px;
}

.news-widget-block .widget-inner h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-widget-block .widget-inner h3 a:hover {
    color: var(--themeColor);
}

.footer-info p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 22px;
}

.social-icon-one li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    font-size: 16px;
    color: #9f9e9e;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon-one li a .iconfont {
    font-size: 14px;
    margin-right: 10px;
}

.social-icon-one li a:hover {
    background-color: #599b47;
    border-color: #599b47;
    color: #ffffff;
}

footer textarea, footer input {
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
    background: none;
    color: #ccc;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer form .box>div {
    padding: 0 5px;
    margin-bottom: 10px;
}

footer textarea {
    margin-bottom: 10px;
    height: 108px;
}

footer .footer-bg .btn-primary {
    border: none;
    background-color: var(--themeColor);
}

.footer-share i {
    font-size: 24px;
    color: #fff;
}

/* footer end */


/* about start*/
.contact,
.news,
.pro-show,
.abouts {
    margin: 80px 0;
}

.abouts {
    margin-bottom: 0;
}

.abouts h5 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #3d474a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.separator-outer {
    overflow: hidden;
}

.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
    display: inline-block;
    position: relative;
}

.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}

.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}

.wt-separator .bg-primary {
    background-color: var(--themeColor);
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-right {
    right: -80px;
}

.abouts .about-head p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.abouts .swiper-slide {
    padding: 15px;
}

.abouts .swiper-slide img {
    max-width: 100%;
    height: auto;
    border: 10px solid #eee;
    text-align: center;
}

.abouts .about-content {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.abouts .about-content .txt li {
    padding: 10px 0;
}

.abouts .about-content .txt .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}

.abouts .about-content .txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.abouts .about-content .swiper-container-horizontal>.swiper-pagination-bullets, ..index-about-content .swiper-pagination-custom, ..index-about-content .swiper-pagination-fraction {
    bottom: 30px;
}

.abouts .vision {
    padding: 30px 0;
    background-color: #f5f6f6;
}

.abouts .vision .about-head p {
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
}

.abouts .vision .box .list {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    text-align: center;
    /* height: 190px; */
}

.abouts .vision .box .list p {
    text-align: left !important;
    height: 96px;
}

.abouts .vision .box .list i {
    margin-bottom: 20px;
    font-size: 30px;
    display: inline-block;
}

.abouts .vision .box .list h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d474a;
    margin-bottom: 10px;
}

.abouts .vision .box .list p, .about .counters .list p {
    word-break: break-all;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.abouts .counters {
    padding-top: 50px;
    background-color: #fff;
}

.abouts .counters .p {
    position: relative;
}

.abouts .counters .p::after, .about .recommend .p::after {
    content: "";
    width: 50px;
    height: 3px;
    line-height: 3px;
    background: var(--themeColor);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.abouts .counters .num-box {
    padding: 8% 0;
}

.abouts .counters .num-box i {
    font-size: 45px;
    padding-top: 10px;
}

.abouts .counters .num-box .num {
    font-size: 26px;
    text-align: right;
    font-weight: 800;
    margin-bottom: 5px;
}

.abouts .counters .num-box .col-lg-8 {
    text-align: right;
    padding-right: 0;
}

.abouts .counters .num-box span {
    font-size: 14px;
    color: #3d474a;
    text-transform: uppercase;
}

.abouts .recommend {
    padding: 2em 0;
    background-color: #f5f6f6;
}

.abouts .recommend p {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #767676
}

.abouts .recommend p::after {
    content: "";
    width: 50px;
    height: 3px;
    line-height: 3px;
    background: var(--themeColor);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.abouts .recommend .list {
    padding-top: 50px;
}

.abouts .recommend .list .box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: all .5s ease;
}

.abouts .recommend .list .box h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    color: #3d474a;
    margin: 10px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.abouts .recommend .list .box .contents {
    color: #767676;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 14px;
}

.abouts .recommend .list .box .mores {

    text-align: left;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    background-color: var(--themeColor);
    white-space: nowrap;
    padding: 4px 4px 4px 20px;
    border-radius: 4px;
}

.abouts .recommend .list .box .mores i {
    position: relative;
    background: #273447;
    display: inline-block;
    padding: 7.5px 9px;
    text-align: center;
    margin-left: 25px;
    font-size: 16px;
    z-index: 1;
}

.abouts .recommend .list .box .mores i:after {
    background-color: #273447;
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: -1;
    left: -30%;
    top: 0px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.abouts .recommend .list .box:hover {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

.abouts .about-swiper .swiper-container {
    padding-bottom: 30px;
}

/* about end */
/* product start */

/* common start */

.product {
    margin: 80px 0;

}

.listfixed {
    display: flex;
    position: relative;
}

.listfixed .listfixed-content {
    position: sticky;
    top: 90px;
    padding-bottom: 40px;
}

.common .common-nav form {
    margin-bottom: 20px;
    font-size: 16px;
}

.common .common-nav form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}

.common .common-nav form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 16%;
    transition: all 0.4s ease 0s;
}

.common .common-nav form button:hover {
    background: rgb(33, 33, 33);
}

.common .common-nav>h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid var(--themeColor);
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.common .pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}

.common .pro-nav li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    padding-right: 1rem;
    color: #555;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.common .pro-nav li i {
    display: inline-block;
    width: 42px;
    max-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.common .pro-nav .second-items, .common .pro-nav .third-items, .common .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}

.common .pro-nav .second-items a {
    padding-left: 30px;
}

.common .pro-nav .third-items a {
    padding-left: 45px;
}

.common .pro-nav .fourth-items a {
    padding-left: 60px;
}

.common .triangle {
    position: relative;
}

.common .triangle::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}

.common .aside-product {
    margin: 1rem 0;
    /* border: 1px solid #ddd; */
}

.common .aside-product .media {
    display: table;
    width: 100%;
}

.common .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}

.common .aside-product h2 {
    display: table-cell;
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common .aside-product>a:hover {
    background-color: #ddd;
}

.common .conmmon-content .box-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.common .conmmon-content img {
    -webkit-transition: 0.5s;
}

.common .conmmon-content .text {
    display: block;
    background-color: #ccc;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    padding: 25px 25px 30px 25px;
    background: #f3f3f3;
    text-align: center;
    border-bottom: 2px solid var(--themeColor);
}

.common .conmmon-content .text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: var(--themeColor);
    transition: all 0.3s ease-in-out;
}

.common .conmmon-content .text h2 {
    text-decoration: none;
    color: #121212;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
}

.common .conmmon-content .text h3 {
    line-height: 1.5em;
    color: #555555;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    height: 42px;
}

.common .conmmon-content .button-box {
    display: inline-block;
    border: 2px solid;
    padding: 0.5em 1em;
    margin-top: 10px;
    background-color: var(--themeColor);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
}

.common .conmmon-content a:hover .text::after {
    height: 100%;
}

.common .conmmon-content a:hover h3, .common .conmmon-content a:hover h2 {
    color: #fff;
}

.common .conmmon-content a:hover img {
    -webkit-transform: scale(1.1);
}

.common .conmmon-content h5 {
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--themeColor);
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

.common .conmmon-content h5::after {
    content: '';
    background-color: var(--themeColor);
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    border-radius: 5px;
}

.common .conmmon-content .title {
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
    color: #6e7889;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.common .content .top h4 {
    position: relative;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.common .content .top h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: var(--themeColor);
    height: 5px;
    width: 50px;
    border-radius: 5px;
}

.common .content .top p {
    line-height: 1.8em;
    margin-bottom: 16px;
    font-size: 14px;
}

#pshow-btn {
    display: block;
    height: 150px;
    margin-top: -150px;
}

/* product end */
/* product-show1 start */

.pro-show .gallery-top, .pro-show .gallery-thumbs {
    border: 1px solid #ddd;
}

.pro-show .gallery-thumbs {
    border-top: none;
}

.pro-show .pro-fdj {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    width: 38px;
    height: 38px;
}

.pro-show .gallery-thumbs {
    padding: 0 28px;
}

.pro-show .gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.pro-show .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--themeColor);
}

.pro-show .gallery-thumbs .swiper-button-prev {
    left: 0;
    background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-next {
    right: 0;
    background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-prev::after, .pro-show .gallery-thumbs .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.pro-show .txt h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.pro-show .txt .pro-btn {
    margin-top: 1em;
}



.pro-show .pro-content {
    padding: 50px 15px;
    font-size: 15px;
}

.pro-show .nav-tabs {
    border: none;
}

.pro-show .nav-tabs>li {
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 4px;
}

.pro-show .tab-content {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 20px 15px;
}

.news-show p,
.pro-show .guige,
.pro-show .tab-content p {
    line-height: 26px;
    font-size: 14px;
}

.pro-show .tab-content img {
    padding: 6px 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.pro-show .nav-tabs>li>a {
    font-size: 18px;
    color: #555;
    background-color: #eee;
    border: none;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 4px;
}

.pro-show .nav-tabs>li.active>a, .pro-show .nav-tabs>li.active>a:focus, .pro-show .nav-tabs>li.active>a:hover {
    border: none;
    background-color: var(--themeColor) !important;
    color: #fff;
}

.pro-show .pro-content form input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #eee;
    padding: 10px;
}

.pro-show .pro-content form textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    padding: 10px;
}

.pro-show .pro-content form button {
    transition: all .4s ease;
    border: none;
    background-color: var(--themeColor);
    margin-top: 15px;
    border-radius: 4px;
}

.pro-show .pro-content form button:hover {
    background-color: #000;
}

/* product-show1 end */

.pro-show .content .psbtn {
    border: none;
    margin-right: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: var(--themeColor);
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 150px;
    text-transform: capitalize;
    display: inline-block;
    transition: transform .5s;
}

.pro-show .content .psbtn:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

#psbtn .modal-dialog {
    margin: 0 auto;
    max-width: 300px;
    top: 50%;
    transform: translateY(-50%);
}

.pro-inquiry {
    position: relative;
}

.pro-inquiry h5 {
    font-size: 20px;
    text-align: center;
}

.pro-inquiry h5 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #383838;
    font-size: 20px;
    text-align: center;
}

.pro-inquiry i {
    position: absolute;
    top: -15px;
    right: 0px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.pro-inquiry input {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.pro-inquiry textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 80px;
    padding: 10px 15px 0 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
}

/* read start */

.read {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.read h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

.read h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: #0062cc;
}

.read a h5 {
    margin: 0.8em 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    vertical-align: middle;
    color: #272727;
}

.mate {
    margin: 0 -5px;
}

.mate span {
    margin: 0 5px;
    color: #272727;
    font-size: 15px;
    text-transform: capitalize;
}

.mate span i {
    color: var(--themeColor);
}

.read a p {
    font-size: 14px;
    margin: 0.8em 0;
    height: 42px;
    line-height: 1.5em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.read .swiper-button-next:after, .read .swiper-button-prev:after {
    font-size: 24px;
    color: var(--themeColor);
}

.read .swiper-slide .box-img {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.read .swiper-slide a {
    display: block;
    border: 1px solid #ddd;
}

.read .swiper-slide a .txt {
    padding: 0 20px;
}

/* read end */

/* news-show start */
.news-show {
    padding: 80px 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.8;
}

.news-show p {
    margin-bottom: 10px;
}

.news-show .news-txt {
    border: 1px solid #ddd;
    padding: 2em;
}

.news-show .news-txt h1 {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 20px;
}

.news-titme {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
}

.news-titme .left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-titme .left>div {
    margin-right: 10px;
}

.news-titme .left>div i {
    color: var(--themeColor);
}

/* news end */

/* news start */

.news .content .list news-list a {
    display: block;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 20px;
}

.news .content .list news-list a .txt h2 {
    margin: 0.8em 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    vertical-align: middle;
    color: #272727;
}

.news .content .list news-list a .txt .mate {
    margin: 0 -5px;
}

.news .content .list news-list a .txt .mate span {
    margin: 0 5px;
    color: #272727;
    font-size: 15px;
    text-transform: capitalize;
}

.news .content .list news-list a .txt .mate span i {
    color: var(--themeColor);
}

.news .content .list news-list a .txt p {
    font-size: 14px;
    margin: 0.8em 0;
    /* height: 42px; */
    line-height: 1.5em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .content .list news-list a .txt .ns-btn {
    display: block;
    font-size: 14px;
    padding: 0.5em 0;
    width: 50%;
    display: table-cell;
    float: left;
    color: #fff;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
    text-align: center;
    margin-top: 30px;
    border-radius: 4px;
}

/* news end */


/* read start */

.read {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.read h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

.read h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: var(--themeColor);
}

.read .swiper-slide a {
    border: 1px solid #ddd;
    display: block;
    padding: 1em;
}

.read a h5 {
    margin: 0.8em 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    vertical-align: middle;
    color: #272727;
}

.mate {
    margin: 0 -5px;
}

.mate span {
    margin: 0 5px;
    color: #272727;
    font-size: 15px;
    text-transform: capitalize;
}

.mate span i {
    color: var(--themeColor);
}

.read .swiper-container {
    padding-bottom: 50px;
}


.read .swiper-button-next:after, .read .swiper-button-prev:after {
    font-size: 24px;
    color: var(--themeColor);
}

/* read end */

/* contact start*/



.contact .content form {
    padding-bottom: 40px;
}

.contact .content>div {
    padding-top: 30px;
}

.contact .content .info .boxs {
    border-bottom: 1px solid #fff;
    padding: 10px 30px;
}

.contact .content .form {
    background: #eee;
}

.contact .content .info {
    background-color: var(--themeColor);
    min-height: 400px;
}

.contact .content .info h4 {
    color: #fff;
    text-align: center;
}

.contact .content h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
}

.contact .content h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: var(--themeColor);
}

.contact .content form .box {
    margin-bottom: 15px;
}

.contact .content form p {
    font-weight: 600;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 15px;
}

.contact .content form input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    border: 1px solid #ddd;
}

.contact .content form textarea {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.contact .content .info .boxs i {
    float: left;
    width: 43px;
    height: 43px;
    background: var(--themeColor);
    color: #fff;
    line-height: 43px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.contact .content .info .boxs p {
    color: #fff;
    font-size: 14px;
    margin-left: 55px;
    margin-bottom: 0;
    line-height: 21px;
}

.contact .content .info .boxs a {
    color: #fff;
}

.btn-primary {
    background-color: var(--themeColor);
    border: none;
}

.contact .content h5 {
    margin: 0px;
    color: rgb(255, 255, 255);
    line-height: 21px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 55px;
}

/* contact end*/

/* video start */

.video {
    margin-top: 80px;
}

.yige {
    box-shadow: 0 3px 5px #ddd;
}

.yige .dg-single-gallery {
    position: relative;
    overflow: hidden;
    background: var(--main-theme-color) none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    max-width: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform: translate3d(0px, 0px, 300px);
    transform: translate3d(0px, 0px, 300px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.yige .dg-single-gallery img {
    background: var(--main-theme-color) none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.yige .dg-single-gallery:hover img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.yige .dg-single-gallery .dg-gallery-caption:before {
    content: "";
    height: 160px;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 160px;
}

.yige .dg-single-gallery:hover .dg-gallery-caption:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.yige .dg-gallery-caption p {
    font-size: 121%;
    line-height: 2;
    text-align: center;
    text-transform: none;
    width: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.yige .dg-gallery-caption p a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    display: inline-block;
    margin: 0 2px;
}

.yige .dg-gallery-caption p a i {
    color: #1c1c1c;
    display: inline-block;
    font-weight: 300;
    margin-right: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.yige .dg-gallery-caption p a i:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    line-height: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    vertical-align: middle;
    width: 50px;
    color: #333;
}

.yige .dg-gallery-caption p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0px);
    transform: translate3d(-60px, -60px, 0px);
}

.yige .dg-single-gallery:hover p i:empty {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.yige .dg-gallery-caption p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0px);
    transform: translate3d(60px, -60px, 0px);
}

.yige h2 {
    margin: 0;
    padding: 0;
}

.yige a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #333;
    font-weight: 600;
}

.yige a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit;
}

.yige a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit;
}

.yige:hover .dg-promo-text {
    border-bottom: 3px solid var(--main-theme-color);
}

.yige .dg-promo-text {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.yige .dg-promo-text>h2 {
    text-transform: capitalize;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
}

.yige .dg-promo-text a:hover {
    color: var(--main-theme-color);
}

.pagination a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit;
}

.pagination a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit;
}

.pagination a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination li {
    list-style-type: none;
}

.pagination .pagination {
    list-style: outside none none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
    display: block;
}

.pagination .pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination .pagination li a {
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 2px;
    min-width: 35px;
    padding: 5px;
    text-transform: uppercase;
}

.pagination .pagination li.active a, .pagination .pagination li>a:hover, .pagination .pagination li.active a:hover {
    background: var(--main-theme-color) none repeat scroll 0 0;
    color: #fff;
    border: 1px solid var(--main-theme-color);
}

/* video end */


/* vide left  start */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 34px;
}

.right-nav {
    padding: 10px 0;
}

.aside-munu .list-group-item {
    padding: 0;
    border: 0;
    position: relative;
}

.list-group-item:hover,
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: var(--themeColor);
    color: #fff;
}

.aside-munu .list-group-item .toggler {
    position: absolute;
    border: 1px solid #ddd;
    width: 2em;
    line-height: 3.4em;
    text-align: center;
    color: #333;
    /* display: none; */
}

.aside-munu .list-group-item .toggler::before {
    font-size: 1.5em;
    margin-top: -1em;
}

.aside-munu .list-group-item a {
    font-size: 14px;
    color: #333;
    display: block;
    border: 1px solid #ddd;
    padding-left: 3em;
    line-height: 3em;
    height: 3em;
}

.aside-munu .active>a,
.aside-munu .list-group .list-group-item:hover>a {
    color: #fff !important;
}

.sub-group .list-group-item a {
    font-size: 14px;
    color: #333;
}

.aside-product {
    margin-bottom: 1rem !important;
}

.aside-product .media {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
}

.aside-product .box-img {
    display: table-cell;
    width: 40%;
}

.aside-product h2 {
    display: table-cell;
    font-size: 12px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
}

.aside-product>a:hover {
    background-color: #ddd;
}

/* vide left end */


@media screen and (max-width:1024px) {

    /* wap-nav start */
    header .navs .hinfo,
    header .topbar, header .header-nav, .sub-menu, .third-sub {
        display: none;
    }

    .navbar-toggle {
        margin: 25px 0 0 0;
        padding: 0;
        display: block;
    }

    /* 
    header .navs .logo img {
        width: 135px;
    } */

    header .navs {
        width: 100%;
        height: 52px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        box-shadow: 3px 2px 3px rgb(0 0 0 / 10%);
        background-color: #fff;
    }

    .wap-nav>.pull-left {
        width: 100%;
    }

    .wap-nav .wpl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }

    .wap-nav .wnl {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 51px;
        left: 0;
        z-index: 999;
        display: none;
    }

    header .navs .search {
        display: none;
    }

    .wap-nav .header-nav {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        z-index: 9999;
        overflow-y: scroll;
        overflow-x: hidden;
        box-sizing: border-box;
        padding-bottom: 55px;
        display: none;
    }

    header .navs .wap-nav .header-nav li {
        display: block;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    header .navs .wap-nav .header-nav li a {
        padding: 15px;
        color: #fff;
        padding-right: 25px;
    }

    header .navs .wap-nav .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        height: 50px;
        width: 50px;
        cursor: pointer;
    }

    header .navs .wap-nav .submenu-button::before {
        position: absolute;
        top: 17.5px;
        right: 17.5px;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    header .navs .header-nav li>a::after {
        display: none;
    }

    header .navs .header-nav .sub-menu li a {
        padding-left: 30px;
        font-size: 15px;
    }

    header .navs .header-nav .third-sub li a {
        padding-left: 45px;
        font-size: 14px;
    }

    header .header-info, header .topbar {
        display: none !important;
    }

    header .navs .wpl h1, header .navs .wpl {
        display: inline-block;
    }

    /* wap-nav end */
    header .navs .wpl img {
        width: 200px;
        margin-top: 15px;
        display: inline-block;
    }

    header .wap-nav {
        background-color: #fff;
    }

    html, body {
        overflow-x: hidden;
    }

    .banner header .wap-nav {
        background-color: transparent;
    }

    .services-block .inner-box {
        padding: 0;
    }

    .banner {
        margin-top: 52px;
    }

    .banner-slider .index-product {
        top: 0;
    }

    .banner-slider .nav {
        display: block;
        text-align: center;
    }

    .banner-slider .nav li {
        margin: 10px 15px;
        border: 1px solid #eee;
        float: none;
    }

    .banner-slider .nav li a {
        padding: 20px;
    }

    .banner-slider .nav li a i {
        font-size: 24px;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
        font-size: 16px;
        color: #fff;
    }

    .index-gallery, .featured-block, .index-about, .banner-slider .index-product .ipro-swiper {
        padding: 0 15px;
    }

    .index-about {
        margin-top: 50px;
    }

    .index .top {
        transform-style: preserve-3d;
    }

    .inner-column .percent span, .inner-column h2, .index .top h4 {
        font-size: 24px;
    }

    .index .top h4:before {
        width: 60px;
        -webkit-transform: perspective(0px) rotateY(0deg);
        -ms-transform: perspective(0px) rotateY(0deg);
        -o-transform: perspective(0px) rotateY(0deg);
        -moz-transform: perspective(0px) rotateY(0deg);
        transform: perspective(0) rotateY(0deg);
    }

    .index-about .inner-column h2 {
        margin-top: 20px;
    }

    .index .index-services {
        margin-top: 50px;
    }

    .services-block .inner-box .lower-content {
        padding-top: 30px;
    }

    .index-certificate .box-img {
        height: 210px;
    }

    .index .index-features .left .features-swiper {
        float: none;
        padding-bottom: 0;
    }

    .index .index-features .swiper-container {
        max-height: 100%;
        padding: 25px;
    }

    .index .index-features .right {
        height: 240px !important;
        margin-bottom: 100px;
    }

    .index-features .swiper-button-next, .index-features .swiper-button-prev {
        transform: rotate(0deg);
        top: -20%;
        border: 2px solid var(--themeColor);

    }

    .index-features .swiper-button-prev::after, .index-features .swiper-button-next::after {
        color: var(--themeColor);
    }

    .index-features .swiper-button-prev {
        left: calc(50% - 45px);
    }

    .index-features .swiper-button-next {
        left: auto;
        right: calc(50% - 50px);
    }

    .key-block .inner-box .content h3 {
        font-size: 18px;
    }

    .key-block .inner-box {
        padding: 15px 15px 15px 50px;
    }

    .index-blog .content>div {
        margin-bottom: 30px;
    }

    .index .index-blog {
        padding: 90px 0;
    }

    header .wnl {
        padding: 0;
    }

    header .navs .header-nav .sub-menu li a {
        font-size: 13px;
        font-weight: 600;
    }

    .abouts .about-content {
        display: block;
    }

    .video .list,
    .news-show .content,
    .news .content,
    .pro-show .content,
    .product .content {
        flex-direction: column-reverse;
    }

    .news .content {
        flex-direction: column;
    }

    .bg-banner {
        padding: 60px 0 20px;
        min-height: 100px;
    }

    .bg-banner h3 {
        margin-top: 20px;
        font-size: 24px;
    }

    .common .conmmon-content .box-img {
        height: auto;
    }

    .pro-show .pro-fdj {
        display: none;
    }

    .pro-show .txt h2 {
        margin-top: 20px;
    }

    .pro-show .nav-tabs>li {
        margin-bottom: 10px;
    }

    .news-show .news-txt {
        margin-bottom: 50px;
    }

    .contact .content h4::after {
        left: 15px;
    }

    .contact .content h4,
    .read {
        padding: 0 15px;
    }

    .contact {
        margin-top: 0;
    }

    .banner-slider .index-product,
    .read {
        margin-top: 50px;
    }

    .pro-show .content .psbtn {
        margin: 0 10px 10px 0;
        width: auto;

    }

    .index-certificate,
    .index-contact {
        padding-top: 50px;
    }

    .index-contact {
        padding-bottom: 50px;
    }

    .banner-slider .nav li a {
        padding: 10px 15px;
    }

    .index .index-about h4 {
        margin-bottom: 24px;
    }

    .index .index-sec {
        padding: 70px 0 0 0;
    }

    .window-tab-section .image-column .inner-column .image,
    .featured-block {
        margin-bottom: 50px;
    }

    .window-tab-section .image-column .inner-column .image {
        padding: 0 15px;
    }

    .featured-block .inner-box h3 {
        display: inline-block;
    }

    .testimonial-block .inner-box {
        padding: 20px;
    }

    .index-contact .inner-column>div:first-child,
    .index-contact .icform {
        margin-bottom: 20px;
    }

    .index-contact .inner-column {
        margin: 0 15px;
        padding: 30px;
    }

    .abouts .swiper-slide {
        padding: 0;
    }

    .abouts .counters .num-box i {
        font-size: 28px;
    }

    .abouts .counters .num-box .col-lg-8 {
        padding: 0;
    }
    .abouts .counters .num-box span{
        font-size: 12px;
    }
    .abouts .counters .num-box .num {
        font-size: 20px;
    }
    .abouts .counters .num-box>div{
        margin-bottom: 15px;
    }
}


.bq { text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 60px;}
    .bq a { color: #fff;}