@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
.BMapLabel
{
    max-width: none;
}
@font-face
{
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;

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

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

    src: url('font/hinted-Helvetica-Black.eot');
    src: local('Helvetica Black'), local('Helvetica-Black'), url('font/hinted-Helvetica-Black.eot?#iefix') format('embedded-opentype'), url('font/hinted-Helvetica-Black.woff2') format('woff2'), url('font/hinted-Helvetica-Black.woff') format('woff'), url('font/hinted-Helvetica-Black.ttf') format('truetype'), url('font/hinted-Helvetica-Black.svg#Helvetica-Black') format('svg');
    font-display: swap;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: Helvetica, Arial, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.fixed .header
{
    z-index: 10000002;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .page
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .page
    {
        margin-top: 30px;
    }
}
.page li
{
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

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

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

    color: #848484;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 14px;
        line-height: 32px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #dc141c;
    background-color: #dc141c;
}
.page li.active
{
    border-radius: 50%;
}
.page li a
{
    display: block;
}
.page li.prev:before,
.page li.next:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev:before
{
    content: '\e9b5';
}
.page li.next:before
{
    content: '\e72f';
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: 100%;
    max-width: 100%;

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

    color: #666;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 12px 20px !important;

    border: 1px solid #ddd !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 15px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table td:first-child
{
    color: #333;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.slick-btn
{
    font-size: 0;

    letter-spacing: -8px;
}
.slick-btn a,
.slick-btn span
{
    font-size: 14px;
    line-height: 50px;

    z-index: 20;

    display: inline-block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    letter-spacing: 0;

    background-color: #fff;
}
@media (max-width: 480px)
{
    .slick-btn a,
    .slick-btn span
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.slick-btn a:before,
.slick-btn span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-btn a:hover,
.slick-btn span:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}
.slick-btn a.prev,
.slick-btn span.prev
{
    color: #fff;
    background-color: #dc141c;
}
.slick-btn a.prev:before,
.slick-btn span.prev:before
{
    content: '\e62e';
}
.slick-btn a.next,
.slick-btn span.next
{
    color: #dc141c;
}
.slick-btn a.next:before,
.slick-btn span.next:before
{
    content: '\e634';
}
.header
{
    position: relative;
    z-index: 999;

    width: 100%;

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

    color: #fff;
    background-color: #d1272d;
}
@media (min-width: 1200px)
{
    .header
    {
        position: fixed;
    }
    .header.out .nav .nav-list1 > li > a
    {
        padding: 25px 0;
    }
    .header.out .logo
    {
        width: 140px;

    }
}
@media (min-width: 1650px)
{
    .header .container
    {
        width: 1620px;
    }
}
.header .header-box
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .logo
    {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 164px;
        -webkit-transition: .3s;
        transition: .3s;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        width: 100px;
        margin: 0 auto;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        width: 70px;
    }
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    /*padding: 8.33333333% 19.44444444%;*/
    padding: 3.333333% 14.444444%;

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

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .header .logo a
    {
        border-radius: 0 0 10px 10px;
        box-shadow: 0 2px 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        /*padding: 6% 15%;*/
        padding: 1% 11%;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    float: right;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.search-wrap
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
.header .right-box .fade-out ~ .google-translate
{
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 30px;

    display: block !important;

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

    opacity: 0;
}
.header .cart-btn
{
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .header .cart-btn
    {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .cart-btn
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

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

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #dc141c;
}
.header .language
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none !important;
    }
}
.header .language a
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;
    letter-spacing: 0;
}
.header .language a:hover
{
    color: #dc141c;
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find
{
    cursor: pointer;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e651';
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: absolute;
        top: 50%;
        left: 0;

        margin: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        left: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 5px;
    }
}
.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: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

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

        display: none;

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

        -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: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
}
.header .nav .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 30px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: bold;

        position: relative;

        display: block;

        padding: 33px 0;

        -webkit-transition: .3s;
                transition: .3s;
        letter-spacing: 1px;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: center;

        background-color: rgba(209, 39, 45, .8);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        padding: 10px 0;

        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1649px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 34px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

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

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

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

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

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .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 .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

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

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    max-height: 70vh;
    margin-top: 4%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 5vmin;
        line-height: 1.6;

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

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 80vh;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: .6s;
                transition: .6s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

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

        content: '\e72f';

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

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 6.5vmin;
        line-height: 1.7;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.box-category
{
    display: none;
}
@media (max-width: 1199px)
{
    .box-category
    {
        display: block;
    }
}
.box-category .category
{
    font-size: 12px;

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

    display: block;

    padding: 5px 8px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #ffc001;
}
@media (max-width: 480px)
{
    .box-category .category
    {
        font-size: 3vmin;

        right: -10px;
    }
}
.box-category .category-list
{
    position: absolute;
    z-index: 9;
    top: 100%;
    right: -10px;

    display: none;

    min-width: 180px;
    max-width: 100%;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
.box-category .category-list1
{
    line-height: 2;

    padding: 15px 0;
}
.box-category .category-list1 > li
{
    position: relative;

    padding: 0 35px 0 20px;
}
.box-category .category-list1 > li.more:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    display: block;

    width: 30px;

    content: '\e72f';
    text-align: center;
}
.box-category .category-list1 > li a
{
    display: inline-block;
}
.box-category .category-list1 ul
{
    display: none;
}
.box-category .category-list2
{
    font-size: 12px;

    padding: 0 0 5px 10px;
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        width: 200px;
        margin-left: 55px;
    }
    .search-wrap p,
    .search-wrap .search-close
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        border: 1px solid #fff;
        border-radius: 40px;
    }
    .search-wrap form input::-webkit-input-placeholder,
    .search-wrap form textarea::-webkit-input-placeholder
    {
        color: #fff;
    }
    .search-wrap form input:-o-placeholder,
    .search-wrap form textarea:-o-placeholder
    {
        color: #fff;
    }
    .search-wrap form input::-moz-placeholder,
    .search-wrap form textarea::-moz-placeholder
    {
        color: #fff;
    }
    .search-wrap form input:-ms-input-placeholder,
    .search-wrap form textarea:-ms-input-placeholder
    {
        color: #fff;
    }
    .search-wrap form input:focus::-webkit-input-placeholder,
    .search-wrap form textarea:focus::-webkit-input-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-o-placeholder,
    .search-wrap form textarea:focus::-o-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-moz-placeholder,
    .search-wrap form textarea:focus::-moz-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-ms-input-placeholder,
    .search-wrap form textarea:focus::-ms-input-placeholder
    {
        color: #eee;
    }
    .search-wrap form .input-text
    {
        font-size: 12px;

        display: block;

        width: 100%;
        padding: 11px 50px 10px 15px;

        color: #fff;
        background: none;
    }
    .search-wrap form .input-submit
    {
        font-size: 18px;

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

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

        text-align: center;

        background: none;
    }
    .search-wrap form .input-submit:before
    {
        font-family: 'iconfont' !important;

        content: '\e651';
    }
}
@media (min-width: 1200px) and (max-width: 1649px)
{
    .search-wrap
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        background-color: rgba(0, 0, 0, .97);
    }
    .search-wrap.active .search
    {
        -webkit-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
    .search-wrap .search
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 800px;
        max-width: 100%;
        margin: auto;
        padding: 0 15px;

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

        border: none;
        border-radius: 0;
    }
    .search-wrap .search p
    {
        margin-bottom: 50px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }
    .search-wrap .search .input-text
    {
        font-size: 20px;
        line-height: 40px;

        width: 100%;
        padding: 0 35px 5px 20px;

        text-align: center;

        color: #fff;
        border-bottom: 3px solid #1f1e1e;
        background: none;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

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

        width: 50px;

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

        content: '\e660';
    }
    .search-wrap .search-close
    {
        position: absolute;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .search-wrap .search-close:before
    {
        font-family: 'iconfont' !important;
        font-size: 22px;

        content: '\e61b';

        color: #fff;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: none;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #dc141c;
}
.slick-dots li button
{
    display: none;
}
.section
{
    background-color: rgba(0, 0, 0, .5);
    background-size: cover;
}
@media (max-width: 1199px)
{
    .section
    {
        overflow: hidden;
    }
}
#fp-nav
{
    margin-top: 0 !important;
    padding: 15px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#fp-nav.fp-right
{
    right: 2.5%;
}
@media (max-width: 991px)
{
    #fp-nav
    {
        display: none;
    }
}
#fp-nav .fp-tooltip
{
    display: none !important;
}
#fp-nav ul li
{
    width: auto;
    height: auto;
    margin: 20px 0;
}
#fp-nav ul li a
{
    position: relative;

    width: 12px;
    height: 12px;
    margin: 0;

    border: 1px solid #999;
    border-radius: 50%;
    background-color: transparent;
}
#fp-nav ul li a:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;

    content: '';

    border-radius: 50%;
    background-color: #111;
}
#fp-nav ul li a span
{
    display: none;
}
#fp-nav ul li a.active,
#fp-nav ul li a.active:before
{
    -webkit-transition: .3s;
            transition: .3s;

    border-color: #dc141c;
    background-color: #dc141c;
}
.page-arrow span
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;

    cursor: pointer;
    text-align: center;
}
.page-arrow span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    color: #dc141c;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-arrow .prev
{
    top: 0;
}
.page-arrow .prev:before
{
    content: '\eb60';
}
.page-arrow .next
{
    bottom: 0;
}
.page-arrow .next:before
{
    content: '\eb5f';
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;

    overflow: hidden;
}
@-webkit-keyframes scle
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}
@keyframes scle
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}
.banner .slick-current
{
    position: relative;
    z-index: 50;
}
.banner .slick-current .item
{
    -webkit-animation: scle 3s infinite;
            animation: scle 3s infinite;
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
.banner .slick
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 20px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

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

    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;

    border-radius: 50%;
    background: none;
    background-color: #dc141c;
}
.banner .slick-dots li.slick-active
{
    width: 12px;
    height: 12px;

    background-color: #dc141c;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 4px;
        height: 4px;
        margin: 0 5px;
    }
    .banner .slick-dots li.slick-active
    {
        width: 8px;
        height: 8px;
    }
}
.index-box
{
    padding-top: 90px;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-height: 699px)
{
    .index-box .container
    {
        width: 1170px;
    }
}
.index-box .more
{
    color: #fff;
}
.index-box .more a
{
    font-weight: bold;

    display: inline-block;
}
.index-box .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-left: 20px;

    content: '\e6cb';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .index-box .more a:after
    {
        font-size: 16px;

        margin-left: 8px;
    }
}
@media (max-width: 480px)
{
    .index-box .more a:after
    {
        font-size: 3.5vmin;

        margin-left: 5px;
    }
}
.index-box .more a:hover span
{
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .index-box .more a
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .index-box .more a
    {
        font-size: 2.5vmin;
    }
}
.index-box .title
{
    color: #fff;
}
.index-box .title h3
{
    font-size: 48px;
    font-weight: 900;

    margin: 0;
}
.index-box .title p
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .index-box .title h3
    {
        font-size: 42px;
    }
    .index-box .title p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 38px;
    }
    .index-box .title p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 480px)
{
    .index-box .title h3
    {
        font-size: 28px;
        font-size: 6.8vmin;
    }
    .index-box .title p
    {
        font-size: 13px;
    }
}
@media (min-width: 1200px)
{
    .section-about.current .index-about .item-box
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    .section-product.current .index-product li
    {
        -webkit-animation: bounceInUp 1s forwards;
                animation: bounceInUp 1s forwards;
    }
    .section-product.current .index-product li:nth-child(1)
    {
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
    }
    .section-product.current .index-product li:nth-child(1) .img-box
    {
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
    }
    .section-product.current .index-product li:nth-child(2)
    {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
    }
    .section-product.current .index-product li:nth-child(2) .img-box
    {
        -webkit-animation-delay: 1.7s;
                animation-delay: 1.7s;
    }
    .section-product.current .index-product li:nth-child(3)
    {
        -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s;
    }
    .section-product.current .index-product li:nth-child(3) .img-box
    {
        -webkit-animation-delay: 1.9s;
                animation-delay: 1.9s;
    }
    .section-product.current .index-product .img-box
    {
        -webkit-animation: jackInTheBox 1s forwards;
                animation: jackInTheBox 1s forwards;
    }
    .section-product.current .index-product .title-box
    {
        overflow: hidden;
    }
    .section-product.current .index-product .title-box h3,
    .section-product.current .index-product .title-box p
    {
        -webkit-animation: bounceInUp 1s;
                animation: bounceInUp 1s;
    }
    .section-product.current .index-product .title-box p:nth-child(1)
    {
        -webkit-animation-delay: .1s;
                animation-delay: .1s;
    }
    .section-product.current .index-product .title-box p:nth-child(2)
    {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
    }
    .section-product.current .index-product .title-box p:nth-child(3)
    {
        -webkit-animation-delay: .3s;
                animation-delay: .3s;
    }
    .section-product.current .index-product .title-box p:nth-child(4)
    {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
    }
    .section-product.current .index-product .title-box p:nth-child(5)
    {
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
    }
    .section-product.current .index-product .title-box p:nth-child(6)
    {
        -webkit-animation-delay: .6s;
                animation-delay: .6s;
    }
    .section-contact.current .title
    {
        -webkit-animation: bounceInDown 1s forwards;
                animation: bounceInDown 1s forwards;
    }
    .section-contact.current .pic-box
    {
        -webkit-animation: bounceInLeft 1s forwards;
                animation: bounceInLeft 1s forwards;
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
    }
    .section-contact.current .contact-list li
    {
        -webkit-animation: bounceInUp 1s forwards;
                animation: bounceInUp 1s forwards;
    }
    .section-contact.current .contact-list li:nth-child(1)
    {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
    }
    .section-contact.current .contact-list li:nth-child(2)
    {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
    }
    .section-contact.current .contact-list li:nth-child(3)
    {
        -webkit-animation-delay: .6s;
                animation-delay: .6s;
    }
    .section-contact.current .contact-list li:nth-child(4)
    {
        -webkit-animation-delay: .8s;
                animation-delay: .8s;
    }
    .section-contact.current .inquiry-form li:nth-child(odd)
    {
        -webkit-animation: bounceInLeft 1s forwards;
                animation: bounceInLeft 1s forwards;
    }
    .section-contact.current .inquiry-form li:nth-child(even)
    {
        -webkit-animation: bounceInRight 1s forwards;
                animation: bounceInRight 1s forwards;
    }
    .section-contact.current .inquiry-form li:nth-child(1)
    {
        -webkit-animation-delay: .1s;
                animation-delay: .1s;
    }
    .section-contact.current .inquiry-form li:nth-child(2)
    {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
    }
    .section-contact.current .inquiry-form li:nth-child(3)
    {
        -webkit-animation-delay: .3s;
                animation-delay: .3s;
    }
    .section-contact.current .inquiry-form li:nth-child(4)
    {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
    }
    .section-contact.current .inquiry-form textarea
    {
        -webkit-animation: bounceInUp 1s .6s forwards;
                animation: bounceInUp 1s .6s forwards;
    }
    .section-contact.current .inquiry-form .submit
    {
        -webkit-animation: bounceInLeft 1s .8s forwards;
                animation: bounceInLeft 1s .8s forwards;
    }
}
.index-about .title-box
{
    overflow: hidden;
}
@media only screen and (min-width: 768px)
{
    .index-about .title
    {
        float: left;
    }
}
.index-about .title h3
{
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px)
{
    .index-about .more
    {
        float: right;

        margin-top: 62px;
    }
}
@media (max-width: 767px)
{
    .index-about .more
    {
        margin-top: 20px;

        text-align: right;
    }
}
.index-about .list,
.index-about .list .row
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .index-about .list,
    .index-about .list .row
    {
        margin: 0 -10px;
    }
}
.index-about .list li
{
    width: 50%;
}
@media (max-width: 480px)
{
    .index-about .list li
    {
        width: 100%;
    }
}
.index-about .list li,
.index-about .item-box
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-about .list li,
    .index-about .item-box
    {
        padding: 0 10px;
    }
}
.index-about .item-box
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .index-about .item-box
    {
        -webkit-transition: all .5s cubic-bezier(.52, 2.14, .37, .6) 0ms;
                transition: all .5s cubic-bezier(.52, 2.14, .37, .6) 0ms;
        -webkit-transform: translate3d(0, 200px, 0);
                transform: translate3d(0, 200px, 0);

        opacity: 0;
    }
}
@media (max-width: 991px)
{
    .index-about .item-box
    {
        margin-top: 20px;
    }
}
.index-about .item1
{
    width: 50%;
}
.index-about .item1 .img-box
{
    padding-bottom: 78.78787879%;
}
.index-about .item2
{
    width: 50%;

    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.index-about .item2 .img-box
{
    padding-bottom: 78.78787879%;
}
.index-about .item3
{
    width: 33.33333333%;

    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.index-about .item3 .img-box
{
    padding-bottom: 123.80952381%;
}
.index-about .item4
{
    width: 66.66666667%;

    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}
.index-about .item4 .img-box
{
    padding-bottom: 57.77777778%;
}
.index-about .item5
{
    width: 66.66666667%;

    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
.index-about .item5 .img-box
{
    padding-bottom: 57.77777778%;
}
.index-about .item6
{
    width: 33.33333333%;

    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}
.index-about .item6 .img-box
{
    padding-bottom: 123.80952381%;
}
.index-about .item7
{
    width: 50%;

    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
.index-about .item7 .img-box
{
    padding-bottom: 78.78787879%;
}
.index-about .item8
{
    width: 50%;

    -webkit-transition-delay: .7s;
            transition-delay: .7s;
}
.index-about .item8 .img-box
{
    padding-bottom: 78.78787879%;
}
.index-product .title-box
{
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px)
{
    .index-product .title-box
    {
        padding-right: 50px;

        text-align: right;
    }
}
.index-product .title-box .title
{
    margin-bottom: 15px;
}
.index-product .title-box .intro
{
    display: inline-block;

    max-width: 100%;

    text-align: left;
}
.index-product .title-box .intro p
{
    font-size: 18px;

    position: relative;

    padding-left: 28px;

    color: #fff;
}
.index-product .title-box .intro p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .index-product .title-box .intro p
    {
        font-size: 16px;
    }
    .index-product .title-box .intro p:before
    {
        top: 10px;
    }
}
@media (max-width: 991px)
{
    .index-product .title-box .intro p
    {
        font-size: 15px;
    }
    .index-product .title-box .intro p:before
    {
        top: 8px;
    }
}
@media (max-width: 767px)
{
    .index-product .title-box .intro p
    {
        font-size: 14px;
    }
    .index-product .title-box .intro p:before
    {
        top: 8px;
    }
}
@media (max-width: 480px)
{
    .index-product .title-box .intro p
    {
        font-size: 12px;

        padding-left: 15px;
    }
    .index-product .title-box .intro p:before
    {
        top: 5px;
    }
}
.index-product .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-product .list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .index-product .list li
    {
        opacity: 0;
    }
}
.index-product .list li:before
{
    position: absolute;
    top: 30px;
    left: 0;

    display: block;

    width: 1px;
    height: 270px;

    content: '';

    background: url(../images/imgs/line.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .index-product .list li:before
    {
        top: 15px;
    }
}
@media (max-width: 767px)
{
    .index-product .list li:before
    {
        top: 0;

        height: 80%;
    }
}
.index-product .list li:first-child:before
{
    display: none;
}
.index-product .list li:nth-child(2) .img-box
{
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.index-product .list li:nth-child(3) .img-box
{
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
.index-product .list .item-box
{
    display: inline-block;

    width: 500px;
    max-width: 80%;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-product .list .item-box
    {
        max-width: 90%;
    }
}
.index-product .img-box
{
    padding-bottom: 64%;
}
@media (min-width: 1200px)
{
    .index-product .img-box
    {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
    }
}
.index-product .item
{
    display: block;

    text-align: center;
}
.index-product .item:hover + .more span
{
    text-decoration: underline;
}
.index-product .item > b
{
    font-size: 26px;
    font-weight: 900;

    display: block;

    margin: 40px 0 10px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .index-product .item > b
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .index-product .item > b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .index-product .item > b
    {
        font-size: 16px;

        margin-top: 20px;
        margin-bottom: 5px;
    }
}
@media (max-width: 480px)
{
    .index-product .item > b
    {
        font-size: 14px;
        font-size: 3.5vmin;
    }
}
.index-product .more
{
    text-align: center;
}
.index-product .more a
{
    font-weight: normal;
}
.index-product1 .list li
{
    width: 50%;
}
.index-product1 .list li:first-child
{
    text-align: left;
}
.index-product1 .list li:first-child + li
{
    text-align: right;
}
.index-product2 .list li
{
    width: 33.33333%;

    text-align: center;
}
.index-contact
{
    color: #fff;
}
.index-contact .title
{
    margin-bottom: 45px;
}
@media (max-width: 991px)
{
    .index-contact .title
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px)
{
    .index-contact .title
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 480px)
{
    .index-contact .title
    {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px)
{
    .index-contact .title h3
    {
        font-size: 44px;
    }
}
.index-contact .info-content
{
    padding-right: 40px;
}
@media (max-width: 991px)
{
    .index-contact .info-content
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .index-contact .info-content
    {
        margin-bottom: 40px;
    }
}
.index-contact .info-content .pic-box img
{
    display: block;

    max-width: 100%;
}
@media (min-width: 1200px)
{
    .index-contact .inquiry-form li:nth-child(odd)
    {
        -webkit-transform: translate3d(-3000px, 0, 0);
                transform: translate3d(-3000px, 0, 0);
    }
    .index-contact .inquiry-form li:nth-child(even)
    {
        -webkit-transform: translate3d(3000px, 0, 0);
                transform: translate3d(3000px, 0, 0);
    }
    .index-contact .inquiry-form textarea
    {
        -webkit-transform: translate3d(0, 3000px, 0);
                transform: translate3d(0, 3000px, 0);
    }
    .index-contact .inquiry-form .submit
    {
        -webkit-transform: translate3d(-3000px, 0, 0);
                transform: translate3d(-3000px, 0, 0);
    }
}
.index-contact .inquiry-form input::-webkit-input-placeholder,
.index-contact .inquiry-form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.index-contact .inquiry-form input:-o-placeholder,
.index-contact .inquiry-form textarea:-o-placeholder
{
    color: #fff;
}
.index-contact .inquiry-form input::-moz-placeholder,
.index-contact .inquiry-form textarea::-moz-placeholder
{
    color: #fff;
}
.index-contact .inquiry-form input:-ms-input-placeholder,
.index-contact .inquiry-form textarea:-ms-input-placeholder
{
    color: #fff;
}
.index-contact .inquiry-form input:focus::-webkit-input-placeholder,
.index-contact .inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.index-contact .inquiry-form input:focus::-o-placeholder,
.index-contact .inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.index-contact .inquiry-form input:focus::-moz-placeholder,
.index-contact .inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.index-contact .inquiry-form input:focus::-ms-input-placeholder,
.index-contact .inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.index-contact .inquiry-form input,
.index-contact .inquiry-form textarea
{
    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border: none;
    background: none;
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, .5);
}
.index-contact .inquiry-form input:focus,
.index-contact .inquiry-form textarea:focus
{
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, .8) !important;
}
.index-contact .inquiry-form textarea
{
    height: 240px;
}
@media (max-width: 991px)
{
    .index-contact .inquiry-form textarea
    {
        height: 120px;
    }
}
.index-contact .inquiry-form .submit
{
    line-height: 50px;

    width: 170px;
    height: 50px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .index-contact .inquiry-form .submit
    {
        line-height: 40px;

        width: 140px;
        height: 40px;
    }
}
.index-contact .inquiry-form .submit span
{
    font-weight: normal;
}
.contact-list
{
    padding-top: 25px;
}
@media (max-width: 767px)
{
    .contact-list
    {
        padding-top: 10px;
    }
}
.contact-list li
{
    position: relative;

    margin-top: 25px;
    padding-left: 30px;
}
.contact-list li:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-list .address:before
{
    content: '\e62a';
}
.contact-list .company:before
{
    content: '\e62e';
}
.contact-list .mail:before
{
    content: '\e667';
}
.contact-list .tel:before
{
    content: '\e61a';
}
.contact-list p
{
    margin: 0;
}
.contact-list p a:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .inside-page
    {
        padding-top: 90px;
    }
}
.inside-page .content
{
    position: relative;

    padding: 70px 0 100px;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
.inside-page .content p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.inside-page .title
{
    margin-bottom: 25px;

    text-align: center;
}
.inside-page .title h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 20px;
    }
    .inside-page .title h3
    {
        font-size: 30px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}
.breadcrumb
{
    float: right;

    margin: 0;
    padding: 12px 0;

    background: none;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        display: none;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 20px;

    content: '\e6c8';
    vertical-align: middle;
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';

    color: #fff;
}
.inside-nav
{
    float: left;
}
.inside-nav li
{
    display: inline-block;
}
.inside-nav .active a
{
    font-weight: normal;

    background-color: #ab1c21;
}
.inside-nav a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    padding: 14px 40px;
}
@media (max-width: 767px)
{
    .inside-nav a
    {
        font-size: 14px;

        padding: 12px 25px;
    }
}
@media (max-width: 480px)
{
    .inside-nav a
    {
        font-size: 3.5vmin;

        padding: 12px 18px;
    }
}
.inquiry-wrap .title
{
    text-align: left;
}
.inquiry-wrap .inquiry-box
{
    width: 100%;
    margin-top: 30px;

    border: 1px solid #ddd;
    border: none;
    background-color: #fff;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box
    {
        margin-top: 0;
    }
}
.inquiry-wrap .inquiry-box label
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

         -o-user-select: none;
}
.inquiry-wrap .inquiry-box .iq-title,
.inquiry-wrap .inquiry-box .list li
{
    font-size: 0;

    width: 100%;
    padding: 18px 40px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.inquiry-wrap .inquiry-box .iq-title:after,
.inquiry-wrap .inquiry-box .list li:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.inquiry-wrap .inquiry-box .iq-title > div,
.inquiry-wrap .inquiry-box .list li > div
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: middle;
    letter-spacing: 0;
}
.inquiry-wrap .inquiry-box .iq-title
{
    color: #fff;
    background-color: #dc141c;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .iq-title
    {
        padding: 2.5% 3.5%;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th
{
    font-size: 16px;
    font-weight: bold;

    padding: 10px 0;

    text-align: left;

    border: none;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .th
    {
        font-size: 14px;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th.qty-box
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .iq-title .th .replace:after
    {
        display: block;
    }
}
.inquiry-wrap .inquiry-box .iq-title .th .check-all label
{
    margin-top: -2px;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .iq-title .check-box
    {
        padding: 0;

        text-align: left;
    }
}
.inquiry-wrap .inquiry-box .list li:nth-child(odd)
{
    background-color: #f0f0f0;
}
@media (max-width: 480px)
{
    .inquiry-wrap .inquiry-box .list li
    {
        padding: 4% 3.5%;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .list li .pic-box
    {
        max-width: 100px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-title
    {
        padding-left: 0 !important;

        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box
{
    text-align: left;
}
@media (min-width: 480px)
{
    .inquiry-wrap .inquiry-box .check-box
    {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all
{
    margin: 0;

    text-align: left;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label
{
    margin-right: 10px;
    margin-bottom: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label + span
{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .check-box .check-all > label + span
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace
{
    line-height: 14px;

    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin-bottom: 0;

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

    border: 1px solid #969696;
    border-radius: 3px;
    background: none;
    background-color: #fff;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

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

    opacity: 0;
    color: #333;
}
.inquiry-wrap .inquiry-box .check-box label.replace input
{
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after
{
    opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box
{
    width: 60%;
}
.inquiry-wrap .inquiry-box .introduce-box p
{
    font-size: 14px;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .introduce-box p
    {
        font-size: 13px;
        line-height: 1.2;
    }
}
.inquiry-wrap .inquiry-box .introduce-box p:hover
{
    color: #dc141c;
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .introduce-box .number-box
    {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box
{
    display: inline-block;
    zoom: 1;

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

    color: #999;
}
.inquiry-wrap .inquiry-box .number-box:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.inquiry-wrap .inquiry-box .number-box a
{
    line-height: 38px;

    float: left;

    width: 30px;
    height: 40px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box a
    {
        line-height: 28px;

        width: 26px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.del1
{
    border-right: none;
}
.inquiry-wrap .inquiry-box .number-box a.add1
{
    border-left: none;
}
.inquiry-wrap .inquiry-box .number-box a.disable
{
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num
{
    line-height: 40px;

    float: left;

    width: 60px;
    min-width: 26px;
    max-width: 60px;
    height: 40px;

    text-align: center;

    color: #333;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .number-box .ipt-num
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
.inquiry-wrap .inquiry-box .qty-box
{
    text-align: center;
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        display: none;
    }
}
@media (min-width: 768px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 17.03268%;

        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .inquiry-wrap .inquiry-box .qty-box
    {
        width: 19%;
    }
}
.inquiry-wrap .inquiry-box .del-box
{
    min-width: 54px;

    text-align: center;
}
.inquiry-wrap .inquiry-box .del-box .del
{
    display: block;

    text-align: center;

    color: #aaa;
}
.inquiry-wrap .inquiry-box .del-box .del:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e632';
    vertical-align: middle;
}
.inquiry-wrap .inquiry-box .del-box .del:hover
{
    color: #dc141c;
}
.inquiry-wrap .inquiry-form
{
    position: relative;

    margin-top: 75px;
}
@media (max-width: 991px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .inquiry-wrap .inquiry-form
    {
        margin-top: 40px;
    }
}
.inquiry-wrap .inquiry-form .title
{
    margin-bottom: 10px;
}
.inquiry-wrap .inquiry-form form
{
    margin-top: 15px;
}
.contact-wrap .list
{
    font-size: 0;

    margin-top: -20px;

    letter-spacing: -8px;
}
@media (max-width: 480px)
{
    .contact-wrap .list
    {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.contact-wrap .list li
{
    font-size: 16px;

    display: inline-block;

    width: 20%;
    margin-top: 35px;
    padding: 0 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
    word-break: break-all;
}
@media (max-width: 1199px)
{
    .contact-wrap .list li
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .list li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list li
    {
        font-size: 14px;

        width: 50%;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .list li
    {
        font-size: 3.5vmin;

        padding: 0 10px;
    }
}
.contact-wrap .list .pic-box,
.contact-wrap .list .code
{
    width: 90px;
    max-width: 100%;
    margin: 0 auto;
}
.contact-wrap .list .pic-box
{
    position: relative;
    z-index: 2;

    border-radius: 50%;
}
.contact-wrap .list .pic-box .img-box
{
    border-radius: 50%;
}
.contact-wrap .list .name
{
    font-weight: bold;

    margin: 15px 0;
}
@media (max-width: 480px)
{
    .contact-wrap .list .name
    {
        margin: 10px 0;
    }
}
.contact-wrap .list .mail
{
    font-weight: bold;

    text-decoration: underline;

    color: #dc141c;
}
.contact-wrap .list .whatsapp
{
    margin: 12px 0;

    color: #666;
}
@media (max-width: 480px)
{
    .contact-wrap .list .whatsapp
    {
        margin: 10px 0;
    }
}
.contact-wrap .list .code
{
    padding: 9px;

    border: 1px solid #d9d9d9;
}
.contact-wrap .info-wrap
{
    overflow: hidden;

    padding-top: 30px;
}
@media (min-width: 1200px)
{
    .contact-wrap .info-wrap
    {
        margin: 0 -28px;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .info-wrap
    {
        padding-top: 20px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info-wrap
    {
        padding-top: 0;
    }
}
.contact-wrap .info-wrap > div
{
    margin-top: 75px;
    /*margin-bottom: 75px;*/
}
@media (min-width: 1200px)
{
    .contact-wrap .info-wrap > div
    {
        padding: 0 28px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info-wrap > div
    {
        margin-top: 55px;
        /*margin-bottom: 55px;*/
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap > div
    {
        margin-top: 40px;
        /*margin-bottom: 40px;*/
    }
}
.contact-wrap .info-wrap .title
{
    text-align: left;
}
.contact-wrap .info
{
    overflow: hidden;
}
.contact-wrap .contact-list
{
    padding-top: 0;
}
.contact-wrap .contact-list li
{
    margin-top: 5px;
}
.contact-wrap .contact-list li:before
{
    top: 7px;
}
.contact-wrap .contact-list p
{
    font-size: 16px;

    color: #333;
}
.contact-wrap .inquiry-form
{
    margin-top: 25px;
}
.contact-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea
{
    border-radius: 10px;
}
.contact-wrap .inquiry-form textarea
{
    height: 120px;
}
.contact-wrap .inquiry-form .submit
{
    width: 100%;

    border-radius: 10px;
}
.contact-wrap .inquiry-form .submit:before
{
    display: none;
}
.contact-wrap .map
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;
        left: 0;

        height: 510px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.product-nav
{
    overflow: hidden;

    color: #fff;
    background-color: #dc141c;
}
.product-wrap .list
{
    margin-top: -40px;
}
@media (max-width: 480px)
{
    .product-wrap .list
    {
        margin-top: -20px;
    }
}
.product-wrap .list li
{
    margin-top: 50px;
}
@media (max-width: 480px)
{
    .product-wrap .list li
    {
        width: 100%;
        margin-top: 30px;
    }
}
.product-wrap .list .item
{
    display: block;

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

    border: 1px solid #dcdcdc;
}
@media (min-width: 992px)
{
    .product-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-wrap .list .item:hover
    {
        box-shadow: 0 3px 16px 0 rgba(7, 17, 27, .2);
    }
    .product-wrap .list .item:hover .intro
    {
        background-color: #dc141c;
    }
    .product-wrap .list .item:hover .intro:after
    {
        opacity: 1;
    }
    .product-wrap .list .item:hover p
    {
        padding-right: 20px;

        color: #fff;
    }
    .product-wrap .list .item:hover p span
    {
        left: 0;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.product-wrap .list .pic-box
{
    /*padding: 10% 20%;*/
}
.product-wrap .list .intro
{
    position: relative;

    padding: 10px 30px;

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

    background-color: #e4e4e4;
}
.product-wrap .list .intro:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e6cb';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
    color: #fff;
}
.product-wrap .list p
{
    font-size: 0;

    position: relative;

    display: block;

    letter-spacing: -8px;
}
.product-wrap .list p span
{
    font-size: 14px;

    position: relative;
    left: 50%;

    display: inline-block;
    overflow: hidden;

    max-width: 95%;
    max-height: 30px;

    -webkit-transition: .7s;
            transition: .7s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 0;
    /* text-overflow: ellipsis; */
}
.product-details-wrap .share
{
    margin-top: 20px;
}
.product-details-wrap .share span
{
    font-weight: bold;

    vertical-align: middle;

    color: #333;
}
.product-details-wrap .carousel-wrap
{
    overflow: hidden;

    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 20px 0 rgba(7, 17, 27, .2);
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap
    {
        display: table;

        width: 100%;
        padding: 0 3.5% 0 2.5%;
    }
    .product-details-wrap .carousel-wrap .left,
    .product-details-wrap .carousel-wrap .right
    {
        display: table-cell;

        padding: 0 2.5%;

        vertical-align: middle;
    }
    .product-details-wrap .carousel-wrap .left
    {
        width: 38%;
    }
    .product-details-wrap .carousel-wrap .right
    {
        width: 62%;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap
    {
        padding: 5% 5% 8%;
    }
}
.product-details-wrap .carousel-wrap .left
{
    position: relative;

    max-width: 100%;
    margin: 0 auto;
}
.product-details-wrap .carousel-wrap .carousel
{
    width: 510px;
    max-width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 440px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 400px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 450px;
    }
}
.product-details-wrap .carousel-wrap .slick-details .item
{
    padding: 13%;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .slick-details .item
    {
        padding: 7% 11%;
    }
}
.product-details-wrap .carousel-wrap .slick-details .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

    color: #aaa;
    background: none;
}
.product-details-wrap .carousel-wrap .slick-details .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .slick-details .slick-arrow:hover
{
    color: #dc141c;
}
.product-details-wrap .carousel-wrap .slick-details .slick-prev
{
    left: 0;
}
.product-details-wrap .carousel-wrap .slick-details .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .carousel-wrap .slick-details .slick-next
{
    right: 0;
}
.product-details-wrap .carousel-wrap .slick-details .slick-next:before
{
    content: '\e827';
}
.product-details-wrap .carousel-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        padding: 10% 0;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap .info-box .type
{
    color: #dc141c;
}
.product-details-wrap .carousel-wrap .info-box h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 10px 0 25px;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info-box h1
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box .intro
    {
        min-height: 170px;
    }
}
.product-details-wrap .carousel-wrap .info-box .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.product-details-wrap .carousel-wrap .info-box .intro img
{
    display: block;

    max-width: 100%;
    margin-top: 10px;
}
.product-details-wrap .carousel-wrap .info-box .fun-btn
{
    overflow: hidden;
}
@media (min-width: 481px)
{
    .product-details-wrap .carousel-wrap .info-box .fun-btn .fl
    {
        float: left;
    }
    .product-details-wrap .carousel-wrap .info-box .fun-btn .fr
    {
        float: right;
    }
}
.product-details-wrap .carousel-wrap .info-box .fun-btn .share,
.product-details-wrap .carousel-wrap .info-box .fun-btn .add-btn,
.product-details-wrap .carousel-wrap .info-box .fun-btn .inquiry-btn
{
    display: inline-block;

    margin-top: 25px;

    vertical-align: top;
}
.product-details-wrap .carousel-wrap .info-box .add-btn
{
    font-weight: bold;
    line-height: 1;

    margin-right: 50px;
    padding-top: 5px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #d1272d;
}
.product-details-wrap .carousel-wrap .info-box .add-btn span,
.product-details-wrap .carousel-wrap .info-box .add-btn:after
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .info-box .add-btn:after
{
    font-family: 'iconfont' !important;
    font-size: 32px;
    font-weight: normal;

    margin-left: 7px;

    content: '\e619';

    color: #ab1c21;
}
@media (max-width: 480px)
{
    .product-details-wrap .carousel-wrap .info-box .add-btn
    {
        margin-right: 25px;
    }
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn
{
    font-weight: bold;

    position: relative;

    display: inline-block;

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

    color: #fff;
    background-color: #dc141c;
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 45px;

    width: 55px;
    margin-right: 12px;

    content: '\e62c';
    vertical-align: middle;

    background-color: #ab1c21;
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn:before,
.product-details-wrap .carousel-wrap .info-box .inquiry-btn span
{
    display: table-cell;

    vertical-align: middle;
}
.product-details-wrap .carousel-wrap .info-box .inquiry-btn span
{
    padding: 12px 20px;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info-box .inquiry-btn:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .25);
    }
}
.product-details-wrap .date-table
{
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .date-table
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .date-table
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .date-table
    {
        margin-top: 40px;
    }
}
.product-details-wrap .date-table img
{
    display: inline-block;

    max-width: 100%;
}
.product-details-wrap .list-title
{
    position: relative;

    margin-bottom: 25px;
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .list-title h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 22px;
    }
}
.product-details-wrap .inquire-wrap .list-title
{
    margin-bottom: 15px;
}
.product-details-wrap .inquiry-form p
{
    font-size: 15px;
    line-height: 2;

    margin-bottom: 0;
}
.product-details-wrap .inquiry-form form
{
    margin-top: 15px;
}
.product-details-wrap .related-wrap
{
    margin: 100px 0;
    padding: 70px 0 55px;

    background-color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .product-details-wrap .related-wrap
    {
        margin: 70px 0;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .related-wrap
    {
        margin: 50px 0;
        padding: 60px 0 50px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .related-wrap
    {
        margin: 40px 0;
        padding: 50px 0 40px;
    }
}
.product-details-wrap .related-wrap .list-title
{
    position: relative;
}
.product-details-wrap .related-wrap .slick-related
{
    padding: 0 1.5%;
}
.product-details-wrap .related-wrap .slick-related .item
{
    display: block;

    padding: 0 8%;
}
@media (min-width: 992px)
{
    .product-details-wrap .related-wrap .slick-related .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-details-wrap .related-wrap .slick-related .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.product-details-wrap .related-wrap .slick-related .pic-box
{
    padding: 8%;
}
.product-details-wrap .related-wrap .slick-related p
{
    overflow: hidden;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}
.product-details-wrap .related-wrap .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

    color: #aaa;
    background: none;
}
.product-details-wrap .related-wrap .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .related-wrap .slick-arrow:hover
{
    color: #dc141c;
}
.product-details-wrap .related-wrap .slick-prev
{
    left: 0;
}
.product-details-wrap .related-wrap .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .related-wrap .slick-next
{
    right: 0;
}
.product-details-wrap .related-wrap .slick-next:before
{
    content: '\e827';
}
.inquiry-form
{
    position: relative;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #999;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #999;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #999;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #999;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.inquiry-form form
{
    margin: 0;
}
.inquiry-form form p
{
    line-height: 1.75;

    margin: 0;
    margin-bottom: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .inquiry-form form p
    {
        margin-bottom: 20px;
    }
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 20px;

    color: #999;
    border: 1px solid #dbdbdb;
    background: #f4f4f4;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 200px;
}
.inquiry-form form .pro-name
{
    color: #333;
    background-color: #eaeaea;
}
.inquiry-form form .submit
{
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;

    display: block;

    width: 200px;
    height: 45px;
    margin: 20px 0 0;

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

    color: #fff;
    background-color: #dc141c;
}
.inquiry-form form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    margin-right: 15px;

    content: '\e6a0';
    vertical-align: middle;
}
.inquiry-form form .submit span
{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 40px;

        width: 160px;
        height: 40px;
        margin-top: 25px;
    }
    .inquiry-form form .submit:before
    {
        margin-right: 10px;
    }
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.news-wrap .news-list
{
    font-size: 0;

    margin-top: -35px;

    letter-spacing: -8px;
}
@media (max-width: 480px)
{
    .news-wrap .news-list
    {
        margin-top: -25px;
    }
}
.news-wrap .news-list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 50px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .news-wrap .news-list li
    {
        width: 100%;
    }
}
@media (max-width: 480px)
{
    .news-wrap .news-list li
    {
        margin-top: 35px;
    }
}
.news-wrap .news-list .item
{
    display: block;
    overflow: hidden;
}
@media (min-width: 992px)
{
    .news-wrap .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .news-wrap .news-list .item:hover .more
    {
        background-color: #dc141c;
    }
}
@media only screen and (min-width: 481px)
{
    .news-wrap .news-list .pic-box
    {
        float: left;

        width: 330px;
        margin-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1440px)
{
    .news-wrap .news-list .pic-box
    {
        width: 300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .news-list .pic-box
    {
        width: 260px;
        margin-right: 15px;
    }
}
.news-wrap .news-list .pic-box .img-box
{
    padding-bottom: 63.63636364%;
}
@media only screen and (min-width: 1350px)
{
    .news-wrap .news-list .intro
    {
        padding-right: 20px;
    }
}
.news-wrap .news-list .intro .date
{
    font-weight: bold;

    display: block;

    margin-top: 10px;

    color: #dc141c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .news-list .intro .date
    {
        margin-top: 0;
    }
}
.news-wrap .news-list .intro b
{
    font-size: 18px;
    line-height: 1.33333333;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .news-list .intro b
    {
        margin-bottom: 5px;
    }
}
.news-wrap .news-list .intro p
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin-bottom: 25px;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .news-list .intro p
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .news-list .intro p
    {
        margin-bottom: 20px;
    }
}
.news-wrap .news-list .intro .more
{
    line-height: 40px;

    display: inline-block;

    width: 160px;
    height: 40px;

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

    color: #fff;
    background-color: #606060;
}
.news-wrap .news-list .intro .more:after
{
    font-family: 'iconfont' !important;

    margin-left: 20px;

    content: '\e6cb';
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-wrap .news-list .intro .more
    {
        font-size: 12px;
        line-height: 35px;

        width: 140px;
        height: 35px;
    }
    .news-wrap .news-list .intro .more:after
    {
        margin-left: 10px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .news-list .intro .more
    {
        font-size: 12px;
        line-height: 35px;

        width: 140px;
        height: 35px;
    }
    .news-wrap .news-list .intro .more:after
    {
        margin-left: 10px;
    }
}
.news-details-wrap .news-title h1
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 24px;
    }
}
.news-details-wrap .info
{
    margin: 20px 0;

    color: #666;
}
@media (max-width: 767px)
{
    .news-details-wrap .info
    {
        margin: 15px 0;
    }
}
.news-details-wrap .info span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    display: inline-block;

    margin-top: -2px;
    margin-right: 20px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .news-details-wrap .info span:before
    {
        margin-right: 10px;
    }
}
.news-details-wrap .info .date:before
{
    content: '\e625';
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin-top: 35px;
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 25px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
.news-details-wrap .news-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    position: absolute;
    top: 50%;

    display: block;

    margin-top: 1px;

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

    color: #bfbfbf;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover:before
    {
        color: #7baa39;
    }
    .news-details-wrap .news-page a:hover p
    {
        color: #7baa39;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #888;
}
.news-details-wrap .news-page .prev > a
{
    padding-left: 35px;
}
.news-details-wrap .news-page .prev > a:before
{
    left: 0;

    content: '\eb5e';
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .prev > a
    {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px)
{
    .news-details-wrap .news-page .next
    {
        text-align: right;
    }
}
.news-details-wrap .news-page .next > a
{
    padding-right: 35px;
}
.news-details-wrap .news-page .next > a:before
{
    right: 0;

    content: '\e6cb';
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next > a
    {
        padding-right: 0;
        padding-left: 30px;
    }
    .news-details-wrap .news-page .next > a:before
    {
        right: auto;
        left: 0;
    }
}
.gallery-wrap .list
{
    margin-top: -20px;
}
.gallery-wrap .list li
{
    margin-top: 30px;
}
.gallery-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
@media (max-width: 767px)
{
    .gallery-wrap .list
    {
        margin: -10px -10px 0;
    }
    .gallery-wrap .list li
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .gallery-wrap .list li
    {
        width: 100%;
    }
}
.gallery-wrap .list .item
{
    display: block;
}
@media (min-width: 992px)
{
    .gallery-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .gallery-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 991px)
{
    .about-wrap .pic-list
    {
        padding-top: 20px;
    }
    .about-wrap .pic-list .row
    {
        margin: 0 -5px;
    }
    .about-wrap .pic-list .row > div
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .about-wrap .pic-list
    {
        padding-top: 10px;
    }
    .about-wrap .pic-list ul
    {
        font-size: 0;

        margin: 0 -5px;

        letter-spacing: -8px;
    }
    .about-wrap .pic-list li
    {
        display: inline-block;

        width: 50%;
        padding: 0 5px;

        vertical-align: top;
    }
}
.about-wrap .pic-box
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .about-wrap .pic-box
    {
        margin-top: 10px;
    }
}
.about-wrap .pic-box img
{
    display: block;

    max-width: 100%;
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 90px;

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

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

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

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #6e6e6e;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 130px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 43px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

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

    color: #6e6e6e;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:before
{
    font-size: 20px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        border-color: #6e6e6e;
        background-color: #6e6e6e;
    }
}
@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: 1200px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .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
{
    padding: 0 10px;

    color: #fff;
    background-color: #dc141c;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.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
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.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 .icon-gouwucheman
{
    font-size: 12px;

    color: #fff;
    border-color: #dc141c;
    background-color: #dc141c;
}
.online-wrap .online .icon-gouwucheman:before
{
    font-size: 15px;
}
.online-wrap .online .icon-gouwucheman:hover
{
    border-color: #bf1118;
    background-color: #bf1118;
}
.share
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .share
    {
        display: none;
    }
}
.share span,
.share a
{
    font-size: 14px;

    letter-spacing: 0;
}
.share span
{
    display: inline-block;

    margin-right: 10px;

    text-align: center;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin: 0 3px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    color: #dc141c;
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
.share.color .icon-pinterest:before
{
    background-color: #c4302e;
}
.footer
{
    position: relative;
    z-index: 10;

    background-color: #111;
}
.footer .copyright
{
    padding: 11px 0;

    text-align: center;

    background-color: rgba(0, 0, 0, .3);
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 1.8;
    }
}
.footer .copyright p a
{
    margin-left: 35px;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

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





.xs-online
{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: #1e1e1e;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    overflow: hidden;

    text-align: center;

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

    width: 20%;

    border-left: 1px solid #3e3e3e;
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e633';
}
.xs-online ul li.mail > a:before
{
    content: '\e633';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.top > a:before
{
    content: '\e63d';
}


@media (max-width: 767px){
    .footer {
        padding-bottom: 55px;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .banner,.public-banner{
        padding-top: 72px;
    }
}

/**
 * Date : 2023年8月29日15:41:38
 * @author HSM
 * @toDo contact手机端加边距
 */
@media (max-width: 767px){
    .contact-wrap {
        padding-top: 55px;
    }
}


.codes-list {
    display: flex;
    justify-content: center;
}
.codes-list:before,.codes-list:after{
    display: none;
}