﻿@font-face {
    font-family: "xiaomi";
    src: url("https://up.v2.wzjcsw.com/font/xiaomi.ttf");
}

body {
    font-size: 16px;
    font-family: "xiaomi",'Microsoft YaHei',Arial,Helvetica,sans-serif;
    color: #666666;
}

a:hover {
    color: var(--main-color);
}

.text-white {
    color: #fff;
}

.preloader img {
    max-width: 50%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--sub-color);
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*-------------------------------    Hero  Section CSS-------------------------------*/
.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    /* margin-top:83px;*/
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        /* height:240px;*/
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.page-wrapper {
    /* overflow-x:hidden!important;*/
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #4d4d4d;
    padding-top: 25px;
}

a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 505px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 500px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 500px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px).mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #009eee;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #00a9ee;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

/*分页页码样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #007aab;
    border-color: #007dad;
    cursor: default;
}

/* menu-container*/
.menu-container {
    margin: 0 auto;
    /* background:#eeeeee;*/
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #090d2f;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
    /* width:100%;*/
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 60%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top:84px;*/
    /* padding:120px 300px;*/
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 150px 0px 120px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #0079aa;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    /* border-radius:50%;*/
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #35498e;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px).main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

/*--------------------------------------------------------------# Instagram--------------------------------------------------------------*/
.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

/*产品推荐*/
.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    /* padding:50px 0px 30px 0px;*/
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom:1px solid #eeeeee;*/
}

/*图片展示*/
p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*首页产品*/
h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #dcbe4a;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #dcbe4a;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#35498e 0%,#35498e 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#f4b027 0%,#f4b027 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #0079aa;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #0079aa;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #0079aa;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #0079aa;
}

.blog-card .blog-metainfo li a:hover {
    color: #007aab;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #007aab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #35498e;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

/*关于文化*/
.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

/*生产设备*/
.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #35498e;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*产品展示*/
.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #35498e;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #35498e;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

.product.more {
    text-align: center;
}

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #35498e;
}

.col-lg-8.recommend-title {
    padding-top: 40px;
}

.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #35498e;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

/*了解更多*/
.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    /* border:1px solid #000;*/
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

/*底部*/
.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

/*荣誉*/
.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #35498e;
}

p.recommend_time {
    color: #0078aa;
}

section.feature-product-wrap.pb-100.bg-albastor {
    background-color: #f4f4f4;
}

/*新闻中心*/
.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #f4f4f4;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #0079aa;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #0079aa;
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #0079aa;
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

/*联系我们*/
.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #0079a9;
}

.contact-item .contact-info li:hover i {
    color: #0079aa;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #0079aa;
}

/*用人理念*/
.bg-albastor {
    background-color: #ffffff;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #35498e;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        text-align:right;
        margin-left: 14px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #35498e;
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

/*产品应用*/
.APPLICATION {
    background-color: #f9f9f9;
}

.APPLICATION p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/*-------------------------------    Hero  Section CSS-------------------------------*/
.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    /* margin-top:83px;*/
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        /* height:240px;*/
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.page-wrapper {
    /* overflow-x:hidden!important;*/
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #4d4d4d;
    padding-top: 25px;
    text-transform: uppercase;
}

a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 695px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 760px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 694px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px).mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #35498e;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #35498e;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

/*分页页码样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #35498e;
    border-color: #35498e;
    cursor: default;
}

/* menu-container*/
.menu-container {
    margin: 0 auto;
    /* background:#eeeeee;*/
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #090d2f;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
    /* width:100%;*/
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 60%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top:84px;*/
    /* padding:120px 300px;*/
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 150px 0px 120px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #35498e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    /* border-radius:50%;*/
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px).main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

/*--------------------------------------------------------------# Instagram--------------------------------------------------------------*/
.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item .contact-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 90px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

/*产品推荐*/
.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    /* padding:50px 0px 30px 0px;*/
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom:1px solid #eeeeee;*/
}

/*图片展示*/
p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*首页产品*/
h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #dcbe4a;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #dcbe4a;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#35498e 0%,#35498e 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#f4b027 0%,#f4b027 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #35498e;
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #35498e;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #35498e;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #35498e;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #35498e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #35498e;
}

.blog-card .blog-metainfo li a:hover {
    color: #35498e;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #35498e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: var(--main-color);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

/*关于文化*/
.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

/*生产设备*/
.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #35498e;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*产品展示*/
.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #35498e;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #35498e;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

.product.more {
    text-align: center;
}

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #35498e;
}

.col-lg-8.recommend-title {
    padding-top: 40px;
}

.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #35498e;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

/*了解更多*/
.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    /* border:1px solid #000;*/
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    background-color: var(--main-color);
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

/*底部*/
.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

/*荣誉*/
.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #35498e;
}

p.recommend_time {
    color: #0078aa;
}

section.feature-product-wrap.pb-100.bg-albastor {
    background-color: #f4f4f4;
}

/*新闻中心*/
.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #f4f4f4;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #35498e;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #35498e;
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #35498e;
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

/*联系我们*/
.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #35498e;
}

.contact-item .contact-info li:hover i {
    color: #35498e;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #35498e;
}

/*用人理念*/
.bg-albastor {
    background-color: #ffffff;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #35498e;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        text-align:right;
        margin-left: 14px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #35498e;
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

/*产品应用*/
.APPLICATION {
    background-color: #f9f9f9;
}

.APPLICATION p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/*首页产品中心*/
button.btn.style2.add-cart a {
    color: #fff;
}

/*首页新闻*/
.section-title.style1.text-center.mb-40.news-Subtitle span {
    color: #DCBE4A;
}

.section-title.style1.text-center.mb-40.news-Subtitle h2 {
    color: #fff;
}

/*创始人*/
p.Founder {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

/*-------------------------------    Service  Section CSS-------------------------------*/
.service-card {
    margin-bottom: 25px;
}

.service-card .service-info h3 {
    font-size: 22px;
}

.service-card.style1 .service-icon {
    width: 100px;
    height: 125px;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.service-card.style1 .service-icon i {
    font-size: 44px;
    line-height: 1;
    margin: 0 auto;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style1 .service-info {
    width: calc(100% - 115px);
    margin-left: 15px;
}

.service-card.style1 .service-info h3 {
    margin: 0 0 7px;
}

.service-card.style1 .service-info p {
    margin: 0;
}

.service-card.style1:hover .service-icon {
    background-color: #35498e;
}

.service-card.style1:hover .service-icon i {
    color: #fff;
}

.service-card.style1:hover .service-info h3 a {
    color: #024E32;
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 25px;
    position: relative;
    margin: 0 0 25px;
}

.service-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #024E32;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-card-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(2,78,50,0.1);
    text-align: center;
    margin: 0 0 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon i {
    font-size: 34px;
    line-height: 1;
    color: #024E32;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-info h3 {
    margin: 0 0 10px;
}

.service-card.style2 .service-info h3:hover a {
    color: #024E32;
}

.service-card.style2 .service-info p {
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.service-card.style2:hover .service-card-shape {
    opacity: 1;
}

.service-card.style2:hover .service-icon {
    background-color: #fff;
}

.service-card.style2:hover .service-icon i {
    color: #024E32;
}

.service-card.style2:hover .service-info h3 a {
    color: #fff;
}

.service-card.style2:hover .service-info p {
    color: rgba(255,255,255,0.8);
}

.service-wrap.style1 .service-img-wrap {
    margin-bottom: 25px;
}

.service-img-wrap img {
    display: block;
    margin: 0 auto;
}

.cta-shape.introduction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #35498e;
    z-index: -1;
}

.lack-of-content a {
    color: #35498e;
}

/*联系*/
.contact-icon {
    font-size: 30px;
    color: #35498e;
}

h3.contact-title {
    font-size: 20px;
    margin: 10px;
}

section.contact-us-wrap.pt-110.pb-105 {
    padding: 120px 0px 20px;
}

.product-card.style3 .product-img {
    position: relative;
    background-color: #fff;
    padding: 50px;
}

/*-------------------------------    Hero  Section CSS-------------------------------*/
.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    /* margin-top:83px;*/
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        /* height:240px;*/
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.page-wrapper {
    /* overflow-x:hidden!important;*/
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #4d4d4d;
    padding-top: 25px;
}

a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 505px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 500px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 500px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px).mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #009eee;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #00a9ee;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

/*分页页码样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #007aab;
    border-color: #007dad;
    cursor: default;
}

/* menu-container*/
.menu-container {
    margin: 0 auto;
    /* background:#eeeeee;*/
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #090d2f;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
    /* width:100%;*/
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 60%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top:84px;*/
    /* padding:120px 300px;*/
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 150px 0px 120px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #0079aa;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    /* border-radius:50%;*/
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #35498e;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px).main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

/*--------------------------------------------------------------# Instagram--------------------------------------------------------------*/
.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

/*产品推荐*/
.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    /* padding:50px 0px 30px 0px;*/
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom:1px solid #eeeeee;*/
}

/*图片展示*/
p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*首页产品*/
h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 32px;
    background-color: #35498e;
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #dcbe4a;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #dcbe4a;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#35498e 0%,#35498e 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#f4b027 0%,#f4b027 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #0079aa;
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #0078a9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #0079aa;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #0079aa;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #0079aa;
}

.blog-card .blog-metainfo li a:hover {
    color: #007aab;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #007aab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: var(sub-color);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

/*关于文化*/
.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

/*生产设备*/
.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #35498e;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*产品展示*/
.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #35498e;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #35498e;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

.product.more {
    text-align: center;
}

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #35498e;
}

.col-lg-8.recommend-title {
    padding-top: 40px;
}

.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #35498e;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

/*了解更多*/
.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    /* border:1px solid #000;*/
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

/*底部*/
.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

/*荣誉*/
.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #35498e;
}

p.recommend_time {
    color: #0078aa;
}

section.feature-product-wrap.pb-100.bg-albastor {
    background-color: #f4f4f4;
}

/*新闻中心*/
.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #f4f4f4;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #0079aa;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #0079aa;
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #0079aa;
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

/*联系我们*/
.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #0079a9;
}

.contact-item .contact-info li:hover i {
    color: #0079aa;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #0079aa;
}

/*用人理念*/
.bg-albastor {
    background-color: #ffffff;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #35498e;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        text-align:right;
        margin-left: 14px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #35498e;
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

/*产品应用*/
.APPLICATION {
    background-color: #f9f9f9;
}

.APPLICATION p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/*-------------------------------    Hero  Section CSS-------------------------------*/
.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    margin-top: 85px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        /* height:240px;*/
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: initial;
        bottom: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #ff7700;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #ff7700;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.page-wrapper {
    /* overflow-x:hidden!important;*/
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: var(--main-color);
    padding-top: 25px;
    text-transform: uppercase;
}

a {
    color: #333;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 695px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 760px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 694px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px).mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

a.footer-company {
    font-size: 24px;
    color: #fff;
}

a.footer-company img {
    height: 54px;
}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
    font-size: 36px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--main-color);
    font-size: 16px;
    line-height: 0.8;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

/*分页页码样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    cursor: default;
}

/* menu-container*/
.menu-container {
    margin: 0 auto;
    /* background:#eeeeee;*/
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: v;
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    /* width:19%;*/
    margin: 0;
    /* margin-right:10px; */
}

.menu > ul > li a {
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    color: #090d2f;
    width: 180px;
    text-align: left;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: var(--main-color);
    background: #ffffff00;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: var(--sub-color);
}

.menu > ul > li a:hover,.menu > ul > li.active a {
    color: #ffffff;
    background: var(--main-color);
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
    /* width:100%;*/
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 10px;
        width: 50%;
        display: block;
        /* background-color: #e1e3eb; */
        float: left;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding:120px 300px;*/
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 00px;
        padding: 150px 0px 80px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: var(--main-color) none repeat scroll 0 0;
    border: medium none;
    color: var(--main-color);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 20px;
    /* border-radius:50%;*/
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px).main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

/*--------------------------------------------------------------# Instagram--------------------------------------------------------------*/
.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.instagram__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid #ddd;
    z-index: 1;
}

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__img img {
    width: 100%;
    border-radius: 0px;
    transition: all 500ms ease;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.instagram__img-icon a:hover {
    color: #fff;
}

/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*联系*/
.contact-item {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px rgba(0,0,0,0.07);
    padding: 25px 30px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    height: 220px;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}

.contact-item .contact-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 90px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

/*产品推荐*/
.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    /* padding:50px 0px 30px 0px;*/
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom:1px solid #eeeeee;*/
}

/*图片展示*/
p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/*首页产品*/
h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-wrap .navbar .navbar-nav .nav-item a:hover,.header-wrap .navbar .navbar-nav .nav-item a:focus,.header-wrap .navbar .navbar-nav .nav-item a.active {
    color: var(--main-color);
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 32px;
    background-color: var(--sub-color);
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #fff;
}

.counter-card-wrap .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #fff;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,var(--main-color) 0%,var(--main-color) 99.88%);
}

.btn.style2:after {
    background: var(--sub-color);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: var(--main-color);
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: var(--main-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: var(--main-color);
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: var(--main-color);
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 18px;
    color: #171724;
    margin-bottom: 30px;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    background-color: var(--sub-color);
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: var(--sub-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: var(--sub-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: var(--sub-color);
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: var(--sub-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: var(--sub-color);
}

.blog-card .blog-metainfo li a:hover {
    color: var(--sub-color);
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

/*关于文化*/
.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

/*生产设备*/
.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#ec6a0d 0%,#ef7f0b 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#ec6a0d 0%,#fbd503 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: var(--sub-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: var(--sub-color);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*产品展示*/
.team-card .team-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.team-card .team-info h3 a:link,.team-card .team-info h3 a:visited {
    color: #000;
}

.team-card .team-info h3 a:hover {
    color: var(--main-color);
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--sub-color);
}

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

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

.product.more {
    text-align: center;
}

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--sub-color);
}

.col-lg-8.recommend-title {
    padding-top: 40px;
}

.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--sub-color);
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

/*了解更多*/
.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    /* border:1px solid #000;*/
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

/*底部*/
.footer-wrap {
    position: relative;
    background-color: #fbfbfb;
    z-index: 1;
    overflow: hidden;
}

.footer-ewm ul li {
    float: left;
    text-align: center;
}

.footer-ewm ul li:first-child {
    padding-right: 20px;
}

.footer-ewm ul li img {
    width: 120px;
}

.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

/*荣誉*/
.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--sub-color);
    color: #fff;
}

p.recommend_time {
    color: #0078aa;
}

section.feature-product-wrap.pb-100.bg-albastor {
    background-color: #f4f4f4;
}

/*新闻中心*/
.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #f4f4f4;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: var(--main-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: var(--main-color);
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: var(--main-color);
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: auto;
    margin-left: 0px;
    margin-top: 2px;
}

.pp-post-item .pp-post-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

/*联系我们*/
.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--sub-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: var(--sub-color);
}

.contact-item .contact-info li:hover i {
    color: var(--sub-color);
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: var(--sub-color);
}

/*用人理念*/
.bg-albastor {
    background-color: #ffffff;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--main-color);
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: var(--sub-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        text-align:right;
        margin-left: 14px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,var(--main-color) 0%,var(--main-color) 99.88%);
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    /* width:100%;*/
    /* height:100%;*/
    background-color: var(--main-color);
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

/*产品应用*/
.APPLICATION {
    background-color: #f9f9f9;
    text-align: center;
}

.APPLICATION p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

/*首页产品中心*/
button.btn.style2.add-cart a {
    color: #fff;
}

/*首页新闻*/
.section-title.style1.text-center.mb-40.news-Subtitle span {
    color: var(--sub-color);
}

.section-title.style1.text-center.mb-40.news-Subtitle h2 {
    color: #000;
}

/*创始人*/
p.Founder {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

/*-------------------------------    Service  Section CSS-------------------------------*/
.service-card {
    margin-bottom: 25px;
}

.service-card .service-info h3 {
    font-size: 22px;
}

.service-card.style1 .service-icon {
    width: 100px;
    height: 125px;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.service-card.style1 .service-icon i {
    font-size: 44px;
    line-height: 1;
    margin: 0 auto;
    color: #35498e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style1 .service-info {
    width: calc(100% - 115px);
    margin-left: 15px;
}

.service-card.style1 .service-info h3 {
    margin: 0 0 7px;
}

.service-card.style1 .service-info p {
    margin: 0;
}

.service-card.style1:hover .service-icon {
    background-color: #35498e;
}

.service-card.style1:hover .service-icon i {
    color: #fff;
}

.service-card.style1:hover .service-info h3 a {
    color: #024E32;
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 25px;
    position: relative;
    margin: 0 0 25px;
}

.service-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #024E32;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-card-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(2,78,50,0.1);
    text-align: center;
    margin: 0 0 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon i {
    font-size: 34px;
    line-height: 1;
    color: #024E32;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-info h3 {
    margin: 0 0 10px;
}

.service-card.style2 .service-info h3:hover a {
    color: #024E32;
}

.service-card.style2 .service-info p {
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.service-card.style2:hover .service-card-shape {
    opacity: 1;
}

.service-card.style2:hover .service-icon {
    background-color: #fff;
}

.service-card.style2:hover .service-icon i {
    color: #024E32;
}

.service-card.style2:hover .service-info h3 a {
    color: #fff;
}

.service-card.style2:hover .service-info p {
    color: rgba(255,255,255,0.8);
}

.service-wrap.style1 .service-img-wrap {
    margin-bottom: 25px;
}

.service-img-wrap img {
    display: block;
    margin: 0 auto;
}

.cta-shape.introduction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #35498e;
    z-index: -1;
}

.lack-of-content a {
    color: #35498e;
}

/*联系*/
.contact-icon {
    font-size: 30px;
    color: var(--sub-color);
}

.contact-icon img {
    width: 120px;
}

h3.contact-title {
    font-size: 20px;
    margin: 10px;
}

section.contact-us-wrap.pt-110.pb-105 {
    padding: 120px 0px 20px;
}

.product-card.style3 .product-img {
    position: relative;
    background-color: #fff;
    padding: 0px 20px;
}

/*品牌历史*/
.celluloid span {
    color: #35498e;
    font-weight: 600;
}

.Celluloid-wrap {
    height: 465px;
    position: relative;
}

.apply-form-Celluloid {
    background-color: #f4f4f4;
    padding: 60px;
    height: 465px;
}

.apply-form-Celluloid .Celluloid-title {
    margin-bottom: 30px;
}

.breadcrumb-title h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
}

.section-title h2,.Celluloid-title h2 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #171724;
}

.Celluloid-title p {
    padding-right: 25px;
}

section.testimonial-wrap.ptb-100.bg-albastor {
    background-color: #f9f9f9;
}

.testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 0px;
}

.testimonial-card .client-quote {
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1.5;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 25px;
    position: relative;
    height: 320px;
    z-index: 1;
    padding: 40px;
}

.History-Celluloid h3 {
    font-size: 24px!important;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*产品应用*/
.application-content {
    border: 1px solid #35498e;
    padding: 20px;
    border-radius: 15px;
}

.application-txt p {
    padding-bottom: 30px;
}

.application-content i {
    font-size: 40px!important;
    color: #35498e;
}

.application-content h5 {
    padding-top: 20px;
}

/*产品中心*/
.product-card.style5 .product-info,.product-card.style6 .product-info {
    text-align: center;
    padding: 5px 0 0;
}

.product-card.style2 .product-info,.product-card.style5 .product-info {
    padding: 0px 25px 0px;
    text-align: center;
    background-color: #fff;
}

/*顶部*/
.header-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*首页新闻*/
.blog-card {
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.11);
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .offer-content {
        padding-left:0px;
    }

    .Celluloid-wrap {
        height: 255px;
        position: relative;
    }

    .apply-form-Celluloid {
        background-color: #f4f4f4;
        padding: 30px 30px;
        height: 500px;
    }

    section.product-details-wrap.pt-100 {
        padding: 50px 0px;
    }

    .breadcrumb-title {
        position: relative;
        z-index: 1;
        text-align: center;
        width: 100%;
    }

    .application-content {
        border: 1px solid #35498e;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 15px;
    }

    .sidebar {
        padding: 50px 35px 50px 35px;
        background-color: #f4f4f4;
        display: none;
        border-radius: 10px;
    }
}

/*简介轮播*/
.product-cat-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
    display: none;
}

.product-cat-card.style1 .product-cat-info h3 {
    margin: 0 0 12px;
    color: #35498e;
    font-weight: 600;
}

.product-cat-card .count-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 80px;
    color: #DCBE4A;
    opacity: 0.1;
    line-height: 1;
}

.product-cat-slider .product-cat-card {
    margin: 15px 10px;
    height: 160px;
}

.product-cat-card .product-cat-info p {
    margin: 0;
    line-height: 1.5;
}

p.Application-Title {
    text-align: center;
    padding: 15px 0px;
    background-color: #fff;
}

.hero-slide-item {
    height: 720px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-container {
    padding: 200px 0px;
    padding-left: 300px;
}

h1.hero-title.aos-init.aos-animate {
    font-size: 48px;
}

p.hero-Introduce.aos-init.aos-animate {
    color: #fff;
    font-size: 20px;
    padding-right: 130px;
}

p.hero-Introduce.aos-init {
    color: #fff;
}

.apply-form.founder {
    background-color: #f4f4f4;
    padding: 60px;
    height: 682px;
}

@media only screen and (min-width: 3840px) {
    .hero-slide-item {
        height:1200px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .owl-container {
        padding: 380px 0px;
        padding-left: 500px;
    }
}

@media only screen and (max-width: 1920px) {
    .hero-slide-item {
        height:720px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .owl-container {
        padding: 200px 0px;
        padding-left: 300px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size:18px;
    }

    .owl-container {
        padding: 280px 0px;
        padding-left: 300px;
    }
}

@media only screen and (max-width: 1440px) {
    .owl-container {
        padding:200px 0px;
        padding-left: 100px;
    }

    .hero-slide-item {
        height: 700px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    p.hero-Introduce.aos-init.aos-animate {
        color: #fff;
        font-size: 18px;
        padding-right: 130px;
    }

    h1.hero-title.aos-init.aos-animate {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-container {
        padding:0px 0px;
        padding-left: 0px;
    }

    .hero-slide-item {
        height: 400px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .apply-form.founder {
        background-color: #f4f4f4;
        padding: 25px;
        height: 732px;
    }

    .Celluloid-title p {
        padding-right: 0px;
    }

    .apply-form-Celluloid.celluloid {
        background-color: #f4f4f4;
        padding: 30px 30px;
        height: 370px;
    }

    .counter-card-wrap .counter-card .counter-text p {
        margin-bottom: 0;
        line-height: 1;
        font-size: 18px;
        color: #fff;
        padding: 0 20px;
        line-height: 1.5;
    }
}

.cta-wrap.Home_data {
    padding: 60px 0px;
}

section.team-wrap.pb-75.home-product {
    background-color: #fff;
    padding-top: 100px;
}

.section-title.style2 span,.content-title.style2 span {
    color: #FFF;
}

/*生产实力*/
.STRENGTH-neiron h3 {
    color: #000;
    font-size: 16px;
    padding-right: 10px;
    line-height: 0.8;
}

.STRENGTH-neiron {
    padding: 30px 50px;
    display: flex;
    border: 1px solid #c1c1c1;
    margin-bottom: 30px;
    color: #000;
    align-items: center;
}

.col-lg-9.STRENGTH-txt p {
    margin-bottom: 0px;
}

.Production_strength {
    padding-left: 360px;
}

.team-slider-one {
    margin-top: 50px;
}

@media only screen and (max-width: 1440px) {
    .Production_strength {
        padding-left:80px;
    }
}

@media only screen and (max-width: 767px) {
    section.team-wrap.pb-75.home-product {
        padding-top:50px;
    }

    .team-slider-one {
        margin-top: 20px;
    }

    .Production_strength {
        padding: 50px;
    }

    .STRENGTH-neiron img {
        max-width: none;
    }

    .STRENGTH-neiron {
        padding: 30px 30px;
        display: flex;
        border: 1px solid #c1c1c1;
        margin-bottom: 30px;
        color: #000;
        align-items: center;
    }
}

/*job*/
section.job {
    background-color: #f7f7f7;
}

.ab5 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.talents.text-center {
    padding-bottom: 20px;
}

.alltime,.alltime * {
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.ab5 .dl1 dt {
    background: #000;
    color: #fff;
    line-height: 60px;
    border-radius: 20px 20px 0 0;
    display: block;
    padding: 0 0px 0 90px;
}

.ab5 .dl1 dt span {
    display: block;
    width: 20%;
    float: left;
}

.ab5 .dl1 dt span:nth-child(1) {
    width: 20%;
    text-align: left;
}

.ab5 .dl1 dd {
    display: block;
    padding: 0 0 0 50px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 0 0 20px 20px;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.ab5 .dl1 dd .dtop {
    display: block;
    width: 100%;
    line-height: 80px;
    cursor: pointer;
    padding: 0 0 0 40px;
}

.ab5 .dl1 dd .dtop span {
    display: block;
    width: 20%;
    float: left;
    min-height: 10px;
}

.ab5 .dl1 dd .dtop span p {
    margin-bottom: 0px;
    padding-top: 10px;
}

.ab5 .dl1 dd .dtop span:nth-child(1) {
    width: 20%;
    text-align: left;
}

.ab5 .dl1 dd .dtop span s {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: url(/Templates/V6-20210909z1-anyi/images/hr/ab_4.png) center no-repeat;
    margin: 22px auto 0;
}

.ab5 .dl1 dd .dbtm {
    text-align: justify;
    display: none;
    padding-bottom: 50px;
}

.ab5 .dl1 dd .dbtm .xian {
    display: block;
    width: 100%;
    height: 6px;
    background: var(--sub-color);
    border-radius: 30px;
    margin-bottom: 40px;
}

.ab5 .dl1 dd .dbtm .tc {
    padding: 0 40px;
    color: #6d7d9a;
    line-height: 1.8;
}

.ab5 .dl1 dd .dbtm .dtt {
    color: #000;
    margin-bottom: 10px;
}

.ab5 .dl1 dd .dbtm .a {
    margin-top: 25px;
}

.ab5 .dl1 dd .dbtm .a a {
    display: inline-block;
    padding: 20px 30px;
    line-height: 1;
    background: var(--sub-color) center no-repeat;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
}

.ab5 .dl1 dd.act {
    background: #fff;
}

.ab5 .dl1 dd.act .dtop span s {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ab5 .fy {
    justify-content: center;
}

i.fa.fa-phone {
    padding-right: 10px;
}

i.fa.fa-envelope {
    padding-right: 10px;
}

.box {
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.a_dw {
    position: relative;
    top: -80px;
}

.fbd {
    font-weight: bold;
}

.wow1 {
    opacity: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fbd {
    font-weight: bold;
}

.f_18 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .f_18 {
        font-size:14px;
    }

    .ab5 .dl1 dt {
        background: #000;
        color: #fff;
        line-height: 30px;
        text-align: center;
        border-radius: 0;
        display: block;
        padding: 0 0px 0 10px;
    }

    .ab5 .dl1 dd .dtop {
        display: block;
        width: 100%;
        line-height: 30px;
        cursor: pointer;
        padding: 0 0 0 0px;
    }

    .ab5 .dl1 dd {
        display: block;
        padding: 0 0 0 10px;
        border-radius: 0 0 20px 20px;
        -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
        -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
        transition: all .4s cubic-bezier(.4,0,.2,1);
    }

    .ab5 .dl1 dd .dbtm .tc {
        padding: 0 20px;
        color: #6d7d9a;
        line-height: 1.8;
    }

    .ab5 .dl1 dd .dtop span p {
        margin-bottom: 0px;
        padding-top: 0px;
    }
}

.f_16 {
    font-size: 16px;
}

a.f_17 {
    padding-top: 50px;
    margin-top: 10px;
    width: 226px;
}

.f_20 {
    font-size: 20px;
}

li.culture.col-xl-4.col-12.wow.fadeInUp.animated {
    width: 33%;
}

.qy-list ul li {
    float: left;
    list-style: none;
    text-align: center;
    padding: 5px;
    margin-top: 12px;
    transition: all .3s linear;
}

.qy-list ul li .bg {
    background-color: #f2f2f2;
    padding: 40px 10px;
    transition: all .3s linear;
}

.qy-list {
    margin-top: 65px;
    height: auto;
    overflow: hidden;
}

.qy-list ul li .bg {
    background-color: #f2f2f2;
    padding: 50px 35px;
    transition: all .3s linear;
    height: 350px;
}

.qy-list ul li .qy-ico {
    width: 71px;
    height: 71px;
    overflow: hidden;
    margin: 0 auto;
    transition: all .3s linear;
}

.qy-list ul li .qy-ico .image2 {
    display: none;
}

.qy-list ul li:hover .qy-ico .image2 {
    display: block;
}

.qy-list ul li:hover .qy-ico .image1 {
    display: none;
}

.qy-list ul li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 50px;
}

.qy-list ul li h6 {
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    min-height: 50px;
    font-weight: initial;
}

/*-------------------------------   Product  Section  CSS-------------------------------*/
.product-card {
    margin-bottom: 50px;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.product-card .product-info h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.product-card .product-info .price .discount {
    margin-left: 5px;
    text-decoration: line-through;
    color: #666666;
}

.product-card .product-img {
    position: relative;
}

.product-card .product-img .add-cart {
    position: absolute;
    padding: 11px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style2,.product-card.style5 {
    border-radius: 8px 8px 0 0;
}

.product-card.style2 .product-img,.product-card.style5 .product-img {
    position: relative;
    border-radius: 8px 8px 0 0;
}

.product-card.style2 .product-img img,.product-card.style5 .product-img img {
    border-radius: 8px 8px 0 0;
}

.product-card.style2 .product-img .add-cart,.product-card.style5 .product-img .add-cart {
    bottom: 0;
    left: 50%;
    display: block;
    width: calc(100% - 40px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-card.style2 .product-info,.product-card.style5 .product-info {
    padding: 22px 25px 22px;
    text-align: center;
    background-color: #fff;
}

.product-card.style2:hover .product-img .add-cart,.product-card.style5:hover .product-img .add-cart {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
}

.product-card.style3 .product-img {
    position: relative;
}

.product-card.style3 .product-img img {
    border-radius: 0px;
}

.product-card.style3 .product-img .add-cart {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 11px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style3 .product-info {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: calc(100% - 100px);
    border-radius: 0px;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.product-card.style3 .product-info h3 {
    margin: 0 0 6px;
}

.product-card.style3 .product-info .price {
    margin: 0;
    color: #024E32;
    font-weight: 600;
}

.product-card.style3:hover .product-img .add-cart {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.product-card.style4 {
    position: relative;
}

.product-card.style4 .product-img {
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style4 .product-img img {
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style4 .product-info-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 70px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.08);
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style4 .product-info-wrap .product-info {
    width: calc(100% - 135px);
}

.product-card.style4 .product-info-wrap .product-info h3 {
    margin: 0 0 6px;
}

.product-card.style4 .product-info-wrap .product-info .price {
    margin: 0;
    color: #024E32;
    font-weight: 600;
}

.product-card.style4 .product-info-wrap .btn {
    padding: 14px 30px 14px;
}

.product-card.style5 .product-img,.product-card.style6 .product-img {
    border-radius: 0;
}

.product-card.style5 .product-img img,.product-card.style6 .product-img img {
    border-radius: 0;
}

.product-card.style5 .product-info,.product-card.style6 .product-info {
    text-align: left;
    padding: 20px;
}

.product-card.style5 .product-info .pro-cname,.product-card.style6 .product-info .pro-cname {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.product-card.style5 .product-info .price,.product-card.style6 .product-info .price {
    margin: 0 0 6px;
}

.product-card.style5 .product-info h3,.product-card.style6 .product-info h3 {
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.product-card.style5 .product-info .ratings li,.product-card.style6 .product-info .ratings li {
    display: inline-block;
}

.product-card.style5 .product-info .ratings li i,.product-card.style6 .product-info .ratings li i {
    color: #DCBE4A;
}

.product-card.style6 .product-img {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 0px 10px 10px;
}

.product-card.style6 .product-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.product-card.style6 .product-img .add-cart {
    top: 55%;
    left: 50%;
    border-radius: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product-card.style6:hover .product-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-card.style6:hover .product-img .add-cart {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.product-card.style7 .product-img {
    position: relative;
    border-radius: 0;
}

.product-card.style7 .product-img img {
    border-radius: 0;
}

.product-card.style7 .product-img .product-meta-option {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(2,78,50,0.3);
    padding: 20px 10px;
    width: 200px;
    border-radius: 50px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style7 .product-img .product-meta-option li {
    display: inline-block;
    margin-right: 10px;
}

.product-card.style7 .product-img .product-meta-option li:last-child {
    margin-right: 0;
}

.product-card.style7 .product-img .product-meta-option li button,.product-card.style7 .product-img .product-meta-option li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style7 .product-img .product-meta-option li button i,.product-card.style7 .product-img .product-meta-option li a i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-card.style7 .product-img .product-meta-option li button:hover,.product-card.style7 .product-img .product-meta-option li a:hover {
    background-color: #024E32;
}

.product-card.style7 .product-img .product-meta-option li button:hover i,.product-card.style7 .product-img .product-meta-option li a:hover i {
    color: #fff;
}

.product-card.style7 .product-info {
    padding: 22px 0 0;
}

.product-card.style7 .product-info h3 {
    width: calc(100% - 80px);
    text-align: left;
}

.product-card.style7 .product-info h3 a {
    color: #fff;
}

.product-card.style7 .product-info h3 a:hover {
    color: #DCBE4A;
}

.product-card.style7 .product-info .price {
    width: 75px;
    color: #DCBE4A;
    margin: 0;
    text-align: right;
}

.product-card.style7:hover .product-img .product-meta-option {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
}

.product-wrap {
    position: relative;
    z-index: 1;
}

.product-wrap .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.product-wrap.style2 {
    padding-bottom: 80px;
}

.product-wrap.style2 .wave-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.product-item-slider {
    position: relative;
    padding-bottom: 20px;
}

.product-item-slider .product-filter-pagination {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: auto !important;
}

.product-item-slider .product-filter-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 50px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255,255,255,0.5);
}

.product-item-slider .product-filter-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DCBE4A;
    width: 30px;
}

.product-filter {
    text-align: center;
    margin-bottom: 40px;
}

.product-filter li {
    display: inline-block;
    margin-right: 12px;
}

.product-filter li:last-child {
    margin-right: 0;
}

.product-filter li a {
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    padding: 8px 22px;
    position: relative;
    background-color: #015C3B;
}

.product-filter li a.filter-active {
    background-color: #DCBE4A;
    border-color: transparent;
}

.product-filter li a.filter-active::before {
    visibility: visible;
    opacity: 1;
}

.product-slider-wrap {
    position: relative;
    z-index: 1;
}

.product-slider-one {
    margin-bottom: -15px;
}

.product-slider-one .product-card {
    margin-bottom: 15px;
}

.product-slider-one .owl-item.center .product-card.style4 .product-info-wrap {
    visibility: visible;
    opacity: 1;
}

.product-slider-one .owl-item.center .product-card.style4 .product-img img {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev,.product-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.09);
    box-shadow: 0 3px 15px rgba(0,0,0,0.09);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev:hover,.product-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #DCBE4A;
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -55px;
}

.product-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -55px;
}

.product-slider-two.owl-carousel .owl-nav {
    position: absolute;
    top: -100px;
}

.product-slider-two.owl-carousel .owl-nav button.owl-prev {
    margin-right: 13px;
}

.feature-product-slider .product-card.style3 {
    margin-bottom: 60px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #ebebeb;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.feature-product-wrap {
    position: relative;
    z-index: 1;
}

.feature-product-wrap .feature-shape-one {
    position: absolute;
    bottom: 100px;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.feature-product-wrap .feature-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
}

.feature-product-wrap .feature-content .content-title {
    margin-bottom: 25px;
}

.feature-product-wrap .feature-content .content-feature-list {
    margin: 0 0 35px;
}

.feature-product-wrap .feature-content .content-feature-list li {
    color: #000;
}

.col-lg-12.recommend-title {
    text-align: center;
    padding-top: 20px;
}

.shopcart-btn,.shopcart-btn:hover {
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    background-color: var(--main-color);
    color: #fff;
}

.about-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-box .about-left,.about-box .about-right {
    width: 50%;
    float: left;
    position: relative;
    padding: 40px 0px;
}

.about-box .about-left .about-img {
    position: relative;
    width: 90%;
}

.about-box .about-left .about-bg {
    position: absolute;
    right: -40%;
    z-index: -1;
    bottom: 0px;
}

.about-box .about-right .about-font {
    font-family: Arial;
    text-transform: uppercase;
    font-size: 120px;
    font-weight: 500;
    color: #f2f2f2;
    line-height: 100px;
    margin-top: -40px;
}

.about-box .about-right .about-text {
    background-color: #fff;
    padding: 50px;
    margin-top: 70px;
}

.about-box .about-right .about-text .p1 {
    font-size: 24px;
    color: #f1861a;
    margin-bottom: 0px;
}

.about-box .about-right .about-text .p2 {
    font-size: 24px;
    color: #414141;
    margin-bottom: 0px;
}

.about-box .about-right .about-text .p3 {
    font-size: 16px;
    color: #999;
    margin-bottom: 0px;
    margin-top: 30px;
}

.home-news {
    height: auto;
    overflow: hidden;
    padding: 50px 0px;
}

.news-list {
    padding: 30px 0px 50px 0px
}

.news-item {
    width: 100%;
    padding: 30px 20px;
}

.news-item .news-tit {
    position: relative;
    line-height: 30px;
}

.news-item a:hover {
    color: var(--sub-color);
}

.news-item .news-tit span {
    color: #999;
}

.news-item .news-desc {
    margin-top: 20px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1199px) {
    .home-about {
        height:auto;
        overflow: hidden;
        padding: 100px 0px 0px 0px;
    }

    .num-box {
        padding: 60px 0px;
        margin-top: 0px;
    }

    .num-box>div {
        margin-top: 50px;
    }

    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-wrap.style2 {
        margin-top:60px;
    }
}

@media only screen and (max-width: 767px) {
    .num-box {
        padding:0px 0px;
    }

    .about-box .about-left,.about-box .about-right {
        width: 100%;
        padding-bottom: 0px;
    }

    .about-box .about-right .about-font {
        font-size: 50px;
    }

    .about-box .about-right .about-text {
        padding: 0px 10px;
        margin-top: 0px;
    }

    .about-box .about-right .about-text .p1 {
        font-size: 16px;
        line-height: 1.6;
    }

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

    .news-list {
        padding: 20px 0px 30px 0px;
    }

    .news-item {
        width: 100%;
        padding: 10px 10px;
    }

    .news-item .news-desc {
        height: auto;
    }

    .home-about {
        padding: 150px 0px 0px 0px;
    }

    .num-ico img {
        width: 60%
    }

    .num-box .num-shuzi {
        font-size: 24px;
        color: #333;
    }

    .home-about .section-title.style1 span.text-white {
        color: #4d4d4d !important;
    }

    .home-about .section-title h2 {
        color: #4d4d4d !important;
    }

    .num-box>div {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-box .about-left .about-img {
        width: 100%;
    }

    .about-box .about-left .about-bg {
        display: none;
    }
}
