@charset 'utf-8';
.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: 'Source Han Sans CN', 'Noto Sans TC', Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    overflow: hidden;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.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
{
    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 0 3px;
}
@media (max-width: 767px)
{
    .page li
    {
        margin: 0 1px;
    }
}
.page li a,
.page li span
{
    font-size: 16px;
    line-height: 33px;

    display: block;

    width: 35px;
    height: 35px;

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

    color: #848484;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 1px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a,
.page li.active span,
.page li:hover span
{
    color: #fff;
    border-color: #d83517;
    background-color: #d83517;
}
.table-box
{
    overflow: auto;

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

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

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

    text-align: center;
}
.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
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #ccc !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-size: 12px;
}
.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;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    width: 100%;

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .header
    {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
    }
    .header.fixed
    {
        -webkit-transition: .5s;
                transition: .5s;

        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
    .header.fixed .logo > a
    {
        width: 380px;
    }
    .header.fixed .nav .nav-list1 > li.active:after
    {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;

        opacity: 0;
    }
    .header.fixed .nav .nav-list1 > li > a
    {
        padding: 25px 5px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        padding: 18px 0;
    }
}
@media (max-width: 767px)
{
    .header
    {
        padding: 14px 0;
    }
}
.header .container
{
    font-size: 0;

    position: relative;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .container:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.header .container > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: inline-block;
    overflow: hidden;

    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;
}
@media only screen and (min-width: 768px)
{
    .header .logo a
    {
        width: 490px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1349px)
{
    .header .logo a
    {
        width: 380px;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 100px;
    }
}
.header .logo a img
{
    display: block;

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

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
.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: #d83517;
}
.header .language
{
    position: relative;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none !important;
    }
}
.header .language a
{
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

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

    color: #666;
}
@media (min-width: 1200px)
{
    .header .language a:hover
    {
        color: #d83517;
    }
}
@media (max-width: 1199px)
{
    .header .language a:active
    {
        color: #d83517;
    }
}
@media (min-width: 1200px)
{
    .header .mouse-line
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

        -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
                transition: all .4s cubic-bezier(0, .225, .435, 1.3);

        background-color: #f28684;
    }
    .header .mouse-line.nav-line
    {
        top: 0;
    }
    .header .mouse-line.inside-line
    {
        bottom: -1px;
    }
}
.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
{
    font-size: 20px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
}
@media (min-width: 1200px)
{
    .header .find
    {
        line-height: 50px;

        width: 64px;
        height: 50px;
        margin: 0 50px 0 25px;

        color: #fff;
        border-radius: 4px;
        background-color: #d83517;
    }
    .header .find:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .find
    {
        margin: 0 35px 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .find
    {
        margin: 0 25px 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 22px;
        font-weight: bold;

        margin-right: 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.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: relative;

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

        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: #333;
}
.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%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav .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 20px;
    }
    .header .nav .nav-list1 > li.active
    {
        position: relative;
    }
    .header .nav .nav-list1 > li.active > a
    {
        font-weight: bold;

        color: #d83517;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #d83517;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 39px 15px;

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

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: center;

        background-color: rgba(214, 23, 24, .7);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 120px;
        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: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 10px;
    }
}
@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: 10px;
    }
}
.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: 2;
    }
}
@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;
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .93);
}
.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;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.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;
}
.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: #e5e5e5;
}
@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: #d83517;
}
.slick-dots li button
{
    display: none;
}
@media (min-width: 1200px)
{
    .banner,
    .public-banner
    {
        margin-top: 100px;
    }
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 480px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .banner-dots
{
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 0;

    width: 100%;
}
.banner .slick-dots
{
    display: inline-block;

    padding: 4px 12px;

    text-align: center;

    border-radius: 8px;
    background-color: #fff;
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    border: 1px solid #d83517;
    border-radius: 8px;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    background-color: #d83517;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

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

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        opacity: .8;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 55px 0;
}
.index-box .title
{
    text-align: center;
}
.index-box .title h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 480px)
{
    .index-box .title h3
    {
        font-size: 26px;

        margin-bottom: 10px;
    }
}
.index-box .title p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
@media (max-width: 480px)
{
    .index-box .title p
    {
        line-height: 2;
    }
}
.index-product .title
{
    margin-bottom: 5px;
}
.index-product .row
{
    margin: 0 -10px;
}
.index-product .row > div
{
    padding: 0 10px;
}
@media (max-width: 1199px)
{
    .index-product .row
    {
        margin: 0 -8px;
    }
    .index-product .row > div
    {
        padding: 0 8px;
    }
}
@media (max-width: 480px)
{
    .index-product .row > div
    {
        width: 100%;
    }
}
.index-product .img-box
{
    margin-top: 20px;
}
@media (min-width: 1200px) and (min-width: 1200px)
{
    .index-product .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-product .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 1199px)
{
    .index-product .img-box
    {
        margin-top: 16px;
    }
}
.index-product .left
{
    width: 48.95104895%;
}
.index-product .left .img-box
{
    padding-bottom: 112.5%;
}
.index-product .right
{
    width: 51.04895105%;
}
.index-product .right .img-box
{
    padding-bottom: 52.53521127%;
}
.index-about
{
    position: relative;

    overflow: hidden;

    padding: 0 0 60px;

    background: no-repeat 95% 100%;
}
@media (max-width: 480px)
{
    .index-about
    {
        background-size: 35%;
    }
}
.index-about h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 30px 0 15px;
}
@media (max-width: 1199px)
{
    .index-about h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .index-about h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .index-about h3
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .index-about h3
    {
        font-size: 22px;

        margin-top: 10px;
    }
}
.index-about h3 ~ p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    height: 240px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.index-about .container
{
    position: relative;
}
@media (min-width: 1200px)
{
    .index-about .container
    {
        padding-left: 525px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .index-about .container
    {
        padding-left: 480px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .index-about .container
    {
        padding-left: 420px;
    }
}
.index-about .advantage-list
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.index-about .advantage-list .list
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 60px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
.index-about .advantage-list .list:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 26px;
    height: 1px;
    margin-left: -13px;

    content: '';

    background-color: #d7d7d7;
}
.index-about .advantage-list .list:first-child:before
{
    display: none;
}
.index-about .advantage-list .list:first-child .item
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .index-about .advantage-list .list
    {
        width: 100%;
    }
}
.index-about .advantage-list .item
{
    position: relative;

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

    width: 210px;
    margin: 0 auto;
    padding: 30px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .index-about .advantage-list .item
    {
        width: 300px;
        max-width: 100%;
    }
}
.index-about .advantage-list .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 26px 26px 0 0;
    border-style: solid;
    border-color: #d83517 transparent transparent transparent;
}
.index-about .advantage-list .item p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.index-about .advantage-list .num
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;

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

    color: #d83517;
}
@media (min-width: 1200px)
{
    .index-about .pic-box
    {
        position: absolute;
        top: 0;
        right: 975px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .index-about .pic-box
    {
        right: 870px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .index-about .pic-box
    {
        right: 790px;
    }
}
.index-about .pic-box img
{
    display: block;
}
.index-about .more
{
    margin-top: 55px;
}
@media (max-width: 480px)
{
    .index-about .more
    {
        margin-top: 30px;
        margin-bottom: 50px;

        text-align: center;
    }
}
.index-about .more a
{
    display: inline-block;

    padding: 12px 43px;

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

    color: #fff;
    border: 4px solid #d83517;
    border-radius: 26px;
    background-color: #e94e31;
}
@media (min-width: 1200px)
{
    .index-about .more a:hover
    {
        background-color: #d83517;
    }
}
@media (max-width: 480px)
{
    .index-about .more a
    {
        padding: 8px 30px;

        border-width: 3px;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 250%;
    }
}
.inside-nav
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.inside-nav ul
{
    color: #fff;
}
.inside-nav li
{
    display: inline-block;
}
.inside-nav li *
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav li:before
{
    margin: 0 55px;

    content: '/';
}
.inside-nav li:first-child:before
{
    display: none;
}
.inside-nav li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
}
.inside-nav li a:after
{
    position: absolute;
    bottom: -5px;
    left: 50%;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .inside-nav li a:hover:after
    {
        width: 100%;
    }
}
.inside-nav li.active a:after
{
    width: 100%;
}
@media (max-width: 767px)
{
    .inside-nav li:before
    {
        margin: 0 30px;
    }
    .inside-nav li a
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li:before
    {
        margin: 0 10px;
    }
    .inside-nav li a
    {
        font-size: 14px;
        font-size: 4vmin;
    }
}
.breadcrumb
{
    margin: 0 0 25px;
    padding: 0;

    color: #888;
    background: none;
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #d83517;
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
.inside-page
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 767px)
{
    .inside-page
    {
        padding: 50px 0;
    }
}
.inside-page .title
{
    margin-bottom: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inside-page .title
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 35px;
    }
}
.inside-page .title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 10px;
}
@media (max-width: 1199px)
{
    .inside-page .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inside-page .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title h3
    {
        font-size: 24px;
    }
    .inside-page .title h3:after
    {
        height: 2px;
    }
}
.inside-page .title p
{
    font-size: 20px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inside-page .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title p
    {
        font-size: 14px;
    }
}
.product-wrap .list li
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .product-wrap .list li
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px)
{
    .product-wrap .list li
    {
        width: 100%;
        margin-bottom: 25px;
    }
}
.product-wrap .list .img-box
{
    padding-bottom: 84.05797101%;
}
.product-wrap .list .item
{
    position: relative;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .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 0 16px 2px rgba(7, 17, 27, .3);
    }
    .product-wrap .list .item:hover,
    .product-wrap .list .item:hover .intro .more a
    {
        -webkit-transition: .3s;
                transition: .3s;

        color: #d83517;
    }
    .product-wrap .list .item:hover .intro .more a:before
    {
        background-color: #d83517;
    }
}
.product-wrap .list .intro-wrap
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 25px;
}
.product-wrap .list .intro
{
    overflow: hidden;

    padding: 15px;

    text-align: center;

    border-radius: 10px;
    background-color: #fff;
}
.product-wrap .list .intro p
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 5px;
}
.product-wrap .list .intro .more a
{
    position: relative;

    display: inline-block;

    padding-bottom: 4px;

    color: #888;
}
.product-wrap .list .intro .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e610';
}
.product-wrap .list .intro .more a:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #888;
}
@media (max-width: 991px)
{
    .product-details-wrap .slick-details
    {
        width: 690px;
        max-width: 100%;
    }
}
.product-details-wrap .slick-details .img-box
{
    padding-bottom: 84.05797101%;
}
.product-details-wrap .intro h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 30px 0 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro h1
    {
        font-size: 26px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .intro h1
    {
        font-size: 24px;

        margin: 25px 0 15px;
    }
}
.product-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

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

    max-width: 100%;
    height: auto !important;
}
.contact-wrap .title
{
    margin-bottom: 0;
}
.contact-wrap .list
{
    font-size: 0;

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

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

    letter-spacing: -8px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 480px)
{
    .contact-wrap .list
    {
        margin-top: 0;
    }
}
.contact-wrap .list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: 75px;
    padding: 0 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
.contact-wrap .list li:nth-child(odd) .item
{
    background-color: #d83517;
}
.contact-wrap .list li:nth-child(even) .item
{
    background-color: #bea69f;
}
.contact-wrap .list li.address .item:before
{
    content: '\e668';
}
.contact-wrap .list li.tel .item:before
{
    content: '\e634';
}
.contact-wrap .list li.mail .item:before
{
    content: '\e62c';
}
.contact-wrap .list li.url .item:before
{
    content: '\e62e';
}
@media (max-width: 991px)
{
    .contact-wrap .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .list li
    {
        width: 100%;
        margin-top: 55px;
    }
    .contact-wrap .list li .item:before
    {
        font-size: 28px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}
.contact-wrap .list .item
{
    position: relative;

    height: 100%;
    padding: 70px 15px 30px;

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

    color: #fff;
}
.contact-wrap .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-style: normal;
    line-height: 80px;

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

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: -40px;
    margin-left: -40px;

    color: #d83517;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 16px 1px rgba(7, 17, 27, .1);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .contact-wrap .list .item:hover
    {
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px);
    }
    .contact-wrap .list .item:hover:before
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .list .item
    {
        padding-top: 50px;
    }
}
.contact-wrap .list .name
{
    font-size: 18px;

    margin-bottom: 10px;
}
@media (max-width: 1199px)
{
    .contact-wrap .list .name
    {
        font-size: 16px;
    }
}
.contact-wrap .list p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px)
{
    .contact-wrap .list p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .list a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .list a:active
    {
        text-decoration: underline;
    }
}
.contact-wrap .map
{
    overflow: hidden;

    margin: 60px 0;
}
.contact-wrap .map .map-content
{
    height: 410px;
}
.contact-wrap .inquiry-form form
{
    margin-top: 40px;
}
@media (max-width: 480px)
{
    .contact-wrap .inquiry-form form
    {
        margin-top: 25px;
    }
}
.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: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form form
{
    margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .inquiry-form form .row
    {
        margin: 0 -10px;
    }
    .inquiry-form form .row li
    {
        padding: 0 10px;
    }
}
.inquiry-form form label
{
    font-weight: normal;

    position: relative;

    display: block;

    width: 100%;
    margin: 0;
}
.inquiry-form form label:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

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

    color: #d83517;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .inquiry-form form label:after
    {
        font-size: 16px;

        top: 15px;
    }
}
.inquiry-form form .name:after
{
    content: '\e659';
}
.inquiry-form form .tel:after
{
    content: '\e642';
}
.inquiry-form form .mail:after
{
    content: '\e647';
}
.inquiry-form form .message:after
{
    content: '\e641';
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

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

    color: #999;
    border: 1px solid #ddd;
    background: none;
}
.inquiry-form form .pro-name
{
    background: #d8d8d8;
}
.inquiry-form form textarea
{
    height: 240px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 200px;
    }
}
.inquiry-form form .submit
{
    padding-top: 20px;

    text-align: center;
}
@media (max-width: 480px)
{
    .inquiry-form form .submit
    {
        padding-top: 0;
    }
}
.inquiry-form form .submit button
{
    display: inline-block;

    padding: 12px 50px;

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

    color: #fff;
    border: 4px solid;
    border-color: #d83517;
    border-radius: 26px;
    background-color: #e94e31;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit button:hover
    {
        background-color: #d83517;
    }
}
@media (max-width: 991px)
{
    .inquiry-form form .submit button
    {
        padding: 8px 35px;
    }
}
@media (max-width: 480px)
{
    .inquiry-form form .submit button
    {
        padding: 8px 30px;

        border-width: 3px;
    }
}
.about-wrap .intro-wrap
{
    overflow: hidden;
}
.about-wrap .intro-wrap .pic-box
{
    width: 520px;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .intro-wrap .pic-box
    {
        float: right;

        margin-bottom: 3px;
        margin-left: 40px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .intro-wrap .pic-box
    {
        max-width: 100%;
        margin-bottom: 25px;
    }
}
.about-wrap .intro-wrap .img-box
{
    padding-bottom: 59.61538462%;
}
.about-wrap .intro-wrap h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 15px;
}
@media (max-width: 480px)
{
    .about-wrap .intro-wrap h1
    {
        font-size: 22px;

        margin-bottom: 10px;
    }
}
.about-wrap .intro-wrap p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.about-wrap .list
{
    margin-top: 50px;
}
@media (max-width: 480px)
{
    .about-wrap .list
    {
        margin-top: 35px;
    }
}
.about-wrap .list .slick-dots
{
    margin-top: 15px;
}
@media (max-width: 767px)
{
    .about-wrap .list .slick-dots
    {
        margin-top: 5px;
    }
}
.about-wrap .list .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .about-wrap .list .slick-list
    {
        margin: 0 -10px;
    }
}
.about-wrap .list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .about-wrap .list .slick-slide
    {
        padding: 0 10px;
    }
}
.about-wrap .list .item
{
    display: block;
}
@media (min-width: 1200px)
{
    .about-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;
    }
    .about-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.about-wrap .list h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 25px;
}
@media (max-width: 767px)
{
    .about-wrap .list h3
    {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.about-wrap .factory .item
{
    padding: 9px;

    border: 1px solid #e1e1e1;
}
@media (max-width: 767px)
{
    .about-wrap .factory .item
    {
        padding: 5px;
    }
}
.about-wrap .factory .img-box
{
    padding-bottom: 58.06451613%;
}
.about-wrap .honor .img-box
{
    padding-bottom: 139.39393939%;
}
.news-wrap .list li
{
    margin-bottom: 40px;
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        width: 100%;
        margin-bottom: 30px;
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 56.66666667%;
}
.news-wrap .list .item
{
    background-color: #fff;
    box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .news-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;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.news-wrap .list .date
{
    float: left;
}
.news-wrap .list .intro
{
    padding: 25px 30px 35px;
}
@media (max-width: 480px)
{
    .news-wrap .list .intro
    {
        padding: 25px 20px;
    }
}
.news-wrap .list h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    overflow: hidden;

    margin: 0 0 10px;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 1200px)
{
    .news-wrap .list h4:hover
    {
        color: #d83517;
    }
}
.news-wrap .list p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-wrap .list .info
{
    overflow: hidden;

    margin-top: 20px;
}
.news-wrap .list .more
{
    float: right;
}
.news-wrap .list .more a
{
    display: inline-block;

    padding: 6px 32px;

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

    color: #fff;
    border: 4px solid #d83517;
    border-radius: 26px;
    background-color: #e94e31;
}
@media (min-width: 1200px)
{
    .news-wrap .list .more a:hover
    {
        background-color: #d83517;
    }
}
@media (max-width: 991px)
{
    .news-wrap .list .more a
    {
        padding: 5px 20px;
    }
}
@media (max-width: 480px)
{
    .news-wrap .list .more a
    {
        font-size: 12px;

        border-width: 3px;
    }
}
.news-wrap .date
{
    padding: 10px 0;

    color: #999;
}
.news-wrap .date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;

    display: inline-block;

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

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

    color: #d83517;
}
@media (max-width: 480px)
{
    .news-wrap .date
    {
        padding: 8px 0;
    }
    .news-wrap .date:before
    {
        font-size: 18px;

        margin-right: 5px;
    }
}
.news-details-wrap h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 10px;
}
@media (max-width: 991px)
{
    .news-details-wrap h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        font-size: 20px;
    }
}
.news-details-wrap .intro
{
    margin-top: 5px;
}
.news-details-wrap .intro img
{
    display: block;

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

    margin: 0;

    text-indent: 2em;

    color: #888;
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 50px;

    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: 768px)
{
    .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: #333;
}
.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: 120px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.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: 2px;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 2px;
    }
}
.online-wrap .online a
{
    line-height: 44px;

    position: relative;

    display: block;

    width: 46px;
    height: 46px;

    text-align: center;

    color: #9b9b9b;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:not(:first-child)
{
    border-top: transparent;
}
.online-wrap .online a:before
{
    font-size: 22px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        border-color: #9b9b9b;
        background-color: #9b9b9b;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 992px)
{
    .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
{
    margin: 0;
    padding: 0 15px;

    color: #666;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: -40px;

    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;
}
.share
{
    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -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
{
    font-size: 14px;
    line-height: 25px;

    display: block;

    width: 25px;
    height: 25px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before,
.share.color .icon-facebook1: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,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before
{
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    background-color: #2f2b2b;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 50px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0;
    }
}
@media (min-width: 1200px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 20px;

    color: #fff;
}
.footer .foot-list h4:before,
.footer .foot-list h4 span
{
    display: inline-block;

    vertical-align: middle;
}
@media only screen and (min-width: 768px)
{
    .footer .foot-list h4:before
    {
        width: 24px;
        height: 4px;
        margin-right: 12px;

        content: '';

        background: url(../images/footer-icon.png) no-repeat center;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

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

        content: '\e629';
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .foot-product
    {
        width: 35%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-product ul
    {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.footer .foot-product li
{
    margin-top: 15px;
}
@media (max-width: 767px)
{
    .footer .foot-product li
    {
        display: inline-block;

        padding: 0 5px;
    }
}
.footer .foot-product li:nth-child(1) a:before
{
    content: '\e61a';
}
.footer .foot-product li:nth-child(2) a:before
{
    content: '\e623';
}
.footer .foot-product li:nth-child(3) a:before
{
    content: '\e640';
}
.footer .foot-product li:nth-child(odd) a
{
    color: #fff;
    border-color: #d83517;
    background-color: #e94e31;
}
@media (min-width: 1200px)
{
    .footer .foot-product li:nth-child(odd) a:hover
    {
        background-color: #d83517;
    }
}
.footer .foot-product li:nth-child(even) a
{
    color: #d83517;
    border-color: #f0d3d3;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .footer .foot-product li:nth-child(even) a:hover
    {
        background-color: #f0d3d3;
    }
}
.footer .foot-product a
{
    display: inline-block;

    padding: 12px 43px;

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

    border: 4px solid;
    border-radius: 26px;
}
.footer .foot-product a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

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

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .footer .foot-product a
    {
        padding: 10px 30px;

        border-width: 3px;
    }
    .footer .foot-product a:before
    {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px)
{
    .footer .foot-contact
    {
        max-width: 280px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .foot-contact
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box
    {
        display: none;
    }
}
.footer .foot-contact .contact-box p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 30px;

    opacity: .35;
    color: #fff;
}
.footer .foot-contact .contact-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 17px;
    font-style: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .footer .foot-contact .contact-box p:hover
    {
        opacity: 1;
    }
}
@media (min-width: 1200px)
{
    .footer .foot-contact .contact-box a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-contact .contact-box a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-contact .contact-box .name:before
{
    content: '\eb1a';
}
.footer .foot-contact .contact-box .tel:before
{
    left: -2px;

    content: '\e634';
}
.footer .foot-contact .contact-box .phone:before
{
    content: '\e61c';
}
.footer .foot-contact .contact-box .fax:before
{
    content: '\e7c4';
}
.footer .foot-contact .contact-box .skype:before
{
    content: '\e648';
}
.footer .foot-contact .contact-box .weixin:before
{
    content: '\e646';
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e668';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e62c';
}
.footer .foot-contact .contact-box .url:before
{
    content: '\e689';
}
.footer .foot-contact .share
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin: 20px 0;
    }
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 600px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .footer .foot-message
    {
        width: 400px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .foot-message
    {
        width: 100%;
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 8px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #949292;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #949292;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #949292;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #949292;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.footer .foot-message form .row
{
    margin: 0 -10px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 10px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 9px 20px;

    color: #949292;
    border: 1px solid #5a5555;
    border-radius: 10px;
    background: #494444;
}
.footer .foot-message form textarea
{
    height: 100px;
}
.footer .foot-message form .submit
{
    margin-top: 5px;

    color: #fff;
    background: none;
}
.footer .foot-message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    margin-right: 10px;
    margin-left: 20px;

    content: '\e646';
    -webkit-transition: .3s;
            transition: .3s;
}
.footer .foot-message form .submit:hover:before
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.copyright
{
    position: relative;

    padding: 12px 0;

    text-align: center;

    border-top: 1px solid #4c4949;
}
.copyright p
{
    line-height: 1.8;

    margin: 0;

    color: #908f8f;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
.copyright p a
{
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .copyright p a
    {
        display: block;

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

    color: #b9b9b9;
}


/**
 * Date : 2020年2月21日16:31:08
 * @author HSM
 * @toDo 加询价按钮
 */
.product-details-wrap .inquiry-btn a{
    display: block;
    line-height: 45px;
    width: 160px;
    height: 45px;
    margin-top: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #fff;
    background-color: #d83517;
    -o-user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.product-details-wrap .inquiry-btn a:before{
    font-family: 'iconfont' !important;
    font-size: 22px;
    display: inline-block;
    margin-right: 15px;
    content: '\e826';
    vertical-align: middle;
}
.product-details-wrap .inquiry-btn a:hover{
    background-color: #ad2823;
}
