.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Swiss921 BT';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Swiss921BT-RegularA.eot');
    src: local('Swiss921 BT'), local('Swiss921BT-RegularA'), url('../fonts/Swiss921BT-RegularA.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss921BT-RegularA.woff2') format('woff2'), url('../fonts/Swiss921BT-RegularA.woff') format('woff'), url('../fonts/Swiss921BT-RegularA.ttf') format('truetype'), url('../fonts/Swiss921BT-RegularA.svg#Swiss921BT-RegularA') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 42px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 46px;
    height: 46px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #90c31f;
    border: none;
    border: 2px solid #90c31f;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 36px;

        left: -15px;

        width: 40px;
        height: 40px;

        border-width: 2px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\eb21';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #90c31f;
}
.slick-dots
{
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    vertical-align: top;

    border: 1px solid #90c31f;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #90c31f;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    font-size: 0;

    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 140px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 90px;
    }
}
@media (max-width: 767px)
{
    .header
    {
        height: 60px;
    }
}
.header .header-top
{
    font-size: 14px;

    position: relative;

    height: 90px;
}
@media (max-width: 767px)
{
    .header .header-top
    {
        height: 60px;
    }
}
.header .header-top .flexwrap
{
    position: relative;

    height: 90px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .header .header-top .flexwrap
    {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
@media (max-width: 767px)
{
    .header .header-top .flexwrap
    {
        height: 60px;
    }
}
.header .translate
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
.header .share
{
    display: inline-block;

    margin-left: 220px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .share
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .header .share
    {
        display: none;
    }
}
.header .share ul li
{
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.header .share ul li a
{
    font-size: 16px;
    line-height: 26px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 26px;
    height: 26px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #949494;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
@media (max-width: 1199px)
{
    .header .share ul li a
    {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767px)
{
    .header .share ul li a
    {
        font-size: 14px;

        width: 20px;
    }
}
.header .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.header .share ul li a:hover
{
    color: #90c31f;
    border: 1px solid f #90c31f;
}
.header .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .share ul li.instagram a:before
{
    content: '\e6b6';
}
.header .share ul li.youtube a:before
{
    content: '\e880';
}
.header .share ul li.google a:before
{
    content: '\e645';
}
.header .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.header .header-nav
{
    background-color: #474747;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        background: none;
    }
}
.header .language
{
    font-size: 16px;
    line-height: 50px;

    position: relative;
    z-index: 2;

    width: 160px;
    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #393939;
}
@media (max-width: 1199px)
{
    .header .language
    {
        width: auto;

        background: none;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        font-size: 14px;

        padding: 0 5px;
    }
}
.header .language p
{
    margin: 0;
}
.header .language p a
{
    display: block;
}
.header .language ul
{
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 5px 10px;
}
.header .language ul li a:before
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul li.cn a:before
{
    background-position: -24px 0;
}
.header .language ul li.jp a:before
{
    background-position: -48px 0;
}
.header .language ul li:hover a
{
    color: #90c31f;
}
@media (min-width: 1200px)
{
    .header .language:hover
    {
        background-color: #90c31f;
    }
}
.header .cart-search
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .cart
{
    font-size: 14px;
    line-height: 48px;

    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #32312f;
}
@media (max-width: 1470px)
{
    .header .cart
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .cart
    {
        margin-right: 20px;
    }
}
.header .cart .icon
{
    font-size: 30px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .header .cart .icon
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .header .cart .icon
    {
        font-size: 30px;
    }
}
.header .cart:hover
{
    color: #90c31f;
}
.header .nav-wrap
{
    position: relative;

    padding-left: 180px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .nav-wrap
    {
        padding-left: 0;

        color: #666;
    }
}
.header .logo
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 140px;
    margin-top: 0;
    padding: 30px 0;
	max-width: 136px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: top;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        left: 0;

        height: 90px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo:before
{
    position: absolute;
    top: 0;
    left: -300px;

    display: block;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #fff;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .header-nav
{
    clear: both;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.header .nav-collapse-2
{
    top: 0;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 5%;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        display: block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 a:hover
    {
        color: #90c31f;
    }
    .header .nav .nav-list1:before
    {
        position: absolute;
        top: 0;
        left: -44px;

        display: block;

        width: 0;
        height: 0;

        content: '';

        border-width: 50px 50px 0 0;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;

        display: block;

        padding: 0 30px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 8px;
        left: 50%;

        display: block;

        width: 0;
        height: 4px;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        background-color: #90c31f;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #90c31f;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 24px;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #90c31f;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #fff;
        background-color: #474747;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #90c31f;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        white-space: nowrap;

        color: #fff;
        background-color: #474747;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 14px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #90c31f;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        width: 40px;

        content: '\e72f';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .pc-search
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    padding: 0 120px 0 60px;

    vertical-align: middle;

    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
@media (max-width: 1470px)
{
    .header .pc-search
    {
        width: 40%;
    }
}
.header .pc-search:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e648';
    text-align: center;

    color: #666;
}
.header .pc-search:after
{
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 50px;

    content: '|';

    color: #c6c6c6;
}
.header .pc-search input
{
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding: 0 20px;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #999;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #999;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #999;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    width: 120px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    outline: none;
    background-color: #90c31f;
}
.header .pc-search .submit:hover
{
    background-color: #679208;
}
.header .goog-te-gadget-simple
{
    border: none;
}
.header .find
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;
    float: right;

    width: 40px;
    height: 40px;
    margin-right: 20px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px solid #222;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin-left: 4px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .find:before
    {
        font-size: 16px;
    }
}
.header .find:hover
{
    color: #fff;
    border-color: #90c31f;
    background-color: #90c31f;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 20%;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #90c31f;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .xs-language
{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    width: 100%;
}
.header .xs-language li
{
    display: inline-block;

    vertical-align: top;

    color: #fff;
}
.header .xs-language li a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 5px 10px;
}
.header .xs-language li a:before
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .xs-language li.cn a:before
{
    background-position: -24px 0;
}
.header .xs-language li.jp a:before
{
    background-position: -48px 0;
}
.header .xs-language li:hover a
{
    color: #90c31f;
}
.stuck
{
    position: fixed;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #90c31f;
    border-radius: 0;
    outline: none;
    background-color: #90c31f;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 20%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(49, 49, 49, .6);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #90c31f;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #90c31f;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e766';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #90c31f;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e605';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #90c31f;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #679208;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail > a:before
{
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp > a:before
{
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.xs-online-contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 0;

    width: auto;
    width: 100%;
    padding: 0 8%;

    text-align: center;
}
.banner .swiper-pagination-bullet
{
    font-size: 20px;
    font-weight: bold;

    width: 58px;
    height: 8px;
    margin: 0 10px !important;

    opacity: 1;
    border: 2px solid #fff;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination-bullet
    {
        width: 6px;
        height: 6px;
    }
}
.banner .swiper-pagination-bullet-active
{
    background: none;
}
.banner .slick-arrow
{
    font-size: 32px;
    line-height: 90px;

    width: 60px;
    height: 90px;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: rgba(0, 0, 0, .5);
}
.banner .slick-arrow:after
{
    display: none;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
.banner .slick-prev
{
    left: 5%;
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 37.29166667%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #90c31f !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.box
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;

    color: #679208;
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 16px;
    }
}
.title p
{
    font-size: 15px;
    line-height: 24px;

    margin-top: 20px;

    color: #506043;
}
@media (max-width: 1199px)
{
    .title p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.box-product .product-sort
{
    margin-top: 20px;

    text-align: center;
}
.box-product .product-sort > ul
{
    margin: 0 -10px;
}
.box-product .product-sort > ul > li
{
    display: inline-block;

    padding: 5px 10px;

    vertical-align: top;
}
.box-product .product-sort > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    min-width: 390px;
    padding: 10px 20px;

    color: #fff;
    border-radius: 6px;
    background-color: #727171;
}
@media (max-width: 991px)
{
    .box-product .product-sort > ul > li > a
    {
        min-width: auto;
    }
}
@media (max-width: 767px)
{
    .box-product .product-sort > ul > li > a
    {
        font-size: 16px;

        padding: 5px 10px;
    }
}
.box-product .product-sort > ul > li.active > a
{
    background-color: #90c31f;
}
.box-product .product
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-product .product
    {
        margin-top: 20px;
    }
}
.box-product .product .slick-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin: 0 -8px;
    }
}
.box-product .product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-slide
    {
        padding: 0 8px;
    }
}
.box-product .product .slick-arrow
{
    top: 40%;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-nosearch .product .item,
.box-product .relate-product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item,
.wrap-nosearch .relate-product .item,
.box-product .relate-search .item,
.wrap-product .relate-search .item,
.wrap-product-show .relate-search .item,
.wrap-nosearch .relate-search .item
{
    position: relative;

    display: block;

    text-align: center;
}
.box-product .product .item .pic,
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-nosearch .product .item .pic,
.box-product .relate-product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic,
.wrap-nosearch .relate-product .item .pic,
.box-product .relate-search .item .pic,
.wrap-product .relate-search .item .pic,
.wrap-product-show .relate-search .item .pic,
.wrap-nosearch .relate-search .item .pic
{
    position: relative;
}
.box-product .product .item .pic:before,
.wrap-product .product .item .pic:before,
.wrap-product-show .product .item .pic:before,
.wrap-nosearch .product .item .pic:before,
.box-product .relate-product .item .pic:before,
.wrap-product .relate-product .item .pic:before,
.wrap-product-show .relate-product .item .pic:before,
.wrap-nosearch .relate-product .item .pic:before,
.box-product .relate-search .item .pic:before,
.wrap-product .relate-search .item .pic:before,
.wrap-product-show .relate-search .item .pic:before,
.wrap-nosearch .relate-search .item .pic:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
    border: 4px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
    -webkit-border-image: -webkit-linear-gradient(transparent, #90c31f) 30 30;
            border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
            border-image:         linear-gradient(transparent, #90c31f) 30 30;
}
.box-product .product .item .pic .img-box img,
.wrap-product .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img,
.box-product .relate-product .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img,
.wrap-nosearch .relate-product .item .pic .img-box img,
.box-product .relate-search .item .pic .img-box img,
.wrap-product .relate-search .item .pic .img-box img,
.wrap-product-show .relate-search .item .pic .img-box img,
.wrap-nosearch .relate-search .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note,
.wrap-product .product .item .note,
.wrap-product-show .product .item .note,
.wrap-nosearch .product .item .note,
.box-product .relate-product .item .note,
.wrap-product .relate-product .item .note,
.wrap-product-show .relate-product .item .note,
.wrap-nosearch .relate-product .item .note,
.box-product .relate-search .item .note,
.wrap-product .relate-search .item .note,
.wrap-product-show .relate-search .item .note,
.wrap-nosearch .relate-search .item .note
{
    margin-top: 14px;
}
.box-product .product .item .note h3,
.wrap-product .product .item .note h3,
.wrap-product-show .product .item .note h3,
.wrap-nosearch .product .item .note h3,
.box-product .relate-product .item .note h3,
.wrap-product .relate-product .item .note h3,
.wrap-product-show .relate-product .item .note h3,
.wrap-nosearch .relate-product .item .note h3,
.box-product .relate-search .item .note h3,
.wrap-product .relate-search .item .note h3,
.wrap-product-show .relate-search .item .note h3,
.wrap-nosearch .relate-search .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .note p,
.wrap-product .product .item .note p,
.wrap-product-show .product .item .note p,
.wrap-nosearch .product .item .note p,
.box-product .relate-product .item .note p,
.wrap-product .relate-product .item .note p,
.wrap-product-show .relate-product .item .note p,
.wrap-nosearch .relate-product .item .note p,
.box-product .relate-search .item .note p,
.wrap-product .relate-search .item .note p,
.wrap-product-show .relate-search .item .note p,
.wrap-nosearch .relate-search .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-product .product .item .note .more,
.wrap-product .product .item .note .more,
.wrap-product-show .product .item .note .more,
.wrap-nosearch .product .item .note .more,
.box-product .relate-product .item .note .more,
.wrap-product .relate-product .item .note .more,
.wrap-product-show .relate-product .item .note .more,
.wrap-nosearch .relate-product .item .note .more,
.box-product .relate-search .item .note .more,
.wrap-product .relate-search .item .note .more,
.wrap-product-show .relate-search .item .note .more,
.wrap-nosearch .relate-search .item .note .more
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-top: 14px;
}
@media (max-width: 767px)
{
    .box-product .product .item .note .more,
    .wrap-product .product .item .note .more,
    .wrap-product-show .product .item .note .more,
    .wrap-nosearch .product .item .note .more,
    .box-product .relate-product .item .note .more,
    .wrap-product .relate-product .item .note .more,
    .wrap-product-show .relate-product .item .note .more,
    .wrap-nosearch .relate-product .item .note .more,
    .box-product .relate-search .item .note .more,
    .wrap-product .relate-search .item .note .more,
    .wrap-product-show .relate-search .item .note .more,
    .wrap-nosearch .relate-search .item .note .more
    {
        font-size: 14px;

        margin-top: 6px;
    }
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .pic:before,
    .wrap-product .product .item:hover .pic:before,
    .wrap-product-show .product .item:hover .pic:before,
    .wrap-nosearch .product .item:hover .pic:before,
    .box-product .relate-product .item:hover .pic:before,
    .wrap-product .relate-product .item:hover .pic:before,
    .wrap-product-show .relate-product .item:hover .pic:before,
    .wrap-nosearch .relate-product .item:hover .pic:before,
    .box-product .relate-search .item:hover .pic:before,
    .wrap-product .relate-search .item:hover .pic:before,
    .wrap-product-show .relate-search .item:hover .pic:before,
    .wrap-nosearch .relate-search .item:hover .pic:before
    {
        height: 100%;

        opacity: 1;
    }
    .box-product .product .item:hover .pic .img-box img,
    .wrap-product .product .item:hover .pic .img-box img,
    .wrap-product-show .product .item:hover .pic .img-box img,
    .wrap-nosearch .product .item:hover .pic .img-box img,
    .box-product .relate-product .item:hover .pic .img-box img,
    .wrap-product .relate-product .item:hover .pic .img-box img,
    .wrap-product-show .relate-product .item:hover .pic .img-box img,
    .wrap-nosearch .relate-product .item:hover .pic .img-box img,
    .box-product .relate-search .item:hover .pic .img-box img,
    .wrap-product .relate-search .item:hover .pic .img-box img,
    .wrap-product-show .relate-search .item:hover .pic .img-box img,
    .wrap-nosearch .relate-search .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .item:hover .note h3,
    .wrap-product .product .item:hover .note h3,
    .wrap-product-show .product .item:hover .note h3,
    .wrap-nosearch .product .item:hover .note h3,
    .box-product .relate-product .item:hover .note h3,
    .wrap-product .relate-product .item:hover .note h3,
    .wrap-product-show .relate-product .item:hover .note h3,
    .wrap-nosearch .relate-product .item:hover .note h3,
    .box-product .relate-search .item:hover .note h3,
    .wrap-product .relate-search .item:hover .note h3,
    .wrap-product-show .relate-search .item:hover .note h3,
    .wrap-nosearch .relate-search .item:hover .note h3
    {
        text-decoration: underline;

        color: #90c31f;
    }
    .box-product .product .item:hover .note .more,
    .wrap-product .product .item:hover .note .more,
    .wrap-product-show .product .item:hover .note .more,
    .wrap-nosearch .product .item:hover .note .more,
    .box-product .relate-product .item:hover .note .more,
    .wrap-product .relate-product .item:hover .note .more,
    .wrap-product-show .relate-product .item:hover .note .more,
    .wrap-nosearch .relate-product .item:hover .note .more,
    .box-product .relate-search .item:hover .note .more,
    .wrap-product .relate-search .item:hover .note .more,
    .wrap-product-show .relate-search .item:hover .note .more,
    .wrap-nosearch .relate-search .item:hover .note .more
    {
        text-decoration: underline;
    }
}
.box-product .slick-arrow,
.wrap-product .slick-arrow,
.wrap-product-show .slick-arrow,
.wrap-nosearch .slick-arrow
{
    top: 40%;
}
.box-about
{
    font-size: 0;

    padding: 0;

    background: url(../images/about_bg.jpg) no-repeat bottom right #f3f3f3;
}
.box-about .about-left,
.box-about .about-right
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-about .about-left,
    .box-about .about-right
    {
        width: 100%;
    }
}
.box-about .about-left
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 767px)
{
    .box-about .about-left img
    {
        width: 100%;
    }
}
.box-about .about-left h3
{
    font-family: Impact;
    font-size: 240px;

    position: absolute;
    top: 50%;
    left: 50%;

    margin: 0;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    color: rgba(255, 255, 255, .26);
}
@media (max-width: 1470px)
{
    .box-about .about-left h3
    {
        font-size: 180px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about-left h3
    {
        font-size: 140px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-left h3
    {
        font-size: 100px;
    }
}
.box-about .about-left .play
{
    font-size: 50px;
    line-height: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #90c31f;
    border-radius: 50%;
    background-color: #fff;
}
.box-about .about-left .play:before
{
    font-family: 'iconfont' !important;

    content: '\e65a';
}
.box-about .about-left .play:hover
{
    color: #fff;
    background-color: #90c31f;
}
.box-about .about-right
{
    padding-right: 14%;
    padding-left: 3%;
}
@media (max-width: 1470px)
{
    .box-about .about-right
    {
        padding-right: 6%;
    }
}
@media (max-width: 767px)
{
    .box-about .about-right
    {
        padding: 30px 15px;
    }
}
.box-about .about-right .title
{
    text-align: left;
}
.box-about .about-right .title h2:after
{
    display: inline-block;

    width: 32px;
    height: 5px;
    margin-top: -4px;
    margin-left: 30px;

    content: '';
    vertical-align: middle;

    background-color: #222;
}
.box-about .about-right .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 156px;
    margin-top: 40px;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 767px)
{
    .box-about .about-right .text
    {
        margin-top: 20px;
    }
}
.box-about .about-right .text p
{
    line-height: 26px;

    margin: 0;
}
.box-about .about-right .number
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-about .about-right .number
    {
        margin-top: 0;
    }
}
.box-about .about-right .number > ul
{
    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .box-about .about-right .number > ul
    {
        margin: 0 -10px;
    }
}
.box-about .about-right .number > ul > li
{
    display: inline-block;

    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-about .about-right .number > ul > li
    {
        padding: 0 10px;
    }
}
.box-about .about-right .number .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-about .about-right .number .item
    {
        margin-top: 20px;
    }
}
.box-about .about-right .number .item h3
{
    font-size: 46px;
    line-height: 1;
}
.box-about .about-right .number .item h3 span
{
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
}
.box-about .about-right .number .item h3 sup
{
    font-size: 24px;

    top: 10px;

    margin-left: 6px;

    vertical-align: top;

    color: #444;
}
.box-about .about-right .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 991px)
{
    .box-about .about-right .number .item p
    {
        font-size: 14px;
    }
}
.box-about .about-right .more
{
    margin-top: 40px;
}
.box-about .about-right .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 6px;
    background-color: #90c31f;
}
@media (max-width: 767px)
{
    .box-about .about-right .more a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.box-about .about-right .more a span
{
    position: relative;
    z-index: 5;
}
.box-about .about-right .more a .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;
}
.box-about .about-right .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #679208;
}
.box-about .about-right .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #679208;
}
.box-about .about-right .more a:hover
{
    color: #fff;
    border-color: #90c31f;
}
.box-about .about-right .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.box-about .about-right .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.box-about .about-right .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.box-choose .choose .item,
.wrap-about .choose .item,
.box-choose .choose .list .item,
.wrap-about .choose .list .item
{
    margin-top: 40px;
    padding: 30px 30px 40px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border: 4px solid #fff;
}
@media (max-width: 1199px)
{
    .box-choose .choose .item,
    .wrap-about .choose .item,
    .box-choose .choose .list .item,
    .wrap-about .choose .list .item
    {
        margin-top: 0;
        padding: 20px 0;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose .item,
    .wrap-about .choose .item,
    .box-choose .choose .list .item,
    .wrap-about .choose .list .item
    {
        margin-top: 20px;
        padding: 0;
    }
}
.box-choose .choose .item .icon svg,
.wrap-about .choose .item .icon svg,
.box-choose .choose .list .item .icon svg,
.wrap-about .choose .list .item .icon svg
{
    width: 50px;
    height: 50px;
}
.box-choose .choose .item h3,
.wrap-about .choose .item h3,
.box-choose .choose .list .item h3,
.wrap-about .choose .list .item h3
{
    font-family: Impact, Arial;
    font-size: 22px;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .box-choose .choose .item h3,
    .wrap-about .choose .item h3,
    .box-choose .choose .list .item h3,
    .wrap-about .choose .list .item h3
    {
        font-size: 18px;
    }
}
.box-choose .choose .item p,
.wrap-about .choose .item p,
.box-choose .choose .list .item p,
.wrap-about .choose .list .item p
{
    font-size: 15px;
    line-height: 1.46666667;

    margin: 0;

    color: #555;
}
@media (max-width: 991px)
{
    .box-choose .choose .item p,
    .wrap-about .choose .item p,
    .box-choose .choose .list .item p,
    .wrap-about .choose .list .item p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .box-choose .choose .item:hover,
    .wrap-about .choose .item:hover,
    .box-choose .choose .list .item:hover,
    .wrap-about .choose .list .item:hover
    {
        border-color: #90c31f;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .box-choose .choose .item:hover .icon svg,
    .wrap-about .choose .item:hover .icon svg,
    .box-choose .choose .list .item:hover .icon svg,
    .wrap-about .choose .list .item:hover .icon svg
    {
        -webkit-animation: flipInY 1s 0s ease both;
                animation: flipInY 1s 0s ease both;
    }
}
.box-factory
{
    background: url(../images/factory_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-factory
    {
        background-attachment: fixed;
    }
}
.box-factory .title h2
{
    color: #fff;
}
.box-factory .factory
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-factory .factory
    {
        padding: 0 15px;
    }
}
.box-factory .factory .slick-factory
{
    font-size: 0;
}
.box-factory .factory .slick-slide
{
    display: inline-block;
    float: none;

    vertical-align: bottom;
}
.box-factory .factory .item
{
    position: relative;

    display: block;

    width: 80%;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .box-factory .factory .item
    {
        width: 100%;
    }
}
.box-factory .factory .item:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
    border: 4px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
    -webkit-border-image: -webkit-linear-gradient(transparent, #90c31f) 30 30;
            border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
            border-image:         linear-gradient(transparent, #90c31f) 30 30;
}
.box-factory .factory .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image:         linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.box-factory .factory .item .img-box
{
    padding-bottom: 65.2173913%;
}
.box-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-factory .factory .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 50%;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-factory .factory .item h3:before,
.box-factory .factory .item h3:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 10px;
    height: 2px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #fff;
}
.box-factory .factory .item h3:before
{
    left: 0;
}
.box-factory .factory .item h3:after
{
    right: 0;
}
.box-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-factory .factory .slick-current .item
{
    width: 110%;
    margin-left: -5%;
}
.box-factory .factory .slick-current .item:before,
.box-factory .factory .slick-current .item:after
{
    opacity: 1;
}
.box-factory .factory .slick-current .item:after
{
    height: 100%;
}
.box-factory .factory .slick-current .item h3
{
    opacity: 1;
}
.box-factory .factory .slick-arrow
{
    top: auto;
    bottom: -100px;
    left: 40%;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    border-color: #fff;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-factory .factory .slick-arrow
    {
        left: 30%;
    }
}
@media (max-width: 767px)
{
    .box-factory .factory .slick-arrow
    {
        bottom: -70px;
        left: 20%;
    }
}
.box-factory .factory .slick-arrow.slick-next
{
    right: 40%;
    left: auto;
}
@media (max-width: 991px)
{
    .box-factory .factory .slick-arrow.slick-next
    {
        right: 30%;
    }
}
@media (max-width: 767px)
{
    .box-factory .factory .slick-arrow.slick-next
    {
        right: 20%;
    }
}
.box-factory .factory .slick-arrow:hover
{
    border-color: #90c31f;
    background-color: #90c31f;
}
.box-factory .more
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-factory .more
    {
        margin-top: 30px;
    }
}
.box-factory .more a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    color: #fff;
}
.box-factory .more a:hover
{
    color: #90c31f;
}
.box-news
{
    font-size: 0;

    padding-top: 0;
}
.box-news .title,
.box-news .news
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-news .title
{
    width: 30%;
    padding-top: 140px;
    padding-right: 5%;

    text-align: left;
}
@media (max-width: 1199px)
{
    .box-news .title
    {
        width: 35%;
        padding-top: 80px;
    }
}
@media (max-width: 767px)
{
    .box-news .title
    {
        width: 100%;
        padding-top: 50px;
    }
}
.box-news .title .more
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .box-news .title .more
    {
        margin-top: 20px;
    }
}
.box-news .title .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 6px;
    background-color: #90c31f;
}
@media (max-width: 767px)
{
    .box-news .title .more a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.box-news .title .more a span
{
    position: relative;
    z-index: 5;
}
.box-news .title .more a .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;
}
.box-news .title .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #679208;
}
.box-news .title .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #679208;
}
.box-news .title .more a:hover
{
    color: #fff;
    border-color: #90c31f;
}
.box-news .title .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.box-news .title .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.box-news .title .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.box-news .news
{
    width: 70%;
}
@media (max-width: 1199px)
{
    .box-news .news
    {
        width: 65%;
    }
}
@media (max-width: 767px)
{
    .box-news .news
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -50px;
}
@media (max-width: 1199px)
{
    .box-news .news .slick-news
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .slick-news
    {
        margin: 0;
    }
}
.box-news .news .slick-slide
{
    position: relative;

    padding: 100px 50px;
}
@media (max-width: 1199px)
{
    .box-news .news .slick-slide
    {
        padding: 50px 30px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .slick-slide
    {
        padding: 0 30px;
    }
}
.box-news .news .slick-slide:before
{
    position: absolute;
    top: 0;
    left: 10px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #c7c7c7;
}
.box-news .news .item .pic .img-box
{
    display: block;

    padding-bottom: 64.44444444%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    position: relative;
}
.box-news .news .item .note:before
{
    position: absolute;
    top: 6px;
    left: -50px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/dotn.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .box-news .news .item .note:before
    {
        left: -30px;
    }
}
.box-news .news .item h3
{
    font-family: Impact, Arial, serif;
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-news .news .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item h3
    {
        font-size: 18px;
    }
}
.box-news .news .item .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #555;
}
@media (max-width: 767px)
{
    .box-news .news .item .date
    {
        font-size: 14px;
    }
}
.box-news .news .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-news .news .item p
    {
        font-size: 14px;
    }
}
.box-news .news .item .more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover h3
{
    text-decoration: underline;
}
.box-news .news .item:hover .more
{
    text-decoration: underline;
}
.box-news .news .slick-current .item .note:before
{
    background: url(../images/dot.png) no-repeat center;
}
.box-news .news .slick-dots
{
    position: absolute;
    bottom: 100px;
    left: -34%;

    width: auto;
}
@media (max-width: 1199px)
{
    .box-news .news .slick-dots
    {
        bottom: 50px;
        left: -40%;
    }
}
@media (max-width: 767px)
{
    .box-news .news .slick-dots
    {
        position: relative;
        bottom: 0;
        left: 0;

        width: 100%;
        margin-top: 20px;

        text-align: left;
    }
}
.box-news .news .slick-dots li
{
    font-family: Impact, Arial, serif;
    font-size: 24px;

    width: auto;
    height: auto;

    vertical-align: bottom;

    color: #90c31f;
    border: none;
}
.box-news .news .slick-dots li.slick-active
{
    width: auto;

    color: #222;
    background: none;
}
.box-news .news .slick-dots li.slick-active:before
{
    height: 17px;
}
.box-news .news .slick-dots li:before
{
    display: block;

    width: 1px;
    height: 0;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #2c4906;
}
@media (max-width: 767px)
{
    .box-news .news .slick-dots li:before
    {
        display: none;
    }
}
.box-news .news .slick-dots button
{
    display: block;

    background: none;
}
.box-news .news .slick-dots button:before
{
    content: '0';
}
.box-news .news .slick-dots button:after
{
    content: '.';
}
.box-customer
{
    padding: 40px 0;

    background-color: #f3f3f3;
}
@media (max-width: 767px)
{
    .box-customer
    {
        padding: 20px 0;
    }
}
.box-customer .slick-customer
{
    margin: 0 -10px;
}
.box-customer .slick-customer .slick-slide
{
    padding: 10px;
}
.box-customer .slick-customer .item
{
    overflow: hidden;

    border-radius: 5px;
}
.box-customer .slick-customer .item .img-box
{
    padding-bottom: 45.45454545%;
}
.box-customer .slick-customer .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.footer
{
    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #222;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .footer .foot > ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot > ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    margin-top: 40px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        max-width: 33.33333333%;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }
    .footer .foot > ul > li:nth-child(3)
    {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .item .title-foot
{
    position: relative;
}
.footer .foot .item .title-foot h3
{
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot .item .title-foot h3
    {
        font-size: 22px;
    }
}
.footer .foot .item .info-down
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item .info-down
    {
        margin-top: 10px;
    }
}
.footer .foot .item-1 .info-down
{
    max-width: 320px;
}
.footer .foot .item-1 p
{
    font-size: 16px;
    line-height: 24px;

    margin: 20px 0 0 0;

    color: #d6d6d6;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 p
    {
        font-size: 14px;

        margin: 10px 0 0 0;
    }
}
.footer .foot .item-1 p b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #fff;
}
.footer .foot .item-1 p a:hover
{
    text-decoration: underline;

    color: #90c31f;
}
.footer .foot .item-2 .info-down a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 10px 0;
}
@media (max-width: 1470px)
{
    .footer .foot .item-2 .info-down a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .info-down a
    {
        font-size: 14px;

        padding: 5px 0;
    }
}
.footer .foot .item-2 .info-down a:hover
{
    text-decoration: underline;

    color: #90c31f;
}
.footer .foot .item-2 .share
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .share
    {
        margin: 0;
    }
}
.footer .foot .item-2 .share ul li
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot .item-2 .share ul li a
{
    font-size: 16px;
    line-height: 38px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 38px;
    height: 38px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 1470px)
{
    .footer .foot .item-2 .share ul li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.footer .foot .item-2 .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .foot .item-2 .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.footer .foot .item-2 .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .foot .item-2 .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .item-2 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot .item-2 .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot .item-2 .share ul li.youtube a:before
{
    content: '\e880';
}
.footer .foot .item-2 .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot .item-2 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot .item-2 .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.footer .foot .item-2 .erweima
{
    display: inline-block;

    max-width: 130px;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .erweima
    {
        margin-top: 10px;
    }
}
.footer .foot .item-2 .erweima img
{
    max-width: 100%;
}
.footer .foot .item-2 .erweima p
{
    font-size: 16px;

    margin: 10px 0 0 0;
}
.footer .foot .item-4
{
    width: 570px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-4
    {
        width: 470px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-4
    {
        width: 100%;
    }
}
.footer .foot .item-4 p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #838587;
}
@media (max-width: 767px)
{
    .footer .foot .item-4 p
    {
        font-size: 14px;
    }
}
.footer .foot .item-4 form
{
    position: relative;

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .item-4 form
    {
        margin-top: 0;
    }
}
.footer .foot .item-4 form ul
{
    margin: 0 -4px;
}
.footer .foot .item-4 form ul li
{
    margin-top: 8px;
    padding: 0 4px;
}
.footer .foot .item-4 form input,
.footer .foot .item-4 form textarea
{
    line-height: 46px;

    width: 100%;
    padding: 0 20px;

    resize: vertical;

    color: #fff;
    border: 1px solid #5b5954;
    background-color: #43423f;
}
@media (max-width: 767px)
{
    .footer .foot .item-4 form input,
    .footer .foot .item-4 form textarea
    {
        line-height: 34px;

        padding: 0 10px;
    }
}
.footer .foot .item-4 form input::-webkit-input-placeholder,
.footer .foot .item-4 form textarea::-webkit-input-placeholder
{
    color: #e0e0e0;
}
.footer .foot .item-4 form input:-o-placeholder,
.footer .foot .item-4 form textarea:-o-placeholder
{
    color: #e0e0e0;
}
.footer .foot .item-4 form input::-moz-placeholder,
.footer .foot .item-4 form textarea::-moz-placeholder
{
    color: #e0e0e0;
}
.footer .foot .item-4 form input:-ms-input-placeholder,
.footer .foot .item-4 form textarea:-ms-input-placeholder
{
    color: #e0e0e0;
}
.footer .foot .item-4 form input:focus::-webkit-input-placeholder,
.footer .foot .item-4 form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 form input:focus::-o-placeholder,
.footer .foot .item-4 form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 form input:focus::-moz-placeholder,
.footer .foot .item-4 form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 form input:focus::-ms-input-placeholder,
.footer .foot .item-4 form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-4 form .submit
{
    font-size: 18px;
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #90c31f;
}
@media (max-width: 767px)
{
    .footer .foot .item-4 form .submit
    {
        line-height: 34px;

        height: 34px;
    }
}
.footer .foot .item-4 form .submit .icon
{
    font-size: 24px;
}
.footer .foot .item-4 form .submit:hover
{
    background-color: #679208;
}
.footer .copyright
{
    padding: 15px 0;

    text-align: center;

    background-color: #1b1b1b;
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #e0e0e0;
}
@media (max-width: 1470px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #90c31f;
}
.footer .copyright p,
.footer .copyright a
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright .sitemap
{
    margin-left: 20px;

    text-decoration: underline;
}
.inquire-sheet-box
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 50px;

    display: none;
    overflow: hidden;

    width: 340px;

    border-radius: 10px;
    background-color: #222;
}
@media (max-width: 1350px)
{
    .inquire-sheet-box
    {
        top: -50px;

        width: 400px;
    }
}
@media (max-width: 1199px)
{
    .inquire-sheet-box
    {
        display: none !important;
    }
}
.inquire-sheet-box .j-title
{
    position: relative;

    overflow: hidden;

    padding: 0 20px;

    background-color: #90c31f;
}
.inquire-sheet-box .j-title h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close
{
    line-height: 60px;

    display: inline-block;
    float: right;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1350px)
{
    .inquire-sheet-box .j-title .inquire-close
    {
        line-height: 40px;
    }
}
.inquire-sheet-box .j-title .inquire-close:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close
{
    display: inline-block;

    width: 30px;

    cursor: pointer;
    vertical-align: middle;
}
.inquire-sheet-box .J-shoping-close::after
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 68px;

    content: '\e632';
}
.inquire-sheet-box .J-shoping-close:hover
{
    color: #b10c12;
}
.inquire-sheet-box .J-inquiry
{
    color: #fff;
    background-color: #90c31f;
}
.inquire-sheet-box .J-inquiry a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 20px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1350px)
{
    .inquire-sheet-box .J-inquiry a
    {
        padding: 15px 10px;
    }
}
.inquire-sheet-box .J-inquiry a:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e826';
}
.inquire-sheet-box .J-shoping-body
{
    overflow-y: auto;

    max-height: 360px;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 20px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-bottom: 1px dashed #999;
}
.inquire-sheet-box .list .pic
{
    display: inline-block;
    overflow: hidden;

    width: 100px;

    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box
{
    padding-bottom: 120.77922078%;
}
.inquire-sheet-box .list p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    display: inline-block;
    overflow: hidden;

    width: -webkit-calc(100% - 140px);
    width:         calc(100% - 140px);
    max-height: 48px;
    margin: 0;
    padding: 0 5%;

    vertical-align: middle;
    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inquire-sheet-box .list:hover
{
    background-color: #414141;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar
{
    position: absolute;
    right: 0;

    width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb
{
    background-color: #90c31f;
}
.fixed-cart
{
    line-height: 30px;

    position: fixed;
    z-index: 8;
    top: -webkit-calc(40% - 50px);
    top:         calc(40% - 50px);
    right: 0;

    display: block;
}
@media (max-width: 991px)
{
    .fixed-cart
    {
        top: 40%;
    }
}
.fixed-cart a.cart-icon
{
    font-size: 14px;
    line-height: 44px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    padding: 2px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: rgba(120, 120, 120, .8);
}
@media (max-width: 991px)
{
    .fixed-cart a.cart-icon
    {
        line-height: 34px;

        width: 40px;
        height: 40px;
    }
}
.fixed-cart a.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: -8px;
    right: 0;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.fixed-cart a.cart-icon::before
{
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;

    display: block;

    content: '\e603';

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .fixed-cart a.cart-icon::before
    {
        font-size: 20px;
    }
}
.fixed-cart a.cart-icon:hover
{
    background-color: #90c31f;
}
.u-flyer
{
    position: fixed;
    z-index: 9999;

    display: block;

    width: 40px;
    height: 40px;

    color: #90c31f;
    border-radius: 50px;
}
.wrap
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in h2
{
    font-family: Impact, Arial, serif;
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h2:before
{
    display: inline-block;

    width: 40px;
    height: 40px;

    content: '';
    vertical-align: middle;

    background: url(../images/dot-in.png) no-repeat center;
    background-size: cover;
}
.wrap-title
{
    margin-top: 50px;
    padding-left: 20%;
}
@media (max-width: 1199px)
{
    .wrap-title
    {
        padding-left: 10%;
    }
}
@media (max-width: 991px)
{
    .wrap-title
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-title h3
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #90c31f;
}
@media (max-width: 1199px)
{
    .wrap-title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-title h3
    {
        font-size: 20px;
    }
}
.wrap-title .note
{
    margin-top: 20px;
    padding-bottom: 50px;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-title .note
    {
        padding-bottom: 30px;
    }
}
.wrap-title .note p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #616161;
}
@media (max-width: 991px)
{
    .wrap-title .note p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-title .note p
    {
        font-size: 14px;
    }
}
.wrap-sidenav
{
    margin-top: -140px;
    padding-top: 140px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        margin: 0;
        padding: 0;
    }
}
.wrap-sidenav .sidenav
{
    font-size: 0;

    padding: 4px 0;

    text-align: center;

    color: #fff;
    background-color: #393939;
}
.wrap-sidenav .sidenav .slevel-1
{
    margin: 0 -20px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .slevel-1
    {
        margin: 0 -10px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 4px 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .slevel-1 > li
    {
        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    content: '|';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;

    color: #858585;
}
.wrap-sidenav .sidenav .slevel-1 > li:last-child:after
{
    display: none;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    padding: 15px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-transform: uppercase;

    border-radius: 5px;
}
@media (max-width: 1470px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        padding: 4px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 15px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    background-color: #90c31f;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav .slevel-1 > li.active > a,
    .wrap-sidenav .sidenav .slevel-1 > li:hover > a
    {
        color: #90c31f;
        background: none;
    }
}
.wrap-sidenav.stuck
{
    position: fixed !important;
    z-index: 8;
    top: 0;

    width: 100%;
    margin: 0;
}
.wrap-sidenav-pro .slevel-1
{
    margin-top: 30px;
}
.wrap-sidenav-pro .slevel-1 > li
{
    margin-top: 10px;
}
.wrap-sidenav-pro .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 70px;
    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 5px;
    background-color: #727171;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-pro .slevel-1 > li > a
    {
        font-size: 16px;

        min-height: auto;
        padding: 5px 10px;
    }
}
.wrap-sidenav-pro .slevel-1 > li.active > a,
.wrap-sidenav-pro .slevel-1 > li:hover > a
{
    background-color: #90c31f;
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li
{
    margin-top: 5px;
}
/* @media (max-width: 1199px)
{
    .wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
} */
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 30px;

    border-radius: 5px;
    background-color: #f3f3f3;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 5px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li > a
    {
        padding: 5px;
    }
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li > a:before
{
    position: absolute;
    top: 20px;
    left: 14px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    border-radius: 50%;
    background-color: #90c31f;
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li.active > a,
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li:hover > a
{
    background-color: #eaf0dc;
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li.active > a:before,
.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li:hover > a:before
{
    opacity: 1;
}
.xs-product-nav
{
    overflow: hidden;
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav > ul > li > a
{
    font-size: 15px;
    line-height: 30px;

    padding: 0 10px;
}
.xs-product-nav > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #90c31f;
}
.wrap-about
{
    padding: 0;
}
.wrap-about .about,
.wrap-about .service,
.wrap-about .choose
{
    padding: 60px 0;
}
.wrap-about .about
{
    background: url(../images/about_in_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.wrap-about .about .text
{
    margin-bottom: 20px;
}
.wrap-about .about .text h3
{
    font-size: 20px;
    font-weight: bold;

    color: #90c31f;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .text h3
    {
        font-size: 16px;
    }
}
.wrap-about .about .text p
{
    font-size: 14px;
    line-height: 1.85714286;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-about .about .text p
    {
        line-height: 24px;
    }
}
.wrap-about .about .number > ul
{
    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .wrap-about .about .number > ul
    {
        margin: 0 -10px;
    }
}
.wrap-about .about .number > ul > li
{
    display: inline-block;

    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-about .about .number > ul > li
    {
        padding: 0 10px;
    }
}
.wrap-about .about .number .item
{
    position: relative;

    margin-top: 30px;
    padding-left: 50px;
}
@media (max-width: 767px)
{
    .wrap-about .about .number .item
    {
        margin-top: 20px;
    }
}
.wrap-about .about .number .item .icon
{
    font-size: 40px;
    line-height: 1.4;

    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #90c31f;
}
.wrap-about .about .number .item h3
{
    font-size: 46px;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .wrap-about .about .number .item h3
    {
        font-size: 36px;
    }
}
.wrap-about .about .number .item h3 span
{
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
}
.wrap-about .about .number .item h3 sup
{
    font-size: 24px;

    top: 10px;

    margin-left: 6px;

    vertical-align: top;

    color: #444;
}
.wrap-about .about .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-about .about .number .item p
    {
        font-size: 14px;
    }
}
.wrap-about .service
{
    background-color: #f3f3f3;
}
.wrap-about .service .list > ul
{
    font-size: 0;

    margin: 0 -10px;
}
.wrap-about .service .list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .service .list > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .service .list > ul > li
    {
        width: 50%;
    }
}
.wrap-about .service .list .item
{
    position: relative;

    margin-top: 30px;
    padding: 30px 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-about .service .list .item
    {
        padding: 20px 10px;
    }
}
.wrap-about .service .list .item:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 0;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #90c31f;
}
.wrap-about .service .list .item h3
{
    font-size: 20px;
    line-height: 1.4;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-about .service .list .item h3
    {
        font-size: 18px;

        margin-top: 0;
    }
}
.wrap-about .service .list .item .number
{
    font-family: Impact, Arial, serif;
    font-size: 24px;
    line-height: 30px;

    display: block;

    margin-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-about .service .list .item .number
    {
        margin-top: 30px;
    }
}
.wrap-about .service .list .item:hover
{
    background-color: #fff;
}
.wrap-about .service .list .item:hover:before
{
    height: 100%;
}
.wrap-video .video .item
{
    margin-top: 30px;
}
.wrap-video .video .item .pic
{
    position: relative;
}
.wrap-video .video .item .pic:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
    border: 4px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
    -webkit-border-image: -webkit-linear-gradient(transparent, #90c31f) 30 30;
            border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
            border-image:         linear-gradient(transparent, #90c31f) 30 30;
}
.wrap-video .video .item .pic .play
{
    font-size: 50px;
    line-height: 80px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .24);
}
@media (max-width: 767px)
{
    .wrap-video .video .item .pic .play
    {
        font-size: 40px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-video .video .item .pic .play:before
{
    font-family: 'iconfont' !important;

    content: '\e65a';
}
.wrap-video .video .item .pic .play:hover
{
    background-color: rgba(144, 195, 31, .9);
}
.wrap-video .video .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-video .video .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 44px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #f3f3f3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .video .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    position: relative;
    z-index: 4;

    display: inline-block;
    overflow: hidden;

    height: 44px;
    margin: 0;
    padding: 0 30px;
}
.wrap-video .video .item h3:before,
.wrap-video .video .item h3:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 10px;
    height: 3px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #222;
}
.wrap-video .video .item h3:before
{
    left: 0;
}
.wrap-video .video .item h3:after
{
    right: 0;
}
.wrap-video .video .item:hover .pic:after
{
    height: 100%;

    opacity: 1;
}
.wrap-video .video .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .video .item:hover .note
{
    color: #fff;
    background-color: #90c31f;
}
.wrap-video .video .item:hover .note h3:before,
.wrap-video .video .item:hover .note h3:after
{
    background-color: #fff;
}
.wrap-culture .culture
{
    margin-top: 20px;
}
.wrap-culture .culture .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding: 60px 15px 90px;

    text-align: center;

    border-bottom: 6px solid #90c31f;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item
    {
        padding: 30px 10px 60px;
    }
}
.wrap-culture .culture .item .iconbox
{
    text-align: center;
}
.wrap-culture .culture .item .iconbox img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-culture .culture .item .iconbox svg
{
    width: 60px;
    height: 60px;
    margin-top: -40px;
}
.wrap-culture .culture .item h3
{
    font-family: Impact;
    font-size: 24px;
    line-height: 30px;

    margin: 40px 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item h3
    {
        font-size: 20px;
    }
}
.wrap-culture .culture .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-culture .culture .item .iconbg
{
    line-height: 1;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    -webkit-transform: translate3d(-40%, 35%, 0);
            transform: translate3d(-40%, 35%, 0);

    color: rgba(61, 84, 11, .04);
}
.wrap-culture .culture .item .iconbg .icon
{
    font-size: 300px;
}
.wrap-culture .culture .item:hover .iconbox img
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-culture .culture .item:hover .iconbox svg
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.wrap-honor .honor .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-align: center;
}
.wrap-honor .honor .item .pic
{
    position: relative;

    overflow: hidden;

    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 4px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#d0d0d0)) 30 10;
    -webkit-border-image: -webkit-linear-gradient(transparent 10%, #d0d0d0) 30 10;
            border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#d0d0d0)) 30 10;
            border-image:         linear-gradient(transparent 10%, #d0d0d0) 30 10;
}
.wrap-honor .honor .item .pic .sintro
{
    position: absolute;
    z-index: 2 !important;

    width: 100%;
    height: 100%;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#676767));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #676767);
    background-image:         linear-gradient(rgba(0, 0, 0, 0), #676767);
}
@media (max-width: 1199px)
{
    .wrap-honor .honor .item .pic .sintro
    {
        display: none;
    }
}
.wrap-honor .honor .item .pic .sintro .icon
{
    font-size: 40px;

    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;

    display: block;

    width: 100%;

    text-align: center;

    color: #fff;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 152%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item .note h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .item:hover .pic
{
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#90c31f)) 30 10;
    -webkit-border-image: -webkit-linear-gradient(transparent 10%, #90c31f) 30 10;
            border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#90c31f)) 30 10;
            border-image:         linear-gradient(transparent 10%, #90c31f) 30 10;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover .note h3
{
    text-decoration: underline;
}
.wrap-factory .factory .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item
    {
        margin-top: 20px;
    }
}
.wrap-factory .factory .item .pic
{
    position: relative;

    overflow: hidden;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 4px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#d0d0d0)) 30 10;
    -webkit-border-image: -webkit-linear-gradient(transparent 10%, #d0d0d0) 30 10;
            border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#d0d0d0)) 30 10;
            border-image:         linear-gradient(transparent 10%, #d0d0d0) 30 10;
}
.wrap-factory .factory .item .pic .sintro
{
    position: absolute;
    z-index: 2 !important;

    width: 100%;
    height: 100%;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-image:         linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .pic .sintro
    {
        display: none;
    }
}
.wrap-factory .factory .item .pic .sintro .icon
{
    font-size: 40px;

    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;

    display: block;

    width: 100%;

    text-align: center;

    color: #fff;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 65.2173913%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .note h3
    {
        font-size: 16px;

        margin: 0;
    }
}
.wrap-factory .factory .item:hover .pic
{
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#90c31f)) 30 10;
    -webkit-border-image: -webkit-linear-gradient(transparent 10%, #90c31f) 30 10;
            border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#90c31f)) 30 10;
            border-image:         linear-gradient(transparent 10%, #90c31f) 30 10;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory .item:hover .note h3
{
    text-decoration: underline;
}
.wrap-cases .cases .item
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-cases .cases .item .pic,
.wrap-cases .cases .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-cases .cases .item .pic
{
    width: 35%;
}
@media (max-width: 991px)
{
    .wrap-cases .cases .item .pic
    {
        width: 45%;
    }
}
@media (max-width: 767px)
{
    .wrap-cases .cases .item .pic
    {
        width: 100%;
    }
}
.wrap-cases .cases .item .pic .img-box
{
    padding-bottom: 71.11111111%;
}
.wrap-cases .cases .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-cases .cases .item .note
{
    width: 55%;
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .wrap-cases .cases .item .note
    {
        width: 45%;
    }
}
@media (max-width: 767px)
{
    .wrap-cases .cases .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-cases .cases .item .note .title-note
{
    position: relative;

    padding-bottom: 16px;

    border-bottom: 1px solid #d0d0d0;
}
.wrap-cases .cases .item .note .title-note:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: block;

    width: 30px;
    height: 5px;

    content: '';

    background-color: #90c31f;
}
.wrap-cases .cases .item .note .title-note h3
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-cases .cases .item .note .title-note h3
    {
        font-size: 20px;

        margin: 0;
    }
}
.wrap-cases .cases .item .note .txt
{
    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin-top: 20px;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px)
{
    .wrap-cases .cases .item .note .txt
    {
        display: -webkit-box;
        overflow: hidden;

        height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.wrap-cases .cases .item .note .txt p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}
.wrap-cases .cases .item .note .more
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .wrap-cases .cases .item .note .more
    {
        margin-top: 20px;
    }
}
.wrap-cases .cases .item .note .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.wrap-cases .cases .item .note .more a .icon
{
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;

    color: #90c31f;
}
.wrap-cases .cases .item .number
{
    font-family: Impact, Arial, serif;
    font-size: 36px;

    position: absolute;
    right: 20px;
    bottom: 0;

    color: #fff;

    -webkit-text-stroke: 1px rgba(0, 0, 0, .24);
}
.wrap-cases .cases .item:hover
{
    box-shadow: 0 0 10px rgba(144, 195, 31, .5);
}
.wrap-cases .cases .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-cases .cases .item:hover .note h3
{
    color: #90c31f;
}
.wrap-cases .cases .item:hover .note .more
{
    color: #90c31f;
}
.wrap-download .download
{
    margin-top: 20px;
}
.wrap-download .download .item
{
    position: relative;

    margin-top: 30px;
    padding: 30px 130px;

    border: 1px solid #bfbfbf;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item
    {
        padding: 20px 60px 20px 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        padding: 10px 50px 10px 70px;
    }
}
.wrap-download .download .item:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 46px;

    display: block;

    width: 44px;
    height: 46px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/pdf.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item:before
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item:before
    {
        left: 12px;
    }
}
.wrap-download .download .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item h3
    {
        font-size: 20px;
    }
}
.wrap-download .download .item p span
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    margin-right: 20px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item p span
    {
        margin-right: 10px;
    }
}
.wrap-download .download .item .down
{
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;

    display: block;

    width: 130px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .down
    {
        width: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .down
    {
        width: 50px;
    }
}
.wrap-download .download .item .down .icon
{
    font-size: 36px;
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover h3
    {
        color: #90c31f;
    }
    .wrap-download .download .item:hover .down
    {
        color: #90c31f;
    }
}
.wrap-news .news .item
{
    margin-top: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item .pic
{
    position: relative;

    padding: 10px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        padding: 4px;
    }
}
.wrap-news .news .item .pic .date
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10px;

    display: inline-block;

    padding-right: 20px;
    padding-left: 6px;

    color: #555;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic .date
    {
        font-size: 13px;
    }
}
.wrap-news .news .item .pic .date:after
{
    position: absolute;
    right: -40px;
    bottom: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 40px 0 0 40px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.wrap-news .news .item .note
{
    padding: 20px 14px;
}
.wrap-news .news .item .pic
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 72.34042553%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item h3
{
    font-family: Impact, Arial, serif;
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item h3
    {
        font-size: 18px;
    }
}
.wrap-news .news .item .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #555;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-news .news .item p
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .more
{
    text-align: center;
}
.wrap-news .news .item .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f3f3f3;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .more a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.wrap-news .news .item .more a span
{
    position: relative;
    z-index: 5;
}
.wrap-news .news .item .more a .icon
{
    font-size: 30px;

    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;

    color: #90c31f;
}
.wrap-news .news .item .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #90c31f;
}
.wrap-news .news .item .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #90c31f;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover h3
{
    text-decoration: underline;
}
.wrap-news .news .item:hover .more a
{
    color: #fff;
    border-color: #90c31f;
}
.wrap-news .news .item:hover .more a .icon
{
    color: #fff;
}
.wrap-news .news .item:hover .more a:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.wrap-news .news .item:hover .more a:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.wrap-news .news .item:hover .more a span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .title-details
{
    position: relative;

    padding-right: 250px;
    padding-bottom: 20px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details
    {
        padding-right: 0;
    }
}
.wrap-details .title-details h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    position: relative;

    padding-left: 20px;
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details h1:before
{
    position: absolute;
    top: 6px;
    left: 0;

    display: block;

    width: 4px;
    height: 26px;

    content: '';

    background-color: #90c31f;
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 20px;
    margin-left: 20px;

    color: #90c31f;
}
.wrap-details .title-details .date:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e63a';

    color: #90c31f;
}
.wrap-details .title-details .share
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details .share
    {
        position: relative;
        right: auto;

        margin-top: 20px;
        margin-left: 20px;
    }
}
.wrap-details .title-details .share p,
.wrap-details .title-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-details .title-details .share p
{
    font-size: 16px;

    color: #666;
}
.wrap-details .prev-next
{
    margin-top: 30px;
    padding-top: 30px;

    border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-details .prev-next
    {
        padding-top: 20px;
    }
}
.wrap-details .prev-next a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .prev-next a
    {
        font-size: 16px;
    }
}
.wrap-details .prev-next a:hover
{
    color: #90c31f;
}
.wrap-next-list
{
    background-color: #eee;
}
.wrap-next-list .title-next-list h3
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.wrap-next-list .news-list
{
    max-width: 1080px;
    margin-top: 20px;
}
.wrap-next-list .news-list h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-next-list .news-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-next-list .news-list h4
    {
        font-size: 16px;
    }
}
.wrap-next-list .news-list p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-next-list .news-list:hover h4
{
    color: #90c31f;
}
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-product .slick-relate-product .item,
.wrap-product-show .slick-relate-product .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item,
    .wrap-product-show .product .item,
    .wrap-product .slick-relate-product .item,
    .wrap-product-show .slick-relate-product .item
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item .note,
.wrap-product-show .product .item .note,
.wrap-product .slick-relate-product .item .note,
.wrap-product-show .slick-relate-product .item .note
{
    margin-top: 0;
}
.wrap-product .product .item .note h3,
.wrap-product-show .product .item .note h3,
.wrap-product .slick-relate-product .item .note h3,
.wrap-product-show .slick-relate-product .item .note h3
{
    font-size: 18px;
    line-height: 42px;

    display: -webkit-box;
    overflow: hidden;

    height: 42px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f3f3f3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item .note p,
.wrap-product-show .product .item .note p,
.wrap-product .slick-relate-product .item .note p,
.wrap-product-show .slick-relate-product .item .note p
{
    margin-top: 14px;
}
.wrap-product .product .item:hover .note h3,
.wrap-product-show .product .item:hover .note h3,
.wrap-product .slick-relate-product .item:hover .note h3,
.wrap-product-show .slick-relate-product .item:hover .note h3
{
    color: #fff;
    background-color: #90c31f;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .item
{
    border: 4px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
    -webkit-border-image: -webkit-linear-gradient(transparent, #90c31f) 30 30;
            border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#90c31f)) 30 30;
            border-image:         linear-gradient(transparent, #90c31f) 30 30;
}
.wrap-product-show .carousel-wrap .carousel
{
    overflow: hidden;

    padding-right: 126px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 110px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 24px;

    top: 50%;
    left: 0;

    width: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #333;
    border-width: 1px;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -1px;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    color: #fff;
    background-color: #90c31f;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    position: absolute;
    top: 0;
    right: 0;

    width: 110px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        right: 0;

        width: 84px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        position: relative;
        right: 0;

        width: 100%;
        margin: 0 -4px;
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 5px 0;

    outline: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #90c31f;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 20px;
    line-height: 30px;

    z-index: 9;
    left: 0;

    width: 30px;
    height: 30px;

    background: none;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .title-info
{
    position: relative;

    margin-top: 10px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .title-info
    {
        margin-top: 0;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    min-height: 260px;
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 180px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    font-weight: bold;

    color: #90c31f;
}
.wrap-product-show .info-box .text p
{
    font-size: 14px;
    line-height: 26px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        line-height: 24px;
    }
}
.wrap-product-show .info-box .share
{
    margin-top: 20px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 18px;
    font-weight: bold;

    color: #333;
}
.wrap-product-show .info-box .link
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart
{
    display: inline-block;

    margin-top: 10px;

    text-align: center;
    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 50px;
    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    color: #fff;
    border-radius: 5px;
    background-color: #727171;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        padding: 0 10px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        padding: 0 14px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:before,
.wrap-product-show .info-box .link .addcart a:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: normal;
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 46px;

    content: '\e671';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a:before,
    .wrap-product-show .info-box .link .addcart a:before
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .addcart a:hover
{
    background-color: #90c31f;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover:before,
.wrap-product-show .info-box .link .addcart a:hover:before
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .info-box .link .btn-inquiry a:hover span,
.wrap-product-show .info-box .link .addcart a:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-product-show .info-box .link .btn-inquiry a span,
.wrap-product-show .info-box .link .addcart a span
{
    font-weight: bold;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .info-box .link .btn-inquiry a span:before,
.wrap-product-show .info-box .link .addcart a span:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e7f1';
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a span:before,
    .wrap-product-show .info-box .link .addcart a span:before
    {
        font-size: 24px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title
{
    text-align: left;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .title-product-show
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2
{
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .slick-relate-product
{
    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .slick-relate-product
    {
        margin: 0 -5px;
    }
}
.wrap-product-show .slick-relate-product .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .slick-relate-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .slick-relate-product .item .note h3
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-product-show .slick-relate-product .item .note h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .slick-relate-product .item .note h3 a
    {
        line-height: 25px;

        display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-product-show .slick-relate-product .slick-arrow
{
    left: 0;
}
.wrap-product-show .slick-relate-product .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -5px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 5px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    line-height: 26px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;

    resize: vertical;

    background-color: #f6f7f8;
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    color: #fff;
    border: none;
    background-color: #90c31f;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .message form .read input::-webkit-input-placeholder,
.wrap-inquiry .message form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder,
.wrap-product-show .message form .read textarea::-webkit-input-placeholder,
.wrap-inquiry .message form .read textarea::-webkit-input-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-product-show .message form .read input:-o-placeholder,
.wrap-inquiry .message form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder,
.wrap-product-show .message form .read textarea:-o-placeholder,
.wrap-inquiry .message form .read textarea:-o-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-product-show .message form .read input::-moz-placeholder,
.wrap-inquiry .message form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder,
.wrap-product-show .message form .read textarea::-moz-placeholder,
.wrap-inquiry .message form .read textarea::-moz-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .message form .read input:-ms-input-placeholder,
.wrap-inquiry .message form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder,
.wrap-product-show .message form .read textarea:-ms-input-placeholder,
.wrap-inquiry .message form .read textarea:-ms-input-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .message form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form .read textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .message form .read input:focus::-o-placeholder,
.wrap-inquiry .message form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder,
.wrap-product-show .message form .read textarea:focus::-o-placeholder,
.wrap-inquiry .message form .read textarea:focus::-o-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .message form .read input:focus::-moz-placeholder,
.wrap-inquiry .message form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder,
.wrap-product-show .message form .read textarea:focus::-moz-placeholder,
.wrap-inquiry .message form .read textarea:focus::-moz-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .message form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .message form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form .read textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #90c31f;
}
.wrap-product-show .inquiry form .submit span,
.wrap-inquiry .inquiry form .submit span,
.wrap-product-show .message form .submit span,
.wrap-inquiry .message form .submit span
{
    font-weight: bold;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .inquiry form .submit:before,
.wrap-inquiry .inquiry form .submit:before,
.wrap-product-show .message form .submit:before,
.wrap-inquiry .message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 46px;

    content: '\e6cf';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
.wrap-product-show .inquiry form .submit:hover:before,
.wrap-inquiry .inquiry form .submit:hover:before,
.wrap-product-show .message form .submit:hover:before,
.wrap-inquiry .message form .submit:hover:before
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .inquiry form .submit:hover span,
.wrap-inquiry .inquiry form .submit:hover span,
.wrap-product-show .message form .submit:hover span,
.wrap-inquiry .message form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-contact
{
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-contact .title-contact
{
    text-align: center;
}
.wrap-contact .title-contact h3,
.wrap-contact .title-contact h2
{
    font-family: Impact, Arial, serif;

    text-transform: uppercase;
}
.wrap-contact .title-contact h3
{
    font-size: 116px;
    line-height: 1;

    margin: 0;

    color: transparent;

    -webkit-text-stroke: 1px rgba(0, 0, 0, .24);
}
@media (max-width: 1470px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 60px;
    }
}
.wrap-contact .title-contact h2
{
    font-size: 48px;
    line-height: 1;

    margin: 0;
    margin-top: -56px;
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 40px;

        margin-top: -40px;
    }
}
.wrap-contact .contact
{
    margin-top: 30px;
}
.wrap-contact .contact ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.wrap-contact .contact ul li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact ul li
    {
        width: 50%;
    }
}
.wrap-contact .contact .item
{
    max-width: 300px;
    margin-top: 20px;

    text-align: center;
}
.wrap-contact .contact .item .icon
{
    font-size: 30px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .item .icon
    {
        color: #90c31f;
    }
}
.wrap-contact .contact .item b
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    text-transform: uppercase;
}
.wrap-contact .contact .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.wrap-contact .contact .item p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .message
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        margin-top: 40px;
    }
}
.wrap-contact .message .title-message
{
    text-align: center;
}
.wrap-contact .message .title-message h2
{
    font-size: 30px;
    font-weight: bold;
}
.wrap-contact .message .message-form
{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-contact .message .message-form .row
{
    margin: 0 -5px;
}
.wrap-contact .message .message-form .row .itembox
{
    margin-top: 10px;
    padding: 0 5px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;

    color: #fff;
    border: none;
    border: 1px solid #fff;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #fff;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #fff;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #fff;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form p
{
    font-size: 16px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message form p
    {
        font-size: 14px;
    }
}
.wrap-contact .message form p span
{
    color: #c9161c;
}
.wrap-contact .message form .send
{
    text-align: center;
}
.wrap-contact .message form .submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    height: 40px;
    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #90c31f;
    box-shadow: none;
}
.wrap-contact .message form .submit:hover
{
    background-color: #679208;
}
.wrap-map
{
    overflow: hidden;
}
.wrap-map .map-content
{
    height: 420px;
}
@media (max-width: 991px)
{
    .wrap-map .map-content
    {
        height: 300px;
    }
}
.wrap-sitemap
{
    clear: both;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #90c31f;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #90c31f;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 28px;

    display: block;

    padding: 5px 30px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:hover > a
{
    text-decoration: underline;

    color: #90c31f;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul
    {
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
{
    line-height: 30px;

    display: block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
    {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a:before
{
    display: inline-block;

    margin-right: 4px;

    content: '-';
    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #90c31f;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #90c31f;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry h2 span
{
    position: relative;
    z-index: 2;
}
.wrap-inquiry .title-inquiry h2 .circle
{
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-left: -30px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #90c31f;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry h2 .circle
    {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiry .title-inquiry p
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry p
    {
        font-size: 14px;
    }
}
.wrap-inquiry .inquiry-info
{
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info
{
    text-transform: capitalize;

    color: #fff;
    background-color: #90c31f;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiry .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry-info .inquiry-list
{
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 3%;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg
{
    width: 18%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiry .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pname
{
    width: 38%;
}
.wrap-inquiry .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #90c31f;
}
.wrap-inquiry .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #90c31f;
}
.wrap-inquiry .inquiry-info input
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-info input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info input
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .del1,
    .wrap-inquiry .inquiry-info .add1
    {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #90c31f;
    background-color: #90c31f;
}
.wrap-inquiry .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info .pic .img-box
{
    padding-bottom: 120.77922078%;
}
.wrap-inquiry .inquiry-info p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info p
    {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiry .close
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiry .close::after
    {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after
{
    color: #90c31f;
}
.wrap-inquiry .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .relate-search ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .relate-search ul
    {
        margin: 0 -7px;
    }
}
.wrap-nosearch .relate-search ul li
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .relate-search ul li
    {
        padding: 0 7px;
    }
}
.wrap-nosearch .relate-search .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .relate-search .item
    {
        margin-top: 20px;
    }
}
.wrap-nosearch .relate-search .item .note
{
    margin-top: 0;
}
.wrap-nosearch .relate-search .item .note h3
{
    font-size: 18px;
    line-height: 42px;

    display: -webkit-box;
    overflow: hidden;

    height: 42px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f3f3f3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-nosearch .relate-search .item .note p
{
    margin-top: 14px;
}
.wrap-nosearch .relate-search .item:hover .note h3
{
    color: #fff;
    background-color: #90c31f;
}
nav
{
    text-align: right;
}
.pagination
{
    margin: 60px 0 0 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 5px;

    vertical-align: top;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: normal;

    display: inline-block;

    content: '\eb21';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #90c31f;
}
.pagination li.next a:before
{
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.pagination li a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #686868;
    border: none;
    border-radius: 5px;
    background: none;
    background-color: #f3f3f3;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        font-size: 16px;
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #90c31f;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #90c31f;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-3{
	padding: 10px 0;
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li>a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	position: relative;
	padding: 5px 30px 5px 40px;
	
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li>a:before{
	content: '-';
	margin-right: 6px;
	position: absolute;
	left: 30px;
	top: 5px
}
.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li:hover>a,
.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li.active>a{
	color: #90c31f;
}
@media (max-width: 1199px){
	.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li{
		display: inline-block;
		vertical-align: top;
	}
	.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li>a{
		padding: 2px 10px;
	}
	.wrap-sidenav-pro .slevel-1 > li ul.slevel-3 > li>a:before{
		left: 0;
	}
	.wrap-sidenav-pro .slevel-1 > li ul.slevel-2 > li > a:before{
		display: none;
	}
}