/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-style: normal;

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

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

    color: #000;

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

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

    overflow: hidden;

    padding: 0;

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

    color: #ccc;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        left: 0;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: -3%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.slick-arrow:hover
{
    color: #c01249;
}
.header
{
    position: fixed;
    z-index: 10;

    width: 100%;
    height: 100px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    display: inline-block;

    height: 100px;
    padding: 35px 7%;

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

    background: url(../images/logo_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1700px)
{
    .header .logo
    {
        padding: 35px 3%;
    }
}
@media (max-width: 1350px)
{
    .header .logo
    {
        padding: 40px 15px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 20px 15px;
    }
}
.header .logo img
{
    height: 100%;
}
.header .language
{
    display: inline-block;
    float: right;

    width: 100px;
    height: 100px;
    padding: 35px 0;

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

    border-left: 1px solid #eee;
}
@media (max-width: 1470px)
{
    .header .language
    {
        width: 60px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        height: 60px;
        padding: 15px 0;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        width: 50px;
    }
}
.header .language a
{
    display: inline-block;

    width: 30px;
    height: 30px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.en
{
    background-position: -30px 0;
}
.header .cart
{
    line-height: 100px;

    position: relative;

    float: right;

    width: 100px;
    height: 100px;
    margin-left: 40px;

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

    border-left: 1px solid #eee;
}
@media (max-width: 1470px)
{
    .header .cart
    {
        width: 60px;
    }
}
@media (max-width: 1350px)
{
    .header .cart
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 60px;

        height: 60px;
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        width: 40px;
    }
}
.header .cart a
{
    font-size: 30px;

    display: block;

    color: #c01249;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;

    content: '\e654';
}
.header .cart a:hover
{
    color: #c01249;
}
.header .cart a:hover:before
{
    color: #c01249;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav
{
    clear: both;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #c01249;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .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: 30px 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -10px;
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        padding: 0 10px;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: normal;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 0;
        height: 4px;

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

        background-color: #c01249;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #c01249;
    }
    .header .nav .nav-list1 > li:hover > a:before,
    .header .nav .nav-list1 > li.active > a:before
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

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

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

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

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

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

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

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

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

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

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.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-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

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

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.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;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.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
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.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 .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@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 .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

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

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #c01249;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 100px;

    display: inline-block;
    float: right;

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

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

    color: #c01249;
    border-left: 1px solid #eee;
}
@media (max-width: 1470px)
{
    .header .find
    {
        width: 60px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        height: 60px;
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        width: 40px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
.header .find:hover
{
    color: #c01249;
}
.header .find:hover:before
{
    color: #c01249;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@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: #898989;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-bottom: 1px;
    padding: 0;

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

    border-radius: 4px;
    background-color: #676767;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(229, 0, 18, .9);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        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 10px;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

    content: '\e666';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #c01249;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

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

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

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

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

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

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

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

    content: '\e751';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 90px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    left: 4%;

    border: 1px solid #fff;
}
.banner .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
.banner .slick-arrow:hover
{
    border-color: #c01249;
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e72f';
    vertical-align: middle;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-pic
    {
        bottom: 10px;
    }
}
.banner .banner-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 60%;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: 64%;
    }
}
.banner-in .text-in b
{
    font-size: 54px;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

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

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

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

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;

    background: url(../images/title-line.png) no-repeat center;
}
@media (max-width: 480px)
{
    .title
    {
        background-size: contain;
    }
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 20px;
    line-height: 1;

    margin: 14px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 16px;
    }
}
.title p:after
{
    display: block;

    width: 10px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #c01249;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-number-search
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.box-number-search .product-search
{
    margin-top: -65px;
    padding: 40px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .box-number-search .product-search
    {
        margin: 20px 0 0 0;
        padding: 20px 10px;
    }
}
.box-number-search .product-search ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-number-search .product-search ul
    {
        margin: 0 -6px;
    }
}
.box-number-search .product-search ul li
{
    font-size: 14px;

    display: inline-block;

    width: 28%;
    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-number-search .product-search ul li
    {
        width: 50%;
        padding: 6px;
    }
}
.box-number-search .product-search ul li:nth-child(4)
{
    width: 16%;
}
@media (max-width: 767px)
{
    .box-number-search .product-search ul li:nth-child(4)
    {
        width: 50%;
    }
}
.box-number-search .product-search .item select
{
    font-size: 16px;
    line-height: 30px;

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

    color: #aaa;
    border: 1px solid #e3e3e3;
    outline: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select_bg.jpg) no-repeat scroll right center transparent;
    /*很关键：将默认的select选择框样式清除*/

            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
}
@media (max-width: 767px)
{
    .box-number-search .product-search .item select
    {
        font-size: 14px;

        padding: 10px;
    }
}
.box-number-search .product-search .item select option
{
    line-height: 50px;

    height: 50px;
}
.box-number-search .product-search .item .submit
{
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #c01249;
}
@media (max-width: 767px)
{
    .box-number-search .product-search .item .submit
    {
        font-size: 14px;
    }
}
.box-number-search .product-search .item .submit:hover
{
    background-color: #970936;
}
.box-number-search .number
{
    padding: 50px 0;
}
.box-number-search .number > ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-number-search .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-number-search .number > ul > li
    {
        width: 100%;
    }
}
.box-number-search .number .item
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding-left: 130px;

    text-align: left;
}
@media (max-width: 991px)
{
    .box-number-search .number .item
    {
        padding-left: 80px;
    }
}
@media (max-width: 767px)
{
    .box-number-search .number .item
    {
        display: block;

        margin: 14px 0;
    }
}
.box-number-search .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 100px;

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

    display: block;

    width: 100px;
    height: 100px;

    content: '\e64c';
    text-align: center;

    color: #c01249;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-number-search .number .item:before
    {
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px)
{
    .box-number-search .number .item:before
    {
        font-size: 30px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-number-search .number .item-cumulative:before
{
    content: '\e64a';
}
.box-number-search .number .item-sales:before
{
    content: '\e64e';
}
.box-number-search .number .item b
{
    font-size: 50px;
    font-style: italic;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 10px;

    color: #c01249;
}
@media (max-width: 991px)
{
    .box-number-search .number .item b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .box-number-search .number .item b
    {
        font-size: 24px;
    }
}
.box-number-search .number .item b sup
{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;

    top: 0;

    margin-left: 10px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-number-search .number .item b sup
    {
        font-size: 20px;
    }
}
.box-number-search .number .item p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;
    z-index: 2;

    color: #666;
}
@media (max-width: 991px)
{
    .box-number-search .number .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.box-number
{
    box-shadow: none;
}
.box-number .number
{
    padding-top: 0;
}
.box-product .product
{
    margin-top: 40px;
}
.box-product .product .slick-product
{
    margin: 0 -15px;
}
.box-product .product .slick-slide
{
    display: inline-block;

    padding: 30px 15px 0 15px;

    vertical-align: bottom;
}
@media (max-width: 1199px)
{
    .box-product .product .slick-slide
    {
        padding-top: 0;
    }
}
.box-product .product .item
{
    position: relative;

    display: block;

    padding: 10px 10px 0 10px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note
{
    text-align: center;
}
.box-product .product .item .note p
{
    font-size: 20px;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 0;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .product .item .note p
    {
        font-size: 16px;
        line-height: 60px;

        height: 60px;
    }
}
.box-product .product .item span.more
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    bottom: -12px;

    display: block;
    overflow: hidden;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    height: 50px;

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

    opacity: 0;
    color: #fff;
    background-color: #c01249;
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover
    {
        -webkit-transform: translateY(-14px);
            -ms-transform: translateY(-14px);
                transform: translateY(-14px);
    }
    .box-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .item:hover .note p
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .box-product .product .item:hover span.more
    {
        opacity: 1;
    }
}
.box-product-center
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .box-product-center .product-center
    {
        margin-top: 30px;
    }
}
.box-product-center .product-center > ul
{
    font-size: 0;
}
.box-product-center .product-center > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 16.66666667%;
    margin-top: 60px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-product-center .product-center > ul > li
    {
        margin: 0;
    }
}
.box-product-center .product-center > ul > li:nth-child(2n+1)
{
    margin-top: 160px;
}
@media (max-width: 991px)
{
    .box-product-center .product-center > ul > li:nth-child(2n+1)
    {
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .box-product-center .product-center > ul > li
    {
        width: 33.33333333%;
    }
}
.box-product-center .product-center .item
{
    position: relative;

    overflow: hidden;
}
.box-product-center .product-center .item .pic
{
    position: relative;
}
.box-product-center .product-center .item .pic .img-box
{
    padding-bottom: 171.875%;
}
.box-product-center .product-center .item .pic .mask
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    color: #fff;
    background-color: rgba(192, 18, 73, .9);
}
@media (max-width: 1470px)
{
    .box-product-center .product-center .item .pic .mask
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-product-center .product-center .item .pic .mask
    {
        display: none;
    }
}
.box-product-center .product-center .item .pic .mask .title-mask b
{
    font-size: 32px;
    line-height: 36px;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1470px)
{
    .box-product-center .product-center .item .pic .mask .title-mask b
    {
        font-size: 24px;
    }
}
.box-product-center .product-center .item .pic .mask .mask-note
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-product-center .product-center .item .pic .mask .mask-note
    {
        margin-top: 10px;
    }
}
.box-product-center .product-center .item .pic .mask .mask-note > ul
{
    font-size: 0;
}
.box-product-center .product-center .item .pic .mask .mask-note > ul > li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.box-product-center .product-center .item .pic .mask .mask-note > ul > li a
{
    font-size: 16px;
    line-height: 36px;

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

    height: 36px;

    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product-center .product-center .item .pic .mask .mask-note > ul > li a:hover
{
    text-decoration: underline;
}
.box-product-center .product-center .item .pic .mask a.more
{
    font-size: 20px;

    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding: 0 30px;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1470px)
{
    .box-product-center .product-center .item .pic .mask a.more
    {
        bottom: 20px;

        padding: 0 20px;
    }
}
.box-product-center .product-center .item .pic .mask a.more:hover
{
    text-decoration: underline;

    color: #fff;
}
.box-product-center .product-center .item .note
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;

    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .box-product-center .product-center .item .note
    {
        top: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .box-product-center .product-center .item .note
    {
        padding: 0 10px;
    }
}
.box-product-center .product-center .item .note b
{
    font-size: 32px;
    line-height: 36px;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1470px)
{
    .box-product-center .product-center .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-product-center .product-center .item .note b
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.box-product-center .product-center .item:hover .pic .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.box-about
{
    font-size: 0;
}
.box-about .about-left,
.box-about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-about .about-left
{
    width: 52%;
}
@media (max-width: 991px)
{
    .box-about .about-left
    {
        width: 100%;
    }
}
.box-about .about-left .video
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.box-about .about-left .video img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .box-about .about-left .video img
    {
        max-width: 140%;
        margin-left: -20%;
    }
}
.box-about .about-left .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .about-left .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .about-left .video .play
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.box-about .about-left .video:hover .play
{
    color: #c01249;
}
.box-about .about-right
{
    width: 48%;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .box-about .about-right
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.box-about .about-right .text
{
    margin-top: 30px;
}
.box-about .about-right .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .box-about .about-right .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about-right a.more
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #c01249;
}
.box-about .about-right a.more:hover
{
    text-decoration: underline;

    color: #970936;
}
.box-advantages
{
    background: url(../images/advantage_bg.jpg) no-repeat center fixed;
}
@media (max-width: 1199px)
{
    .box-advantages
    {
        background: url(../images/advantage_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-advantages .title
{
    color: #fff;
    background: url(../images/title-line-1.png) no-repeat center;
}
@media (max-width: 480px)
{
    .box-advantages .title
    {
        background-size: contain;
    }
}
.box-advantages .title p
{
    color: #fff;
}
.box-advantages .advantages
{
    margin-top: 20px;
}
.box-advantages .advantages .row
{
    padding-bottom: 10px;
}
.box-advantages .advantages .item
{
    position: relative;

    margin-top: 30px;
    padding: 40px 120px 50px 180px;

    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item
    {
        padding: 40px 80px 40px 100px;
    }
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item
    {
        padding: 20px 20px 20px 80px;
    }
}
.box-advantages .advantages .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 50px;

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

    width: 160px;

    content: '\e623';
    text-align: center;

    color: #fff;
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item:before
    {
        width: 100px;
    }
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item:before
    {
        left: 0;

        width: 80px;
    }
}
.box-advantages .advantages .item:after
{
    position: absolute;
    top: 46%;
    left: 40px;

    display: block;

    width: 44px;
    height: 44px;

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

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item:after
    {
        left: 20px;
    }
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item:after
    {
        left: 10px;
    }
}
.box-advantages .advantages .item span.number
{
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

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

    width: 120px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: rgba(255, 255, 255, .03);
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item span.number
    {
        width: 100px;
    }
}
.box-advantages .advantages .item b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    margin-bottom: 6px;
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item b
    {
        font-size: 18px;
    }
}
.box-advantages .advantages .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
.box-advantages .advantages .item-pinzhi:before
{
    content: '\e62e';
}
.box-advantages .advantages .item-pinzhi:after
{
    top: 23%;
    left: 76px;
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item-pinzhi:after
    {
        left: 50px;
    }
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item-pinzhi:after
    {
        left: 30px;
    }
}
.box-advantages .advantages .item-shouhou:before
{
    content: '\e62c';
}
.box-advantages .advantages .item-shouhou:after
{
    top: 26%;
    left: 50px;
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item-shouhou:after
    {
        left: 20px;
    }
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item-shouhou:after
    {
        left: 30px;
    }
}
.box-advantages .advantages .item-jingyan:before
{
    content: '\e62a';
}
.box-advantages .advantages .item-jingyan:after
{
    top: 42%;
    left: 80px;
}
@media (max-width: 1350px)
{
    .box-advantages .advantages .item-jingyan:after
    {
        left: 50px;
    }
}
@media (min-width: 1200px)
{
    .box-advantages .advantages .item:hover
    {
        background-color: #c21043;
    }
    .box-advantages .advantages .item:hover span.number
    {
        color: rgba(255, 255, 255, .1);
    }
    .box-advantages .advantages .item:hover:before
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.box-news
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .slick-news
{
    margin: 0 -15px;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-news .slick-news
    {
        margin-top: 30px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 0 15px;
}
.box-news .slick-news .item
{
    font-size: 0;
}
.box-news .slick-news .item .pic,
.box-news .slick-news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-news .slick-news .item .pic
{
    position: relative;

    width: 46%;
}
@media (max-width: 767px)
{
    .box-news .slick-news .item .pic
    {
        width: 100%;
    }
}
.box-news .slick-news .item .pic .img-box
{
    padding-bottom: 60.60606061%;
}
.box-news .slick-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .slick-news .item .pic .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;

    width: 64px;
    padding: 6px;

    text-align: center;

    color: #fff;
    background-color: #c01249;
}
.box-news .slick-news .item .pic .date b
{
    font-size: 32px;
    line-height: 1;

    display: block;
}
.box-news .slick-news .item .pic .date span
{
    font-size: 14px;
    line-height: 24px;

    display: block;
}
.box-news .slick-news .item .note
{
    width: 54%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .box-news .slick-news .item .note
    {
        width: 100%;
        padding-top: 14px;
        padding-left: 0;
    }
}
.box-news .slick-news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 50px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item .note p
{
    font-size: 16px;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .slick-news .item .note a.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

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

    color: #333;
}
.box-news .slick-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .slick-news .item:hover .note b
{
    color: #c01249;
}
.box-news .slick-news .item:hover .note a.more
{
    color: #c01249;
}
.box-partner .partner
{
    margin-top: 50px;
}
.box-partner .partner .slick-partner
{
    margin: 0 -10px;
}
.box-partner .partner .slick-slide
{
    padding: 0 10px;
}
.box-partner .partner .item .img-box
{
    padding-bottom: 55.55555556%;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #303335;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    position: relative;
    z-index: 2;
}
.footer .foot .title-foot:after
{
    display: block;

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

    content: '';

    background-color: #c01249;
}
.footer .foot .title-foot h3
{
    font-size: 20px;
    font-style: italic;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.footer .foot > ul
{
    overflow: hidden;
}
.footer .foot > ul > li
{
    float: left;

    width: 30%;
    margin-bottom: -949px;
    padding: 40px 0;
    padding-bottom: 999px;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }
}
.footer .foot > ul > li:nth-child(1)
{
    width: 40%;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.footer .foot > ul > li:nth-child(2)
{
    padding-right: 40px;
    padding-left: 40px;

    background-color: #26292b;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li:nth-child(2)
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.footer .foot > ul > li:nth-child(3)
{
    padding-right: 40px;
    padding-left: 40px;

    background-color: #212425;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li:nth-child(3)
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-1 img
    {
        display: none;
    }
}
.footer .foot > ul > li .item-1 .note
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-1 .note
    {
        display: none;
    }
}
.footer .foot > ul > li .item-1 .note p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    max-width: 450px;
    padding-left: 30px;

    color: #fff;
}
.footer .foot > ul > li .item-1 .note p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e619';

    color: #999;
}
.footer .foot > ul > li .item-1 .note p.email:before
{
    content: '\e62f';
}
.footer .foot > ul > li .item-1 .note p.website:before
{
    content: '\e64c';
}
.footer .foot > ul > li .item-1 .note p.address:before
{
    content: '\e640';
}
.footer .foot > ul > li .item-1 .share
{
    margin-top: 20px;
}
.footer .foot > ul > li .item-1 .share ul
{
    margin: 0 -6px;
}
.footer .foot > ul > li .item-1 .share ul li
{
    display: inline-block;

    padding: 0 6px;
}
.footer .foot > ul > li .item-1 .share ul li a
{
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

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

    color: #8a8a8a;
}
.footer .foot > ul > li .item-1 .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.footer .foot > ul > li .item-1 .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot > ul > li .item-1 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot > ul > li .item-1 .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot > ul > li .item-1 .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot > ul > li .item-1 .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot > ul > li .item-1 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot > ul > li .item-1 .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #c01249;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-left: 18px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-2 a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-2 a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    position: absolute;
    left: 0;

    content: '\e642';

    color: #999;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-2 a
    {
        font-size: 14px;
    }
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #c01249;
}
.footer .foot > ul > li .item-2 a:hover:before
{
    color: #c01249;
}
.footer .foot > ul > li .item-3 p
{
    font-size: 16px;
    line-height: 24px;

    margin: 40px 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-3 p
    {
        margin: 14px 0;
    }
}
.footer .foot > ul > li .item-3 form
{
    position: relative;
}
.footer .foot > ul > li .item-3 form input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #fff;
    border-bottom: 1px solid #35393a;
    background: none;
}
.footer .foot > ul > li .item-3 form input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 form input:-o-placeholder,
.footer .foot > ul > li .item-3 form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 form input::-moz-placeholder,
.footer .foot > ul > li .item-3 form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 form input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 form input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form .submit
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 30px;

    color: #aaa;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-3 form .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e63d';
}
.footer .foot > ul > li .item-3 form .submit:hover
{
    color: #c01249;
}
.footer .foot > ul > li .info-down
{
    margin-top: 14px;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    font-size: 14px;

    padding: 10px 0;

    text-align: center;

    color: #fff;
    background-color: #181a1b;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        line-height: 22px;
    }
}
.footer .copyright p a
{
    margin-left: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .footer .copyright p a
    {
        display: block;

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

    color: #c01249;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrap
{
    padding: 50px 0;
}
.title-in h2
{
    font-size: 44px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.product-sort
{
    text-align: center;
}
.product-sort > ul
{
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .product-sort > ul
    {
        margin: 0 -10px;
    }
}
.product-sort > ul > li
{
    display: inline-block;

    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .product-sort > ul > li
    {
        padding: 0 10px;
    }
}
.product-sort > ul > li > a
{
    font-size: 20px;
    line-height: 40px;

    color: #836357;
    border-bottom: 1px solid #fff;
}
@media (max-width: 767px)
{
    .product-sort > ul > li > a
    {
        font-size: 16px;
    }
}
.product-sort > ul > li.active > a,
.product-sort > ul > li:hover > a
{
    font-weight: bold;

    color: #c01249;
    border-bottom-color: #c01249;
}
.inside-nav
{
    position: relative;

    overflow: hidden;

    height: 100px;
    margin-top: -50px;

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

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(17, 100, 168, .15);
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        height: 60px;
        margin-top: -30px;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;

    padding: 0 40px;
}
@media (max-width: 1470px)
{
    .inside-nav ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .inside-nav ul li
    {
        padding: 0 15px;
    }
}
.inside-nav ul li a
{
    font-size: 20px;
    font-weight: normal;
    font-weight: 300;
    line-height: 100px;

    position: relative;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: inherit;
    color: #999;
}
@media (max-width: 1199px)
{
    .inside-nav ul li a
    {
        font-size: 16px;
        line-height: 60px;
    }
}
.inside-nav ul li a:after
{
    position: absolute;
    bottom: 26px;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #c01249;
}
@media (max-width: 1199px)
{
    .inside-nav ul li a:after
    {
        bottom: 14px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #333;
}
.inside-nav ul li.active a:after,
.inside-nav ul li:hover a:after
{
    width: 100%;
}
.wrap-download .download
{
    margin-top: -30px;
}
.wrap-download .download .item
{
    display: block;

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

    color: inherit;
    box-shadow: 0 0 10px rgba(17, 100, 168, .15);
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 8px;
    }
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 68.96551724%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    padding-top: 20px;
}
.wrap-download .download .item .note a
{
    color: inherit;
}
.wrap-download .download .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;
    margin-bottom: 8px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note b
    {
        font-size: 16px;
    }
}
.wrap-download .download .item .note p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-download .download .item .note a.down
{
    font-size: 16px;
    line-height: 40px;

    display: block;

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

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

    color: #c01249;
    border: 1px solid #c01249;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note a.down
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .note b
{
    color: #c01249;
}
.wrap-download .download .item:hover .note a.down
{
    color: #fff;
    background-color: #c01249;
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    font-size: 0;

    margin-top: 30px;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-news .news .item .pic
{
    position: relative;

    width: 46%;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 60.60606061%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .pic .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;

    width: 64px;
    padding: 6px;

    text-align: center;

    color: #fff;
    background-color: #c01249;
}
.wrap-news .news .item .pic .date b
{
    font-size: 32px;
    line-height: 1;

    display: block;
}
.wrap-news .news .item .pic .date span
{
    font-size: 14px;
    line-height: 24px;

    display: block;
}
.wrap-news .news .item .note
{
    width: 54%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding-top: 14px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 50px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .note a.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

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

    color: #333;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note b
{
    color: #c01249;
}
.wrap-news .news .item:hover .note a.more
{
    color: #c01249;
}
.wrap-news-show .title-news-show
{
    padding-bottom: 14px;

    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-news-show .text
{
    margin-top: 20px;
}
.wrap-news-show .text p
{
    font-size: 14px;
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news-show .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 30px;
}
.wrap-news-show .news-relate ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li
{
    position: relative;

    display: inline-block;
    float: left;

    width: 50%;
    margin-top: 10px;
    padding-left: 20px;

    list-style: none;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .news-relate ul li:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 30px;

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

    content: '\e646';
}
.wrap-news-show .news-relate ul li a
{
    font-size: 14px;
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li.next:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap-news-show .news-relate ul li:hover
{
    color: #333;
}
.wrap-recruitment .recruitment
{
    margin-top: -30px;
}
.wrap-recruitment .item
{
    margin-top: 30px;
    padding: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-recruitment .item
    {
        padding: 20px 10px;
    }
}
.wrap-recruitment .item .title-recruitment h2
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-recruitment .item .title-recruitment h2
    {
        font-size: 20px;
    }
}
.wrap-recruitment .item .text
{
    font-size: 0;

    margin-top: 20px;
}
.wrap-recruitment .item .text p
{
    font-size: 14px;
    line-height: 2;

    display: inline-block;

    min-width: 33.33333333%;
    margin: 0;

    vertical-align: top;
}
.wrap-recruitment .item .note
{
    margin-top: 20px;
}
.wrap-recruitment .item .note p
{
    line-height: 2;

    margin: 0;
}
.wrap-product .product
{
    font-size: 0;
}
.wrap-product .product .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
}
.wrap-product .product .item
{
    position: relative;

    display: block;

    padding: 10px 10px 0 10px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    text-align: center;
}
.wrap-product .product .item .note p
{
    font-size: 20px;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 0;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note p
    {
        font-size: 16px;
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product .product .item span.more
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    bottom: -12px;

    display: block;
    overflow: hidden;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    height: 50px;

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

    opacity: 0;
    color: #fff;
    background-color: #c01249;
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover
    {
        -webkit-transform: translateY(-14px);
            -ms-transform: translateY(-14px);
                transform: translateY(-14px);
    }
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover .note p
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .wrap-product .product .item:hover span.more
    {
        opacity: 1;
    }
}
.wrap-product-show .carousel-wrap
{
    font-size: 0;

    padding: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap
    {
        margin: 0;
        padding: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    display: inline-block;

    width: 52%;
    padding: 0 0 0 200px;

    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 186px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 160px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: absolute;
    top: 0;
    left: 0;

    width: 174px;
    margin: -10px 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 158px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 140px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        margin: 10px 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 10px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;

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

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

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

    opacity: 1;
    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #c01249;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    display: inline-block;

    width: 48%;
    padding: 20px 0 0 5%;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        padding-top: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        width: 100%;
        padding: 30px 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    font-size: 28px;
    line-height: 40px;

    margin: 0;

    color: #c01249;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info p
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry,
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-cart
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    margin-right: 18px;
    padding: 0 50px;

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

    color: #fff;
    border: 1px solid #c01249;
    background-color: #c01249;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry,
    .wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-cart
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry,
    .wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-cart
    {
        padding: 0 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:before,
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-cart:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    margin-right: 4px;

    content: '\e654';
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover,
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-cart:hover
{
    color: #fff;
    border-color: #970936;
    background-color: #970936;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-cart
{
    margin-right: 40px;

    color: #c01249;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:before
{
    content: '\e641';
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    margin-left: 10px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;

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

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;
    float: left;

    width: 50px;
    height: 50px;
    margin-right: 10px;

    content: '\e648';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #bebebe;
    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next
{
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next:before
{
    float: right;

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

    content: '\e647';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover
{
    color: #c01249;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover:before
{
    color: #c01249;
    border-color: #c01249;
}
.wrap-product-show .title-product-show h2
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .design
{
    margin-top: 30px;
    padding: 50px 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .design
    {
        padding: 30px 10px;
    }
}
.wrap-product-show .parameter .text,
.wrap-product-show .design .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p,
.wrap-product-show .design .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
.wrap-product-show .parameter .text img,
.wrap-product-show .design .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .inquiry .title-product-show h2
{
    margin-bottom: 14px;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea
    {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input
{
    background-color: #f6f6f6;
}
.wrap-product-show .inquiry form .submit
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #c01249;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #970936;
}
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
.wrap-product-show .relate-product .slick-slide
{
    display: inline-block;

    padding: 30px 15px 0 15px;

    vertical-align: bottom;
}
.wrap-product-show .relate-product .item
{
    position: relative;

    display: block;

    padding: 10px 10px 0 10px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .note
{
    text-align: center;
}
.wrap-product-show .relate-product .item .note p
{
    font-size: 20px;
    line-height: 80px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 0;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .note p
    {
        font-size: 16px;
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product-show .relate-product .item span.more
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    bottom: -12px;

    display: block;
    overflow: hidden;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    height: 50px;

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

    opacity: 0;
    color: #fff;
    background-color: #c01249;
}
@media (min-width: 1200px)
{
    .wrap-product-show .relate-product .item:hover
    {
        -webkit-transform: translateY(-14px);
            -ms-transform: translateY(-14px);
                transform: translateY(-14px);
    }
    .wrap-product-show .relate-product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item:hover .note p
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .wrap-product-show .relate-product .item:hover span.more
    {
        opacity: 1;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    left: 0;

    display: none !important;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        display: block !important;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
.wrap-product-show .relate-product .slick-relate-product:hover .slick-arrow
{
    display: block !important;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td:nth-child(1),
.wrap-product-show table td:nth-child(2){
	white-space: nowrap;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-query
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap-query
    {
        padding: 60px 0;
    }
}
.wrap-query .query
{
    font-size: 0;

    max-width: 1170px;
    margin: 0 auto;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-query .query .pic,
.wrap-query .query .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-query .query .pic,
    .wrap-query .query .text
    {
        width: 100%;
    }
}
.wrap-query .query .pic
{
    overflow: hidden;
}
.wrap-query .query .pic img
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .wrap-query .query .pic img
    {
        max-width: 100%;
    }
}
.wrap-query .query .text
{
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .wrap-query .query .text
    {
        padding: 30px 10px;
    }
}
.wrap-query .query .text .title-query
{
    text-align: center;
}
.wrap-query .query .text .title-query p
{
    font-size: 16px;
    line-height: 1.25;

    margin: 10px 0 0 0;
}
.wrap-query .query .text form
{
    max-width: 330px;
    margin: 20px auto;
}
.wrap-query .query .text form input
{
    line-height: 30px;

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

    border: 1px solid #eee;
}
.wrap-query .query .text form p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0;

    text-align: center;
}
.wrap-query .query .text form p a:hover
{
    text-decoration: underline;

    color: #c01249;
}
.wrap-query .query .text form input::-webkit-input-placeholder,
.wrap-query .query .text form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-query .query .text form input:-o-placeholder,
.wrap-query .query .text form textarea:-o-placeholder
{
    color: #666;
}
.wrap-query .query .text form input::-moz-placeholder,
.wrap-query .query .text form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-query .query .text form input:-ms-input-placeholder,
.wrap-query .query .text form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-query .query .text form input:focus::-webkit-input-placeholder,
.wrap-query .query .text form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-query .query .text form input:focus::-o-placeholder,
.wrap-query .query .text form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-query .query .text form input:focus::-moz-placeholder,
.wrap-query .query .text form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-query .query .text form input:focus::-ms-input-placeholder,
.wrap-query .query .text form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-query .query .text form .submit
{
    display: block;

    width: 200px;
    height: 42px;
    margin: 0 auto;
    margin-top: 20px;

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

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #c01249;
}
.wrap-query .query .text form .submit:hover
{
    background-color: #970936;
}
.wrap-query-show .table-box
{
    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-query-show .table-box
    {
        overflow-x: scroll;
    }
}
.wrap-query-show table
{
    width: 100%;
}
.wrap-query-show table th
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #c01249;
}
@media (max-width: 767px)
{
    .wrap-query-show table th
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.wrap-query-show table td
{
    font-size: 16px;
    line-height: 30px;

    padding: 10px;

    text-align: center;

    border-top: 10px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 2px solid #fff;
    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .wrap-query-show table td
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.wrap-contact .contact
{
    padding-bottom: 30px;

    border-bottom: 1px solid #eaeaea;
}
.wrap-contact .contact > ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact > ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact > ul
    {
        margin: 0 -10px;
    }
}
.wrap-contact .contact > ul > li
{
    display: inline-block;

    max-width: 330px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact > ul > li
    {
        width: 50%;
        max-width: 50%;
        padding: 10px;
    }
}
.wrap-contact .contact .item
{
    position: relative;

    min-height: 70px;

    -webkit-transition: all .5s;
            transition: all .5s;
}
.wrap-contact .contact .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    display: block;

    content: '\e640';

    color: #c01249;
}
.wrap-contact .contact .item-website:before
{
    content: '\e64c';
}
.wrap-contact .contact .item-tel:before
{
    content: '\e619';
}
.wrap-contact .contact .item-email:before
{
    content: '\e62f';
}
.wrap-contact .contact .item b
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin: 10px 0 6px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item p
{
    font-size: 16px;
    line-height: 1.42857143;

    margin: 0;

    word-break: break-word;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .item p a
{
    color: inherit;
}
.wrap-contact .contact .item p a:hover
{
    color: #c01249;
}
.wrap-contact .contact .item p img
{
    max-width: 100%;
    margin-top: 10px;
}
.wrap-contact .contact .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-contact .message
{
    padding-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-contact .right
    {
        margin-top: 40px;
    }
}
.wrap-contact .title-message p
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .title-message p
    {
        font-size: 20px;
    }
}
.wrap-contact form
{
    margin-top: 10px;
}
.wrap-contact form input,
.wrap-contact form textarea
{
    line-height: 26px;

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

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact form input,
    .wrap-contact form textarea
    {
        margin-top: 20px;
    }
}
.wrap-contact form input::-webkit-input-placeholder,
.wrap-contact form textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-contact form input:-o-placeholder,
.wrap-contact form textarea:-o-placeholder
{
    color: #888;
}
.wrap-contact form input::-moz-placeholder,
.wrap-contact form textarea::-moz-placeholder
{
    color: #888;
}
.wrap-contact form input:-ms-input-placeholder,
.wrap-contact form textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-contact form input:focus::-webkit-input-placeholder,
.wrap-contact form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact form input:focus::-o-placeholder,
.wrap-contact form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact form input:focus::-moz-placeholder,
.wrap-contact form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact form input:focus::-ms-input-placeholder,
.wrap-contact form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact form .submit
{
    line-height: 48px;

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

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

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #c01249;
}
@media (max-width: 991px)
{
    .wrap-contact form .submit
    {
        font-size: 18px;
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-contact form .submit:hover
{
    background-color: #970936;
}
.wrap-contact #dituContent
{
    height: 370px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact #dituContent
    {
        height: 300px;
    }
}
.wrap-inquiry .bar
{
    margin-top: 30px;
}
.wrap-inquiry table
{
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry table tr
{
    border: 1px solid #eee;
}
.wrap-inquiry table tr:first-child
{
    font-size: 16px;

    overflow: hidden;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-inquiry table tr:first-child
    {
        font-size: 14px;
    }
}
.wrap-inquiry table th
{
    font-weight: normal;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th
{
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child
{
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child
    {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2)
{
    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 35%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3)
{
    width: 15%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 30%;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4)
{
    width: 15%;

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

    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    text-align: center;

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

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

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

    content: '\e624';

    color: #c01249;
}
.wrap-inquiry table input
{
    font-size: 16px;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

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

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

        width: 20px;
        height: 30px;

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

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

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

    border: 1px solid #dfdfdf;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1
    {
        line-height: 30px;

        position: relative;
        z-index: 8;

        width: 20px;
        height: 30px;
    }
}
.wrap-inquiry table .pic
{
    display: inline-block;

    width: 24%;
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table p
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-inquiry table p
    {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px)
{
    .wrap-inquiry table p
    {
        font-size: 12px;
    }
}
.wrap-inquiry .close
{
    float: none;

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #999;
}
.wrap-inquiry .close:hover::after
{
    color: #970936;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 20px;
    }
}
.wrap-inquiry .title-inquiry p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-inquiry .inquiry
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-inquiry .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-inquiry .inquiry .title-product-show h2
{
    margin-bottom: 14px;
}
.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea
    {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input
{
    background-color: #f6f6f6;
}
.wrap-inquiry .inquiry form .submit
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #c01249;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-inquiry .inquiry form .submit:hover
{
    background-color: #970936;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination li:nth-child(1) a,
.pagination li:last-child a
{
    border-radius: 0;
}
.pagination li a
{
    font-size: 16px;
    line-height: 36px;

    display: block;

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

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

    color: #666;
    border: none;
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #c01249;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #c01249;
}
.fixed-header
{
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 60px !important;
    }
}
.fixed-header .logo
{
    height: 80px;
    padding: 25px 7%;
}
@media (max-width: 1700px)
{
    .fixed-header .logo
    {
        padding: 25px 3%;
    }
}
@media (max-width: 1350px)
{
    .fixed-header .logo
    {
        padding: 30px 15px;
    }
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 60px;
        padding: 20px 15px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.fixed-header .cart,
.fixed-header .find
{
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .cart,
    .fixed-header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.fixed-header .language
{
    height: 80px;
    padding: 25px 0;
}
@media (max-width: 1199px)
{
    .fixed-header .language
    {
        height: 60px;
        padding: 15px 0;
    }
}
.header span.tt{
	font-size: 32px;
	line-height: 70px;
	margin-left: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;

}
@media(max-width:1199px){
	.header span.tt{
		display: none;
	}
}