<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;

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

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

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

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

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 24px;

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

    padding: 0;

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

    color: #9c9c9c;
    border: none;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -10px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\f1e8';
}
.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: #00a45d;
}
.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 #00a45d;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #00a45d;
}
.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: relative;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 64px;
    padding-bottom: 4px;

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

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#e7e7e7), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #e7e7e7, #fff);
    background-image:         linear-gradient(#fff, #e7e7e7, #fff);
}
.header:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(#00cd30), to(#02a1f9));
    background: -webkit-linear-gradient(left, #00cd30, #02a1f9);
    background:         linear-gradient(90deg, #00cd30, #02a1f9);
}
.header .language
{
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language
    {
        position: absolute;
        top: 0;
        right: 15%;
    }
}
.header .language a
{
    line-height: 60px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.header .language a .icon
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .language a:hover
{
    color: #00a45d;
}
.header .logo
{
    display: inline-block;

    height: 60px;
    padding: 10px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.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;
    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 &gt; li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 &gt; li &gt; a
    {
        font-size: 18px;
        font-weight: 500;
        line-height: 60px;

        position: relative;

        display: block;

        padding: 0 40px;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 &gt; li:hover &gt; a,
    .header .nav .nav-list1 &gt; li.active &gt; a
    {
        color: #00a45d;
    }
    .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 &gt; li
    {
        position: relative;

        display: block;

        list-style: none;

        border-bottom: 1px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li &gt; a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 4px 24px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li:hover
    {
        border-bottom-color: #00a45d;
    }
    .header .nav .nav-list1 .nav-list2 &gt; li:hover &gt; a
    {
        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: #00a45d;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1
    {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 &gt; 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 &gt; li
    {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1 &gt; 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 &gt; 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 &gt; li &gt; a
    {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 &gt; li &gt; a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 &gt; li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 &gt; li &gt; a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 &gt; li &gt; 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: #00a45d;
}
.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: #00a45d;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.stuck
{
    position: fixed;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    color: #fff;
    border: 1px solid #00a45d;
    border-radius: 0;
    outline: none;
    background-color: #00a45d;
}
@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: 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: #00a45d;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

    content: '\e6d0';
}
.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: #00a45d;
}
.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: #00a45d;
    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 &gt; a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li &gt; a
    {
        font-size: 8px;
    }
}
.xs-online ul li &gt; 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 &gt; a:before
{
    font-size: 16px;

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

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

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

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

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

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

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

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

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

    content: '\e621';
}
.xs-online ul li.xs-online-skype &gt; a:before
{
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact &gt; a:before
{
    font-weight: normal;

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

    display: none;

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

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

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

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-slide .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .swiper-slide .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-slide .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .swiper-slide .item &gt; a
{
    display: block;
    overflow: hidden;
}
.banner .swiper-slide .item &gt; a &gt; 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-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 54.375%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.banner-video-box .fluid_initial_play
{
    background-color: #d52c37 !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 .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-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: 54.375%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box video{
	  object-fit: cover;
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #00a45d !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 .brand
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 30px 0;

    text-align: center;

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 164, 93, .82)), to(rgba(2, 161, 249, .82)));
    background-image: -webkit-linear-gradient(left, rgba(0, 164, 93, .82), rgba(2, 161, 249, .82));
    background-image:         linear-gradient(90deg, rgba(0, 164, 93, .82), rgba(2, 161, 249, .82));
}
@media (max-width: 1470px)
{
    .banner .brand
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .banner .brand
    {
        padding: 10px 0;
    }
}
.banner .brand ul li
{
    position: relative;
}
.banner .brand ul li::after
{
    position: absolute;
    top: 20%;
    right: 0;

    display: block;

    width: 1px;
    height: 70%;

    content: '';

    background-color: #00ff71;
}
.banner .brand ul li:last-child:after
{
    display: none;
}
.banner .brand .item
{
    max-width: 240px;
    margin: 0 auto;
	display: block;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner .brand .item
    {
        max-width: 200px;
    }
}
@media (max-width: 1350px)
{
    .banner .brand .item
    {
        max-width: 150px;
    }
}
@media (max-width: 767px)
{
    .banner .brand .item
    {
        max-width: 60px;
    }
}
.banner .brand .item .img-box
{
    padding-bottom: 62.5%;
}
.banner .brand .item h3
{
    font-family: 'PangMenZhengDao', Arial, Helvetica, sans-serif;
    font-size: 20px;

    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .banner .brand .item h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .brand .item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .brand .item h3
    {
        font-size: 13px;
        line-height: 20px;

        margin: 0;
    }
}
.banner .brand .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .banner-txt
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: right;

    color: #fff;
    border-top: 4px solid #00a45d;
    background-color: rgba(0, 0, 0, .49);
}
.banner-in .banner-txt p
{
    line-height: 40px;

    margin: 0;

    color: #d3d3d3;
}
@media (max-width: 767px)
{
    .banner-in .banner-txt p
    {
        line-height: 30px;
    }
}
.banner-in .banner-txt.blue
{
    border-top-color: #02a1f9;
}
.box
{
    overflow: hidden;

    padding: 100px 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: #00a45d;
}
@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-family: 'PangMenZhengDao', Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.title p
{
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #676a6e;
}
@media (max-width: 1470px)
{
    .title p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-newpattern
{
    background: url(../images/newpattern_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-newpattern
    {
        background-attachment: fixed;
    }
}
.box-newpattern .newpattern
{
    font-size: 0;

    overflow: hidden;
}
.box-newpattern .newpattern .newpattern-left,
.box-newpattern .newpattern .newpattern-right
{
    display: inline-block;

    vertical-align: top;
}
.box-newpattern .newpattern .newpattern-left
{
    width: 58.8%;
}
@media (max-width: 767px)
{
    .box-newpattern .newpattern .newpattern-left
    {
        width: 100%;
    }
}
.box-newpattern .newpattern .newpattern-left .video .img-box
{
    padding-bottom: 68%;
}
.box-newpattern .newpattern .newpattern-left .video iframe
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.box-newpattern .newpattern .newpattern-left .title-newpattern
{
    padding: 70px 50px;

    background-image: -webkit-gradient(linear, left top, right top, from(#009948), to(#00e180));
    background-image: -webkit-linear-gradient(left, #009948, #00e180);
    background-image:         linear-gradient(90deg, #009948, #00e180);
}
@media (max-width: 1350px)
{
    .box-newpattern .newpattern .newpattern-left .title-newpattern
    {
        padding: 55px 40px;
    }
}
@media (max-width: 1199px)
{
    .box-newpattern .newpattern .newpattern-left .title-newpattern
    {
        padding: 45px 30px;
    }
}
@media (max-width: 991px)
{
    .box-newpattern .newpattern .newpattern-left .title-newpattern
    {
        padding: 30px;
    }
}
.box-newpattern .newpattern .newpattern-left .title-newpattern h2
{
    font-family: 'PangMenZhengDao', Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 60px;

    margin: 0;

    color: #fff;
    text-shadow: 0 0 18px #00ff71;
}
@media (max-width: 1199px)
{
    .box-newpattern .newpattern .newpattern-left .title-newpattern h2
    {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 991px)
{
    .box-newpattern .newpattern .newpattern-left .title-newpattern h2
    {
        font-size: 30px;
        line-height: 40px;
    }
}
.box-newpattern .newpattern .newpattern-left .title-newpattern h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;

    margin: 0;

    color: rgba(255, 255, 255, .8);
}
@media (max-width: 1199px)
{
    .box-newpattern .newpattern .newpattern-left .title-newpattern h3
    {
        font-size: 24px;
        line-height: 32px;
    }
}
.box-newpattern .newpattern .newpattern-right
{
    width: 41.2%;
}
@media (max-width: 767px)
{
    .box-newpattern .newpattern .newpattern-right
    {
        width: 100%;
    }
}
.box-newpattern .newpattern .newpattern-right img
{
    width: 100%;
}
.box-decorative
{
    font-size: 0;

    background: url(../images/decorative_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-decorative .pic,
.box-decorative .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-decorative .pic
{
    width: 37%;
}
@media (max-width: 767px)
{
    .box-decorative .pic
    {
        width: 100%;
    }
}
.box-decorative .pic img
{
    max-width: 100%;
}
.box-decorative .text
{
    width: 63%;
}
@media (max-width: 767px)
{
    .box-decorative .text
    {
        width: 100%;
    }
}
.box-decorative .text .title-decorative h2
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-decorative .text .title-decorative h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-decorative .text .title-decorative h2
    {
        font-size: 24px;
    }
}
.box-decorative .text .title-decorative h2 span
{
    display: inline-block;

    padding: 0 10px;

    color: #e3e3e3;
    background-color: #000;
}
.box-decorative .text .info
{
    margin: 13px;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-decorative .text .info
    {
        margin-top: 30px;
    }
}
.box-decorative .text .info .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.box-decorative .text .info .item h3
{
    font-size: 90px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-decorative .text .info .item h3
    {
        font-size: 90px;
    }
}
@media (max-width: 1199px)
{
    .box-decorative .text .info .item h3
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .box-decorative .text .info .item h3
    {
        font-size: 50px;
    }
}
.box-decorative .text .info .item p
{
    font-size: 20px;

    margin: 0 0 6px 0;
}
@media (max-width: 1199px)
{
    .box-decorative .text .info .item p
    {
        font-size: 20px;
    }
}
.box-decorative .text .info .item p b
{
    font-size: 26px;
    font-weight: 500;

    display: block;
}
@media (max-width: 1199px)
{
    .box-decorative .text .info .item p b
    {
        font-size: 20px;
    }
}
.box-decorative .decorative .slick-decorative
{
    margin: 0 -5px;
    margin-top: 40px;
}
.box-decorative .decorative .slick-decorative .slick-slide
{
    padding: 0 5px;
}
.box-decorative .decorative .item .img-box
{
    padding-bottom: 85.36585366%;

    border: 1px solid #202020;
}
.box-branch
{
    text-align: center;

    background: url(../images/branch_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-branch .title
{
    color: #fff;
}
.box-branch .branch
{
    position: relative;

    display: inline-block;

    margin-top: 50px;
}
.box-branch .branch img
{
    width: 100%;
}
.box-branch .branch .item
{
    position: absolute;

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

    text-align: left;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-branch .branch .item
    {
        -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
                transform: scale(.7);
    }
}
.box-branch .branch .item .dot
{
    font-size: 14px;
    line-height: 76px;

    position: relative;

    width: 76px;
	height: 76px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-branch .branch .item .dot
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.box-branch .branch .item .dot:before,
.box-branch .branch .item .dot:after
{
    content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background: #048bc2;
	animation: point_kuo 3s linear infinite;
}
.box-branch .branch .item .dot:before{
	background: rgba(4, 139, 194, .4);
	animation-delay: 2s;

}
.box-branch .branch .item .dot:after{
	animation-delay: 1s;
}
@keyframes point_kuo {
    0%{
        transform:  translate(-50%,-50%) scale(.5);
        opacity: 1;
    }
    100%{
        transform:  translate(-50%,-50%) scale(2);
        opacity: 0;
    }
}
.box-branch .branch .item .dot span
{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border-radius: 50%;
   z-index: 2;
}
.box-branch .branch .item .text
{
    max-width: 160px;
    margin-left: 10px;
}
.box-branch .branch .item .text h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-branch .branch .item .text h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .box-branch .branch .item .text h3
    {
        font-size: 14px;
    }
}
.box-branch .branch .item .text p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;

    color: #02a1f9;
}
@media (max-width: 1199px)
{
    .box-branch .branch .item .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .box-branch .branch .item .text p
    {
        font-size: 12px;
    }
}
.box-branch .branch .item-1
{
    top: 33%;
    left: 33%;
}
@media (max-width: 767px)
{
    .box-branch .branch .item-1
    {
        top: 20%;
        left: 20%;
    }
}
.box-branch .branch .item-1 .dot
{
    line-height: 82px;

    width: 82px;
	height: 82px;
}
@media (max-width: 1199px)
{
    .box-branch .branch .item-1 .dot
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-branch .branch .item-1 .dot:before
{
    background: rgba(240, 113, 32, .4);
}
.box-branch .branch .item-1 .dot:after{
	 background: rgba(240, 113, 32, 1);
}
.box-branch .branch .item-1 .text p
{
    color: #f07120;
}
.box-branch .branch .item-2
{
    top: 33%;
    right: 12%;
    left: auto;
}
@media (max-width: 767px)
{
    .box-branch .branch .item-2
    {
        top: 20%;
        right: 0;
    }
}
/* .box-branch .branch .item-2 .dot:before
{
    -webkit-animation: scaleDraw 4s 2s infinite;
            animation: scaleDraw 4s 2s infinite;
} */
.box-branch .branch .item-3
{
    top: 25%;
    left: 5%;
}
@media (max-width: 767px)
{
    .box-branch .branch .item-3
    {
        top: 15%;
        left: -5%;
    }
}
/* .box-branch .branch .item-3 .dot:before
{
    -webkit-animation: scaleDraw 3s 1s infinite;
            animation: scaleDraw 3s 1s infinite;
} */
.box-branch .branch .item-4
{
    top: 42%;
    left: 16%;
}
@media (max-width: 767px)
{
    .box-branch .branch .item-4
    {
        top: 40%;
        left: 6%;
    }
}
/* .box-branch .branch .item-4 .dot:before
{
    -webkit-animation: scaleDraw 2s infinite;
            animation: scaleDraw 2s infinite;
} */
@-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-news
{
    padding: 150px 0;

    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .box-news
    {
        padding: 120px 0;
    }
}
@media (max-width: 1199px)
{
    .box-news
    {
        padding: 60px 0;
    }
}
.box-news .news .slick-news
{
    margin: 0 -5px;
}
.box-news .news .slick-news .slick-slide
{
    padding: 0 5px;
}
.box-news .news .item
{
    display: block;

    background-color: #fff;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 62.222222222%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    padding: 30px;
}
.box-news .news .item .note h3
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height:60px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item .note span.more
{
    line-height: 28px;

    display: inline-block;

    margin-top: 60px;
    padding: 0 14px;

    color: #fff;
    background-color: #00a45d;
}
.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: #00a45d;
}
.box-news .news .item:hover .news-more a
{
    color: #fff;
    border-color: #00a45d;
    background-color: #00a45d;
}
.box-news .news .slick-arrow
{
    font-size: 100px;

    left: -10%;

    color: #d1d1d1;
}
@media (max-width: 767px)
{
    .box-news .news .slick-arrow
    {
        font-size: 50px;

        left: -20px;
    }
}
.box-news .news .slick-arrow:before
{
    content: '\eb60';
}
.box-news .news .slick-arrow.slick-next
{
    right: -10%;
    left: auto;
}
@media (max-width: 767px)
{
    .box-news .news .slick-arrow.slick-next
    {
        right: -20px;
    }
}
.box-news .news .slick-arrow:hover
{
    color: #00a45d;
}
.footer
{
    position: relative;

    overflow: hidden;

    color: #fffefe;
    background-color: #009956;
}
.footer:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(#00cd30), to(#02a1f9));
    background: -webkit-linear-gradient(left, #00cd30, #02a1f9);
    background:         linear-gradient(90deg, #00cd30, #02a1f9);
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot &gt; ul
{
    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;
}
@media (max-width: 767px)
{
    .footer .foot &gt; ul
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .footer .foot .title-foot
    {
        margin-top: 20px;
    }
}
.footer .foot .title-foot h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot .item-1
    {
        margin-top: 14px;
    }
}
.footer .foot .item-1 .info-down
{
    margin-top: 10px;
}
.footer .foot .item-1 .info-down a
{
    line-height: 32px;
	text-transform: capitalize;
    display: block;
}
@media (max-width: 767px)
{
    .footer .foot .item-1 .info-down a
    {
        line-height: 24px;

        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-2
{
    width: 152px;
}
@media (max-width: 767px)
{
    .footer .foot .item-2
    {
        font-size: 0;

        width: 100%;
        margin-top: 10px;
    }
}
.footer .foot .item-2 li
{
    top: 2px;

    margin-bottom: 10px;

    opacity: .5;
    background-color: #2cedb1;
}
@media (max-width: 767px)
{
    .footer .foot .item-2 li
    {
        display: inline-block;

        width: 49%;
        margin-right: 1%;

        vertical-align: top;
    }
}
.footer .foot .item-2 li:hover
{
    opacity: 1;
}
.footer .foot .item-2 li:nth-child(4)
{
    font-size: 12px;

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

    padding: 5px 0;

    opacity: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: none;

    -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;
}
.footer .copyright
{
    padding: 5px 0;

    text-align: center;

    background-color: #004225;
}
.footer .copyright p
{
    line-height: 24px;

    margin: 0;
}
.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 &gt; li
{
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav .slevel-1 &gt; li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .slevel-1 &gt; li &gt; 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 &gt; li &gt; a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .slevel-1 &gt; li &gt; a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0 10px;

        background: none;
    }
}
.wrap-sidenav .sidenav .slevel-1 &gt; li.active,
.wrap-sidenav .sidenav .slevel-1 &gt; li:hover
{
    border-bottom-color: #00a45d;
}
.wrap-sidenav .sidenav .slevel-1 &gt; li.active &gt; a,
.wrap-sidenav .sidenav .slevel-1 &gt; li:hover &gt; a
{
    color: #00a45d;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding-bottom: 20px;
}
.wrap-sidenav .sidenav .slevel-2 &gt; li &gt; 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 &gt; li &gt; a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav .slevel-2 &gt; li &gt; a:before
{
    content: '- ';
}
.wrap-sidenav .sidenav .slevel-2 &gt; li.active &gt; a,
.wrap-sidenav .sidenav .slevel-2 &gt; li:hover &gt; a
{
    text-decoration: underline;

    color: #00a45d;
}
.wrap-location
{
    padding: 10px 0;

    background-color: rgba(0, 0, 0, .55);
}
.wrap-location .location &gt; ul &gt; li
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-location .location &gt; ul &gt; li
    {
        font-size: 14px;
    }
}
.wrap-location .location &gt; ul &gt; li:after
{
    display: inline-block;

    content: '&gt;';
    vertical-align: middle;
}
.wrap-location .location &gt; ul &gt; li:last-child:after
{
    display: none;
}
.wrap-location .location &gt; ul &gt; li &gt; a
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location &gt; ul &gt; li &gt; a:hover
{
    text-decoration: underline;

    color: #00a45d;
}
.xs-product-nav
{
    overflow: hidden;
}
.xs-product-nav &gt; ul
{
    margin: 0 -10px;
}
.xs-product-nav &gt; ul &gt; li
{
    display: inline-block;

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

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

    content: '-';
}
.xs-product-nav &gt; ul &gt; li.active &gt; a
{
    color: #00a45d;
}
.wrap-history
{
    padding-bottom: 200px;

    background: url(../images/history_bg.jpg) no-repeat center;
	background-size: cover!important;
}
@media (max-width: 1199px)
{
    .wrap-history
    {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-history
    {
        padding-bottom: 50px;
    }
}
.wrap-history .title h2,
.wrap-history .title p
{
    color: #fff;
}
.wrap-history .history
{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}
.wrap-history .history .slick-history
{
    padding: 0 20px;
}
.wrap-history .history .slick-track
{
    padding-left: 20px;
}
.wrap-history .history .slick-slide .item
{
	
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-history .history .slick-current  .item{
	margin-left: 0px;
}
.wrap-history .history .slick-slide:nth-child(2n) .item
{
    margin-top: 140px;
    padding-top: 90px;

    border-top: 5px solid #35ffa6;
    border-bottom: none;
}
.wrap-history .history .slick-slide:nth-child(2n) .item:before
{
    top: -6px;
    bottom: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-history .history .item
{
    position: relative;

    height:145px;

    border-bottom: 5px solid #35ffa6;
}
.wrap-history .history .item:before
{
    position: absolute;
    bottom: -6px;
    left: -24px;

    display: block;

    width: 51px;
    height: 90px;

    content: '';

    background: url(../images/hisdot.png) no-repeat center;
    background-size: cover;
}
.wrap-history .history .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-history .history .item .date,
.wrap-history .history .item .note
{
    display: inline-block;

    vertical-align: top;
}
.wrap-history .history .item .date
{
    font-size: 18px;
    font-weight: bold;

    color: #fff;
}
.wrap-history .history .item .note
{
    padding-left: 10px;
}
.wrap-history .history .item .note p
{
    font-size: 14px;
    line-height: 20px;

    margin: 0;
	white-space: nowrap;
    color: #00ff93;
}
.wrap-history .history .near
{
    opacity: 0;
}
.wrap-history .history .slick-arrow
{
    font-size: 100px;

    left: -10%;

    color: #d1d1d1;
}
@media (max-width: 767px)
{
    .wrap-history .history .slick-arrow
    {
        font-size: 50px;

        left: -20px;
    }
}
.wrap-history .history .slick-arrow:before
{
    content: '\eb60';
}
.wrap-history .history .slick-arrow.slick-next
{
    right: -10%;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-history .history .slick-arrow.slick-next
    {
        right: -20px;
    }
}
.wrap-history .history .slick-arrow:hover
{
    color: #00a45d;
}
.wrap-about-num
{
    padding: 200px 0;

    color: #fff;
    background: url(../images/about_num_bg.jpg) no-repeat top center;
    background-size: cover!important;
}
@media (max-width: 1199px)
{
    .wrap-about-num
    {
        padding: 100px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about-num
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about-num .title
    {
        margin: 30px 0;
    }
}
.wrap-about-num .title p
{
    color: #fff;
}
.wrap-about-num .item
{
    max-width: 400px;

    text-align: center;
}
.wrap-about-num .item .title-about h3
{
    font-size: 20px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about-num .item .title-about h3
    {
        font-size: 20px;
    }
}
.wrap-about-num .item .title-about h3 .counter
{
    font-size: 88px;
    font-weight: 900;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .wrap-about-num .item .title-about h3 .counter
    {
        font-size: 88px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-num .item .title-about h3 .counter
    {
        font-size: 60px;
    }
}
.wrap-about-num .item .title-about h4
{
    font-size: 28px;
    font-weight: 500;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-about-num .item .title-about h4
    {
        font-size: 3028pxpx;
    }
}
@media (max-width: 767px)
{
    .wrap-about-num .item .title-about h4
    {
        font-size: 20px;
    }
}
.wrap-about-num .item .text
{
    margin-top: 30px;
}
.wrap-about-num .item .text p
{
    font-size:18px;
    font-weight: 300;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-about-num .item .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-num .item .text p
    {
        font-size: 18px;
    }
}
.wrap-team-top
{
    position: relative;

    padding: 0;
}
.wrap-team-top .title
{
    position: absolute;
    bottom: 10%;
    left: 0;

    width: 100%;

    text-align: center;
}
.wrap-team-top .title h2,
.wrap-team-top .title p
{
    color: #fff;
}
.wrap-team-top .pic img
{
    width: 100%;
}
.wrap-team-organization
{
    border-bottom: 12px solid #fac903;
    background: url(../images/organization_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-team-organization .title h2,
.wrap-team-organization .title p
{
    color: #fff;
}
.wrap-team-organization .organization
{
    margin: 80px 0 50px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-team-organization .organization
    {
        margin: 10px 0 0 0;
    }
}
.wrap-team-organization .organization .pic
{
    position: relative;

    display: inline-block;
}
.wrap-team-organization .organization .pic .now
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.wrap-team-organization .organization .pic img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.wrap-team-suppliers
{
    position: relative;

    padding: 0;
}
.wrap-team-suppliers .title
{
    position: absolute;
    top: 10%;
    left: 0;

    width: 100%;

    text-align: center;
}
.wrap-team-suppliers .pic img
{
    width: 100%;
}
.wrap-factory
{
    padding-top: 0;

    background: url(../images/factory_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-factory .factory-top
{
    font-size: 0;

    padding: 0 5%;
}
.wrap-factory .factory-top .title
{
    position: relative;

    display: inline-block;

    max-width: 490px;
    padding: 80px 40px 50px;

    text-align: left;
    vertical-align: middle;

    background-color: #00a45d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .title
    {
        max-width: 400px;
        padding: 50px 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .title
    {
        max-width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-top .title
    {
        padding: 30px 14px;
    }
}
.wrap-factory .factory-top .title:before
{
    position: absolute;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 1000px;

    content: '';

    background-color: #00a45d;
}
.wrap-factory .factory-top .title h3,
.wrap-factory .factory-top .title p
{
    position: relative;
    z-index: 2;
}
.wrap-factory .factory-top .title h3
{
    font-size: 30px;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-top .title h3
    {
        font-size: 20px;
    }
}
.wrap-factory .factory-top .title p
{
    font-size: 20px;

    margin: 20px 0 0 0;

    text-transform: capitalize;

    color: #000;
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-top .title p
    {
        font-size: 16px;
    }
}
.wrap-factory .factory-top .top-list
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .top-list
    {
        max-width: 40%;
    }
}
.wrap-factory .factory-top .top-list .item
{
    width: 270px;
    margin: 10px 0;
    padding: 15px 20px;

    border-radius: 0 50px 50px 0;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .top-list .item
    {
        width: 200px;
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .top-list .item
    {
        width: 100%;
    }
}
.wrap-factory .factory-top .top-list .item p
{
    font-size: 26px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-factory .factory-top .top-list .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-top .top-list .item p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-factory .factory
{
    position: relative;
    z-index: 2;
}
.wrap-factory .factory .slick-slide
{
    padding: 0 3px;
}
.wrap-factory .factory .item
{
    display: block;

    border: 4px solid #f2f2f2;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-partners
{
    background: url(../images/partners_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.slick-partners .slick-arrow{
	left: 10%;
	color: #fff;
}
.slick-partners .slick-arrow.slick-next{
	left: auto;
	right: 10%;
}
.wrap-partners .title:after
{
    display: inline-block;

    width: 80px;
    height: 7px;
    margin-top: 20px;

    content: '';

    background-color: #00a45d;
}
.wrap-partners .title p
{
    font-size: 20px;

    color: #000;
}
@media (max-width: 991px)
{
    .wrap-partners .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-partners .title p
    {
        font-size: 16px;
    }
}
.wrap-partners .slick-partners
{
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-partners .slick-partners
    {
        margin-top: 30px;
    }
}
.wrap-partners .slick-partners .item
{
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    opacity: .16;
}
.wrap-partners .slick-partners .item .img-box
{
    padding-bottom: 51.69491525%;
}
.wrap-partners .slick-partners .slick-current .item
{
    position: relative;

    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}
.wrap-partners .slick-partners .slick-current .item:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 40%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 240, 225, 0)), to(#d6f0e1));
    background-image: -webkit-linear-gradient(rgba(214, 240, 225, 0), #d6f0e1);
    background-image:         linear-gradient(rgba(214, 240, 225, 0), #d6f0e1);
}
.wrap-enterprise
{
    position: relative;

    padding: 130px 0;

    background: url(../images/enterprise_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-enterprise
    {
        padding: 80px 0;
    }
}
.wrap-enterprise .title-partners
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    text-align: center;
}
.wrap-enterprise .title-partners h3
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-enterprise .title-partners h3
    {
        font-size: 14px;
        line-height: 1;
    }
}
.wrap-enterprise .title-partners h3 b
{
    display: block;
}
.wrap-enterprise .enterprise
{
    text-align: right;
}
.wrap-enterprise .enterprise .title
{
    text-align: right;

    color: #fff;
}
.wrap-enterprise .enterprise .title h2
{
    display: inline-block;

    max-width: 300px;
}
.wrap-enterprise .enterprise .title:after
{
    display: inline-block;

    width: 80px;
    height: 7px;
    margin-top: 20px;

    content: '';

    background-color: #02a1f9;
}
.wrap-enterprise .enterprise .title p
{
    font-size: 20px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .title p
    {
        font-size: 16px;
    }
}
.wrap-enterprise .enterprise .number
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .number
    {
        margin-top: 10px;
    }
}
.wrap-enterprise .enterprise .number .item
{
    display: inline-block;

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

    text-align: center;

    color: #0f4380;
    background-color: rgba(255, 255, 255, .73);
    box-shadow: 0 0 10px rgba(2, 161, 249, .8);
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .number .item
    {
        width: 280px;
    }
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .number .item
    {
        width: 200px;
        padding: 10px;
    }
}
.wrap-enterprise .enterprise .number .item h3
{
    font-size: 100px;
    font-weight: bold;
}
@media (max-width: 1470px)
{
    .wrap-enterprise .enterprise .number .item h3
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .number .item h3
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .number .item h3
    {
        font-size: 40px;
    }
}
.wrap-enterprise .enterprise .number .item h3 sub
{
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .number .item h3 sub
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .number .item h3 sub
    {
        font-size: 18px;
    }
}
.wrap-enterprise .enterprise .number .item p
{
    font-size: 24px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .number .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .number .item p
    {
        font-size: 16px;
    }
}
.wrap-enterprise .enterprise .number .item p b
{
    font-weight: 500;
}
.wrap-support-one
{
    padding: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrap-support-one .support-one
{
    max-width: 600px;
    padding: 120px 30px;

    color: #fff;
    background-color: rgba(0, 0, 0, .76);
}
@media (max-width: 991px)
{
    .wrap-support-one .support-one
    {
        max-width: 500px;
        padding: 80px 30px;
    }
}
.wrap-support-one .support-one .title
{
    text-align: left;
}
.wrap-support-one .support-one .title h2
{
    max-width: 320px;

    color: #00a45d;
}
.wrap-support-one .support-one .title p
{
    font-size: 40px;

    margin: 20px 0 0 0;

    color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-support-one .support-one .title p
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-support-one .support-one .title p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-one .support-one .title p
    {
        font-size: 20px;
    }
}
.wrap-support-one .support-one .text
{
    margin-top: 20px;
}
.wrap-support-one .support-one .text p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-support-one .support-one .text p
    {
        font-size: 16px;
    }
}
.wrap-support-one .support-one .link
{
    margin-top: 50px;
}
.wrap-support-one .support-one .link a
{
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;
    padding: 15px 30px;

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

    border: 1px solid #35ee82;
    border-radius: 50px;
    background-color: #00a427;
    box-shadow: 0 0 20px rgba(0, 255, 114, .9);
}
@media (max-width: 1470px)
{
    .wrap-support-one .support-one .link a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-one .support-one .link a
    {
        font-size: 18px;

        padding: 10px 20px;
    }
}
.wrap-support-one .support-one .link a:hover
{
    background-color: #00a45d;
}
.wrap-support-two
{
    padding-top: 0;
}
@media (min-width: 1200px)
{
    .wrap-support-two
    {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }
}
.wrap-support-two .support-two-top
{
    max-width: 600px;
    padding: 30px 0 10px 30px;

    color: #fff;
    background-color: #009956;
}
@media (max-width: 991px)
{
    .wrap-support-two .support-two-top
    {
        max-width: 500px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-two .support-two-top
    {
        padding: 20px 0 10px 10px;
    }
}
.wrap-support-two .support-two-top .list ul li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-support-two .support-two-top .list .item h3
{
    font-size: 90px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    vertical-align: bottom;
}
@media (max-width: 1470px)
{
    .wrap-support-two .support-two-top .list .item h3
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-support-two .support-two-top .list .item h3
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-two .support-two-top .list .item h3
    {
        font-size: 40px;
    }
}
.wrap-support-two .support-two-top .list .item p
{
    font-size: 20px;

    display: inline-block;

    margin: 0 0 6px 0;

    vertical-align: bottom;
}
@media (max-width: 1199px)
{
    .wrap-support-two .support-two-top .list .item p
    {
        font-size: 18px;
    }
}
.wrap-support-two .support-two-top .list .item p b
{
    font-size: 26px;
    font-weight: 500;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-support-two .support-two-top .list .item p b
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-support-two .support-two-top .list .item p b
    {
        font-size: 18px;
    }
}
.wrap-support-two .support-two-top .mask
{
    position: relative;

    margin-top: 10px;
    padding: 0 10px;
}
.wrap-support-two .support-two-top .mask:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 110%;
    height: 100%;

    content: '';

    background-color: #004828;
}
.wrap-support-two .support-two-top .mask p
{
    font-family: 'PangMenZhengDao';
    font-size: 30px;
    line-height: 50px;

    position: relative;
    z-index: 2;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-support-two .support-two-top .mask p
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-support-two .support-two-top .mask p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-two .support-two-top .mask p
    {
        font-size: 18px;
    }
}
.wrap-support-two .support-two
{
    font-size: 0;

    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-support-two .support-two
    {
        margin-top: 50px;
    }
}
.wrap-support-two .support-two .support-left,
.wrap-support-two .support-two .support-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-support-two .support-two .support-left
{
    width: 60%;
}
@media (max-width: 767px)
{
    .wrap-support-two .support-two .support-left
    {
        width: 100%;
    }
}
.wrap-support-two .support-two .support-left .slick-support
{
    margin: 0 -5px;
    margin-top: 40px;
}
.wrap-support-two .support-two .support-left .slick-support .slick-slide
{
    padding: 0 5px;
}
.wrap-support-two .support-two .support-left .item
{
    text-align: center;
}
.wrap-support-two .support-two .support-left .item .img-box
{
    padding-bottom: 85.36585366%;

    border: 1px solid #202020;
}
.wrap-support-two .support-two .support-left .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.wrap-support-two .support-two .support-right
{
    width: 40%;
    padding-left: 5%;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-support-two .support-two .support-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-support-two .support-two .support-right h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 767px)
{
    .wrap-support-two .support-two .support-right h3
    {
        font-size: 20px;
    }
}
.wrap-support-two .support-two .support-right .img
{
    margin-top: 20px;
}
.wrap-support-two .support-two .support-right .img img
{
    max-width: 100%;
}
.wrap-support-three
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrap-support-three .support-three
{
    max-width: 600px;
}
@media (max-width: 991px)
{
    .wrap-support-three .support-three
    {
        max-width: 500px;
    }
}
.wrap-support-three .support-three .title
{
    text-align: left;
}
.wrap-support-three .support-three .title h2
{
    font-family: Impact, Arial, Helvetica, sans-serif;
}
.wrap-support-three .support-three .number
{
    margin-top: 20px;
}
.wrap-support-three .support-three .number ul
{
    margin: 0 -10px;
}
.wrap-support-three .support-three .number ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-support-three .support-three .number ul li:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 1px;
    height: 70%;

    content: '';

    background-color: #222327;
}
.wrap-support-three .support-three .number ul li:last-child:after
{
    display: none;
}
.wrap-support-three .support-three .number .item
{
    padding: 0 10px;
}
.wrap-support-three .support-three .number .item h3
{
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 38px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-support-three .support-three .number .item h3
    {
        font-size: 30px;
    }
}
.wrap-support-three .support-three .number .item h3 sub
{
    font-size: 12px;
}
.wrap-support-three .support-three .number .item p
{
    font-size: 12px;
    line-height: 20px;

    margin: 0;
}
.wrap-support-three .support-three .text
{
    margin-top: 30px;
}
.wrap-support-three .support-three .text p
{
    font-size: 14px;
    line-height: 22px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-support-three .support-three .text p
    {
        font-size: 16px;
    }
}
.wrap-support-three .support-three .text img
{
    max-width: 100%;
}
.wrap-support-three .support-three .text img:nth-child(1)
{
    margin-right: 40px;
}
.wrap-support-four
{
    padding: 100px 0 480px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-support-four
    {
        padding: 80px 0 200px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-four
    {
        padding: 20px 0 100px;
    }
}
.wrap-support-four .title
{
    text-align: left;
}
.wrap-support-four .title h2
{
    max-width: 320px;
}
.wrap-support-four .title p
{
    font-size: 40px;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-support-four .title p
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-support-four .title p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-four .title p
    {
        font-size: 20px;
    }
}
.wrap-support-four .text
{
    max-width: 600px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-support-four .text
    {
        max-width: 500px;
    }
}
@media (max-width: 767px)
{
    .wrap-support-four .text
    {
        margin-top: 14px;
    }
}
.wrap-support-four .text p
{
    font-size: 20px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-support-four .text p
    {
        font-size: 16px;
    }
}
.wrap-keyprinciple-one
{
    padding: 140px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-keyprinciple-one
    {
        padding: 80px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-one
    {
        padding: 50px 0;
    }
}
.wrap-keyprinciple-one .title:after
{
    display: block;

    width: 80px;
    height: 7px;
    margin: 0 auto;
    margin-top: 30px;

    content: '';

    background-color: #02a1f9;
}
.wrap-keyprinciple-one .title h2,
.wrap-keyprinciple-one .title p
{
    color: #fff;
}
.wrap-keyprinciple-one .title p
{
    font-size: 20px;
}
.wrap-keyprinciple-one .keyprinciple-one
{
    margin-top: 120px;
}
@media (max-width: 991px)
{
    .wrap-keyprinciple-one .keyprinciple-one
    {
        margin-top: 40px;
    }
}
.wrap-keyprinciple-one .keyprinciple-one ul
{
    margin: 0 -5px;
}
.wrap-keyprinciple-one .keyprinciple-one ul li
{
    padding: 0 5px;
}
.wrap-keyprinciple-one .keyprinciple-one .item
{
    padding: 30px;

    border-radius: 20px;
    background-color: rgba(255, 255, 255, .41);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-keyprinciple-one .keyprinciple-one .item
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-one .keyprinciple-one .item
    {
        padding: 20px 10px;
    }
}
.wrap-keyprinciple-one .keyprinciple-one .item p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-one .keyprinciple-one .item p
    {
        font-size: 16px;
    }
}
.wrap-keyprinciple-one .keyprinciple-one .item h3
{
    font-family: 'PangMenZhengDao';
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-one .keyprinciple-one .item h3
    {
        font-size: 20px;
    }
}
.wrap-keyprinciple-two
{
    padding: 140px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-keyprinciple-two
    {
        padding: 80px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-two
    {
        padding: 50px 0;
    }
}
.wrap-keyprinciple-two .keyprinciple-two .item
{
    overflow: hidden;

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

    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-keyprinciple-two .keyprinciple-two .item
    {
        margin: 10px 0;
    }
}
.wrap-keyprinciple-two .keyprinciple-two .item .text
{
    padding: 30px 30px 60px 30px;
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-two .keyprinciple-two .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-keyprinciple-two .keyprinciple-two .item .text p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-two .keyprinciple-two .item .text p
    {
        font-size: 16px;
    }
}
.wrap-keyprinciple-two .keyprinciple-two .item .text h3
{
    font-family: 'PangMenZhengDao';
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-keyprinciple-two .keyprinciple-two .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-keyprinciple-two .keyprinciple-two .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-brands-top
{
    padding: 150px 0 220px;

    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-brands-top
    {
        padding: 100px 0 120px;
    }
}
.wrap-brands-top .title h2,
.wrap-brands-top .title p
{
    color: #fff;
}
.wrap-brands-top .title h2
{
    text-transform: capitalize;
}
.wrap-brands-top .brands-top
{
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-brands-top .brands-top
    {
        margin-top: 30px;
    }
}
.wrap-brands-top .brands-top ul
{
    font-size: 0;
}
.wrap-brands-top .brands-top ul li
{
    display: inline-block;

    width: 100%;
    max-width: 270px;
    padding: 0 5px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-brands-top .brands-top ul li
    {
        max-width: 33.33333%;
    }
}
.wrap-brands-top .brands-top .item
{
    display: block;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-brands-top .brands-top .item .img-box
{
    padding-bottom: 115.38461538%;
}
.wrap-brands-top .brands-top .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-brands
{
    padding: 80px 0;
	background: url(../images/brands_bg.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-brands
    {
        padding: 60px 0;
    }
}
.wrap-brands .title:after
{
    display: inline-block;

    width: 80px;
    height: 7px;
    margin-top: 20px;

    content: '';

    background-color: #00a45d;
}
@media (max-width: 767px)
{
    .wrap-brands .title:after
    {
        width: 40px;
        height: 4px;
    }
}
.wrap-brands .title h2
{
    text-transform: capitalize;
}
.wrap-brands .brands
{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-brands .brands
    {
        margin-top: 30px;
    }
}
.wrap-brands .brands .item
{
    font-size: 0;

    display: block;

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

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

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-brands .brands .item
    {
        margin-top: 14px;
    }
}
.wrap-brands .brands .item .item-left,
.wrap-brands .brands .item .item-right
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    border-radius: 10px;
}
.wrap-brands .brands .item .item-left
{
    width: -webkit-calc(39% - 10px);
    width:         calc(39% - 10px);
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-brands .brands .item .item-left
    {
        width: -webkit-calc(40% - 10px);
        width:         calc(40% - 10px);
    }
}
.wrap-brands .brands .item .item-left .img-box
{
    padding-bottom: 86.66666667%;
}
.wrap-brands .brands .item .item-right
{
    width: 61%;
}
@media (max-width: 767px)
{
    .wrap-brands .brands .item .item-right
    {
        width: 60%;
    }
}
.wrap-brands .brands .item .item-right .img-box
{
    padding-bottom: 54.16666667%;
}
.wrap-brands .brands .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-brands-common
{
    padding: 0;

    background-color: #f7f8f8;
}
.wrap-brands-common .brands-common
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-brands-common .brands-common
    {
        padding: 60px 0;
    }
}
.wrap-brands-common .brands-common .title-brands-common
{
    padding: 0 50px 30px 50px;

    border-bottom: 1px solid #a0a0a0;
}
@media (max-width: 767px)
{
    .wrap-brands-common .brands-common .title-brands-common
    {
        padding: 0 10px 10px 10px;
    }
}
.wrap-brands-common .brands-common .title-brands-common h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-brands-common .brands-common .title-brands-common h2
    {
        font-size: 30px;
    }
}
.wrap-brands-common .brands-common .title-brands-common h2 a
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

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

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

    color: #00a45d;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.wrap-brands-common .brands-common .title-brands-common h2 a:hover
{
    color: #fff;
    background-color: #00a45d;
}
.wrap-brands-common .brands-common .title-brands-common .mask
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-brands-common .brands-common .title-brands-common .mask
    {
        margin-top: 10px;
    }
}
.wrap-brands-common .brands-common .title-brands-common .mask p
{
    font-size: 18px;
    line-height: 24px;

    display: inline-block;

    margin: 10px 0 0 0;
    padding: 10px 30px;

    color: #fff;
    border-radius: 30px;
    background-color: #084087;
}
@media (max-width: 767px)
{
    .wrap-brands-common .brands-common .title-brands-common .mask p
    {
        font-size: 16px;
    }
}
.wrap-brands-common .brands-common .title-brands-common .mask-skew p
{
    font-size: 14px;

    margin-right: 5px;
    padding: 5px 20px;

    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);

    color: #00a45d;
    border: 1px solid #00a45d;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-brands-common .brands-common .title-brands-common .mask-skew p
    {
        margin-right: 2px;
        padding: 5px 10px;
    }
}
.wrap-brands-common .brands-common .title-brands-common .mask-skew p span
{
    display: inline-block;

    -webkit-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
            transform: skewX(30deg);
}
.wrap-brands-common .brands-common .text
{
    margin-top: 40px;
    padding: 0 50px;
}
@media (max-width: 767px)
{
    .wrap-brands-common .brands-common .text
    {
        padding: 0 10px;
    }
}
.wrap-brands-common .brands-common .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-brands-common .brands-common .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-brands-common .brands-common .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-brands-common .brands-common .brands-more
{
    margin-top: 40px;

    text-align: center;
}
.wrap-brands-common .brands-common .brands-more a
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    padding: 0 70px;

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

    color: #00a45d;
    border: 1px solid #00a45d;
    border-radius: 6px;
}
.wrap-brands-common .brands-common .brands-more a:hover
{
    color: #fff;
    background-color: #00a45d;
}
.wrap-brands-common .brands-common .brands-more.blue a
{
    color: #083f84;
    border-color: #083f84;
}
.wrap-brands-common .brands-common .brands-more.blue a:hover
{
    color: #fff;
    background-color: #083f84;
}
.wrap-brands-common .brands-common.blue .title-brands-common h2 a
{
    color: #083f84;
}
.wrap-brands-common .brands-common.blue .title-brands-common h2 a:hover
{
    color: #fff;
    background-color: #083f84;
}
.wrap-brands-greentrac .brands-common
{
    background-image: url(../images/greentrac_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.wrap-brands-greentrac .brands-germany
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-germany
    {
        margin-top: 30px;
    }
}
.wrap-brands-greentrac .brands-germany img
{
    max-width: 100%;
}
.wrap-brands-greentrac .brands-product
{
    padding: 30px 50px;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product
    {
        padding: 30px 10px;
    }
}
.wrap-brands-greentrac .brands-product .title-brands-product
{
    text-align: center;

    color: #00a45d;
}
.wrap-brands-greentrac .brands-product .title-brands-product h2
{
    font-size: 36px;

    margin: 0;

    text-transform: capitalize;

    color: #00a45d;
}
@media (max-width: 1199px)
{
    .wrap-brands-greentrac .brands-product .title-brands-product h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .title-brands-product h2
    {
        font-size: 24px;
    }
}
.wrap-brands-greentrac .brands-product .product-tyre
{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-tyre
    {
        margin-top: 20px;
    }
}
.wrap-brands-greentrac .brands-product .product-tyre &gt; ul
{
    font-size: 0;

    margin: 0 -12px;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-tyre &gt; ul
    {
        margin: 0 -5px;
    }
}
.wrap-brands-greentrac .brands-product .product-tyre &gt; ul &gt; li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 12px;
	margin-top: 10px;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-tyre &gt; ul &gt; li
    {
        padding: 0 5px;
		width: 50%;
    }
}
.wrap-brands-greentrac .brands-product .product-tyre &gt; ul &gt; li.active .item
{
    border-color: #00a45d;
    box-shadow: inset 0 0 10px 0 rgba(0, 164, 93, .1);
}
.wrap-brands-greentrac .brands-product .product-tyre .item
{
    padding: 30px 15%;

    cursor: pointer;

    border: 2px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-tyre .item
    {
        padding: 20px 10px;
    }
}
.wrap-brands-greentrac .brands-product .product-tyre .item img
{
	width: 100%;
    max-width: 130px;
}
.wrap-brands-greentrac .brands-product .product-tyre .item p
{
    font-size: 18px;
    line-height: 24px;

    height: 48px;
    margin: 10px 0 0 0;

    color: #00a45d;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-tyre .item p
    {
        font-size: 16px;
    }
}
.wrap-brands-greentrac .brands-product .product-list
{
    margin-top: 30px;
}
.wrap-brands-greentrac .brands-product .product-list ul
{
    font-size: 0;

    margin: 0;
}
.wrap-brands-greentrac .brands-product .product-list ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .wrap-brands-greentrac .brands-product .product-list ul li
    {
        width: 14.28571429%;
    }
}
.wrap-brands-greentrac .brands-product .product-list .item
{
    position: relative;

    display: block;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image:         linear-gradient(#fff, #f1f1f1);
}
.wrap-brands-greentrac .brands-product .product-list .item .pic
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-brands-greentrac .brands-product .product-list .item .pic .img-box
{
    padding-bottom: 176%;
}
.wrap-brands-greentrac .brands-product .product-list .item .mask
{
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 170, 116, .8);
}
@media (max-width: 1199px)
{
    .wrap-brands-greentrac .brands-product .product-list .item .mask
    {
        top: auto;
        bottom: 0;

        opacity: 1;
    }
}
.wrap-brands-greentrac .brands-product .product-list .item .mask h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-list .item .mask h3
    {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-brands-greentrac .brands-product .product-list .item .mask p
{
    font-size: 12px;
    line-height: 16px;

    display: inline-block;

    width: 80px;
    height: 16px;

    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);

    color: #fff;
    background-color: #1b1b1b;
    background-color: #000;
}
.wrap-brands-greentrac .brands-product .product-list .item .mask p span
{
    display: inline-block;

    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
}
@media (min-width: 1200px)
{
    .wrap-brands-greentrac .brands-product .product-list .item:hover .pic
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .wrap-brands-greentrac .brands-product .product-list .item:hover .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.wrap-brands-greentrac .brands-product .product-list-commercial
{
    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial
    {
        text-align: left;
    }
}
.wrap-brands-greentrac .brands-product .product-list-commercial ul
{
    margin: 0;
}
.wrap-brands-greentrac .brands-product .product-list-commercial ul li
{
    padding: 0;
}
@media (min-width: 1200px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial ul li
    {
        width: 20%;
    }
}
.wrap-brands-greentrac .brands-product .product-list-commercial .item .mask h3
{
    font-size: 26px;
    line-height: 40px;

    height: 40px;
}
@media (max-width: 1199px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial .item .mask h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial .item .mask h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial .item .mask h3
    {
        font-size: 14px;
    }
}
.wrap-brands-greentrac .brands-product .product-list-commercial .item .mask p
{
    font-size: 18px;
    line-height: 24px;

    width: 120px;
    height: 24px;
}
@media (max-width: 1199px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial .item .mask p
    {
        font-size: 16px;

        width: 100px;
    }
}
@media (max-width: 991px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial .item .mask p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-greentrac .brands-product .product-list-commercial .item .mask p
    {
        font-size: 12px;
    }
}
.wrap-brands-neoterra
{
    background: url(../images/neoterra_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-brands-neoterra .brands-neoterra .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-brands-neoterra .brands-neoterra .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-brands-neoterra .brands-neoterra .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-brands-neoterra .brands-product ul
{
    font-size: 0;

    text-align: center;
}
.wrap-brands-neoterra .brands-product ul li
{
    font-size: 14px;
    font-size: 0;

    display: inline-block;

    width: 50%;
    margin-top: 50px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-brands-neoterra .brands-product ul li
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-brands-neoterra .brands-product ul li:nth-child(3)
{
    width: 100%;
}
.wrap-brands-neoterra .brands-product ul li:nth-child(1) .item-title:after
{
    display: none;
}
.wrap-brands-neoterra .brands-product ul li:nth-child(2) .item-title:before
{
    display: none;
}
.wrap-brands-neoterra .brands-product ul li:nth-child(1){
	text-align: right;
}
.wrap-brands-neoterra .brands-product ul li:nth-child(1) .item-title{
	padding-right: 20%;
}
.wrap-brands-neoterra .brands-product ul li:nth-child(2){
	text-align: left;
}
.wrap-brands-neoterra .brands-product ul li:nth-child(2) .item-title{
	padding-left: 18%;
}
@media(max-width:767px){
	.wrap-brands-neoterra .brands-product ul li:nth-child(1),
	.wrap-brands-neoterra .brands-product ul li:nth-child(2){
		text-align: center;
	}
	.wrap-brands-neoterra .brands-product ul li .item-title{
		padding: 0%;
	}
}
.wrap-brands-neoterra .brands-product .item
{
    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: bottom;
}
@media (max-width: 767px)
{
    .wrap-brands-neoterra .brands-product .item
    {
        width: 50%;
    }
}
.wrap-brands-neoterra .brands-product .item img
{
    max-width: 100%;
    max-height: 150px;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-brands-neoterra .brands-product .item:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-brands-neoterra .brands-product .item-title
{
    position: relative;

    margin-top: 6px;

    background-color: #fff;
    background-color: #084087;
}
.wrap-brands-neoterra .brands-product .item-title:before,
.wrap-brands-neoterra .brands-product .item-title:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 15%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#084087));
    background-image: -webkit-linear-gradient(left, #fff, #084087);
    background-image:         linear-gradient(90deg, #fff, #084087);
}
.wrap-brands-neoterra .brands-product .item-title:after
{
    right: 0;
    left: auto;

    background-image: -webkit-gradient(linear, left top, right top, from(#084087), to(#fff));
    background-image: -webkit-linear-gradient(left, #084087, #fff);
    background-image:         linear-gradient(90deg, #084087, #fff);
}
.wrap-brands-neoterra .brands-product .item-title h3
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-brands-neoterra .brands-product .item-title h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-brands-neoterra .brands-product .item-title h3
    {
        font-size: 16px;
    }
}
.wrap-brands-keter
{
    background: url(../images/keter_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-brands-keter .brands-common .title-brands-common .mask p
{
    background-color: #00a45d;
}
.wrap-brands-keter .brands-common .title-brands-common .mask p:nth-child(1)
{
    background-color: #00479d;
}
.wrap-brands-keter .brands-keter .text
{
    margin-top: 40px;
    padding: 0 50px;
}
@media (max-width: 767px)
{
    .wrap-brands-keter .brands-keter .text
    {
        padding: 0 10px;
    }
}
.wrap-brands-keter .brands-keter .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-brands-keter .brands-keter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-brands-keter .brands-keter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-brands-keter .brands-product ul
{
    font-size: 0;

    text-align: center;
}
.wrap-brands-keter .brands-product ul li
{
    font-size: 14px;
    font-size: 0;

    display: inline-block;

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

    vertical-align: top;
}
.wrap-brands-keter .brands-product ul li:nth-child(2){
	text-align: right;
}
.wrap-brands-keter .brands-product ul li:nth-child(3){
	text-align: left;
}
@media(min-width:992px){
	.wrap-brands-keter .brands-product ul li:nth-child(2) .item-title{
		padding-right: 30%;
	}
	.wrap-brands-keter .brands-product ul li:nth-child(3) .item-title{
		padding-left: 24%;
	}
}

@media (max-width: 991px)
{
    .wrap-brands-keter .brands-product ul li
    {
        width: 100%;
        margin-top: 30px;
		text-align: center;
    }
}
.wrap-brands-keter .brands-product ul li:nth-child(1) .item-title
{
    background-color: #084087;
}
.wrap-brands-keter .brands-product ul li:nth-child(1) .item-title:before,
.wrap-brands-keter .brands-product ul li:nth-child(1) .item-title:after
{
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#084087));
    background-image: -webkit-linear-gradient(left, #fff, #084087);
    background-image:         linear-gradient(90deg, #fff, #084087);
}
.wrap-brands-keter .brands-product ul li:nth-child(1) .item-title:after
{
    background-image: -webkit-gradient(linear, left top, right top, from(#084087), to(#fff));
    background-image: -webkit-linear-gradient(left, #084087, #fff);
    background-image:         linear-gradient(90deg, #084087, #fff);
}
.wrap-brands-keter .brands-product ul li:nth-child(2),
.wrap-brands-keter .brands-product ul li:nth-child(3)
{
    width: 50%;
}
@media (max-width: 1199px)
{
    .wrap-brands-keter .brands-product ul li:nth-child(2),
    .wrap-brands-keter .brands-product ul li:nth-child(3)
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .wrap-brands-keter .brands-product ul li:nth-child(2) .item-title:after
    {
        display: none;
    }
    .wrap-brands-keter .brands-product ul li:nth-child(3) .item-title:before
    {
        display: none;
    }
}
.wrap-brands-keter .brands-product .item
{
    display: inline-block;

    margin-left: -30px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: bottom;
}
@media (max-width: 767px)
{
    .wrap-brands-keter .brands-product .item
    {
        width: 50%;
    }
}
.wrap-brands-keter .brands-product .item img
{
    max-width: 100%;
    max-height: 150px;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-brands-keter .brands-product .item:hover
{
    position: relative;
    z-index: 2;
}
.wrap-brands-keter .brands-product .item:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-brands-keter .brands-product .item-title
{
    position: relative;
    z-index: 3;

    margin-top: 6px;

    background-color: #fff;
    background-color: #00a45d;
}
.wrap-brands-keter .brands-product .item-title:before,
.wrap-brands-keter .brands-product .item-title:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 15%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#00a45d));
    background-image: -webkit-linear-gradient(left, #fff, #00a45d);
    background-image:         linear-gradient(90deg, #fff, #00a45d);
}
.wrap-brands-keter .brands-product .item-title:after
{
    right: 0;
    left: auto;

    background-image: -webkit-gradient(linear, left top, right top, from(#00a45d), to(#fff));
    background-image: -webkit-linear-gradient(left, #00a45d, #fff);
    background-image:         linear-gradient(90deg, #00a45d, #fff);
}
.wrap-brands-keter .brands-product .item-title h3
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-brands-keter .brands-product .item-title h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-brands-keter .brands-product .item-title h3
    {
        font-size: 16px;
    }
}
.wrap-brands-new
{
    background: url(../images/brands_new_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-brands-new .banner-newtxt
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-brands-new .banner-newtxt
    {
        left: 5%;
    }
}
.wrap-brands-new .banner-newtxt h3
{
    font-family: 'PangMenZhengDao', Arial, Helvetica, sans-serif;
    font-size: 40px;

    margin: 0;

    color: #00a45d;
}
@media (max-width: 991px)
{
    .wrap-brands-new .banner-newtxt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-new .banner-newtxt h3
    {
        font-size: 24px;
    }
}
.wrap-brands-new .banner-newtxt p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-brands-new .banner-newtxt p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-new .banner-newtxt p
    {
        font-size: 16px;
    }
}
.wrap-brands-new .brands-new
{
    padding-bottom: 80px;

    background-color: #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-brands-new .brands-new .list
{
    padding: 50px 5% 0;
}
@media (max-width: 767px)
{
    .wrap-brands-new .brands-new .list
    {
        padding: 30px 10px;
    }
}
.wrap-brands-new .brands-new .list ul
{
    margin: 0 -26px;
}
@media (max-width: 767px)
{
    .wrap-brands-new .brands-new .list ul
    {
        margin: 0 -15px;
    }
}
.wrap-brands-new .brands-new .list ul li
{
    padding: 0 26px;
}
@media (max-width: 767px)
{
    .wrap-brands-new .brands-new .list ul li
    {
        padding: 0 15px;
    }
}
.wrap-brands-new .brands-new .list .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-brands-new .brands-new .list .item
    {
        margin-top: 10px;
    }
}
.wrap-brands-new .brands-new .list .item .pic-box
{
    border: 1px solid #c0c0c0;
}
.wrap-brands-new .brands-new .list .item .pic
{
    position: relative;
}
.wrap-brands-new .brands-new .list .item .pic .img-box
{
    padding-bottom: 110.34482759%;
}
.wrap-brands-new .brands-new .list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-brands-new .brands-new .list .item .pic .mask
{
    font-family: Arial, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;

    position: absolute;
    z-index: 2;
    top: 20px;
    right: -30px;

    display: inline-block;

    width: 100px;

    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #00a45d;
}
@media (max-width: 767px)
{
    .wrap-brands-new .brands-new .list .item .pic .mask
    {
        font-size: 14px;
        line-height: 30px;

        top: 10px;
        right: -10px;

        width: 80px;
        height: 30px;
    }
}
.wrap-brands-new .brands-new .list .item .pic .mask span
{
    display: inline-block;
}
.wrap-brands-new .brands-new .list .item .brands-logo
{
    background-color: #eee;
}
.wrap-brands-new .brands-new .list .item .brands-logo .img-box
{
    padding-bottom: 20.90909091%;
}
.wrap-brands-new .brands-new .list .item .title-brands
{
    margin-top: 10px;
}
.wrap-brands-new .brands-new .list .item .title-brands p
{
    font-size: 20px;
    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: 991px)
{
    .wrap-brands-new .brands-new .list .item .title-brands p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-new .brands-new .list .item .title-brands p
    {
        font-size: 16px;
    }
}
.wrap-brands-new .brands-new .list .item:hover .pic-box
{
    border-color: #00a45d;
}
.wrap-brands-new .brands-new .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-brands-new .brands-new .list .item:hover .title-brands
{
    text-decoration: underline;

    color: #00a45d;
}
.wrap-brands-new-show
{
    background: url(../images/brands_new_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-brands-new-show .banner-newtxt
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .banner-newtxt
    {
        left: 5%;
    }
}
.wrap-brands-new-show .banner-newtxt h3
{
    font-family: 'PangMenZhengDao', Arial, Helvetica, sans-serif;
    font-size: 40px;

    margin: 0;

    color: #00a45d;
}
@media (max-width: 991px)
{
    .wrap-brands-new-show .banner-newtxt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .banner-newtxt h3
    {
        font-size: 24px;
    }
}
.wrap-brands-new-show .banner-newtxt p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-brands-new-show .banner-newtxt p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .banner-newtxt p
    {
        font-size: 16px;
    }
}
.wrap-brands-new-show .brands-new-show
{
    padding-bottom: 80px;

    background-color: #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-brands-new-show .brands-new-show .new-show
{
    padding: 0 5%;
}
.wrap-brands-new-show .brands-new-show .new-show .img-box
{
    padding-bottom: 110.34482759%;
}
.wrap-brands-new-show .brands-new-show .new-show-right
{
    padding-top: 50px;
}
.wrap-brands-new-show .brands-new-show .new-show-right .title-new-show h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .brands-new-show .new-show-right .title-new-show h1
    {
        font-size: 24px;
    }
}
.wrap-brands-new-show .brands-new-show .new-show-right .text
{
    line-height: 24px;

    margin-top: 20px;
}
.wrap-brands-new-show .brands-new-show .new-show-right .text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .brands-new-show .new-show-right .text p
    {
        font-size: 14px;
    }
}
.wrap-brands-new-show .brands-new-show .new-show-right .mask
{
    font-family: Arial, serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 42px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;

    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #00a45d;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .brands-new-show .new-show-right .mask
    {
        font-size: 18px;
    }
}
.wrap-brands-new-show .brands-new-show .new-show-right .mask span
{
    display: inline-block;
}
.wrap-brands-new-show .brands-new-show .slick-new-show-nav
{
    width: 260px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .brands-new-show .slick-new-show-nav
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-brands-new-show .brands-new-show .slick-new-show-nav .slick-slide
{
    padding: 0 6px;
}
.wrap-brands-new-show .brands-new-show .slick-new-show-nav .item
{
    border: 1px solid #c0c0c0;
}
.wrap-brands-new-show .brands-new-show .slick-new-show-nav .slick-arrow
{
    font-size: 18px;
}
.wrap-brands-new-show .brands-new-show .slick-new-show-nav .slick-current .item
{
    border-color: #00a45d;
}
.wrap-brands-new-show .parameter
{
    padding: 50px 30px;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .parameter
    {
        padding: 30px 10px;
    }
}
.wrap-brands-new-show .parameter .table-box
{
    overflow-x: auto;
}
.wrap-brands-new-show .parameter table
{
    width: 100%;
}
.wrap-brands-new-show .parameter table tr
{
    background-color: #fff;
}
.wrap-brands-new-show .parameter table tr:nth-child(2n+1)
{
    background-color: #efefef;
}
.wrap-brands-new-show .parameter table td,
.wrap-brands-new-show .parameter table th
{
    font-size: 16px;
    line-height: 24px;

    padding: 10px;
}
@media (max-width: 767px)
{
    .wrap-brands-new-show .parameter table td,
    .wrap-brands-new-show .parameter table th
    {
        font-size: 14px;
    }
}
.wrap-download
{
    padding-top: 30px;
    padding-bottom: 0;

    background: url(../images/download_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-download .download-nav
{
    text-align: center;
}
.wrap-download .download-nav &gt; ul
{
    margin: 0 -15px;
}
.wrap-download .download-nav &gt; ul &gt; li
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
.wrap-download .download-nav &gt; ul &gt; li &gt; a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 40px;

    border: 1px solid #000;
    border-radius: 30px;
    background-color: #fff;
}
.wrap-download .download-nav &gt; ul &gt; li.active &gt; a,
.wrap-download .download-nav &gt; ul &gt; li:hover &gt; a
{
    color: #fff;
    border-color: #00a45d;
    background-color: #00a45d;
}
.wrap-download .download-category
{
    margin-top: 30px;
    padding: 30px 15px 50px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-download .download-category
    {
        padding: 20px 10px 30px;
    }
}
.wrap-download .download
{
    max-width: 840px;
    margin: 50px auto;
}
@media (max-width: 767px)
{
    .wrap-download .download
    {
        margin: 30px auto;
    }
}
.wrap-download .download .title-download
{
    padding-bottom: 6px;

    color: #00a45d;
    border-bottom: 3px solid #00a45d;
}
.wrap-download .download .title-download h2
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-download .download .title-download h2
    {
        font-size: 18px;
    }
}
.wrap-download .download .list ul
{
    margin: 0 -12px;
}
.wrap-download .download .list ul li
{
    padding: 0 12px;
}
.wrap-download .download .item
{
    margin-top: 40px;
    padding: 16px;

    text-align: center;

    background-color: #efefef;
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        margin-top: 20px;
        padding: 6px;
    }
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    margin-top: 10px;
}
.wrap-download .download .item .note h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-download .download .item .note .down
{
    font-size: 12px;
    line-height: 20px;

    display: inline-block;

    margin: 4px 0 0 0;

    color: #727272;
}
.wrap-download .download .item .note .down .icon
{
    margin-right: 4px;
}
.wrap-download .download .item .note .down:hover
{
    text-decoration: underline;
}
.wrap-download .download .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .note .down
{
    color: #00a45d;
}
.wrap-download .download.blue .title-download
{
    border-bottom-color: #268bcc;
}
.wrap-download .download.blue .title-download h2
{
    color: #094087;
}
.wrap-download .download.blue .item:hover .note .down
{
    color: #02a1f9;
}
.wrap-download-cares .download .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-marketing
{
    padding: 40px 0 0 0;

    background: url(../images/marketing_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-marketing .marketing-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 20px;

    border: 1px solid #00a45d;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
}
@media (max-width: 767px)
{
    .wrap-marketing .marketing-nav
    {
        display: block;
    }
}
.wrap-marketing .marketing-nav h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    width: 300px;
    margin: 0;
    padding: 15px;

    text-align: center;

    color: #fff;
    background-color: #00a45d;
}
@media (max-width: 991px)
{
    .wrap-marketing .marketing-nav h3
    {
        font-size: 20px;

        width: 200px;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing .marketing-nav h3
    {
        font-size: 18px;

        width: 100%;
        padding: 10px;
    }
}
.wrap-marketing .marketing-nav ul
{
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .wrap-marketing .marketing-nav ul
    {
        padding: 0;
    }
}
.wrap-marketing .marketing-nav ul li
{
    display: inline-block;

    padding: 15px 0;

    vertical-align: top;
}
.wrap-marketing .marketing-nav ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 28px;
}
@media (max-width: 991px)
{
    .wrap-marketing .marketing-nav ul li a
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing .marketing-nav ul li a
    {
        padding: 0 10px;
    }
}
.wrap-marketing .marketing-nav ul li.active a
{
    font-weight: bold;

    text-decoration: underline;

    color: #00a45d;
}
.wrap-marketing-exhibition .marketing-exhibition
{
    padding: 80px 6%;

    background: url(../images/marketing_center_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-marketing-exhibition .marketing-exhibition img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-marketing-exhibition .marketing-exhibition .title-exhibition
    {
        width: 50%;
    }
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition-luntai
{
    margin-top: -160px;
    margin-right: -15%;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-marketing-exhibition .marketing-exhibition .exhibition-luntai img
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing-exhibition .marketing-exhibition .exhibition-luntai
    {
        margin-top: -40px;
        margin-right: -15%;
    }
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition-brand
{
    margin-top: -240px;
}
@media (max-width: 991px)
{
    .wrap-marketing-exhibition .marketing-exhibition .exhibition-brand img
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing-exhibition .marketing-exhibition .exhibition-brand
    {
        margin-top: -80px;
    }
    .wrap-marketing-exhibition .marketing-exhibition .exhibition-brand img
    {
        width: 70%;
    }
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition
{
    margin-top: 30px;

    border-top: 1px solid #00a45d;
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

    border-radius: 0 50px 0 0;
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition .item .img-box
{
    padding-bottom: 67.56756757%;
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-marketing-exhibition .marketing-exhibition .exhibition .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-marketing-customize .marketing-customize
{
    background: url(../images/customize_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-marketing-customize .customize-top img
{
    width: 100%;
}
.wrap-marketing-customize .customize
{
    font-size: 0;

    padding: 100px 30px;
}
@media (max-width: 767px)
{
    .wrap-marketing-customize .customize
    {
        padding: 50px 10px;
    }
}
.wrap-marketing-customize .customize .customize-left,
.wrap-marketing-customize .customize .customize-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-marketing-customize .customize .customize-left
{
    width: 310px;
}
@media (max-width: 991px)
{
    .wrap-marketing-customize .customize .customize-left
    {
        width: 260px;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing-customize .customize .customize-left
    {
        width: 100%;
    }
}
.wrap-marketing-customize .customize .customize-left img
{
    width: 100%;
}
.wrap-marketing-customize .customize .customize-left .pic
{
    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-marketing-customize .customize .customize-left .pic-radius
{
    border-radius: 30px 0 0 0;
}
.wrap-marketing-customize .customize .customize-right
{
    width: -webkit-calc(100% - 310px);
    width:         calc(100% - 310px);
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-marketing-customize .customize .customize-right
    {
        width: -webkit-calc(100% - 260px);
        width:         calc(100% - 260px);
    }
}
@media (max-width: 767px)
{
    .wrap-marketing-customize .customize .customize-right
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-marketing-customize .customize .customize-right .title-customize
{
    padding-left: 30px;
}
.wrap-marketing-customize .customize .customize-right .title-customize h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #01936d;
}
@media (max-width: 1199px)
{
    .wrap-marketing-customize .customize .customize-right .title-customize h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-marketing-customize .customize .customize-right .title-customize h2
    {
        font-size: 30px;
    }
}
.wrap-marketing-customize .customize .customize-right .title-customize h2 span
{
    display: block;

    color: #056e63;
}
.wrap-marketing-customize .customize .customize-right .title-customize h3
{
    font-size: 18px;
    line-height: 32px;

    position: relative;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #000;
}
.wrap-marketing-customize .customize .customize-right .title-customize h3:before
{
    font-family: 'iconfont' !important;

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

    content: '\f1e8';

    color: #ffc000;
}
.wrap-marketing-customize .customize .customize-right .text
{
    font-size: 16px;
    line-height: 26px;

    padding: 40px 0 40px 30px;
}
@media (max-width: 767px)
{
    .wrap-marketing-customize .customize .customize-right .text
    {
        font-size: 14px;

        padding: 30px 0 30px 30px;
    }
}
.wrap-marketing-customize .customize .customize-right .text .note
{
    font-size: 0;
}
.wrap-marketing-customize .customize .customize-right .text .note span
{
    font-size: 16px;

    display: inline-block;

    width: 80px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-marketing-customize .customize .customize-right .text .note span
    {
        font-size: 14px;
    }
}
.wrap-marketing-customize .customize .customize-right .text .note ul
{
    font-size: 16px;

    display: inline-block;

    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
    padding-left: 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-marketing-customize .customize .customize-right .text .note ul
    {
        font-size: 14px;
    }
}
.wrap-marketing-customize .customize .customize-right .text .note ul li
{
    list-style: disc;
}
.wrap-marketing-customize .customize .customize-right .pic
{
    display: inline-block;
    overflow: hidden;

    margin-right: 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-marketing-customize .customize .customize-right .pic
    {
        float: left;

        width: 46%;
        margin-right: 0;
    }
}
.wrap-marketing-customize .customize .customize-right .pic img
{
    max-width: 100%;
}
.wrap-marketing-customize .customize .customize-right .pic-radius
{
    padding-left: 5px;

    border-radius: 0 30px 0 0;
}
@media (max-width: 991px)
{
    .wrap-marketing-customize .customize .customize-right .pic-radius
    {
        width: 54%;
    }
}
.wrap-marketing-online
{
    padding-bottom: 0;
}
.wrap-marketing-online .marketing-online
{
    padding-bottom: 100px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-marketing-online .marketing-online
    {
        padding-bottom: 50px;
    }
}
.wrap-marketing-online .marketing-online .online-top
{
    position: relative;
}
.wrap-marketing-online .marketing-online .online-top img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-marketing-online .marketing-online .online-top img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.wrap-marketing-online .marketing-online .online-top .online-link
{
    position: absolute;
    z-index: 2;
    bottom: 30%;
    left: 20%;

    width: 100%;
    max-width: 200px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-marketing-online .marketing-online .online-top .online-link
    {
        max-width: 160px;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing-online .marketing-online .online-top .online-link
    {
        max-width: 100px;
    }
}
.wrap-marketing-online .marketing-online .online-top .online-link-2
{
    bottom: 40%;
    left: 50%;
}
.wrap-marketing-online .marketing-online .online-top .online-link-3
{
    left: 80%;
}
.wrap-marketing-online .marketing-online .online-top .online-link .pic
{
    overflow: hidden;

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

    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.wrap-marketing-online .marketing-online .online-top .online-link .pic .img-box
{
    padding-bottom: 65%;
}
@media (max-width: 767px)
{
    .wrap-marketing-online .marketing-online .online-top .online-link .pic .img-box img
    {
        width: 100%;
        margin: 0;
    }
}
.wrap-marketing-online .marketing-online .online-top .online-link .note
{
    position: relative;

    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-marketing-online .marketing-online .online-top .online-link .note:before
{
    font-family: 'iconfont' !important;

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

    content: '\f1e8';

    color: #ffc000;
}
.wrap-marketing-online .marketing-online .online-top .online-link .note p
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;

    color: #fff;
    border-radius: 6px;
    background-color: #2e2e2e;
}
@media (max-width: 991px)
{
    .wrap-marketing-online .marketing-online .online-top .online-link .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing-online .marketing-online .online-top .online-link .note p
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.wrap-marketing-online .marketing-online .online-top .online-link:hover .pic,
.wrap-marketing-online .marketing-online .online-top .online-link:hover .note
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-marketing-online .online
{
    position: relative;

    margin: 100px 0 0 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-marketing-online .online
    {
        margin-top: 50px;
    }
}
.wrap-marketing-online .online .pic-pos
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-marketing-online .online img
{
    max-width: 100%;
}
.wrap-service
{
    padding: 40px 0 0 0;

    background: url(../images/marketing_bg.jpg) no-repeat top center;
    background-size: cover;
}
.wrap-service .title-service h2
{
    font-size: 24px;
    line-height: 60px;

    display: inline-block;

    margin: 0;
    padding: 0 100px;

    color: #fff;
    background-color: #00a45d;
}
@media (max-width: 991px)
{
    .wrap-service .title-service h2
    {
        font-size: 20px;
        line-height: 50px;

        padding: 0 50px;
    }
}
.wrap-service .title-service h3
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-align: center;

    color: #00a45d;
}
@media (max-width: 991px)
{
    .wrap-service .title-service h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .title-service h3
    {
        font-size: 26px;
    }
}
.wrap-service .service
{
    margin-top: 20px;
    padding: 60px 0;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-service .service
    {
        padding-top: 30px;
    }
}
.wrap-service .service-top
{
    background: url(../images/service_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
}
.wrap-service .service-top .text
{
    padding: 50px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-service .service-top .text
    {
        padding: 30px 0;
    }
}
.wrap-service .service-top .text img
{
    max-width: 100%;
}
.wrap-service .sales
{
    padding: 50px 5%;
}
@media (max-width: 767px)
{
    .wrap-service .sales
    {
        padding: 30px 15px;
    }
}
.wrap-service .sales .text
{
    max-width: 840px;
    margin: 0 auto;
}
.wrap-service .sales .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #2e2e2e;
}
@media (max-width: 767px)
{
    .wrap-service .sales .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-service .sales .info
{
    position: relative;

    margin-top: 60px;

    background: url(../images/sales_bg.jpg) no-repeat top center;
}
@media (max-width: 767px)
{
    .wrap-service .sales .info
    {
        margin-top: 30px;

        background: none;
    }
}
.wrap-service .sales .info .title-info
{
    position: absolute;
    z-index: 2;
    top: -26px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-service .sales .info .title-info
    {
        position: relative;
        top: 0;
    }
}
.wrap-service .sales .info .title-info .icon
{
    position: relative;
    z-index: 2;

    margin-bottom: -20px;
}
.wrap-service .sales .info .title-info h3
{
    font-size: 16px;
    line-height: 52px;

    display: inline-block;

    margin: 0;
    padding: 0 48px;

    border-radius: 30px;
    background-color: rgba(255, 255, 255, .73);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-service .sales .info &gt; ul
{
    font-size: 0;

    max-width: 680px;
    margin: 0 auto;
}
.wrap-service .sales .info &gt; ul &gt; li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-service .sales .info &gt; ul &gt; li
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-service .sales .info &gt; ul &gt; li:nth-child(4) .item,
.wrap-service .sales .info &gt; ul &gt; li:nth-child(5) .item,
.wrap-service .sales .info &gt; ul &gt; li:nth-child(6) .item
{
    margin-top: 100px;
}
@media (max-width: 767px)
{
    .wrap-service .sales .info &gt; ul &gt; li:nth-child(4) .item,
    .wrap-service .sales .info &gt; ul &gt; li:nth-child(5) .item,
    .wrap-service .sales .info &gt; ul &gt; li:nth-child(6) .item
    {
        margin-top: 60px;
    }
}
.wrap-service .sales .info &gt; ul &gt; li:nth-child(4) .item h3,
.wrap-service .sales .info &gt; ul &gt; li:nth-child(5) .item h3,
.wrap-service .sales .info &gt; ul &gt; li:nth-child(6) .item h3
{
    color: #00a45d;
}
.wrap-service .sales .info .item
{
    position: relative;

    margin-top: 120px;
    padding: 60px 10px 15px 10px;

    text-align: center;

    border-radius: 20px;
    background-color: rgba(255, 255, 255, .73);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .wrap-service .sales .info .item
    {
        margin-top: 60px;
    }
}
.wrap-service .sales .info .item .icon
{
    position: absolute;
    top: -40px;
    left: 50%;

    margin-left: -40px;
}
.wrap-service .sales .info .item h3
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #02a1f9;
}
.wrap-service .sales .info .item p
{
    line-height: 20px;

    margin: 0;

    color: #666;
}
.wrap-service .sales .info .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-news
{
    padding-top: 40px;

    background: url(../images/news_in_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.wrap-news .title-news
{
    border-bottom: 3px solid #00a45d;
}
.wrap-news .title-news h2
{
    font-size: 20px;
    line-height: 40px;

    margin: 0;
}
.wrap-news .news
{
    margin-top: 30px;
}
.wrap-news .news .item
{
    font-size: 0;

    margin-top: 14px;
    padding: 20px;

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

    border: 2px solid #efefef;
    border-radius: 10px;
    background-color: #efefef;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 250px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: -webkit-calc(100% - 250px);
    width:         calc(100% - 250px);
    padding-left: 3%;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    display: block;

    margin: 6px 0 0 0;

    color: #5a5a5a;
}
.wrap-news .news .item .note .date .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #5a5a5a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover
{
    border-color: #00a45d;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3
{
    color: #00a45d;
}
.wrap-details
{
    padding-top: 40px;

    background: url(../images/news_in_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.wrap-details .title-details
{
    border-bottom: 3px solid #009843;
}
.wrap-details .title-details h2
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    margin: 0;
    padding: 0 40px;

    color: #fff;
    background-color: #00a45d;
}
.wrap-details .details
{
    padding: 60px 5%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-details .details
    {
        padding: 30px 10px;
    }
}
.wrap-details .details .w800
{
    max-width: 800px;
    margin: 0 auto;
}
.wrap-details .details .title-details-info h1
{
    font-size: 22px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-details .details .title-details-info h1
    {
        font-size: 20px;
    }
}
.wrap-details .details .title-details-info .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #b5b5b5;
}
@media (max-width: 767px)
{
    .wrap-details .details .title-details-info .date
    {
        font-size: 14px;
    }
}
.wrap-details .details .title-details-info .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.5;

    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-contact .contact
{
    font-size: 0;

    padding: 60px 5%;

    border: 1px solid #00a45d;
    border-top-width: 9px;
}
.wrap-contact .contact .contact-left,
.wrap-contact .contact .contact-right
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-left,
    .wrap-contact .contact .contact-right
    {
        width: 100%;
    }
}
.wrap-contact .contact .contact-left .title-contact h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-contact .contact .contact-left .title-contact p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #5a5a5a;
}
.wrap-contact .contact .contact-left .message input,
.wrap-contact .contact .contact-left .message textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;

    border-bottom: 1px solid #bdbdbd;
    outline: none;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-left .message input,
    .wrap-contact .contact .contact-left .message textarea
    {
        font-size: 14px;

        padding: 10px 0;
    }
}
.wrap-contact .contact .contact-left .message input::-webkit-input-placeholder,
.wrap-contact .contact .contact-left .message textarea::-webkit-input-placeholder
{
    color: #5a5a5a;
}
.wrap-contact .contact .contact-left .message input:-o-placeholder,
.wrap-contact .contact .contact-left .message textarea:-o-placeholder
{
    color: #5a5a5a;
}
.wrap-contact .contact .contact-left .message input::-moz-placeholder,
.wrap-contact .contact .contact-left .message textarea::-moz-placeholder
{
    color: #5a5a5a;
}
.wrap-contact .contact .contact-left .message input:-ms-input-placeholder,
.wrap-contact .contact .contact-left .message textarea:-ms-input-placeholder
{
    color: #5a5a5a;
}
.wrap-contact .contact .contact-left .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .contact-left .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .contact-left .message input:focus::-o-placeholder,
.wrap-contact .contact .contact-left .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .contact-left .message input:focus::-moz-placeholder,
.wrap-contact .contact .contact-left .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .contact-left .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .contact-left .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .contact-left .message input
{
    padding: 20px 0;
}
.wrap-contact .contact .contact-left .message .codebox input
{
    display: inline-block;

    width: 50%;
    padding: 30px 0 10px;

    vertical-align: middle;
}
.wrap-contact .contact .contact-left .message .codebox #check-code
{
    display: inline-block;
    overflow: hidden;

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

    cursor: pointer;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-left .message .codebox #check-code
    {
        margin-left: 0;
    }
}
.wrap-contact .contact .contact-left .message .codebox .code
{
    font-family: Arial;
    font-size: 22px;
    font-weight: bolder;
    font-style: italic;
    line-height: 40px;

    display: inline-block;

    width: 150px;
    height: 40px;
    padding: 2px 3px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;

    border: 0;
    border: 1px solid #898989;
}
.wrap-contact .contact .contact-left .message textarea
{
    margin-top: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #bdbdbd;
}
.wrap-contact .contact .contact-left .message p
{
    font-size: 16px;
    line-height: 24px;

    margin: 20px 0 0 0;

    color: #5a5a5a;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-left .message p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .contact-left .message .submit
{
    font-size: 20px;
    line-height: 60px;

    margin-top: 40px;
    padding: 0 70px;

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

    color: #fff;
    outline: none;
    background-color: #00a45d;
}
.wrap-contact .contact .contact-left .message .submit:hover
{
    background-color: #03803a;
}
.wrap-contact .contact .contact-right
{
    padding-left: 15%;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-right
    {
        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-right
    {
        padding-left: 0;
    }
}
.wrap-contact .contact .contact-right ul li
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-right ul li
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .contact-right ul li:nth-child(1)
{
    margin-top: 0;
}
.wrap-contact .contact .contact-right .item
{
    padding-left: 30px;

    border-left: 1px solid #00a45d;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-right .item
    {
        padding-left: 20px;
    }
}
.wrap-contact .contact .contact-right .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.wrap-contact .contact .contact-right .item p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    margin: 14px 0;
    padding-left: 34px;

    color: #5a5a5a;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-right .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .contact-right .item p .icon
{
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-contact .contact .contact-right .item p .icon img
{
    max-width: 100%;
}
.wrap-contact .contact .contact-right .item p a:hover
{
    text-decoration: underline;

    color: #00a45d;
}
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: #00a45d;
}
.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;
}
@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 &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover
{
    color: #fff;
    border-color: #00a45d;
    background-color: #00a45d;
}
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover
{
    color: #fff;
    border-color: #00a45d;
    background-color: #00a45d;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.wrap-support-one .support-one .link a:last-child{
	padding: 15px 80px;
	margin-top: 20px;
}

.wrap-partners  .slick-partners .slick-arrow:before
{
    content: '\eb60';
	font-size: 60px;
}

.wrap-partners  .slick-partners  .slick-arrow:hover
{
    color: #00a45d;
}</pre></body></html>