/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    z-index: 10;
    top: 0;

    width: 100%;
    height: 140px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .header-top
{
    overflow: hidden;

    height: 40px;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top .text
{
    display: inline-block;

    margin-right: 14px;
}
@media (max-width: 991px)
{
    .header .header-top .text
    {
        display: none;
    }
}
.header .header-top .text p
{
    line-height: 40px;

    display: inline-block;

    margin: 0;

    text-decoration: underline;

    color: #666;
}
@media (max-width: 1199px)
{
    .header .header-top .text p
    {
        line-height: 30px;
    }
}
.header .header-top .text p:before
{
    font-family: 'iconfont' !important;
    line-height: 40px;

    display: inline-block;

    margin-right: 10px;

    content: '\e649';
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .header-top .text p:before
    {
        line-height: 30px;
    }
}
.header .header-top .text p:hover
{
    color: #008654;
}
.header .header-top .top-nav
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .header .header-top .top-nav
    {
        display: none;
    }
}
.header .header-top .top-nav ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.header .header-top .top-nav ul li
{
    font-size: 14px;

    display: inline-block;

    list-style: none;
}
.header .header-top .top-nav ul li:after
{
    content: '/';

    color: #e5e5e5;
}
.header .header-top .top-nav ul li a
{
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .header .header-top .top-nav ul li a
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .header-top .top-nav ul li a
    {
        font-size: 12px;

        padding: 0 4px;
    }
}
.header .header-top .top-nav ul li.active a,
.header .header-top .top-nav ul li:hover a
{
    color: #fff;
    background-color: #008654;
}
.header .header-top .share
{
    display: inline-block;
}
.header .header-top .share ul li
{
    display: inline-block;

    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header .header-top .share ul li
    {
        margin-top: 5px;
    }
}
.header .header-top .share ul li a
{
    line-height: 20px;

    display: block;

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

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

    color: #ebf7e4;
    border-radius: 2px;
    background-color: #008654;
}
.header .header-top .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.header .header-top .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .header-top .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .header-top .share ul li.instagram a:before
{
    content: '\e626';
}
.header .header-top .share ul li.youtube a:before
{
    content: '\e6d7';
}
.header .header-top .share ul li.google a:before
{
    content: '\e642';
}
.header .header-top .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .header-top .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}
.header .header-top .language
{
    font-size: 0;

    display: inline-block;
    float: right;

    margin-top: 9px;

    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .header .header-top .language
    {
        margin-top: 4px;
    }
}
.header .header-top .language a
{
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-left: 20px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .header-top .language a.en
{
    background-position: -20px 0;
}
.header .header-nav
{
    background-color: #f2fddd;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 70px;
    }
}
.header .logo
{
    float: left;

    height: 72px;
    margin-top: 14px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 60px;
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 36px;
        margin-top: 17px;
    }
}
@media (max-width: 375px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 20px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .tt-xs
{
    position: absolute;
    bottom: 10px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 10px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .header .tt-xs
    {
        display: block;
    }
}
.header .tt-xs a
{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

    position: relative;

    display: inline-block;

    margin-left: -8px;
    padding: 0 10px;

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

    color: #fff;
}
.header .tt-xs a:after
{
    position: absolute;
    top: 0;
    right: 0;

    content: '/';

    color: rgba(255, 255, 255, .3);
}
.header .tt-xs a:last-child:after
{
    display: none;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 14px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.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 .header-nav .container
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        float: left;

        margin-left: 10px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: 300;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 20px;

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

        color: #666;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: none;

        color: #008654;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 10 0;

        display: none;

        min-width: 160px;
        padding: 20px 0;

        text-align: center;
        text-align: left;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

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

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #008654;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 200px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        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-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 44px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .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 .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 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;

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .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: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e618';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e618';

    color: #008654;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 40px;

    display: inline-block;
    float: right;

    margin-left: 20px;

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

    color: #666;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 30px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e618';
}
.header .find:hover
{
    color: #015a39;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 70px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 20px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header.fixed-header .find
{
    line-height: 70px;
}
.header.fixed-header .language a
{
    line-height: 70px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@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;

    color: #fff;
}
.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: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

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

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #015a39;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

    position: absolute;
    top: 4px;
    right: 0;

    width: 20px;
    height: 20px;

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

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

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

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

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

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

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

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

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e605';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@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;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: rgba(0, 62, 136, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block;
    }
}
.xs-online ul
{
    overflow: hidden;

    text-align: center;

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

    width: 20%;

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

    display: block;

    padding: 8px 0;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

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

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

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

    content: '\e679';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    border: 1px solid #008654;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active
{
    width: 26px;

    border-radius: 10px;
    background-color: #008654;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

    width: 60px;
    height: 60px;
    padding: 0;

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

    color: #008654;
    border: none;
    border: 1px solid #008654;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(0, 134, 84, .8);
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text-index
{
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 750px;
    padding: 0 15px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.banner .text-index b
{
    font-size: 40px;
    line-height: 1.375;

    display: block;

    color: #008654;
}
@media (max-width: 991px)
{
    .banner .text-index b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-index b
    {
        font-size: 15px;
    }
}
.banner .text-index p
{
    font-size: 20px;
    line-height: 1.3;

    margin: 14px 0 0 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text-index p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-index p
    {
        font-size: 12px;
    }
}
.banner .text-index .banner-product
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .banner .text-index .banner-product
    {
        display: none;
    }
}
.banner .text-index .banner-product ul
{
    margin: 0 -7px;
    padding: 0;
}
.banner .text-index .banner-product ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 7px;
}
.banner .text-index .banner-product ul li .img-box
{
    padding-bottom: 115.47619048%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in b
{
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in .location
{
    font-size: 14px;
    line-height: 20px;

    display: inline-block;
    float: right;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in .location
    {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location ul
{
    margin: 0;
    padding: 0;
}
.banner-in .text-in .location ul:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e62c';
    vertical-align: middle;
}
.banner-in .text-in .location ul li
{
    display: inline-block;

    vertical-align: middle;
}
.banner-in .text-in .location ul li:after
{
    margin: 0 2px;

    content: '>';
}
.banner-in .text-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .text-in .location ul li a
{
    display: inline-block;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 480px)
{
    .banner-in .text-in .location ul li a
    {
        font-size: 12px;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    position: relative;

    text-align: center;
}
.title span
{
    font-size: 14px;

    display: block;

    text-transform: uppercase;
}
.title b
{
    font-size: 40px;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: block;

    margin-top: 4px;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 1.57142857;

    position: relative;
    z-index: 2;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 6px;

    color: #999;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;

        margin: 6px 0 0 0;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    font-size: 0;

    overflow: hidden;
}
.box-product .product
{
    margin-top: 30px;
}
.box-product .product-left,
.box-product .product-right
{
    display: inline-block;
    overflow: hidden;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-product .product-left,
    .box-product .product-right
    {
        display: block;

        width: 100%;
    }
}
.box-product .product-left img
{
    position: relative;
    left: 50%;

    max-width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .box-product .product-left img
    {
        max-width: 100%;
    }
}
.box-product .product-right
{
    font-size: 14px;

    padding: 0 10% 0 4%;
}
@media (max-width: 1560px)
{
    .box-product .product-right
    {
        padding: 0 6% 0 4%;
    }
}
@media (max-width: 991px)
{
    .box-product .product-right
    {
        padding: 30px 15px;
    }
}
.box-product .product-right .item
{
    position: relative;

    margin-top: 24px;
    padding-left: 90px;
}
@media (max-width: 991px)
{
    .box-product .product-right .item
    {
        padding-left: 70px;
    }
}
.box-product .product-right .item:before
{
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 70px;
    height: 1px;

    content: '';

    background-color: #1a1a1a;
}
@media (max-width: 991px)
{
    .box-product .product-right .item:before
    {
        top: 8px;

        width: 50px;
    }
}
.box-product .product-right .item b
{
    font-size: 25px;
    line-height: 1;

    display: block;

    margin-bottom: 4px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-product .product-right .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-right .item b
    {
        font-size: 18px;
    }
}
.box-product .product-right .item b a
{
    color: inherit;
}
.box-product .product-right .item p
{
    line-height: 1.85714286;

    margin: 0;

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

    color: #666;
}
.box-product .product-right .item:hover a
{
    text-decoration: none;
}
.box-product .product-right .item:hover b,
.box-product .product-right .item:hover p
{
    color: #008654;
}
.box-about
{
    background-color: #f2fddd;
}
.box-about .about
{
    font-size: 0;

    margin: 0 -15px;
}
.box-about .about .text,
.box-about .about .pic
{
    display: inline-block;

    width: 50%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-about .about .text,
    .box-about .about .pic
    {
        width: 100%;
    }
}
.box-about .about .text
{
    text-align: right;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        text-align: center;
    }
}
.box-about .about .text b
{
    font-size: 25px;
    line-height: 1;

    display: block;

    margin-bottom: 12px;

    color: #008654;
}
@media (max-width: 991px)
{
    .box-about .about .text b
    {
        font-size: 20px;
    }
}
.box-about .about .text p
{
    font-size: 14px;
    line-height: 1.57142857;

    margin: 0;
}
.box-about .about .text .more
{
    margin-top: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-about .about .text .more
    {
        text-align: center;
    }
}
.box-about .about .text .more a
{
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    padding: 0 38px;

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

    color: #008654;
    border: 1px solid #008654;
}
@media (max-width: 991px)
{
    .box-about .about .text .more a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 30px;
    }
}
.box-about .about .text .more a:hover
{
    color: #fff;
    background-color: #008654;
}
@media (max-width: 991px)
{
    .box-about .about .pic img
    {
        max-width: 100%;
    }
}
.box-news .news .item
{
    overflow: hidden;

    margin-top: 30px;

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

    border-radius: 20px;
}
.box-news .news .item .pic
{
    position: relative;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 72.72727273%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .box-news .news .item .note
    {
        padding: 10px;
    }
}
.box-news .news .item .note b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note b a
{
    color: inherit;
}
.box-news .news .item .note p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 4px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item:hover
{
    background-color: #f2fddd;
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .more
{
    margin-top: 50px;

    text-align: center;
}
.box-news .more a
{
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    padding: 0 38px;

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

    color: #008654;
    border: 1px solid #008654;
}
@media (max-width: 991px)
{
    .box-news .more a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 30px;
    }
}
.box-news .more a:hover
{
    color: #fff;
    background-color: #008654;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #008654;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 70px 0 50px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 20px 0 50px 0;
    }
}
.footer .foot > ul
{
    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: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 20px;
    line-height: 22px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (min-width: 992px)
{
    .footer .foot > ul > li h3:after
    {
        display: block;

        width: 50px;
        height: 1px;
        margin-top: 4px;

        content: '';

        background-color: #fff;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 18px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 30px;
    }
}
.footer .foot > ul > li .item-1
{
    max-width: 340px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-1
    {
        max-width: 100%;
    }
}
.footer .foot > ul > li .item-1 p.address,
.footer .foot > ul > li .item-1 p.tel,
.footer .foot > ul > li .item-1 p.phone,
.footer .foot > ul > li .item-1 p.whatsapp,
.footer .foot > ul > li .item-1 p.email,
.footer .foot > ul > li .item-1 p.website,
.footer .foot > ul > li .item-1 p.name
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    padding-left: 40px;

    color: #fff;
}
.footer .foot > ul > li .item-1 p.address:before,
.footer .foot > ul > li .item-1 p.tel:before,
.footer .foot > ul > li .item-1 p.phone:before,
.footer .foot > ul > li .item-1 p.whatsapp:before,
.footer .foot > ul > li .item-1 p.email:before,
.footer .foot > ul > li .item-1 p.website:before,
.footer .foot > ul > li .item-1 p.name:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

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

    width: 30px;
    height: 30px;

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

    color: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer .foot > ul > li .item-1 p.address a:hover,
.footer .foot > ul > li .item-1 p.tel a:hover,
.footer .foot > ul > li .item-1 p.phone a:hover,
.footer .foot > ul > li .item-1 p.whatsapp a:hover,
.footer .foot > ul > li .item-1 p.email a:hover,
.footer .foot > ul > li .item-1 p.website a:hover,
.footer .foot > ul > li .item-1 p.name a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-1 p.tel:before
{
    content: '\e62f';
}
.footer .foot > ul > li .item-1 p.phone:before
{
    content: '\e676';
}
.footer .foot > ul > li .item-1 p.email:before
{
    content: '\e649';
}
.footer .foot > ul > li .item-1 p.website:before
{
    content: '\e625';
}
.footer .foot > ul > li .item-1 p.address:before
{
    content: '\e626';
}
.footer .foot > ul > li .item-1 .share
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-1 .share
    {
        display: block;
        float: none;

        margin-top: 10px;
        margin-left: 0;

        text-align: center;
    }
}
.footer .foot > ul > li .item-1 .share ul li
{
    display: inline-block;
}
.footer .foot > ul > li .item-1 .share ul li a
{
    display: block;

    width: 30px;
    height: 30px;
    margin-right: 10px;

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

    color: #ebf7e4;
    border-radius: 50%;
    background-color: #084a7c;
}
.footer .foot > ul > li .item-1 .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.footer .foot > ul > li .item-1 .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot > ul > li .item-1 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot > ul > li .item-1 .share ul li.instagram a:before
{
    content: '\e626';
}
.footer .foot > ul > li .item-1 .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot > ul > li .item-1 .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot > ul > li .item-1 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot > ul > li .item-1 .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 2;

    position: relative;

    display: block;

    margin-bottom: 6px;
    padding-left: 14px;

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

    color: #fff;
}
.footer .foot > ul > li .item-2 a:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.footer .foot > ul > li .item-2 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;
}
.footer .foot > ul > li .item-3
{
    width: 330px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 ul
{
    overflow: hidden;

    margin: 0 -10px;
    padding: 0;
}
.footer .foot > ul > li .item-3 ul li
{
    float: left;

    width: 100%;
    padding: 0 10px;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    min-height: 48px;
    margin-top: 14px;
    padding: 10px 20px;

    resize: none;

    color: #fff;
    border: 1px solid #fff;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3 input,
    .footer .foot > ul > li .item-3 textarea
    {
        padding: 6px 20px;
    }
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    line-height: 30px;

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

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

    color: #fff;
    border-radius: 0;
    background: none;
}
.footer .foot > ul > li .item-3 .submit:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e62a';
}
.footer .foot > ul > li .item-3 .submit:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    font-size: 14px;

    padding: 4px 0;

    text-align: center;

    color: #666;
    background-color: #fff;
}
.footer .copyright p
{
    line-height: 22px;

    display: inline-block;
    float: left;

    margin: 0;
}
.footer .copyright a.powered
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .footer .copyright a.powered
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright a.powered:hover
{
    text-decoration: underline;

    color: #008654;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        display: block;
        float: none;

        margin-top: 10px;
        margin-left: 0;

        text-align: center;
    }
}
.footer .copyright .share ul li
{
    display: inline-block;
}
.footer .copyright .share ul li a
{
    display: block;

    padding: 0 10px;

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

    color: #777;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    color: #fff;
    border-radius: 4px;
    background-color: #008654;
}
.footer .copyright .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .copyright .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e65a';
}
.footer .copyright .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .copyright .share ul li.google a:before
{
    content: '\e642';
}
.footer .copyright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #008654;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 50%;
}
.cart-icon a
{
    font-size: 14px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 134, 84, .8);
}
@media (max-width: 991px)
{
    .cart-icon a
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: normal;

    content: '\e61a';
}
@media (max-width: 991px)
{
    .cart-icon a::before
    {
        font-size: 20px;
    }
}
.cart-icon a:hover
{
    background-color: #000;
}
.cart-icon sup
{
    line-height: 20px;

    position: relative;
    top: 10px;
    right: 0;

    display: inline-block;

    vertical-align: top;
}
.cart-icon sup span
{
    line-height: 20px;
}
@media (max-width: 991px)
{
    .cart-icon sup
    {
        top: 4px;
    }
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 40px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.wrap-left
{
    position: relative;

    float: left;

    width: 22%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
        margin: 0;
        padding: 0;

        background: none;
    }
}
.wrap-left .title-sidenav
{
    position: relative;
    z-index: 2;
}
.wrap-left .title-sidenav b
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #008654;
}
.wrap-left .sidenav ul.sidenav-level1
{
    margin: 0;
    padding: 0;
}
.wrap-left .sidenav ul.sidenav-level1 > li
{
    margin-top: 4px;

    list-style: none;

    text-align: center;

    background-color: #e6e6e6;
}
.wrap-left .sidenav ul.sidenav-level1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px;

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

    color: #008654;
    background-color: #e6e6e6;
}
.wrap-left .sidenav ul.sidenav-level1 > li.active > a,
.wrap-left .sidenav ul.sidenav-level1 > li:hover > a
{
    color: #fff;
    background-color: #008654;
}
.wrap-right
{
    position: relative;

    float: left;

    width: 78%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .about .list ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
@media (min-width: 1200px)
{
    .wrap-about .about .list ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.wrap-about .about .list ul li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about .list ul li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .list ul li
    {
        width: 50%;
    }
}
.wrap-about .about .list ul li .item
{
    font-size: 14px;

    margin-top: 30px;

    text-align: center;
}
.wrap-about .about .list ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    line-height: 114px;

    display: block;

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

    content: '\e63d';

    color: #008654;
    background: url(../images/about-icon.png) no-repeat;
    background-size: cover;
}
.wrap-about .about .list ul li .item-innovate:before
{
    content: '\e63b';
}
.wrap-about .about .list ul li .item-development:before
{
    content: '\e6bb';
}
.wrap-about .about .list ul li .item-win:before
{
    content: '\e636';
}
.wrap-about .about .list ul li .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-transform: uppercase;

    color: #008654;
}
.wrap-about .about .list ul li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

    color: #fff;
    background-position: -114px 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-service .service
{
    font-size: 0;
}
.wrap-service .service .itembox
{
    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-service .service .pic
{
    border: 5px solid #dfdfdf;
}
.wrap-service .service .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-service .service .text
    {
        margin-top: 30px;
    }
}
.wrap-service .service .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-download .download
{
    margin-top: 30px;
}
.wrap-download .download .item
{
    position: relative;

    overflow: hidden;

    margin-top: 10px;
    padding: 10px 270px 10px 100px;

    border: 1px solid #ccc;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding-right: 60px;
        padding-left: 60px;
    }
}
.wrap-download .download .item p
{
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-download .download .item p
    {
        font-size: 15px;
    }
}
.wrap-download .download .item span
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    top: 10px;
    left: 28px;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #008654;
}
@media (max-width: 991px)
{
    .wrap-download .download .item span
    {
        left: 10px;
    }
}
.wrap-download .download .item a.down
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    top: 10px;
    right: 30px;

    display: block;

    height: 40px;
    padding: 0 30px;

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

    color: #fff;
    background-color: #008654;
}
@media (max-width: 991px)
{
    .wrap-download .download .item a.down
    {
        font-size: 0;

        right: 0;

        padding: 0 10px;
    }
}
.wrap-download .download .item a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: inline-block;

    margin-right: 10px;

    content: '\e63d';
    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-download .download .item a.down:before
    {
        margin-right: 0;
    }
}
.wrap-download .download .item a.down:hover
{
    background-color: #015a39;
}
.wrap-news .news
{
    margin-top: -20px;
}
.wrap-news .news .item
{
    font-size: 0;

    overflow: hidden;

    margin-top: 20px;

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

    border-radius: 30px;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 72.72727273%;
}
.wrap-news .news .item .note
{
    font-size: 14px;

    width: 70%;
    padding: 15px 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 15px 0;
    }
}
.wrap-news .news .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note b a
{
    color: inherit;
}
.wrap-news .news .item .note span.date
{
    line-height: 24px;

    color: #999;
}
.wrap-news .news .item .note span.date:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 8px;

    content: '\e632';
}
.wrap-news .news .item .note p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .note a.more
{
    line-height: 24px;

    display: inline-block;

    color: #999;
    border-bottom: 1px solid #ddd;
}
.wrap-news .news .item .note a.more:before
{
    font-size: 20px;

    margin-right: 10px;

    content: '+';
}
@media (min-width: 992px)
{
    .wrap-news .news .item:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .wrap-news .news .item:hover .note b
    {
        color: #008654;
    }
    .wrap-news .news .item:hover .note a.more
    {
        text-decoration: none;

        color: #008654;
    }
}
.wrap-news-show .title-news-show
{
    position: relative;

    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    line-height: 20px;

    display: block;

    color: #999;
}
.wrap-news-show .news-show
{
    margin-top: 40px;
}
.wrap-news-show .news-show p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 50px;

    border-bottom: 1px solid #ddd;
}
.wrap-news-show .news-relate ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul li
    {
        display: block;

        width: 100%;
    }
}
.wrap-news-show .news-relate ul li.next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul li.next
    {
        text-align: left;
    }
}
.wrap-news-show .news-relate ul li a
{
    font-size: 14px;
    line-height: 30px;

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

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li a:hover
{
    color: #008654;
}
.wrap-product .product:before
{
    display: block;

    width: 100%;
    height: 50px;

    content: '';

    background-color: #008654;
}
@media (max-width: 991px)
{
    .wrap-product .product:before
    {
        display: none;
    }
}
.wrap-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-align: center;

    color: inherit;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 75.36231884%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

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

    color: #fff;
    background-color: rgba(0, 134, 84, .7);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 75.36231884%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -7px;
    margin-top: 26px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        margin: 10px 0 0 0;
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 8px;

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

    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #008654;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -30px;

    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    text-align: center;

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        left: -10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    line-height: 30px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #ddd;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -30px;
    left: auto;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #008654;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 30px;
    line-height: 1.66666667;

    display: block;

    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box .text
{
    padding: 20px 0;

    border-bottom: 1px dashed #ddd;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .text
    {
        padding-top: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #008654;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a
{
    font-size: 18px;
    line-height: 50px;

    display: block;

    width: 270px;
    margin-top: 10px;
    padding: 0 10px;

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

    color: #fff;
    background-color: #008654;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-pinfo a
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e647';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a.addcart:before
{
    content: '\e633';
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:hover
{
    background-color: #015a39;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share span
{
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    margin-top: 10px;
}
.wrap-product-show .title-product-show
{
    padding: 10px 2%;

    background-color: #008654;
}
.wrap-product-show .title-product-show b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #fff;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry
{
    padding-top: 60px;
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p
{
    line-height: 1.71428571;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .inquiry .message input,
.wrap-inquiry .inquiry .message input,
.wrap-product-show .inquiry .message textarea,
.wrap-inquiry .inquiry .message textarea
{
    line-height: 30px;

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

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: none;
}
.wrap-product-show .inquiry .message textarea,
.wrap-inquiry .inquiry .message textarea
{
    resize: vertical;
}
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-inquiry .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder,
.wrap-inquiry .inquiry .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-inquiry .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder,
.wrap-inquiry .inquiry .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-inquiry .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-inquiry .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message .read textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input:-o-placeholder,
.wrap-inquiry .inquiry .message .read input:-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:-o-placeholder,
.wrap-inquiry .inquiry .message .read textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input::-moz-placeholder,
.wrap-inquiry .inquiry .message .read input::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea::-moz-placeholder,
.wrap-inquiry .inquiry .message .read textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry .message .read textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .message .read textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry .message .read textarea:focus::-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry .message .read textarea:focus::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .message .read textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry .message .submit,
.wrap-inquiry .inquiry .message .submit
{
    line-height: 30px;

    padding: 0;

    color: #666;
    background: none;
}
.wrap-product-show .inquiry .message .submit:before,
.wrap-inquiry .inquiry .message .submit:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e62a';
}
.wrap-product-show .inquiry .message .submit:hover,
.wrap-inquiry .inquiry .message .submit:hover
{
    color: #008654;
}
.wrap-inquiry table
{
    font-size: 0;

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

    border-collapse: collapse;
}
.wrap-inquiry table tr
{
    border: 1px solid #d5d5d5;
}
.wrap-inquiry table tr:first-child
{
    overflow: hidden;

    background-color: #e6e6e6;
}
.wrap-inquiry table th
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    height: 50px;

    text-align: left;

    color: #fff;
    background-color: #008654;
}
@media (max-width: 480px)
{
    .wrap-inquiry table th
    {
        font-size: 14px;
    }
}
.wrap-inquiry table td,
.wrap-inquiry table th
{
    width: 15%;

    text-align: center;
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2)
{
    width: 30%;
}
.wrap-inquiry table td
{
    padding: 30px 10px;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all
{
    line-height: 14px;

    position: relative;

    width: 14px;
    height: 14px;
    margin-right: 10px;

    text-align: center;

    border: 1px solid #ddd;
    outline: none;

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

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

    content: '\e634';
}
.wrap-inquiry table input
{
    font-size: 14px;
    line-height: 40px;

    position: relative;
    top: -1px;

    display: inline-block;

    width: 60px;
    height: 40px;

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

    border: 1px solid #ddd;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry table input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table input
    {
        font-size: 14px;
        line-height: 30px;

        width: 20px;
        height: 30px;

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

    display: inline-block;

    width: 30px;
    height: 40px;
    margin-top: -1px;
    padding: 0;

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

    color: #ddd;
    border: 1px solid #dfdfdf;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1
    {
        line-height: 30px;

        position: relative;
        z-index: 9;

        width: 20px;
        height: 30px;
    }
}
.wrap-inquiry table .pic
{
    display: inline-block;

    min-width: 190px;

    vertical-align: middle;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-inquiry table .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table .pic .img-box
{
    padding-bottom: 75.36231884%;
}
.wrap-inquiry table p
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-inquiry table p
    {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px)
{
    .wrap-inquiry table p
    {
        font-size: 12px;
    }
}
.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: '\e663';

    color: #787878;
}
.wrap-inquiry .close:hover::after
{
    color: #015a39;
}
.wrap-inquiry .title-inquiry
{
    margin-top: 60px;
    padding: 10px 2%;

    background-color: #008654;
}
.wrap-inquiry .title-inquiry b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #fff;
}
.wrap-contact .text p
{
    font-size: 18px;
    line-height: 40px;

    position: relative;

    min-height: 40px;
    margin-bottom: 18px;
    padding-left: 48px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .text p
    {
        font-size: 15px;
    }
}
.wrap-contact .text p:before
{
    font-family: 'iconfont' !important;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

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

    border: 1px solid #666;
    border-radius: 50%;
}
.wrap-contact .text p.tel:before
{
    content: '\e62f';
}
.wrap-contact .text p.phone:before
{
    content: '\e676';
}
.wrap-contact .text p.email:before
{
    content: '\e649';
}
.wrap-contact .text p.website:before
{
    content: '\e625';
}
.wrap-contact .text p.add:before
{
    content: '\e626';
}
.wrap-contact .text p a
{
    color: inherit;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        margin-top: 20px;
    }
}
.wrap-contact .message p
{
    line-height: 1.57142857;

    color: #666;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 30px;

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

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: none;
}
.wrap-contact .message textarea
{
    resize: vertical;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    line-height: 30px;

    padding: 0;

    color: #666;
    background: none;
}
.wrap-contact .message .submit:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e62a';
}
.wrap-contact .message .submit:hover
{
    color: #008654;
}
.wrap-map
{
    padding-bottom: 90px;
}
@media (max-width: 991px)
{
    .wrap-map
    {
        padding-bottom: 60px;
    }
}
#dituContent
{
    height: 500px;
}
@media (max-width: 991px)
{
    #dituContent
    {
        height: 400px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 40px;
    }
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 50%;
}
.pagination li a
{
    font-size: 16px;
    line-height: 32px;

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

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

    color: #008654;
    border: 1px solid #008654;
    border-radius: 50%;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #008654;
    background-color: #008654;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #008654;
    background-color: #008654;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#google_translate_element{
    display: inline-block;
    float: right;
    margin-top: 8px;
    margin-left: 14px;
}
@media(max-width: 991px){
    #google_translate_element{
        display: none;
    }
}
