.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', '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: 70px;
    line-height: 66px;

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

    width: 66px;
    height: 66px;
    padding: 0;

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

    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 50px;
        line-height: 50px;

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

    display: inline-block;

    content: '\e6ad';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-30px) rotate(0deg);
        -ms-transform: translateX(-30px) rotate(0deg);
            transform: translateX(-30px) rotate(0deg);
    text-align: center;

    box-shadow: none;
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #e60012;
}
.slick-arrow:hover:before
{
    -webkit-transform: translateX(-20px) rotate(0deg);
        -ms-transform: translateX(-20px) rotate(0deg);
            transform: translateX(-20px) rotate(0deg);
}
.slick-prev
{
    left: 0;
}
@media (max-width: 767px)
{
    .slick-prev
    {
        left: -15px;
    }
}
.slick-prev:before
{
    -webkit-transform: translateX(20px) rotate(180deg);
        -ms-transform: translateX(20px) rotate(180deg);
            transform: translateX(20px) rotate(180deg);
}
.slick-prev:hover:before
{
    -webkit-transform: translateX(10px) rotate(180deg);
        -ms-transform: translateX(10px) rotate(180deg);
            transform: translateX(10px) rotate(180deg);
}
.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-next
    {
        right: -15px;
    }
}
.slick-dots
{
    margin: 0 -3px;

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

    width: 8px;
    height: 8px;
    margin: 0 6px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #a09fa5;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #73c9fb;
}
.banner .swiper-pagination-bullet
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header
{
    position: absolute;
    z-index: 10;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;
    height: 160px;
    padding: 0 3%;

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

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}
@media (max-width: 1199px)
{
    .header
    {
        position: fixed;
        top: 0;

        height: 60px;

        -webkit-transition: all .2s;
                transition: all .2s;
    }
}
.header .header-top
{
    line-height: 40px;

    height: 60px;
    padding-top: 20px;

    text-align: right;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 0;
        padding: 0;
    }
}
.header .logo
{
    position: relative;

    display: inline-block;
    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 5px;
        padding-top: 0;
    }
}
.header .logo a
{
    height: 100%;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo img
    {
        height: 50px;
    }
}
.header .logo .logo-black
{
    display: none;
}
.header .header-nav
{
    clear: both;

    height: 100px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 0;
    }
}
.header .nav-wrap
{
    text-align: right;
}
@media (max-width: 1700px)
{
    .header .nav-wrap
    {
        padding: 0 20px;
    }
}
@media (max-width: 1350px)
{
    .header .nav-wrap
    {
        padding: 0 0 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .nav-wrap
    {
        padding: 0;
    }
}
.header .nav-product
{
    font-size: 0;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .nav-product
    {
        display: none;
    }
}
.header .nav-product > ul.nav-level1 > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.header .nav-product > ul.nav-level1 > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    position: relative;

    display: inline-block;

    padding: 0 26px;

    vertical-align: middle;
    white-space: nowrap;
    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 1350px)
{
    .header .nav-product > ul.nav-level1 > li > a
    {
        padding: 0 20px;
    }
}
.header .nav-product > ul.nav-level1 > li:hover > a,
.header .nav-product > ul.nav-level1 > li.active > a
{
    color: #e60012;
}
.header .nav-product .nav-list2
{
    font-size: 14px;

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

    display: none;
    overflow: hidden;

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

    text-align: left;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .nav-product .nav-list2 a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
.header .nav-product .nav-list2 a:hover
{
    color: #e60012;
}
.header .nav-collapse
{
    position: relative;
    top: 14px;

    display: none;
    float: right;

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

    cursor: pointer;

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

        margin-left: 14px;

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

        display: block;

        border: none;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 10px;
    }
}
.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-2
{
    top: 0;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        text-align: right;
        vertical-align: middle;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

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

        display: block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 a:hover
    {
        color: #e60012;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        line-height: 40px;

        display: block;

        padding: 0 16px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #e60012;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #e60012;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

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

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

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

        display: block;

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

        display: block;

        padding: 0 24px;

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

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

        display: none;

        width: 200px;
        padding: 10px 0;

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

        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: 13px;
        line-height: 24px;

        display: block;

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

        color: #e60012;
    }
}
@media (min-width: 1200px) and (max-width: 767px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;

        padding: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

    display: block;

    width: 100%;
    margin: 0;

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

    overflow: auto;

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

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

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

    margin: 10px 0;

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

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

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

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

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

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

        max-height: 100%;
        margin: 0;

        opacity: 1;

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

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

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

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

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

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

        width: 40px;

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

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

        display: block;

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

        display: block !important;

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

        opacity: 0;
    }
}
.header .pc-search
{
    font-size: 13px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    float: right;
    overflow: hidden;

    width: 35%;
    height: 40px;
    margin-top: 24px;
    padding: 0 50px 0 10px;

    vertical-align: middle;

    border: 1px solid #73c9fb;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    width: 100%;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #908f8f;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #908f8f;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #908f8f;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #908f8f;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    line-height: 38px;

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

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

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

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #73c9fb;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e635';
}
.header .pc-search .submit:hover
{
    color: #73c9fb;
    background-color: #e60012;
}
.header .find
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;
    float: right;

    width: 60px;

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

    color: #fff;
}
@media (max-width: 1350px)
{
    .header .find
    {
        font-size: 20px;

        width: 40px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        float: none;
    }
}
.header .find:before
{
    font-family: 'iconfont';

    display: block;

    content: '\e61f';
}
.header .find.open:before
{
    content: '\e61b';
}
.header .find:hover
{
    color: #cf0010;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

    width: 50%;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1700px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        width: 80%;
    }
}
.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: #e60012;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
@-webkit-keyframes brorate
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    25%
    {
        -webkit-transform: rotate(90deg);
    }
    50%
    {
        -webkit-transform: rotate(180deg);
    }
    75%
    {
        -webkit-transform: rotate(270deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 80px !important;
    padding: 0 3%;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 60px;
    }
}
.stuck .nav-wrap
{
    position: static;
}
.stuck .logo
{
    height: 80px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 50px;
    }
}
.stuck .logo .logo-white
{
    display: none;
}
.stuck .logo .logo-black
{
    display: block;
}
.stuck .nav-product > ul.nav-level1 > li > a
{
    line-height: 80px;

    color: #333;
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        background: none;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .fixed-header .logo
    {
        margin-top: 5px;
    }
    .fixed-header .logo .logo-white
    {
        display: none;
    }
    .fixed-header .logo .logo-black
    {
        display: block;
    }
    .fixed-header .find
    {
        color: #666;
    }
    .fixed-header .nav-collapse-xs .btn-line
    {
        background-color: #666;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

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

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

    width: auto;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner .swiper-pagination span
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

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

    opacity: .7;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px)
{
    .banner .swiper-pagination span
    {
        font-size: 16px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.banner .swiper-pagination span:before
{
    content: '0';
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    font-size: 22px;

    opacity: 1;
    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .banner .swiper-pagination .swiper-pagination-bullet-active
    {
        font-size: 20px;
    }
}
.banner .slick-arrow
{
    font-size: 70px;

    width: 66px;
    height: 66px;

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

    color: #fff;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .34);
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e6ad';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(20px) rotate(180deg);
        -ms-transform: translateX(20px) rotate(180deg);
            transform: translateX(20px) rotate(180deg);

    box-shadow: none;
}
.banner .slick-arrow.banner-button-next:before
{
    -webkit-transform: translateX(-30px) rotate(0deg);
        -ms-transform: translateX(-30px) rotate(0deg);
            transform: translateX(-30px) rotate(0deg);
}
.banner .slick-arrow.banner-button-next:hover:before
{
    -webkit-transform: translateX(-20px) rotate(0deg);
        -ms-transform: translateX(-20px) rotate(0deg);
            transform: translateX(-20px) rotate(0deg);
}
.banner .slick-arrow:hover
{
    background-color: #e60012;
}
.banner .slick-arrow:hover:before
{
    -webkit-transform: translateX(10px) rotate(180deg);
        -ms-transform: translateX(10px) rotate(180deg);
            transform: translateX(10px) rotate(180deg);
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: 20%;
    }
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

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

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
.banner .item .text
{
    position: absolute;
    z-index: 2;
    top: 56%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .item .text
    {
        padding: 0 10%;
    }
}
.banner .item .text h2
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h2
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h2
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h2
    {
        font-size: 14px;
    }
}
.banner .item .text h3
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1.125;

    margin: 20px 0 0 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h3
    {
        font-size: 58px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .text h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h3
    {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h3
    {
        font-size: 16px;
    }
}
.banner .item .text .more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 50px;
    background-color: #e60012;
}
@media (max-width: 991px)
{
    .banner .item .text .more
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text .more
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner .item .text .more:before
{
    display: inline-block;

    margin-right: 10px;

    content: '+';
    vertical-align: middle;
}
.banner .swiper-slide-active .item > a > img
{
    -webkit-animation: bannerscale 4.5s linear;
            animation: bannerscale 4.5s linear;
}
.banner .swiper-slide-active .item .text h2
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text h3
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text .more
{
    -webkit-animation: zoomIn 2s 0s ease both;
            animation: zoomIn 2s 0s ease both;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
.banner-in
{
    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.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 #e60012;
    border-radius: 0;
    outline: none;
    background-color: #e60012;
}
@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 .toggle-online
{
    width: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .toggle-online
    {
        display: none;
    }
}
.online-wrap .toggle-online .icon
{
    font-size: 30px;
    line-height: 50px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
}
.online-wrap .toggle-online .icon:hover
{
    color: #e60012;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.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: 50%;
    background-color: rgba(0, 0, 0, .72);
}
.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: #e60012;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #e60012;
    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%;
}
.online-wrap .online.toggleactive a
{
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
.online-wrap .online.toggleactive .toggle-online .icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@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: '\e66e';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

    content: '\e666';
}
.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: #e60012;
    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 #cf0010;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li.xs-online-product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.xs-online-mail > a:before
{
    content: '\e634';
}
.xs-online ul li.xs-online-map > a:before
{
    content: '\e63e';
}
.xs-online ul li.xs-online-feedback > a:before
{
    content: '\e826';
}
.xs-online ul li.xs-online-top > a:before
{
    content: '\e60f';
}
.xs-online ul li.xs-online-home > a:before
{
    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    content: '\e66b';
}
.xs-online ul li.xs-online-tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.xs-online-whatsapp > a:before
{
    content: '\e751';
}
.xs-online ul li.xs-online-contact > a:before
{
    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li .xs-online ul li.wechat > a
{
    position: relative;
}
.xs-online ul li .xs-online ul li.wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li .xs-online ul li.wechat > a:hover img
{
    display: block;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 40px 0;
    }
}
.title h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 15px;
    line-height: 1.2;

    margin: 14px 0 0 0;

    text-transform: uppercase;

    color: #777;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.title p:before
{
    display: inline-block;

    width: 90px;
    height: 1px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #777;
}
@media (max-width: 1199px)
{
    .title p:before
    {
        width: 60px;
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .title p:before
    {
        width: 30px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-choose
{
    font-size: 0;

    padding: 40px 0;
}
.box-choose .choose-title,
.box-choose .choose
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

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

        width: 100%;
    }
}
.box-choose .choose-title
{
    text-align: center;
}
@media (max-width: 991px)
{
    .box-choose .choose-title
    {
        text-align: left;
    }
}
.box-choose .choose-title .title
{
    display: inline-block;

    text-align: left;
}
.box-choose .choose .item
{
    position: relative;

    margin: 40px 0;
    padding-left: 46px;
}
@media (max-width: 991px)
{
    .box-choose .choose .item
    {
        margin: 20px 0;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item
    {
        padding-left: 36px;
    }
}
.box-choose .choose .item h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-choose .choose .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item h3
    {
        font-size: 18px;
    }
}
.box-choose .choose .item h3 span
{
    position: absolute;
    top: 0;
    left: 0;

    width: 46px;
}
@media (max-width: 767px)
{
    .box-choose .choose .item h3 span
    {
        width: 36px;
    }
}
.box-choose .choose .item p
{
    font-size: 17px;
    line-height: 24px;

    margin: 10px 0 0 0;

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

    color: #777;
}
@media (max-width: 991px)
{
    .box-choose .choose .item p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .item p
    {
        font-size: 14px;

        margin: 0;
    }
}
.box-choose .choose .item:hover h3,
.box-choose .choose .item:hover p
{
    color: #e60012;
}
.box-product
{
    background-color: #f4f4f4;
}
.box-product .title
{
    position: relative;
}
.box-product .title .more
{
    font-size: 15px;
    line-height: 30px;

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

    display: inline-block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .box-product .title .more
    {
        font-size: 14px;

        top: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.box-product .title .more:hover
{
    color: #e60012;
}
.box-product .product
{
    margin-top: 30px;
}
.box-product .product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-slide
    {
        padding: 0 8px;
    }
}
.box-product .product .item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border-bottom: 6px solid #dfdfdf;
}
@media (max-width: 991px)
{
    .box-product .product .item
    {
        border-bottom-width: 2px;
    }
}
.box-product .product .item .pic
{
    position: relative;
    z-index: 2;

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

    border: 8px solid #dfdfdf;
}
@media (max-width: 991px)
{
    .box-product .product .item .pic
    {
        border-width: 4px;
    }
}
.box-product .product .item .pic .img-box
{
    position: relative;
    z-index: 2;

    mix-blend-mode: multiply;
}
.box-product .product .item .pic .img-box img
{
    z-index: 0;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .pic .link
{
    position: absolute;
    z-index: 9;
    right: 30px;
    bottom: -25px;
}
@media (max-width: 1199px)
{
    .box-product .product .item .pic .link
    {
        right: 10px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .pic .link
    {
        bottom: -20px;
    }
}
.box-product .product .item .pic .link a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    border-radius: 50%;
    background-color: #dfdfdf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .box-product .product .item .pic .link a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-product .product .item .note
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .box-product .product .item .note
    {
        padding: 20px 0;
    }
}
.box-product .product .item .note h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-decoration: underline;

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

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item .note p
    {
        font-size: 14px;
    }
}
.box-product .product .item .note .readmore
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-product .product .item .note .readmore
    {
        margin-top: 10px;
    }
}
.box-product .product .item .note .readmore a
{
    line-height: 30px;

    display: inline-block;

    color: #e60012;
}
.box-product .product .item .note .readmore a .icon
{
    font-size: 34px;

    display: inline-block;

    vertical-align: middle;
}
.box-product .product .item:hover
{
    border-bottom-color: #e60012;
}
.box-product .product .item:hover .pic
{
    border-color: #e60012;
}
.box-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .pic .link a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #e60012;
    background-color: #fff;
}
.box-product .product .item:hover .pic .link a:hover
{
    color: #fff;
    background-color: #cf0010;
}
.box-product .product .item:hover .pic .link .addcart
{
    color: #fff;
    background-color: #e60012;
}
@media (min-width: 1640px)
{
    .box-category .container,
    .box-about .container,
    .box-case .container,
    .box-category .container
    {
        width: 1610px;
    }
}
.box-category .title
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .box-category .title
    {
        margin: 0;
    }
}
.box-category .category > ul
{
    overflow: hidden;

    margin: 0 -7px;
}
@media (max-width: 767px)
{
    .box-category .category > ul
    {
        font-size: 0;

        margin: 0 -2px;
    }
}
.box-category .category > ul > li
{
    float: left;

    width: 28%;
    padding: 7px;
}
@media (max-width: 991px)
{
    .box-category .category > ul > li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-category .category > ul > li
    {
        display: inline-block;
        float: none;

        width: 100%;
        padding: 2px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(1)
    {
        width: 47%;
    }
}
@media (max-width: 767px)
{
    .box-category .category > ul > li:nth-child(1)
    {
        font-size: 0;

        width: 100%;
    }
    .box-category .category > ul > li:nth-child(1) .title
    {
        display: inline-block;

        width: 40%;

        vertical-align: middle;
    }
    .box-category .category > ul > li:nth-child(1) .item
    {
        display: inline-block;

        width: 60%;
        margin: 0;

        vertical-align: middle;
    }
}
.box-category .category > ul > li:nth-child(1) .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(1) .item
    {
        margin-top: 24px;
    }
}
.box-category .category > ul > li:nth-child(2),
.box-category .category > ul > li:nth-child(5)
{
    width: 44%;
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(2),
    .box-category .category > ul > li:nth-child(5)
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(2)
    {
        width: 53%;
    }
}
@media (max-width: 767px)
{
    .box-category .category > ul > li:nth-child(2)
    {
        width: 50%;
    }
}
.box-category .category > ul > li:nth-child(2) .item .img-box
{
    padding-bottom: 60.81081081%;
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(3)
    {
        width: 53%;
    }
}
@media (max-width: 767px)
{
    .box-category .category > ul > li:nth-child(3)
    {
        width: 50%;
    }
}
.box-category .category > ul > li:nth-child(3) .item .img-box
{
    padding-bottom: 97%;
}
@media (max-width: 1350px)
{
    .box-category .category > ul > li:nth-child(3) .item .img-box
    {
        padding-bottom: 97.25%;
    }
}
@media (max-width: 1199px)
{
    .box-category .category > ul > li:nth-child(3) .item .img-box
    {
        padding-bottom: 97.5%;
    }
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(3) .item .img-box
    {
        padding-bottom: 60%;
    }
}
.box-category .category > ul > li:nth-child(3) .item .img-box:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 60%;

    content: '';
    -webkit-transition: all 1s;
            transition: all 1s;

    background-color: rgba(0, 0, 0, .52);
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(3) .item .img-box:before
    {
        height: 100%;
    }
}
.box-category .category > ul > li:nth-child(3) .item .img-box img
{
    top: auto;
    bottom: 0;

    height: auto;
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(3) .item .img-box img
    {
        height: 100%;
    }
}
.box-category .category > ul > li:nth-child(3) .item .note
{
    bottom: 22%;

    text-align: center;

    background: none;
}
@media (max-width: 1350px)
{
    .box-category .category > ul > li:nth-child(3) .item .note
    {
        bottom: 20%;
    }
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(3) .item .note
    {
        bottom: 50%;

        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
    }
}
.box-category .category > ul > li:nth-child(3) .item .note:after
{
    display: none;
}
.box-category .category > ul > li:nth-child(3) .item .note h3
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(4)
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .box-category .category > ul > li:nth-child(4)
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .box-category .category > ul > li:nth-child(5)
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .box-category .category > ul > li:nth-child(5)
    {
        width: 60%;
    }
}
.box-category .category > ul > li:nth-child(5) .item .img-box
{
    padding-bottom: 47.36842105%;
}
.box-category .category .item
{
    position: relative;

    display: block;
}
.box-category .category .item .img-box
{
    padding-bottom: 112.5%;
}
.box-category .category .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

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

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background-image:         linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
}
@media (max-width: 1199px)
{
    .box-category .category .item .note
    {
        padding: 10px 14px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note
    {
        padding: 10px 8px;
    }
}
.box-category .category .item .note:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    position: absolute;
    top: 50%;
    right: 30px;

    content: '\e62c';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .box-category .category .item .note:after
    {
        font-size: 18px;

        right: 6px;
    }
}
.box-category .category .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;

    max-width: 70%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .box-category .category .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-category .category .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note h3
    {
        font-size: 14px;

        max-width: 100%;
    }
}
.box-category .category .item:hover .img-box:before
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about
{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #f4f4f4), color-stop(20%, #fff));
    background-image: -webkit-linear-gradient(#f4f4f4 80%, #fff 20%);
    background-image:         linear-gradient(#f4f4f4 80%, #fff 20%);
}
.box-about .about
{
    font-size: 0;

    position: relative;

    margin: 0 -60px;
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about
    {
        margin: 0 -15px;
    }
}
.box-about .about .text p
{
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .box-about .about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text p
    {
        font-size: 14px;
    }
}
.box-about .about img
{
    width: 100%;
}
.box-about .about .video
{
    position: relative;

    margin-top: 70px;

    background-color: #000;
}
@media (max-width: 767px)
{
    .box-about .about .video
    {
        margin-top: 30px;
    }
}
.box-about .about .video .img-box{
	padding-bottom: 70.588235%;
	position: relative;
}
.box-about .about .video iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.box-about .about .video img
{
    opacity: .72;
}
.box-about .about .video .play
{
    line-height: 140px;

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

    display: block;

    width: 140px;
    height: 140px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .about .video .play
    {
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .video .play
    {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.box-about .about .video .play:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: scale 2s infinite;
            animation: scale 2s infinite;

    background: url(../images/playbg.png) no-repeat;
    background-size: cover;
}
.box-about .about .video .play .icon
{
    font-size: 80px;
}
@media (max-width: 991px)
{
    .box-about .about .video .play .icon
    {
        font-size: 50px;
    }
}
.box-about .about .about-left,
.box-about .about .about-right
{
    font-size: 14px;

    display: inline-block;

    padding: 0 60px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .box-about .about .about-left,
    .box-about .about .about-right
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about .about-left,
    .box-about .about .about-right
    {
        padding: 0 15px;
    }
}
.box-about .about .about-left
{
    width: 57%;
}
@media (max-width: 767px)
{
    .box-about .about .about-left
    {
        width: 100%;
    }
}
.box-about .about .about-left .text
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .box-about .about .about-left .text
    {
        margin-top: 20px;
    }
}
.box-about .about .about-right
{
    width: 43%;
}
@media (max-width: 767px)
{
    .box-about .about .about-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-about .about .about-right .text
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-about .about .about-right .text
    {
        margin-top: 20px;
    }
}
.box-about .about .about-right .more
{
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    bottom: 50px;
}
@media (max-width: 767px)
{
    .box-about .about .about-right .more
    {
        position: relative;
        bottom: 0;

        margin-top: 20px;
    }
}
.box-about .about .about-right .more .icon
{
    font-size: 34px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;
}
.box-about .about .about-right .more:hover
{
    color: #e60012;
}
@-webkit-keyframes scale
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

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

        opacity: 0;
    }
}
@keyframes scale
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

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

        opacity: 0;
    }
}
.box-case
{
    background: url(../images/case_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-case
    {
        background-attachment: fixed;
    }
}
.box-case .title h2,
.box-case .title p
{
    color: #fff;
}
.box-case .case
{
    margin-top: 30px;
}
.box-case .case .slick-case
{
    margin: 0 -15px;
}
.box-case .case .slick-slide
{
    padding: 0 15px;
}
.box-case .case .item
{
    display: block;
}
.box-case .case .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 6px solid #fff;
}
.box-case .case .item .img-box
{
    padding-bottom: 61.25%;
}
.box-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

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

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-case .case .item:hover .pic
{
    border-color: #e60012;
}
.box-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-case .case .item:hover p
{
    color: #e60012;
}
.box-case .case .slick-arrow
{
    font-size: 70px;

    top: -100px;
    right: 140px;
    left: auto;

    width: 66px;
    height: 66px;
    padding: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .34);
}
@media (max-width: 991px)
{
    .box-case .case .slick-arrow
    {
        font-size: 50px;
        line-height: 50px;

        top: -80px;
        right: 100px;

        width: 50px;
        height: 50px;
    }
}
.box-case .case .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e6ad';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(20px) rotate(180deg);
        -ms-transform: translateX(20px) rotate(180deg);
            transform: translateX(20px) rotate(180deg);

    box-shadow: none;
}
@media (max-width: 991px)
{
    .box-case .case .slick-arrow:before
    {
        -webkit-transform: translateX(20px) rotate(180deg);
            -ms-transform: translateX(20px) rotate(180deg);
                transform: translateX(20px) rotate(180deg);
    }
}
.box-case .case .slick-arrow:hover
{
    background-color: #e60012;
}
.box-case .case .slick-arrow:hover:before
{
    -webkit-transform: translateX(10px) rotate(180deg);
        -ms-transform: translateX(10px) rotate(180deg);
            transform: translateX(10px) rotate(180deg);
}
.box-case .case .slick-arrow.slick-next
{
    right: 0;
}
.box-case .case .slick-arrow.slick-next:before
{
    -webkit-transform: translateX(-30px) rotate(0deg);
        -ms-transform: translateX(-30px) rotate(0deg);
            transform: translateX(-30px) rotate(0deg);
}
@media (max-width: 991px)
{
    .box-case .case .slick-arrow.slick-next:before
    {
        -webkit-transform: translateX(-20px) rotate(0deg);
            -ms-transform: translateX(-20px) rotate(0deg);
                transform: translateX(-20px) rotate(0deg);
    }
}
.box-case .case .slick-arrow.slick-next:hover:before
{
    -webkit-transform: translateX(-20px) rotate(0deg);
        -ms-transform: translateX(-20px) rotate(0deg);
            transform: translateX(-20px) rotate(0deg);
}
.box-news .news
{
    /* background: url(../images/news-logo.png) no-repeat right top; */
}
.box-news .slick-news
{
    margin: 0 -60px;
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-news .slick-news
    {
        margin-right: -30px;
        margin-left: -30px;
    }
}
@media (max-width: 1350px)
{
    .box-news .slick-news
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 0 60px;
}
@media (max-width: 1470px)
{
    .box-news .slick-news .slick-slide
    {
        padding: 0 30px;
    }
}
@media (max-width: 1350px)
{
    .box-news .slick-news .slick-slide
    {
        padding: 0 15px;
    }
}
@media (min-width: 1200px)
{
    .box-news .slick-news .slick-slide.near1
    {
        margin-top: 40px;
    }
    .box-news .slick-news .slick-slide.near2
    {
        margin-top: 80px;
    }
}
.box-news .slick-news .item
{
    display: block;
}
.box-news .slick-news .item .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    border-bottom: 1px solid #d7d7d7;
}
.box-news .slick-news .item h3
{
    font-size: 20px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 24px 0 0 0;

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

        margin-top: 14px;
    }
}
.box-news .slick-news .item p
{
    font-size: 15px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 66px;
    margin: 20px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .box-news .slick-news .item p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .slick-news .item p
    {
        font-size: 14px;
    }
}
.box-news .slick-news .item a.more
{
    font-size: 15px;
    line-height: 48px;

    position: relative;

    display: inline-block;
    overflow: hidden;

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

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

    color: #fff;
    background-color: #e60012;
}
.box-news .slick-news .item a.more span
{
    position: relative;
    z-index: 5;

    display: block;
}
.box-news .slick-news .item a.more: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: #222;
}
.box-news .slick-news .item a.more: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: #222;
}
.box-news .slick-news .item a.more:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.box-news .slick-news .item a.more:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.box-news .slick-news .item a.more:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.box-news .slick-news .item:hover h3
{
    color: #e60012;
}
.more .icon
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.more:hover .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap .title
{
    text-align: center;
}
.wrap-sidenav .sidenav ul.slevel-1 > li
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 20px;

    -webkit-transition: background-color .2s;
            transition: background-color .2s;

    background-color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 10px 4px 20px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #e60012;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li.active ul.slevel-2
    {
        display: block;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.more:hover > a
{
    color: #fff;
    background-color: #e60012;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
{
    display: none;

    padding: 10px 0;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
    {
        border: none;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
{
    font-size: 17px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 10px 10px 10px 36px;

    color: #444;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a:before
{
    position: absolute;
    left: 20px;

    content: '>';
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
    {
        font-size: 15px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
    {
        font-size: 14px;
        line-height: 22px;

        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li:hover > a
{
    color: #e60012;
}
.xs-product-nav
{
    line-height: 1.8;

    margin: 0 -8px 20px;

    text-transform: capitalize;
}
@media (max-width: 575px)
{
    .xs-product-nav
    {
        font-size: .9em;

        margin: 0 -6px 20px;
    }
}
.xs-product-nav li
{
    font-size: 15px;

    display: inline-block;

    vertical-align: top;
}
.xs-product-nav li a
{
    display: block;

    padding: 0 8px;
}
@media (max-width: 575px)
{
    .xs-product-nav li a
    {
        padding: 0 6px;
    }
}
.xs-product-nav .active
{
    font-weight: bold;

    color: #e60012;
}
.wrap-about .about
{
    font-size: 0;
}
.wrap-about .about .title-in
{
    text-align: left;
}
.wrap-about .about .text,
.wrap-about .about .pic
{
    font-size: 14px;

    display: inline-block;

    margin-top: 30px;

    vertical-align: top;
}
.wrap-about .about .text
{
    width: 60%;
    padding-right: 3%;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-about .about .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        line-height: 22px;
    }
}
.wrap-about .about .pic
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    width: 100%;
}
.wrap-about .about .play
{
    line-height: 100px;

    width: 100px;
    height: 100px;
    margin-top: 30px;

    cursor: pointer;
    text-align: center;

    color: #e60012;
    border: 1px dashed #e60012;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .about .play
    {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-about .about .play .icon
{
    font-size: 50px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-about .about .play:hover .icon
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor
{
    background-color: #f4f4f4;
}
.wrap-honor .honor
{
    margin-top: 40px;
}
.wrap-honor .honor .slick-honor
{
    padding: 0 7%;
}
.wrap-honor .honor .slick-slide
{
    padding: 0 24px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .slick-slide
    {
        padding: 0 10px;
    }
}
.wrap-honor .honor .item
{
    display: block;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 142.85714286%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item
{
    margin-top: 30px;

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

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

    border: 8px solid #dfdfdf;
    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-video .video .item .pic
    {
        border-width: 4px;
    }
}
.wrap-video .video .item .pic .img-box
{
    padding-bottom: 58.20895522%;

    opacity: .73;
}
.wrap-video .video .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item .pic .play
{
    font-size: 70px;

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

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

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-video .video .item .pic .play
    {
        font-size: 50px;
    }
}
.wrap-video .video .item .pic .play:before
{
    font-family: 'iconfont' !important;

    content: '\ea82';
}
.wrap-video .video .item .pic .play:hover
{
    color: #e60012;
}
.wrap-video .video .item h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .video .item:hover .pic
{
    border-color: #e60012;
}
.wrap-video .video .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory
{
    padding-top: 0;
}
.wrap-factory .picbox
{
    font-size: 0;

    height: 250px;
}
@media (max-width: 991px)
{
    .wrap-factory .picbox
    {
        height: 150px;
    }
}
.wrap-factory .item
{
    display: inline-block;

    margin: 0;
	padding: 0 5px;
    vertical-align: top;
}
.wrap-factory .item img
{
    height: 250px;
}
@media (max-width: 991px)
{
    .wrap-factory .item img
    {
        height: 150px;
    }
}
.wrap-download .download
{
    margin-top: 30px;
}
.wrap-download .download > ul
{
    background: url(../images/downbg.png) repeat-x top;
}
.wrap-download .download > ul > li
{
    background: url(../images/downbg.png) repeat-x bottom;
}
.wrap-download .download .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        position: relative;

        display: block;

        padding: 14px 0;
        padding-right: 110px;
    }
}
.wrap-download .download .item h3
{
    font-size: 22px;
    line-height: 40px;

    position: relative;

    width: 30%;
    margin: 30px 0;
    padding-left: 48px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-download .download .item h3
    {
        font-size: 20px;

        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item h3
    {
        font-size: 18px;
        line-height: 30px;

        display: -webkit-box;
        overflow: hidden;

        width: 100%;
        height: 30px;
        margin: 0;
        padding-left: 30px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-download .download .item h3:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 20px;
    height: 4px;

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

    background-color: #e60012;
}
.wrap-download .download .item h3:hover
{
    color: #e60012;
}
.wrap-download .download .item p
{
    font-size: 16px;
    line-height: 24px;

    width: -webkit-calc(70% - 160px);
    width:         calc(70% - 160px);
    margin: 0;
    padding: 0 10px;

    color: #777;
}
@media (max-width: 991px)
{
    .wrap-download .download .item p
    {
        width: -webkit-calc(60% - 160px);
        width:         calc(60% - 160px);
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item p
    {
        font-size: 14px;

        width: 100%;
        padding: 0;
    }
}
.wrap-download .download .item p span
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item p span:nth-child(1)
{
    margin-right: 20px;
}
.wrap-download .download .item a.down
{
    font-size: 15px;
    line-height: 50px;

    display: inline-block;

    width: 160px;

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

    color: #fff;
    background-color: #222;
}
@media (max-width: 767px)
{
    .wrap-download .download .item a.down
    {
        font-size: 14px;
        line-height: 40px;

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

        width: 110px;
        margin-top: 10px;
    }
}
.wrap-download .download .item a.down .icon
{
    font-size: 18px;

    display: inline-block;

    margin-left: 14px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-download .download .item a.down .icon
    {
        margin-left: 8px;
    }
}
.wrap-download .download .item a.down:hover
{
    background-color: #e60012;
}
.wrap-case .case
{
    margin-top: 10px;
}
.wrap-case .case .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item
    {
        margin-top: 14px;
    }
}
.wrap-case .case .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 6px solid #dadada;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .pic
    {
        border-width: 2px;
    }
}
.wrap-case .case .item .img-box
{
    padding-bottom: 61.25%;
}
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case .case .item p
    {
        margin-top: 6px;
    }
}
.wrap-case .case .item:hover .pic
{
    border-color: #e60012;
}
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover p
{
    color: #e60012;
}
.case-sort
{
    margin-top: 10px;

    text-align: center;
}
.case-sort > ul > li
{
    display: inline-block;

    margin-top: 10px;

    vertical-align: top;
}
.case-sort > ul > li > a
{
    font-size: 16px;
    line-height: 46px;

    display: block;

    padding: 0 24px;

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

    border-radius: 30px;
}
@media (max-width: 767px)
{
    .case-sort > ul > li > a
    {
        font-size: 14px;
        line-height: 36px;

        padding: 0 10px;
    }
}
.case-sort > ul > li.active > a,
.case-sort > ul > li:hover > a
{
    color: #fff;
    background-color: #e60012;
}
.wrap-news .news > ul > li:nth-child(2n + 1)
{
    position: relative;
}
.wrap-news .news > ul > li:nth-child(2n + 1) .item .pic
{
    left: 40%;
}
@media (max-width: 1199px)
{
    .wrap-news .news > ul > li:nth-child(2n + 1) .item .pic
    {
        left: 45%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news > ul > li:nth-child(2n + 1) .item .pic
    {
        left: 0;
    }
}
.wrap-news .news > ul > li:nth-child(2n + 1) .item .text
{
    right: 60%;
}
@media (max-width: 1199px)
{
    .wrap-news .news > ul > li:nth-child(2n + 1) .item .text
    {
        right: 55%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news > ul > li:nth-child(2n + 1) .item .text
    {
        right: 0;
    }
}
.wrap-news .news .item
{
    font-size: 0;

    display: block;

    margin-top: 50px;

    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 60%;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 55%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 56.75675676%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    width: 40%;
    padding: 20px 5%;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: 45%;
        padding: 20px 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
    }
}
.wrap-news .news .item .text .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    border-bottom: 1px solid #d7d7d7;
}
.wrap-news .news .item .text h3
{
    font-size: 20px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 24px 0 0 0;

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

        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .text p
{
    font-size: 15px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 66px;
    margin: 20px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text p
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .text a.more
{
    font-size: 15px;
    line-height: 48px;

    position: relative;

    display: inline-block;
    overflow: hidden;

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

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

    color: #fff;
    background-color: #e60012;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text a.more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text a.more
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .text a.more span
{
    position: relative;
    z-index: 5;

    display: block;
}
.wrap-news .news .item .text a.more: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: #222;
}
.wrap-news .news .item .text a.more: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: #222;
}
.wrap-news .news .item .text a.more: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);
}
.wrap-news .news .item .text a.more: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);
}
.wrap-news .news .item .text a.more:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.wrap-news .news .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover h3
{
    color: #e60012;
}
.wrap-details .title-details
{
    padding-bottom: 10px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-details .title-details h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .title-details .date
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #666;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        line-height: 22px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    margin-top: 50px;
    padding-top: 10px;

    border-top: 1px solid #dcdddc;
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:hover
{
    color: #e60012;
}
.wrap-product .title,
.wrap-nosearch .title
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .wrap-product .title,
    .wrap-nosearch .title
    {
        display: none;
    }
}
.wrap-product .product,
.wrap-nosearch .product,
.wrap-product .relate-search,
.wrap-nosearch .relate-search
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product .product,
    .wrap-nosearch .product,
    .wrap-product .relate-search,
    .wrap-nosearch .relate-search
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item,
.wrap-nosearch .product .item,
.wrap-product .relate-search .item,
.wrap-nosearch .relate-search .item
{
    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-product .product .item,
    .wrap-nosearch .product .item,
    .wrap-product .relate-search .item,
    .wrap-nosearch .relate-search .item
    {
        margin-top: 14px;
    }
}
.wrap-product .product .item .pic,
.wrap-nosearch .product .item .pic,
.wrap-product .relate-search .item .pic,
.wrap-nosearch .relate-search .item .pic
{
    position: relative;

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

    border: 8px solid #dfdfdf;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic,
    .wrap-nosearch .product .item .pic,
    .wrap-product .relate-search .item .pic,
    .wrap-nosearch .relate-search .item .pic
    {
        border-width: 4px;
    }
}
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img,
.wrap-product .relate-search .item .pic .img-box img,
.wrap-nosearch .relate-search .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .pic .link,
.wrap-nosearch .product .item .pic .link,
.wrap-product .relate-search .item .pic .link,
.wrap-nosearch .relate-search .item .pic .link
{
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: -25px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .pic .link,
    .wrap-nosearch .product .item .pic .link,
    .wrap-product .relate-search .item .pic .link,
    .wrap-nosearch .relate-search .item .pic .link
    {
        right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic .link,
    .wrap-nosearch .product .item .pic .link,
    .wrap-product .relate-search .item .pic .link,
    .wrap-nosearch .relate-search .item .pic .link
    {
        bottom: -20px;
    }
}
.wrap-product .product .item .pic .link a,
.wrap-nosearch .product .item .pic .link a,
.wrap-product .relate-search .item .pic .link a,
.wrap-nosearch .relate-search .item .pic .link a
{
    font-size: 20px;
    line-height: 38px;

    display: inline-block;

    width: 38px;
    height: 38px;

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

    border-radius: 50%;
    background-color: #dfdfdf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic .link a,
    .wrap-nosearch .product .item .pic .link a,
    .wrap-product .relate-search .item .pic .link a,
    .wrap-nosearch .relate-search .item .pic .link a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product .product .item .note,
.wrap-nosearch .product .item .note,
.wrap-product .relate-search .item .note,
.wrap-nosearch .relate-search .item .note
{
    padding: 20px 20px 0 20px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note,
    .wrap-nosearch .product .item .note,
    .wrap-product .relate-search .item .note,
    .wrap-nosearch .relate-search .item .note
    {
        padding: 20px 0 0 0;
    }
}
.wrap-product .product .item .note h3,
.wrap-nosearch .product .item .note h3,
.wrap-product .relate-search .item .note h3,
.wrap-nosearch .relate-search .item .note h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note h3,
    .wrap-nosearch .product .item .note h3,
    .wrap-product .relate-search .item .note h3,
    .wrap-nosearch .relate-search .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note h3,
    .wrap-nosearch .product .item .note h3,
    .wrap-product .relate-search .item .note h3,
    .wrap-nosearch .relate-search .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note h3,
    .wrap-nosearch .product .item .note h3,
    .wrap-product .relate-search .item .note h3,
    .wrap-nosearch .relate-search .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .note .readmore,
.wrap-nosearch .product .item .note .readmore,
.wrap-product .relate-search .item .note .readmore,
.wrap-nosearch .relate-search .item .note .readmore
{
    margin-top: 10px;
}
.wrap-product .product .item .note .readmore a,
.wrap-nosearch .product .item .note .readmore a,
.wrap-product .relate-search .item .note .readmore a,
.wrap-nosearch .relate-search .item .note .readmore a
{
    line-height: 30px;

    display: inline-block;

    color: #e60012;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note .readmore a,
    .wrap-nosearch .product .item .note .readmore a,
    .wrap-product .relate-search .item .note .readmore a,
    .wrap-nosearch .relate-search .item .note .readmore a
    {
        font-size: 13px;
    }
}
.wrap-product .product .item .note .readmore a .icon,
.wrap-nosearch .product .item .note .readmore a .icon,
.wrap-product .relate-search .item .note .readmore a .icon,
.wrap-nosearch .relate-search .item .note .readmore a .icon
{
    font-size: 34px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item:hover,
.wrap-nosearch .product .item:hover,
.wrap-product .relate-search .item:hover,
.wrap-nosearch .relate-search .item:hover
{
    border-bottom-color: #e60012;
}
.wrap-product .product .item:hover .pic,
.wrap-nosearch .product .item:hover .pic,
.wrap-product .relate-search .item:hover .pic,
.wrap-nosearch .relate-search .item:hover .pic
{
    border-color: #e60012;
}
.wrap-product .product .item:hover .pic .img-box img,
.wrap-nosearch .product .item:hover .pic .img-box img,
.wrap-product .relate-search .item:hover .pic .img-box img,
.wrap-nosearch .relate-search .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .pic .link a,
.wrap-nosearch .product .item:hover .pic .link a,
.wrap-product .relate-search .item:hover .pic .link a,
.wrap-nosearch .relate-search .item:hover .pic .link a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #e60012;
    background-color: #fff;
}
.wrap-product .product .item:hover .pic .link a:hover,
.wrap-nosearch .product .item:hover .pic .link a:hover,
.wrap-product .relate-search .item:hover .pic .link a:hover,
.wrap-nosearch .relate-search .item:hover .pic .link a:hover
{
    color: #fff;
    background-color: #cf0010;
}
.wrap-product .product .item:hover .pic .link .addcart,
.wrap-nosearch .product .item:hover .pic .link .addcart,
.wrap-product .relate-search .item:hover .pic .link .addcart,
.wrap-nosearch .relate-search .item:hover .pic .link .addcart
{
    color: #fff;
    background-color: #e60012;
}
.wrap-nosearch .relate-search
{
    margin-top: 0;
}
.wrap-product-show .title
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title
    {
        display: none;
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    border: 3px solid #ddd;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

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

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

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

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

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

    left: -1px;

    width: 30px;

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

    color: #333;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -1px;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    color: #fff;
    background-color: #e60012;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    /* width: -webkit-calc(100% + 20px); */
    /* width:         calc(100% + 20px); */
    margin: 0 -5px;
    margin-top: 10px;
    /* margin-left: -20px; */
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    border: 3px solid #ddd;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

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

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

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

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

    z-index: 9;
    left: 0;

    width: 30px;
    height: 30px;

    background: none;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .text
{
    min-height: 260px;
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 220px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 160px;
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .share
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link
{
    margin-top: 20px;
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart
{
    display: inline-block;

    margin-top: 10px;

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

    display: block;

    min-width: 180px;
    height: 50px;
    padding: 0 10px;

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

    color: #fff;
    background-color: #1e1e1e;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        min-width: 160px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        font-size: 14px;
        line-height: 40px;

        min-width: 160px;
        height: 40px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .addcart a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .addcart a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);

    color: #fff;
    background-color: #cf0010;
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 10px;
}
.wrap-product-show .info-box .link .btn-inquiry a
{
    background-color: #e60012;
}
.wrap-product-show .title-product-show h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

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

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

    vertical-align: middle;

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

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 30px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title
{
    text-align: left;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

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

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

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

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

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

    padding: 10px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 15px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 5px;
    }
}
.wrap-product-show .relate-product .item
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product-show .relate-product .item .pic
{
    position: relative;

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

    border: 8px solid #dfdfdf;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .pic
    {
        border-width: 4px;
    }
}
.wrap-product-show .relate-product .item .pic .img-box
{
    mix-blend-mode: multiply;
}
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .pic .link
{
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: -25px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .pic .link
    {
        right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .pic .link
    {
        bottom: -20px;
    }
}
.wrap-product-show .relate-product .item .pic .link a
{
    font-size: 20px;
    line-height: 38px;

    display: inline-block;

    width: 38px;
    height: 38px;

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

    border-radius: 50%;
    background-color: #dfdfdf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .pic .link a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-show .relate-product .item .note
{
    padding: 20px 20px 0 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note
    {
        padding: 20px 0 0 0;
    }
}
.wrap-product-show .relate-product .item .note h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .relate-product .item .note .readmore
{
    margin-top: 10px;
}
.wrap-product-show .relate-product .item .note .readmore a
{
    line-height: 30px;

    display: inline-block;

    color: #e60012;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note .readmore a
    {
        font-size: 13px;
    }
}
.wrap-product-show .relate-product .item .note .readmore a .icon
{
    font-size: 34px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .relate-product .item:hover
{
    border-bottom-color: #e60012;
}
.wrap-product-show .relate-product .item:hover .pic
{
    border-color: #e60012;
}
.wrap-product-show .relate-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover .pic .link a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #e60012;
    background-color: #fff;
}
.wrap-product-show .relate-product .item:hover .pic .link a:hover
{
    color: #fff;
    background-color: #cf0010;
}
.wrap-product-show .relate-product .item:hover .pic .link .addcart
{
    color: #fff;
    background-color: #e60012;
}
.wrap-product-show .relate-product .slick-arrow
{
    font-size: 24px;

    left: 0;

    width: 30px;

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

    color: #333;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    color: #fff;
    background-color: #e60012;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -6px;
}
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry form,
.wrap-product-show .message form,
.wrap-inquiry .message form
{
    margin-top: 20px;
}
.wrap-product-show .inquiry form .itembox,
.wrap-inquiry .inquiry form .itembox,
.wrap-product-show .message form .itembox,
.wrap-inquiry .message form .itembox
{
    padding: 0 6px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 15px;
    line-height: 26px;

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

    resize: vertical;

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

        padding: 8px 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #222;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #222;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #222;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #222;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    overflow: hidden;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e60012;
}
.wrap-product-show .inquiry form .submit span,
.wrap-inquiry .inquiry form .submit span,
.wrap-product-show .message form .submit span,
.wrap-inquiry .message form .submit span
{
    position: relative;
    z-index: 5;

    display: block;
}
.wrap-product-show .inquiry form .submit:before,
.wrap-inquiry .inquiry form .submit:before,
.wrap-product-show .message form .submit:before,
.wrap-inquiry .message form .submit:before
{
    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: #222;
}
.wrap-product-show .inquiry form .submit:after,
.wrap-inquiry .inquiry form .submit:after,
.wrap-product-show .message form .submit:after,
.wrap-inquiry .message form .submit: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: #222;
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    border-color: #222;
}
.wrap-product-show .inquiry form .submit:hover:before,
.wrap-inquiry .inquiry form .submit:hover:before,
.wrap-product-show .message form .submit:hover:before,
.wrap-inquiry .message form .submit:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.wrap-product-show .inquiry form .submit:hover:after,
.wrap-inquiry .inquiry form .submit:hover:after,
.wrap-product-show .message form .submit:hover:after,
.wrap-inquiry .message form .submit: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);
}
.wrap-product-show .inquiry form .submit:hover span,
.wrap-inquiry .inquiry form .submit:hover span,
.wrap-product-show .message form .submit:hover span,
.wrap-inquiry .message form .submit:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.wrap-contact .contact
{
    font-size: 0;

    margin-top: 30px;
}
.wrap-contact .contact .text,
.wrap-contact .contact .map
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .contact .text
{
    width: 45%;
    padding-right: 10%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        padding-right: 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
    }
}
.wrap-contact .contact .text .note p
{
    font-size: 18px;
    line-height: 30px;

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

    margin: 30px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .note p
    {
        font-size: 16px;

        margin: 20px 0;
    }
}
.wrap-contact .contact .text .note span
{
    display: inline-block;

    width: -webkit-calc(100% - 50px);
    width:         calc(100% - 50px);
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .note span
    {
        padding-left: 10px;
    }
}
.wrap-contact .contact .text .note .icon
{
    font-size: 24px;
    line-height: 50px;

    width: 50px !important;
    height: 50px !important;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #e60012;
}
.wrap-contact .contact .text .note a:hover
{
    text-decoration: underline;

    color: #e60012;
}
.wrap-contact .contact .text .share
{
    margin-top: 40px;
}
.wrap-contact .contact .text .share ul
{
    font-size: 0;

    display: inline-block;
}
.wrap-contact .contact .text .share ul li
{
    display: inline-block;
}
.wrap-contact .contact .text .share ul li a
{
    font-size: 22px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 4px;

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

    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .text .share ul li a
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-contact .contact .text .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.wrap-contact .contact .text .share ul li.twitter a:before
{
    content: '\e60b';
}
.wrap-contact .contact .text .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.wrap-contact .contact .text .share ul li.instagram a:before
{
    content: '\e6b6';
}
.wrap-contact .contact .text .share ul li.youtube a:before
{
    content: '\e618';
}
.wrap-contact .contact .text .share ul li.google a:before
{
    content: '\e645';
}
.wrap-contact .contact .text .share ul li.amazon a:before
{
    content: '\e6c1';
}
.wrap-contact .contact .text .share ul li:hover a
{
    color: #e60012;
}
.wrap-contact .contact .map
{
    width: 55%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .contact .map-content
{
    height: 420px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map-content
    {
        height: 300px;
    }
}
.wrap-contact .message
{
    padding-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title
{
    text-align: left;
}
.wrap-contact .message .title h2
{
    font-size: 36px;
}
@media (max-width: 1199px)
{
    .wrap-contact .message .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .message .title h2
    {
        font-size: 24px;
    }
}
.wrap-contact .message .row
{
    margin: 0 -6px;
}
.wrap-contact .message form
{
    margin-top: 20px;
}
.wrap-contact .message form .itembox
{
    padding: 0 6px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 15px;
    line-height: 26px;

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

    resize: vertical;

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

        padding: 8px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #222;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #222;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #222;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #222;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .send
{
    text-align: center;
}
.wrap-contact .message form .submit
{
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    overflow: hidden;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e60012;
}
.wrap-contact .message form .submit span
{
    position: relative;
    z-index: 5;

    display: block;
}
.wrap-contact .message form .submit: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: #222;
}
.wrap-contact .message form .submit: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: #222;
}
.wrap-contact .message form .submit:hover
{
    color: #fff;
    border-color: #222;
}
.wrap-contact .message form .submit: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);
}
.wrap-contact .message form .submit: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);
}
.wrap-contact .message form .submit:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.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: 16px;

    display: inline-block;

    content: '\e9b5';
}
.pagination li.next a:before
{
    content: '\e72f';
}
.pagination li a
{
    font-size: 16px;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

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

    color: #333;
    border: none;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    background: none;
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #000;
    background: #000;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #000;
    background: #000;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry p
{
    font-weight: 500;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-inquiry .inquiry-info
{
    font-size: 0;

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 3%;

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.wrap-inquiry .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info p
{
    line-height: 24px;

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiry .close::after
    {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after
{
    color: #e60012;
}
.wrap-inquiry .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-message
    {
        padding-top: 50px;
    }
}
@media (min-width: 1470px)
{
    .wrap-sitemap .title-in h2
    {
        font-size: 45px;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    font-size: 0;

    position: relative;

    width: 100%;
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 200px;
    padding: 15px 10px;

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

    color: #fff;
    background-color: #333;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        width: 140px;
        padding: 4px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

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

    display: inline-block;

    width: -webkit-calc(100% - 210px);
    width:         calc(100% - 210px);

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        width: -webkit-calc(100% - 140px);
        width:         calc(100% - 140px);
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

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

    display: block;

    padding: 10px 30px;

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

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

    color: #e60012;
}
.wrap-nosearch .nosearch
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-nosearch .nosearch
    {
        margin-top: 30px;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .relate-search .item
{
    margin-top: 30px;
}
.wrap-subscription
{
    position: relative;
    z-index: 2;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-subscription
    {
        margin-top: 20px;
    }
}
.wrap-subscription .subscription
{
    padding: 0 5% 50px;

    background-color: #f4f4f4;
}
@media (max-width: 767px)
{
    .wrap-subscription .subscription
    {
        padding: 0 15px 20px;
    }
}
.wrap-subscription .subscription .title
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wrap-subscription .subscription .message
{
    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)
{
    .wrap-subscription .subscription .message
    {
        display: block;
    }
}
.wrap-subscription .subscription .message p
{
    font-size: 15px;
    line-height: 22px;

    width: 270px;
    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-subscription .subscription .message p
    {
        width: 100%;
    }
}
.wrap-subscription .subscription .message form
{
    position: relative;

    width: 60%;
    padding-right: 130px;
}
@media (max-width: 767px)
{
    .wrap-subscription .subscription .message form
    {
        width: 100%;
        margin-top: 10px;
        padding-right: 90px;
    }
}
.wrap-subscription .subscription .message form input
{
    line-height: 30px;

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

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-subscription .subscription .message form input
    {
        line-height: 24px;

        height: 44px;
        padding: 10px;
    }
}
.wrap-subscription .subscription .message form input::-webkit-input-placeholder,
.wrap-subscription .subscription .message form textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-subscription .subscription .message form input:-o-placeholder,
.wrap-subscription .subscription .message form textarea:-o-placeholder
{
    color: #888;
}
.wrap-subscription .subscription .message form input::-moz-placeholder,
.wrap-subscription .subscription .message form textarea::-moz-placeholder
{
    color: #888;
}
.wrap-subscription .subscription .message form input:-ms-input-placeholder,
.wrap-subscription .subscription .message form textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-subscription .subscription .message form input:focus::-webkit-input-placeholder,
.wrap-subscription .subscription .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-subscription .subscription .message form input:focus::-o-placeholder,
.wrap-subscription .subscription .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-subscription .subscription .message form input:focus::-moz-placeholder,
.wrap-subscription .subscription .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-subscription .subscription .message form input:focus::-ms-input-placeholder,
.wrap-subscription .subscription .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-subscription .subscription .message form .submit
{
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;

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

    overflow: hidden;

    width: 130px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #222;
}
@media (max-width: 767px)
{
    .wrap-subscription .subscription .message form .submit
    {
        line-height: 44px;

        width: 90px;
    }
}
.wrap-subscription .subscription .message form .submit span
{
    position: relative;
    z-index: 5;

    display: block;
}
.wrap-subscription .subscription .message form .submit: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: #e60012;
}
.wrap-subscription .subscription .message form .submit: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: #e60012;
}
.wrap-subscription .subscription .message form .submit:hover
{
    border-color: #e60012;
}
.wrap-subscription .subscription .message form .submit: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);
}
.wrap-subscription .subscription .message form .submit: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);
}
.wrap-subscription .subscription .message form .submit:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.footer
{
    overflow: hidden;

    margin-top: -70px;

    color: #fff;
    background-color: #2c2c2c;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 120px 5% 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1350px)
{
    .footer .foot
    {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot
    {
        display: block;

        padding: 100px 0 30px;
    }
}
.footer .foot .foot-left
{
    width: 60%;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-left
    {
        width: 100%;
    }
}
.footer .foot .foot-left p
{
    font-size: 15px;
    line-height: 24px;

    margin: 20px 0;

    color: #b5b5b5;
}
@media (max-width: 991px)
{
    .footer .foot .foot-left p
    {
        font-size: 14px;

        margin: 14px 0;
    }
}
.footer .foot .foot-left p b
{
    font-size: 17px;

    display: block;

    color: #fff;
}
.footer .foot .foot-left p a:hover
{
    text-decoration: underline;
}
.footer .foot .foot-right
{
    width: 40%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-right
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;

        text-align: left;

        -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 .foot .foot-right .translate-share
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right .translate-share
    {
        margin-top: 20px;
    }
}
.footer .foot .foot-right .translate-share .translate,
.footer .foot .foot-right .translate-share .share
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot .foot-right .share
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-right .share
    {
        margin: 0;
    }
}
.footer .foot .foot-right .share ul li
{
    display: inline-block;

    margin-left: 10px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-right .share ul li
    {
        margin-left: 4px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-right .share ul li
    {
        margin: 0;
    }
}
.footer .foot .foot-right .share ul li a
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 50px;
    height: 50px;

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

    border-radius: 50%;
    background-color: #222;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right .share ul li a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-right .share ul li a
    {
        line-height: 36px;

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

    display: inline-block;

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

    width: 2.22222222rem;
    height: 100%;

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

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

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

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .foot .foot-right .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .foot-right .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot .foot-right .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot .foot-right .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .foot .foot-right .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot .foot-right .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot .foot-right .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.footer .copyright
{
    font-size: 15px;
    line-height: 26px;

    overflow: hidden;

    padding: 15px 0;

    text-align: center;

    background-color: #222;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        margin-top: 20px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 22px;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

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

        display: block;
    }
}
.footer .copyright p a:hover
{
    color: #e60012;
}
.footer .copyright p .power
{
    margin-left: 40px;
}
@media (max-width: 991px)
{
    .footer .copyright p .power
    {
        margin: 0;
    }
}
.footer .copyright .cnzz
{
    display: inline-block;

    margin: 0 4px;
    margin-top: -4px;

    vertical-align: middle;
}
.footer .copyright a.sitemap
{
    font-size: 15px;

    display: inline-block;

    vertical-align: middle;
    text-decoration: underline;

    color: #9a9a9a;
}
@media (max-width: 767px)
{
    .footer .copyright a.sitemap
    {
        font-size: 14px;

        float: none;
    }
}
.footer .copyright a.sitemap:hover
{
    color: #e60012;
}
.inquire-sheet-box
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 50px;

    display: none;
    overflow: hidden;

    width: 340px;

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

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

    overflow: hidden;

    padding: 0 20px;

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

    display: inline-block;

    margin: 0;

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

    display: inline-block;
    float: right;

    cursor: pointer;

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

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

    width: 30px;

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

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

    display: block;

    padding: 20px 10px;

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

    margin-left: 10px;

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

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

    padding: 10px 20px;

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

    color: #fff;
}
.inquire-sheet-box .list .pic
{
    display: inline-block;
    overflow: hidden;

    width: 100px;

    vertical-align: middle;

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

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

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

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

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

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

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

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .fixed-cart
    {
        top: 40%;
    }
}
.fixed-cart a.cart-icon
{
    font-size: 14px;
    line-height: 44px;

    position: relative;

    display: block;

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

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

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

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

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

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .fixed-cart a.cart-icon span
    {
        top: 0;
    }
}
.fixed-cart a.cart-icon span:before
{
    content: '(';
}
.fixed-cart a.cart-icon span:after
{
    content: ')';
}
.fixed-cart a.cart-icon::before
{
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;

    display: block;

    content: '\e603';
}
@media (max-width: 991px)
{
    .fixed-cart a.cart-icon::before
    {
        font-size: 20px;
    }
}
.fixed-cart a.cart-icon:hover
{
    background-color: #e60012;
}
.fixed-cart.toggleactive
{
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
.u-flyer
{
    position: fixed;
    z-index: 9999;

    display: block;

    width: 40px;
    height: 40px;

    color: #e60012;
    border-radius: 50px;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.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;
}
