.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Archivo';
    font-weight: 900;
    font-style: normal;

    src: url('/style/archivo-black.eot');
    src: local('Archivo Black'), local('Archivo-Black'), url('/style/archivo-black.eot') format('embedded-opentype'), url('/style/archivo-black.woff2') format('woff2'), url('/style/archivo-black.woff') format('woff'), url('/style/archivo-black.ttf') format('truetype'), url('/style/archivo-black.svg#archivo-black') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Archivo';
    font-weight: 600;
    font-style: normal;

    src: url('/style/archivo-semibold.eot');
    src: local('Archivo SemiBold'), local('Archivo-SemiBold'), url('/style/archivo-semibold.eot') format('embedded-opentype'), url('/style/archivo-semibold.woff2') format('woff2'), url('/style/archivo-semibold.woff') format('woff'), url('/style/archivo-semibold.ttf') format('truetype'), url('/style/archivo-semibold.svg#archivo-semibold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Archivo';
    font-weight: 500;
    font-style: normal;

    src: url('/style/archivo-medium.eot');
    src: local('Archivo Medium'), local('Archivo-Medium'), url('/style/archivo-medium.eot') format('embedded-opentype'), url('/style/archivo-medium.woff2') format('woff2'), url('/style/archivo-medium.woff') format('woff'), url('/style/archivo-medium.ttf') format('truetype'), url('/style/archivo-medium.svg#archivo-medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Archivo';
    font-weight: normal;
    font-style: normal;

    src: url('/style/archivo-regular.eot');
    src: local('Archivo Regular'), local('Archivo-Regular'), url('/style/archivo-regular.eot') format('embedded-opentype'), url('/style/archivo-regular.woff2') format('woff2'), url('/style/archivo-regular.woff') format('woff'), url('/style/archivo-regular.ttf') format('truetype'), url('/style/archivo-regular.svg#archivo-regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Archivo';
    font-weight: bold;
    font-style: normal;

    src: url('/style/archivo-bold.eot');
    src: local('Archivo Bold'), local('Archivo-Bold'), url('/style/archivo-bold.eot') format('embedded-opentype'), url('/style/archivo-bold.woff2') format('woff2'), url('/style/archivo-bold.woff') format('woff'), url('/style/archivo-bold.ttf') format('truetype'), url('/style/archivo-bold.svg#archivo-bold') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB','Archivo', Arial, 'Helvetica Neue', Helvetica,  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: 70px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 70px;
    height: 70px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #afb4ba;
    border: none;
    border: 1px solid #afb4ba;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;

        text-align: center;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\ea65';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #02ad4e;
}
.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 #02ad4e;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #02ad4e;
}
.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;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 110px;

    -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: 60px;
    }
}
.header .language
{
    font-size: 14px;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .language
    {
        margin-left: 10px;
    }
}
.header .language a
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.header .language a:before
{
    display: inline-block;

    width: 26px;
    height: 26px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(/style/language.png) no-repeat;
    background-size: cover;
}
.header .language a.en:before
{
    background-position: -26px 0;
}
.header .language a.ru:before
{
    background-position: -52px 0;
}
.header .language a:hover
{
    color: #02ad4e;
}
.header .cart
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 60px;

        margin-right: 10px;
    }
}
.header .cart .icon
{
    font-size: 26px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .cart span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: -5px;

    width: 20px;
    height: 20px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #02ad4e;
}
@media (max-width: 1199px)
{
    .header .cart span
    {
        top: 10px;
    }
}
.header .cart:hover
{
    color: #03803a;
}
.header .logo
{
    display: inline-block;

    height: 110px;
    padding: 10px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        padding: 20px 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 5px 0;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .header-nav
{
    clear: both;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    margin-left: 20px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: none;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 15px;

        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: block !important;

        text-align: center;
    }
}
@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);
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        display: block !important;

        margin: 0 -30px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: 500;
        line-height: 110px;

        position: relative;

        display: block;

        padding: 0 20px;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #004ca1;
    }
    .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: #333;
        background-color: #fff;
        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: 15px;
        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: #03803a;
    }
    .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: #333;
        background-color: rgba(255, 255, 255, .9);
        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: #02ad4e;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1
    {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
        font-size: 15px;
    }
}
@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;
}
.header .fade-out .mask-list2
{
    padding-top: 10%;
}
@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: '\e625';
        -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 .serach-part
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 768px)
{
    .header .serach-part
    {
        position: relative;
    }
}
.header .find
{
    font-size: 14px;
    line-height: 110px;

    height: 110px;
    padding: 0 15px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 24px;

    content: '\e660';
}
.header .find:hover
{
    color: #02ad4e;
}
.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: #02ad4e;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.fixed-header
{
    height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 60px;
    }
}
.fixed-header .logo
{
    height: 80px;
    padding: 5px 0;
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 60px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.fixed-header .language a
{
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .language a
    {
        line-height: 60px;

        height: 60px;
    }
}
.fixed-header .find
{
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.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 #02ad4e;
    border-radius: 0;
    outline: none;
    background-color: #02ad4e;
}
@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: 60%;
    /*top: 40%;*/
    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: 5px;
    background-color: rgba(21, 21, 22, .8);
}
.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: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .online-wrap .online a:hover:before
    {
        color: #02ad4e;
    }
}
@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,
	.online-wrap .online .icon-down:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-down .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,
.online-wrap .online .icon-down .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #02ad4e;
    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-down:before
{
    font-family: 'iconfont' !important;

    content: '\e64d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}

.online-wrap .icon-weixin1:before
{
    font-family: 'iconfont' !important;

    content: '\e604'!important;
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e634';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.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: #02ad4e;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #02ad4e;
    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 #03803a;
    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-qq > a:before
{
    font-weight: normal;

    content: '\e62d';
}
.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: '\e621';
}
.xs-online ul li.xs-online-skype > a:before
{
    font-weight: normal;

    content: '\e616';
}
.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-down > a:before
{
    content: '\e64d';
}
.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%;
    padding-top: 110px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.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%;

    text-align: center;
}
.banner .swiper-pagination-bullet
{
    font-size: 20px;
    font-weight: bold;

    width: auto;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 1;
    border-radius: 10px;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination-bullet
    {
        width: 10px;
        height: 10px;
    }
}
.banner .swiper-pagination-bullet-active
{
    width: 32px;
}
.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: #02ad4e !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);
}
.banner-in img
{
    width: 100%;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box-top
{
    padding-top: 0;
}
.box-bottom
{
    padding-bottom: 0;
}
.box .more a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #02ad4e;
}
@media (max-width: 991px)
{
    .box .more a
    {
        font-size: 15px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.box .more a .icon
{
    font-size: 20px;

    float: right;

    margin-left: 10px;
}
.box .more a span
{
    position: relative;
    z-index: 5;
}
.box .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: #03803a;
}
.box .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: #03803a;
}
.box .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 .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 .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 40px;
    font-weight: 900;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size:30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 24px;

    max-width: 1170px;
    margin: 0 auto;
    margin-top: 10px;

    color: #676a6e;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-number
{
    padding: 30px 0;

    color: #fff;
    background-color: #02ad4e;
}
@media (max-width: 767px)
{
    .box-number
    {
        padding: 10px 0;
    }
}
.box-number .number .item
{
    margin: 20px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 767px)
{
    .box-number .number .item
    {
        margin: 10px 0;
    }
}
.box-number .number .item h3
{
    font-size: 60px;
    line-height: 1;
   font-family: 'Archivo';
    margin: 0;
}
@media (max-width: 1470px)
{
    .box-number .number .item h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .box-number .number .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item h3 span
    {
        font-size: 26px;
    }
}
.box-number .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 4px 0 0 0;
}
@media (max-width: 767px)
{
    .box-number .number .item p
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.box-number .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
    padding: 0;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
@media (max-width: 767px)
{
    .box-about
    {
        display: block;
    }
}
.box-about .video,
.box-about .about
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-about .video,
    .box-about .about
    {
        width: 100%;
    }
}
.box-about .video
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 767px)
{
    .box-about .video img
    {
        width: 100%;
    }
}
.box-about .video .play
{
    position: absolute;
    right: 50px;
    bottom: 50px;

    width: 120px;
    height: 120px;

    cursor: pointer;
    text-align: center;
	display: none;
    border: 9px solid rgba(2, 173, 78, .7);
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .box-about .video .play
    {
        right: 10px;
        bottom: 10px;

        width: 100px;
        height: 100px;
    }
}
.box-about .video .play .icon
{
    font-size: 30px;
    line-height: 102px;

    display: block;

    width: 102px;
    height: 102px;

    color: #02ad4e;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .box-about .video .play .icon
    {
        line-height: 82px;

        width: 82px;
        height: 82px;
    }
}
.box-about .about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 30px 12% 30px 3%;

    background: url(/style/about_bg.jpg) no-repeat bottom right;
    background-size: cover;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        padding: 20px 5% 20px 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        padding: 20px 14px;
    }
}
.box-about .about .title
{
    text-align: left;
}
.box-about .about .sign
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .box-about .about .sign
    {
        margin-top: 20px;
    }
}
.box-about .about .sign h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #02ad4e;
}
@media (max-width: 1470px)
{
    .box-about .about .sign h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .sign h3
    {
        font-size: 20px;
    }
}
.box-about .about .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        max-height: 120px;
    }
}
.box-about .about .text p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 1199px)
{
    .box-about .about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about .more
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-about .about .more
    {
        margin-top: 30px;
    }
}
.box-categories
{
    background-color: #f7f7f7;
}
.box-categories .categories
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-categories .categories
    {
        margin-top: 0;
    }
}
.box-categories .categories > ul > li:nth-child(2n + 1) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(2n + 1) .item .pic
    {
        left: 0;
    }
}
.box-categories .categories > ul > li:nth-child(2n + 1) .item .text
{
    right: 50%;

    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(2n + 1) .item .text
    {
        right: 0;

        padding-right: 0;
    }
}
.box-categories .categories .item
{
    font-size: 0;
}
@media (max-width: 767px)
{
    .box-categories .categories .item
    {
        margin-top: 30px;
    }
}
.box-categories .categories .item .pic,
.box-categories .categories .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-categories .categories .item .pic,
    .box-categories .categories .item .text
    {
        width: 100%;
    }
}
.box-categories .categories .item .pic .img-box
{
    padding-bottom: 62.85714286%;
}
.box-categories .categories .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-categories .categories .item .text
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .box-categories .categories .item .text
    {
        margin-top: 10px;
        padding-left: 0;
    }
}
.box-categories .categories .item .text .mask
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #02ad4e;
}
.box-categories .categories .item .text h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 380px;
    max-height: 80px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .box-categories .categories .item .text h3
    {
        font-size: 30px;

        margin: 10px 0;
    }
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .text h3
    {
        font-size: 24px;
        line-height: 30px;

        max-height: 60px;
    }
}
@media (max-width: 767px)
{
    .box-categories .categories .item .text h3
    {
        font-size: 20px;
        line-height: 24px;

        max-height: 48px;
    }
}
.box-categories .categories .item .text p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 20px 0 0 0;

    color: #676a6e;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .text p
    {
        margin-top: 10px;
    }
}
.box-categories .categories .item .text .more
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .box-categories .categories .item .text .more
    {
        margin-top: 20px;
    }
}
.box-categories .categories .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-categories .categories .item:hover .text h3
{
    color: #02ad4e;
}
.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 .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
{
    display: block;

    margin-top: 30px;

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .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
    {
        margin-top: 16px;
    }
}
.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;

    display: block;
    overflow: hidden;
}
.box-product .product .item .pic .img-box,
.wrap-product .product .item .pic .img-box,
.wrap-product-show .product .item .pic .img-box,
.wrap-nosearch .product .item .pic .img-box,
.box-product .relate-product .item .pic .img-box,
.wrap-product .relate-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box,
.wrap-nosearch .relate-product .item .pic .img-box,
.box-product .relate-search .item .pic .img-box,
.wrap-product .relate-search .item .pic .img-box,
.wrap-product-show .relate-search .item .pic .img-box,
.wrap-nosearch .relate-search .item .pic .img-box
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.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 .pic .addcart,
.wrap-product .product .item .pic .addcart,
.wrap-product-show .product .item .pic .addcart,
.wrap-nosearch .product .item .pic .addcart,
.box-product .relate-product .item .pic .addcart,
.wrap-product .relate-product .item .pic .addcart,
.wrap-product-show .relate-product .item .pic .addcart,
.wrap-nosearch .relate-product .item .pic .addcart,
.box-product .relate-search .item .pic .addcart,
.wrap-product .relate-search .item .pic .addcart,
.wrap-product-show .relate-search .item .pic .addcart,
.wrap-nosearch .relate-search .item .pic .addcart
{
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #004ca1;
}
.box-product .product .item .pic .addcart .icon,
.wrap-product .product .item .pic .addcart .icon,
.wrap-product-show .product .item .pic .addcart .icon,
.wrap-nosearch .product .item .pic .addcart .icon,
.box-product .relate-product .item .pic .addcart .icon,
.wrap-product .relate-product .item .pic .addcart .icon,
.wrap-product-show .relate-product .item .pic .addcart .icon,
.wrap-nosearch .relate-product .item .pic .addcart .icon,
.box-product .relate-search .item .pic .addcart .icon,
.wrap-product .relate-search .item .pic .addcart .icon,
.wrap-product-show .relate-search .item .pic .addcart .icon,
.wrap-nosearch .relate-search .item .pic .addcart .icon
{
    font-size: 24px;
}
.box-product .product .item .pic .addcart:hover,
.wrap-product .product .item .pic .addcart:hover,
.wrap-product-show .product .item .pic .addcart:hover,
.wrap-nosearch .product .item .pic .addcart:hover,
.box-product .relate-product .item .pic .addcart:hover,
.wrap-product .relate-product .item .pic .addcart:hover,
.wrap-product-show .relate-product .item .pic .addcart:hover,
.wrap-nosearch .relate-product .item .pic .addcart:hover,
.box-product .relate-search .item .pic .addcart:hover,
.wrap-product .relate-search .item .pic .addcart:hover,
.wrap-product-show .relate-search .item .pic .addcart:hover,
.wrap-nosearch .relate-search .item .pic .addcart:hover
{
    background-color: #02ad4e;
}
.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
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.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: 20px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .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;
    }
}
@media (max-width: 767px)
{
    .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: 16px;
    }
}
.box-product .product .item .note h3 a,
.wrap-product .product .item .note h3 a,
.wrap-product-show .product .item .note h3 a,
.wrap-nosearch .product .item .note h3 a,
.box-product .relate-product .item .note h3 a,
.wrap-product .relate-product .item .note h3 a,
.wrap-product-show .relate-product .item .note h3 a,
.wrap-nosearch .relate-product .item .note h3 a,
.box-product .relate-search .item .note h3 a,
.wrap-product .relate-search .item .note h3 a,
.wrap-product-show .relate-search .item .note h3 a,
.wrap-nosearch .relate-search .item .note h3 a
{
    line-height: 60px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    padding: 0 50px 0 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .product .item .note h3 a,
    .wrap-product .product .item .note h3 a,
    .wrap-product-show .product .item .note h3 a,
    .wrap-nosearch .product .item .note h3 a,
    .box-product .relate-product .item .note h3 a,
    .wrap-product .relate-product .item .note h3 a,
    .wrap-product-show .relate-product .item .note h3 a,
    .wrap-nosearch .relate-product .item .note h3 a,
    .box-product .relate-search .item .note h3 a,
    .wrap-product .relate-search .item .note h3 a,
    .wrap-product-show .relate-search .item .note h3 a,
    .wrap-nosearch .relate-search .item .note h3 a
    {
        line-height: 50px;

        height: 50px;
        padding: 0 40px 0 10px;
    }
}
.box-product .product .item .note h3 a .icon,
.wrap-product .product .item .note h3 a .icon,
.wrap-product-show .product .item .note h3 a .icon,
.wrap-nosearch .product .item .note h3 a .icon,
.box-product .relate-product .item .note h3 a .icon,
.wrap-product .relate-product .item .note h3 a .icon,
.wrap-product-show .relate-product .item .note h3 a .icon,
.wrap-nosearch .relate-product .item .note h3 a .icon,
.box-product .relate-search .item .note h3 a .icon,
.wrap-product .relate-search .item .note h3 a .icon,
.wrap-product-show .relate-search .item .note h3 a .icon,
.wrap-nosearch .relate-search .item .note h3 a .icon
{
    font-size: 28px;

    position: absolute;
    top: 0;
    right: 20px;

    color: #afb4ba;
}
@media (max-width: 991px)
{
    .box-product .product .item .note h3 a .icon,
    .wrap-product .product .item .note h3 a .icon,
    .wrap-product-show .product .item .note h3 a .icon,
    .wrap-nosearch .product .item .note h3 a .icon,
    .box-product .relate-product .item .note h3 a .icon,
    .wrap-product .relate-product .item .note h3 a .icon,
    .wrap-product-show .relate-product .item .note h3 a .icon,
    .wrap-nosearch .relate-product .item .note h3 a .icon,
    .box-product .relate-search .item .note h3 a .icon,
    .wrap-product .relate-search .item .note h3 a .icon,
    .wrap-product-show .relate-search .item .note h3 a .icon,
    .wrap-nosearch .relate-search .item .note h3 a .icon
    {
        font-size: 20px;

        right: 10px;
    }
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .img-box img,
    .wrap-product .product .item:hover .img-box img,
    .wrap-product-show .product .item:hover .img-box img,
    .wrap-nosearch .product .item:hover .img-box img,
    .box-product .relate-product .item:hover .img-box img,
    .wrap-product .relate-product .item:hover .img-box img,
    .wrap-product-show .relate-product .item:hover .img-box img,
    .wrap-nosearch .relate-product .item:hover .img-box img,
    .box-product .relate-search .item:hover .img-box img,
    .wrap-product .relate-search .item:hover .img-box img,
    .wrap-product-show .relate-search .item:hover .img-box img,
    .wrap-nosearch .relate-search .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .item:hover .addcart,
    .wrap-product .product .item:hover .addcart,
    .wrap-product-show .product .item:hover .addcart,
    .wrap-nosearch .product .item:hover .addcart,
    .box-product .relate-product .item:hover .addcart,
    .wrap-product .relate-product .item:hover .addcart,
    .wrap-product-show .relate-product .item:hover .addcart,
    .wrap-nosearch .relate-product .item:hover .addcart,
    .box-product .relate-search .item:hover .addcart,
    .wrap-product .relate-search .item:hover .addcart,
    .wrap-product-show .relate-search .item:hover .addcart,
    .wrap-nosearch .relate-search .item:hover .addcart
    {
        -webkit-animation: fadeInRight .4s 0s ease both;
                animation: fadeInRight .4s 0s ease both;
    }
    .box-product .product .item:hover .note,
    .wrap-product .product .item:hover .note,
    .wrap-product-show .product .item:hover .note,
    .wrap-nosearch .product .item:hover .note,
    .box-product .relate-product .item:hover .note,
    .wrap-product .relate-product .item:hover .note,
    .wrap-product-show .relate-product .item:hover .note,
    .wrap-nosearch .relate-product .item:hover .note,
    .box-product .relate-search .item:hover .note,
    .wrap-product .relate-search .item:hover .note,
    .wrap-product-show .relate-search .item:hover .note,
    .wrap-nosearch .relate-search .item:hover .note
    {
        background-color: #02ad4e;
    }
    .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
    {
        color: #fff;
    }
    .box-product .product .item:hover .note h3 a .icon,
    .wrap-product .product .item:hover .note h3 a .icon,
    .wrap-product-show .product .item:hover .note h3 a .icon,
    .wrap-nosearch .product .item:hover .note h3 a .icon,
    .box-product .relate-product .item:hover .note h3 a .icon,
    .wrap-product .relate-product .item:hover .note h3 a .icon,
    .wrap-product-show .relate-product .item:hover .note h3 a .icon,
    .wrap-nosearch .relate-product .item:hover .note h3 a .icon,
    .box-product .relate-search .item:hover .note h3 a .icon,
    .wrap-product .relate-search .item:hover .note h3 a .icon,
    .wrap-product-show .relate-search .item:hover .note h3 a .icon,
    .wrap-nosearch .relate-search .item:hover .note h3 a .icon
    {
        color: #fff;
    }
}
.box-product .slick-arrow,
.wrap-product .slick-arrow,
.wrap-product-show .slick-arrow,
.wrap-nosearch .slick-arrow
{
    top: 40%;
}
@-webkit-keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);

        opacity: .2;
    }
}
@keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);

        opacity: .2;
    }
}
.box-case{
	padding-bottom: 60px;
}
.box-product .title,
.box-case .title
{
    padding-right: 45%;

    text-align: left;
}
@media (max-width: 767px)
{
    .box-product .title,
    .box-case .title
    {
        padding-right: 30%;
    }
}
.box-product .slick-arrow,
.box-case .slick-arrow
{
    top: -100px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .box-product .slick-arrow,
    .box-case .slick-arrow
    {
        right: 70px;
    }
}
.box-product .slick-arrow.slick-next,
.box-case .slick-arrow.slick-next
{
    right: 15px;
}
.box-case
{
    background-color: #f7f7f7;
}
.box-case .case .slick-case
{
    margin: 0 -15px;
    padding-top: 70px;
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case
    {
        padding-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .slick-case
    {
        margin: 0 -5px;
        padding-top: 20px;
    }
}
.box-case .case .slick-case .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-case .case .slick-case .slick-slide
    {
        padding: 0 5px;
    }
}
.box-case .case .item
{
    display: block;
}
.box-case .case .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.box-case .case .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-case .case .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .item .note h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.box-case .case .slick-dots
{
    font-size: 0;

    position: relative;

    width: 100%;
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-case .case .slick-dots
    {
        margin-top: 30px;
    }
}
.box-case .case .slick-dots li
{
    position: relative;

    display: inline-block;

    height: 3px;
    margin: 0;

    vertical-align: top;

    border: none;
    border-radius: 0;
    background-color: #fff;
}
.box-case .case .slick-dots li:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 3px;

    content: '';

    background-color: #02ad4e;
}
.box-case .case .slick-dots li.slick-active:before
{
    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.choose-bigtxt
{
    white-space: nowrap;
	display: none;
	
}
.choose-bigtxt h2
{
    font-size: 190px;
    font-weight: 900;
    line-height: 1;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    text-transform: uppercase;

    color: transparent;

    -webkit-text-stroke: 1px #02ad4e;
}
@media (max-width: 1470px)
{
    .choose-bigtxt h2
    {
        font-size: 150px;
    }
}
@media (max-width: 1199px)
{
    .choose-bigtxt h2
    {
        font-size: 120px;
    }
}
@media (max-width: 767px)
{
    .choose-bigtxt h2
    {
        font-size: 80px;
    }
}
.box-choose
{

    background: url(/style/choose_bg.jpg) no-repeat top center;
    background-size: cover;
}
.box-choose .title h2
{
    color: #fff;
}
.box-choose .choose-list
{
    position: relative;

    max-width: 92%;
    margin: 0 auto;
    margin-top: -70px;
    padding: 100px 0;

    border-radius: 10px;
    background-color: #02ad4e;
}
@media (max-width: 1470px)
{
    .box-choose .choose-list
    {
        padding: 60px 0;
    }
}
@media (max-width: 1199px)
{
    .box-choose .choose-list
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-list
    {
        margin-top: -40px;
    }
}
.box-choose .choose-list .choose-canvas
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}
.box-choose .choose-list .choose
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-choose .choose-list .choose
    {
        margin-top: 0;
    }
}
.box-choose .choose-list .item
{
    margin: 0 auto;
    margin-top: 30px;
    padding: 50px 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .box-choose .choose-list .item
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-list .item
    {
        position: relative;

        padding: 30px 14px;
    }
}
.box-choose .choose-list .item .icon
{
    width: 70px;
}
@media (max-width: 1470px)
{
    .box-choose .choose-list .item .icon
    {
        width: 50px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-list .item .icon
    {
        position: absolute;
        top: 30px;
        left: 14px;
    }
}
.box-choose .choose-list .item .icon img
{
    width: 100%;
}
.box-choose .choose-list .item .title-item
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-choose .choose-list .item .title-item
    {
        margin: 0;
        padding-left: 60px;
    }
}
.box-choose .choose-list .item .title-item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-choose .choose-list .item .title-item h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose-list .item .title-item h3
    {
        font-size: 16px;
    }
}
.box-choose .choose-list .item .text
{
    margin-top: 20px;
}
.box-choose .choose-list .item .text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 1470px)
{
    .box-choose .choose-list .item .text p
    {
        font-size: 14px;
    }
}
.box-choose .choose-list .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-news
{
    background: url(/style/news_bg.jpg) no-repeat bottom right;
    background-size: cover;
}
.box-news .title
{
    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;
}
.box-news .news
{
    overflow: hidden;
}
.box-news .news .slick-news
{
    margin-top: -4px;
}
.box-news .news .item
{
    font-size: 0;

    padding: 50px 0;

    border-top: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .box-news .news .item
    {
        padding: 30px 0;
    }
}
.box-news .news .item .pic,
.box-news .news .item .note,
.box-news .news .item .news-more
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-news .news .item .pic
{
    width: 450px;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .pic
    {
        width: 100%;
    }
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    width: -webkit-calc(100% - 570px);
    width:         calc(100% - 570px);
    padding: 10px 4%;
}
@media (max-width: 991px)
{
    .box-news .news .item .note
    {
        width: -webkit-calc(100% - 360px);
        width:         calc(100% - 360px);
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .note
    {
        width: 100%;
        padding: 10px 0;
    }
}
.box-news .news .item .note .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    color: #02ad4e;
}
.box-news .news .item .note .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.box-news .news .item .note h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px)
{
    .box-news .news .item .note h3
    {
        font-size: 24px;
        line-height: 30px;

        max-height: 90px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item .note h3
    {
        font-size: 20px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 48px;
        margin: 10px 0;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .note h3
    {
        font-size: 18px;
    }
}
.box-news .news .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-news .news .item .note p
    {
        font-size: 15px;
    }
}
.box-news .news .item .news-more
{
    width: 120px;
}
@media (max-width: 991px)
{
    .box-news .news .item .news-more
    {
        width: 60px;
    }
}
.box-news .news .item .news-more a
{
    font-size: 30px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #afb4ba;
    border: 1px solid #afb4ba;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-news .news .item .news-more a
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.box-news .news .item .news-more a .icon
{
    font-size: 24px;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .note h3
{
    color: #02ad4e;
}
.box-news .news .item:hover .news-more a
{
    color: #fff;
    border-color: #02ad4e;
    background-color: #02ad4e;
}
.footer
{
    overflow: hidden;

    color: #dfe5ed;
    background-color: #282828;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0 10px 0;
    }
}
.footer .foot > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .footer .foot > ul
    {
        display: block;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .title-foot
    {
        margin-top: 20px;
    }
}
.footer .foot .title-foot h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot .title-foot h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .title-foot h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-1
    {
        margin-top: 14px;
    }
}
.footer .foot .item-1 .info-down
{
    width: 100%;
    max-width: 450px;
    margin-top: 14px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-1 .info-down
    {
        max-width: 400px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-1 .info-down
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .info-down
    {
        max-width: 100%;
        margin-top: 6px;
    }
}
.footer .foot .item-1 .info-down form
{
    position: relative;

    overflow: hidden;

    margin-top: 20px;

    border-radius: 30px;
}
.footer .foot .item-1 .info-down form p
{
    font-size: 16px;
    line-height: 24px;

    margin: 4px 0 0 0;
}
.footer .foot .item-1 .info-down form input
{
    font-size: 14px;
    line-height: 46px;

    width: 100%;
    height: 46px;
    padding: 0 20px;
    padding-right: 90px;

    color: #333;
    background: none;
    background-color: #fff;
}
.footer .foot .item-1 .info-down form input::-webkit-input-placeholder,
.footer .foot .item-1 .info-down form textarea::-webkit-input-placeholder
{
    color: #333;
}
.footer .foot .item-1 .info-down form input:-o-placeholder,
.footer .foot .item-1 .info-down form textarea:-o-placeholder
{
    color: #333;
}
.footer .foot .item-1 .info-down form input::-moz-placeholder,
.footer .foot .item-1 .info-down form textarea::-moz-placeholder
{
    color: #333;
}
.footer .foot .item-1 .info-down form input:-ms-input-placeholder,
.footer .foot .item-1 .info-down form textarea:-ms-input-placeholder
{
    color: #333;
}
.footer .foot .item-1 .info-down form input:focus::-webkit-input-placeholder,
.footer .foot .item-1 .info-down form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-1 .info-down form input:focus::-o-placeholder,
.footer .foot .item-1 .info-down form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-1 .info-down form input:focus::-moz-placeholder,
.footer .foot .item-1 .info-down form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-1 .info-down form input:focus::-ms-input-placeholder,
.footer .foot .item-1 .info-down form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-1 .info-down form .submit
{
    line-height: 46px;

    position: absolute;
    top: 0;
    right: 0;

    width: 90px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #02ad4e;
}
.footer .foot .item-1 .info-down form .submit .icon
{
    font-size: 24px;
}
.footer .foot .item-1 .info-down .share
{
    display: inline-block;

    margin-top: 30px;
}
.footer .foot .item-1 .info-down .share ul li
{
    display: inline-block;

    margin-right: 12px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .info-down .share ul li
    {
        margin-right: 6px;
    }
}
.footer .foot .item-1 .info-down .share ul li a
{
    font-size: 20px;
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 50px;
    height: 50px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #383838;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .info-down .share ul li a
    {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.footer .foot .item-1 .info-down .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;
}
.footer .foot .item-1 .info-down .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-1 .info-down .share ul li a:hover
{
    color: #02ad4e;
    border: 1px solid f #02ad4e;
}
.footer .foot .item-1 .info-down .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-1 .info-down .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .item-1 .info-down .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot .item-1 .info-down .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot .item-1 .info-down .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .foot .item-1 .info-down .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot .item-1 .info-down .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot .item-1 .info-down .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);

    color: #fff;
}
.footer .foot .item-2 .info-down,
.footer .foot .item-4 .info-down
{
    margin-top: 14px;
}
@media (max-width: 991px)
{
    .footer .foot .item-2 .info-down,
    .footer .foot .item-4 .info-down
    {
        margin-top: 0;
    }
}
.footer .foot .item-2 .info-down a,
.footer .foot .item-4 .info-down a
{
    font-size: 16px;
    line-height: 36px;

    display: block;
}
@media (max-width: 991px)
{
    .footer .foot .item-2 .info-down a,
    .footer .foot .item-4 .info-down a
    {
        font-size: 14px;
        line-height: 30px;

        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-2 .info-down a:hover,
.footer .foot .item-4 .info-down a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-4
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .footer .foot .item-4
    {
        margin-top: 14px;
    }
}
.footer .foot .item-3
{
    max-width: 450px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-3
    {
        max-width: 400px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-3
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-3
    {
        max-width: 100%;
        margin-top: 14px;
    }
}
.footer .foot .item-3 .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot .item-3 .info-down
    {
        margin-top: 6px;
    }
}
.footer .foot .item-3 .info-down p
{
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-3 .info-down p
    {
        font-size: 14px;
    }
}
.footer .foot .item-3 .info-down p b
{
    font-weight: normal;

    display: block;
}
.footer .foot .item-3 .info-down a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    font-size: 16px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 15px 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1470px)
{
    .footer .copyright
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        font-size: 14px;

        display: block;

        text-align: center;
    }
}
.footer .copyright .translate
{
    display: inline-block;

    min-width: 150px;
    margin-left: 20px;

    vertical-align: middle;
}
.footer .copyright .translate .goog-te-gadget-simple
{
    border: none;
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;
    padding-left: 30px;

    text-align: right;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;

        margin: 10px 0 0 0;
        padding-left: 0;
    }
}
.footer .copyright .sitemap
{
    text-decoration: underline;
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: left;
}
.title-in p
{
    margin: 10px 0 0 0;
}
.wrap-sidenav .sidenav
{
    border-top: 1px solid #c7cdd4;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav .slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0 10px;

        background: none;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li.active,
.wrap-sidenav .sidenav .slevel-1 > li:hover
{
    border-bottom-color: #02ad4e;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #02ad4e;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding-bottom: 20px;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 5px 20px;

    color: #676a6e;
}
@media (max-width: 1350px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before
{
    content: '- ';
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    text-decoration: underline;

    color: #02ad4e;
}
.side-contact
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;
    padding: 50px 30px;

    color: #fff;
    background-color: #02ad4e;
}
.side-contact .side-canvas
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
}
.side-contact h3,
.side-contact .more
{
    position: relative;
    z-index: 2;
}
.side-contact h3
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1470px)
{
    .side-contact h3
    {
        font-size: 20px;
    }
}
.side-contact .more
{
    margin-top: 40px;
}
.side-contact .more a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 30px;
    background-color: #222;
}
.side-contact .more a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.side-contact .more a:hover
{
    color: #02ad4e;
    background-color: #fff;
}
.wrap-location
{
    padding: 10px 0;

    background-color: #f7f7f7;
}
.wrap-location .location > ul:before
{
    display: inline-block;

    width: 24px;
    height: 24px;

    content: '';
    vertical-align: middle;

    background: url(/style/icon.png) no-repeat center;
    background-size: cover;
}
.wrap-location .location > ul > li
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #676a6e;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li
    {
        font-size: 14px;
    }
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #02ad4e;
}
.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: #02ad4e;
}
.wrap-about
{
    background: url(/style/about_in_bg.jpg) no-repeat bottom center;
}
.wrap-about .about
{
    margin-top: 20px;
}
.wrap-about .text h3
{
    font-size: 30px;
    font-weight: bold;

    margin-top: 0;

    color: #02ad4e;
}
@media (max-width: 1470px)
{
    .wrap-about .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .text h3
    {
        font-size: 20px;
    }
}
.wrap-about .text p
{
    font-size:18px;
    line-height: 1.5;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 1470px)
{
    .wrap-about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-about .video
{
    position: relative;
    z-index: 2;

    margin-top: 30px;
}
.wrap-about .video img
{
    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-about .video img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.wrap-about .video .play
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 120px;
    height: 120px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    border: 9px solid rgba(2, 173, 78, .7);
    border-radius: 50%;
	
}
@media (max-width: 1199px)
{
    .wrap-about .video .play
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .video .play
    {
        width: 80px;
        height: 80px;
    }
}
.wrap-about .video .play .icon
{
    font-size: 30px;
    line-height: 102px;

    display: block;

    width: 102px;
    height: 102px;

    color: #02ad4e;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-about .video .play .icon
    {
        line-height: 82px;

        width: 82px;
        height: 82px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .video .play .icon
    {
        line-height: 62px;

        width: 62px;
        height: 62px;
    }
}
.wrap-about .choose-bigtxt
{
    margin-top: -100px;
}
@media (max-width: 1470px)
{
    .wrap-about .choose-bigtxt
    {
        margin-top: -80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .choose-bigtxt
    {
        margin-top: -60px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .choose-bigtxt
    {
        margin-top: -40px;
    }
}
.wrap-about .about-info
{
    padding: 50px 0;

    border-top: 1px solid #c7cdd4;
}
@media (max-width: 767px)
{
    .wrap-about .about-info
    {
        padding: 30px 0;
    }
}
.wrap-about .about-info.imgleft
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-about .about-info.imgleft
    {
        margin-top: 30px;
    }
}
.wrap-about .about-info img
{
    float: left;

    width: 50%;
    margin-right: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about-info img
    {
        float: none;

        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.wrap-about .about-info.imgright img
{
    float: right;

    margin-right: 0;
    margin-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about-info.imgright img
    {
        float: none;

        margin-left: 0;
    }
}
.wrap-factory .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .item
    {
        margin-top: 10px;
    }
}
.wrap-factory .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .wrap-honor .honor ul li
    {
        width: 20%;
    }
}
.wrap-honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-honor .item
    {
        margin-top: 10px;
    }
}
.wrap-honor .item .pic
{
    padding: 20px;

    border: 1px solid #c7cdd4;
}
@media (max-width: 1470px)
{
    .wrap-honor .item .pic
    {
        padding: 10px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 141.86046512%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item .note h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-honor .item .note h3
    {
        font-size: 18px;

        margin: 10px 0 0 0;
    }
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case
{
    margin-top: 40px;

    border-top: 1px solid #c7cdd4;
}
@media (max-width: 767px)
{
    .wrap-case .case
    {
        margin-top: 20px;
    }
}
.wrap-case .case ul
{
    margin: 0 -50px;
}
@media (max-width: 1199px)
{
    .wrap-case .case ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case ul
    {
        margin: 0 -10px;
    }
}
.wrap-case .case ul li
{
    position: relative;

    padding: 0 50px;

    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 1199px)
{
    .wrap-case .case ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case ul li
    {
        padding: 0 10px;
    }
}
.wrap-case .case ul li:nth-child(2n + 1):after
{
    position: absolute;
    top: 40px;
    right: 0;

    display: block;

    width: 1px;
    height: -webkit-calc(100% - 80px);
    height:         calc(100% - 80px);

    content: '';

    background-color: #c7cdd4;
}
@media (max-width: 767px)
{
    .wrap-case .case ul li:nth-child(2n + 1):after
    {
        top: 20px;

        height: -webkit-calc(100% - 40px);
        height:         calc(100% - 40px);
    }
}
.wrap-case .case .item
{
    display: block;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item
    {
        margin-top: 20px;
    }
}
.wrap-case .case .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .text
{
    padding: 30px 0;text-align: center;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text
    {
        padding: 10px 0;
    }
}
.wrap-case .case .item .text h3
{
    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;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case .case .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-case .case .item .text p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 14px 0 0 0;

    color: #676a6e;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text p
    {
        font-size: 14px;

        margin-top: 6px;
    }
}
.wrap-case .case .item .text .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text .more
    {
        margin-top: 10px;
    }
}
.wrap-case .case .item .text .more a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #676a6e;
    border: 1px solid #afb4ba;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-case .case .item .text .more a
    {
        font-size: 15px;
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text .more a
    {
        font-size: 14px;
        line-height: 36px;

        padding: 0 20px;
    }
}
.wrap-case .case .item .text .more a .icon
{
    font-size: 20px;

    float: right;

    margin-left: 10px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .text .more a .icon
    {
        font-size: 16px;
    }
}
.wrap-case .case .item .text .more a span
{
    position: relative;
    z-index: 5;
}
.wrap-case .case .item .text .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: #02ad4e;
}
.wrap-case .case .item .text .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: #02ad4e;
}
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover .text h3
{
    color: #02ad4e;
}
.wrap-case .case .item:hover .more a
{
    color: #fff;
    border-color: #02ad4e;
}
.wrap-case .case .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-case .case .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-case .case .item:hover .more a span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.wrap-download
{
    background-color: #f9f9f9;
}
.wrap-download .download
{
    margin-top: -30px;
}
.wrap-download .download .item
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
    padding: 50px 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 5px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 30px 0 60px 0;
    }
}
.wrap-download .download .item .icon,
.wrap-download .download .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .icon
{
    line-height: 1;

    width: 200px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .icon
    {
        width: 160px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .icon
    {
        width: 100px;
    }
}
.wrap-download .download .item .icon .iconfont
{
    font-size: 100px;

    color: #02ad4e;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .icon .iconfont
    {
        font-size: 60px;
    }
}
.wrap-download .download .item .note
{
    width: -webkit-calc(100% - 200px);
    width:         calc(100% - 200px);
    padding: 0 5% 0 0;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .note
    {
        width: -webkit-calc(100% - 160px);
        width:         calc(100% - 160px);
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.wrap-download .download .item .title-down:after
{
    display: block;

    width: 36px;
    height: 2px;
    margin-top: 15px;

    content: '';

    background-color: #02ad4e;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .title-down:after
    {
        margin-top: 8px;
    }
}
.wrap-download .download .item h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-download .download .item h3
    {
        font-size: 20px;
    }
}
.wrap-download .download .item p
{
    margin: 20px 0 0 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-download .download .item p
    {
        margin-top: 10px;
    }
}
.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
{
    position: absolute;
    right: 30px;
    bottom: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: right;

    opacity: 0;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .down
    {
        right: 20px;
        bottom: 10px;

        opacity: 1;
    }
}
.wrap-download .download .item .down a
{
    font-size: 12px;
    line-height: 34px;

    display: inline-block;

    padding: 0 18px;

    color: #fff;
    border-radius: 5px;
    background-color: #960000;
}
.wrap-download .download .item .down a:after
{
    font-family: 'iconfont' !important;

    float: right;

    margin-left: 6px;

    content: '\ee2a';
}
.wrap-download .download .item .down a:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover
    {
        background-color: #02ad4e;
    }
    .wrap-download .download .item:hover .icon .iconfont
    {
        color: #fff;
    }
    .wrap-download .download .item:hover .title-down:after
    {
        background-color: #fff;
    }
    .wrap-download .download .item:hover h3
    {
        color: #fff;
    }
    .wrap-download .download .item:hover p
    {
        color: #fff;
    }
    .wrap-download .download .item:hover .down
    {
        opacity: 1;
    }
}
.wrap-news
{
    background: none;
}
.wrap-news .news .item
{
    border-top: none;
    border-bottom: 1px solid #c7cdd4;
}
.wrap-details
{
    padding-top: 160px;
}
@media (max-width: 1199px)
{
    .wrap-details
    {
        padding-top: 100px;
    }
}
.wrap-details .title-details h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
text-align: center;
    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #02ad4e;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding:30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\ea65';

    color: #999;
}
.wrap-details .relate-details a.prev:after
{
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #02ad4e;
}
.wrap-details .relate-details a:hover:before
{
    color: #02ad4e;
}
.wrap-product .product-info
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product .product-info
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-info
    {
        margin-top: 10px;
    }
}
.wrap-product .product-text
{
    border-top: 1px solid #c7cdd4;
}
@media (max-width: 1199px)
{
    .wrap-product .product-text
    {
        margin-top: 20px;
    }
}
.wrap-product .product-text .title-product h3
{
    font-size: 30px;
    font-weight: bold;

    color: #02ad4e;
}
@media (max-width: 1199px)
{
    .wrap-product .product-text .title-product h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-text .title-product h3
    {
        font-size: 20px;
    }
}
.wrap-product .product-text p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 1470px)
{
    .wrap-product .product-text p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product
    {
        margin-top: 20px;
    }
}
.wrap-product .product ul
{
    font-size: 0;
}
.wrap-product .product ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-product-show
{
    padding-top: 110px;
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 60px;
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    overflow: hidden;

    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
    z-index: 2;

    border: 1px solid #c7cdd4;
}
.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 .slider-nav
{
    font-size: 0;

    position: relative;
    position: absolute;
    top: -5px;
    left: 0;

    width: 110px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        position: relative;
        top: 0;

        width: 100%;
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 4px 0;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    overflow: hidden;

    border: 1px solid #c7cdd4;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .carousel .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 .carousel .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #02ad4e;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
{
    font-size: 24px;
    font-size: 22px;
    line-height: 90px;

    top: 50%;
    left: 0;

    width: 24px;
    height: 90px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #333;
    border-radius: 5px;
    background: none;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #02ad4e;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 22px;
    }
}
.wrap-product-show .info-box .text
{
    padding: 20px 0;

    border-bottom: 1px solid #c7cdd4;
}
.wrap-product-show .info-box .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #02ad4e;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #212121;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .btn-cart a
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .btn-cart a
    {
        margin-top: 10px;
        padding: 0 10px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .btn-cart a .icon
{
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover
{
    background-color: #03803a;
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 18px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 8px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a
{
    background-color: #02ad4e;
}
.wrap-product-show .info-box .share
{
    margin-top: 30px;
}
.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: 20px;
    font-weight: bold;

    color: #333;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .prev-next
{
    font-size: 0;

    margin-top: 30px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
.wrap-product-show .info-box .prev-next a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .prev-next a
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .prev-next a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\ea65';

    color: #999;
}
.wrap-product-show .info-box .prev-next a.prev:after
{
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-product-show .info-box .prev-next a.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-product-show .info-box .prev-next a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .info-box .prev-next a:hover
{
    color: #02ad4e;
}
.wrap-product-show .info-box .prev-next a:hover:before
{
    color: #02ad4e;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 60px;
}
@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;
    padding: 30px;

  /*  border: 1px solid #b2b7bd;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        padding: 20px 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #676a6e;
}
@media (max-width: 1470px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .parameter .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .text h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    color: #02ad4e;
}
@media (max-width: 1470px)
{
    .wrap-product-show .parameter .text h4
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .table-box
{
    font-size: 20px;
    line-height: 30px;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 30px;

    color: #676a6e;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 16px;
    }
}
.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 tr:nth-child(odd)
{
    background-color: #f7f7f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even)
{
    background-color: #fcfcfc;
}
.wrap-product-show .parameter .table-box table tr:nth-child(1)
{
    color: #fff;
    background-color: #02ad4e;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 20px !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: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 16px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #676a6e;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -5px;
        margin-top: 10px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .item
{
    margin-top: 14px;
}
.wrap-product-show .relate-product .slick-arrow
{
    top: -80px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        top: -60px;
        right: 70px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 10px;
}
.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
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #c7cdd4;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .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
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.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: #676a6e;
}
.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: #676a6e;
}
.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: #676a6e;
}
.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: #676a6e;
}
.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-color: #02ad4e;
    background-color: #02ad4e;
}
.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 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #02ad4e;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.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
{
    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .inquiry form .submit .icon,
.wrap-inquiry .inquiry form .submit .icon,
.wrap-product-show .message form .submit .icon,
.wrap-inquiry .message form .submit .icon
{
    font-size: 22px;

    display: inline-block;

    vertical-align: middle;
}
.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: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 50px;

    content: '\e642';
    -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 .contact
{
    margin-top: 50px;
    padding: 50px 0;

    border-top: 1px solid #c7cdd4;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        margin-top: 30px;
        padding: 30px 0;
    }
}
.wrap-contact .contact h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
color: #02ad4e;
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .itembox
{
    margin-top: 30px;
}
.wrap-contact .contact p
{
    font-size: 16px;
    line-height: 24px;

    max-width: 460px;
    margin: 0;

    color: #676a6e;
}
@media (max-width: 767px)
{
    .wrap-contact .contact p
    {
        font-size: 15px;
    }
}
.wrap-contact .contact p a:hover
{
    text-decoration: underline;

    color: #02ad4e;
}
.wrap-contact .message
{
    padding: 50px 0;

    border-top: 1px solid #c7cdd4;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding: 30px 0;
    }
}
.wrap-contact .message .title-message
{
    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;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message
    {
        display: block;
    }
}
.wrap-contact .message .title-message h2
{
    font-size: 30px;
    font-weight: bold;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 24px;

        width: 100%;
    }
}
.wrap-contact .message .title-message p
{
    font-size: 16px;
    line-height: 24px;

    width: 35%;
    padding-left: 10px;

    color: #676a6e;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message p
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message p
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-contact .message .row
{
    margin: 0 -10px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #c7cdd4;
    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: #676a6e;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #676a6e;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #676a6e;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #676a6e;
}
.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 .send
{
    text-align: center;
}
.wrap-contact .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #02ad4e;
}
@media (max-width: 767px)
{
    .wrap-contact .message form .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-contact .message form .submit span
{
    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-contact .message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 50px;

    content: '\e642';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
.wrap-contact .message form .submit:hover:before
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-contact .message form .submit:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.wrap-contact .map-content
{
    height: 340px;
    margin-top: 20px;

    border: 1px solid #afb4ba;
}
@media (max-width: 991px)
{
    .wrap-contact .map-content
    {
        height: 300px;
        margin-top: 30px;
    }
}
.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: capitalize;

    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: #02ad4e;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #02ad4e;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #02ad4e;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.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: #02ad4e;
}
@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: #02ad4e;
}
@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: #02ad4e;
}
.wrap-inquiry .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #02ad4e;
}
.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: #02ad4e;
    background-color: #02ad4e;
}
.wrap-inquiry .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.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: #02ad4e;
}
.wrap-inquiry .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-nosearch .product-info
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-nosearch .product-info
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-nosearch .product-info
    {
        margin-top: 10px;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.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;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    content: '\eb60';
}
@media (max-width: 767px)
{
    .pagination li.prev a:before,
    .pagination li.next a:before
    {
        font-size: 16px;
    }
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #02ad4e;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #686868;
    border: none;
    border: 1px solid #afb4ba;
    border-radius: 50%;
    background: none;
	margin: 3px;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.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;
    border-color: #02ad4e;
    background-color: #02ad4e;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #02ad4e;
    background-color: #02ad4e;
}
@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;
}
.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
.a2a_kit {
   display: inline-block;
   vertical-align: middle;
}
.wrap-factory .factory-sort{
	margin-bottom: 30px;
}
.wrap-factory .factory-sort ul{
	text-align: center;
	margin: 0 -20px;
}
.wrap-factory .factory-sort ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
}

.wrap-factory .factory-sort ul li a{
	display: inline-block;
	padding: 10px 30px;
	line-height: 30px;
	border:1px solid #dcdcdc;
	font-size: 16px;
}

.wrap-factory .factory-sort ul li.active a,
.wrap-factory .factory-sort ul li:hover a{
	background-color: #02ad4e;
	border-color: #02ad4e;
	color: #ffffff;
}

@media(max-width:767px){
	.wrap-factory .factory-sort ul{
		margin: 0 -5px;
	}
	.wrap-factory .factory-sort ul li{
		padding: 5px 5px;
	}
	.wrap-factory .factory-sort ul li a{
		font-size: 14px;
		padding: 10px 20px;
		line-height: 24px;
	}
}



.footer .foot .erweima{
	display: inline-block;
	vertical-align: top;
	text-align: center;

}
.footer .foot  .erweima img{
	width: 140px;
		margin-right: 10px;
}
.footer .foot .erweima p{
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0 0 0;
}