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

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Arial Rounded MT';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/hinted-ArialRoundedMTBold.eot');
    src: local('../fonts/Arial Rounded MT Bold'), local('ArialRoundedMTBold'), url('../fonts/hinted-ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-ArialRoundedMTBold.woff2') format('woff2'), url('../fonts/hinted-ArialRoundedMTBold.woff') format('woff'), url('../fonts/hinted-ArialRoundedMTBold.ttf') format('truetype'), url('../fonts/hinted-ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
}
html,
body
{
    position: relative;

    height: 100%;
}
body
{
    font-family: 'Arial Rounded MT', Arial, 'Helvetica', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.swiper-container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.swiper-slide
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    #i-c1 .swiper-slide
    {
        height: auto;
    }
}
.container
{
    width: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: fixed;
    z-index: 99;
    top: 0;

    width: 100%;
    height: 140px;
    padding: 0 4%;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1560px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 80px;

        text-align: center;
    }
}
.header .nav-vertical
{
    position: absolute;
    top: 140px;
    left: 4%;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .header .nav-vertical
    {
        display: none;
    }
}
.header .nav-vertical > ul > li
{
    position: relative;

    display: block;
}
.header .nav-vertical > ul > li > a
{
    font-size: 16px;
    line-height: 2;

    position: relative;

    display: block;

    padding: 10px 0;
    padding-right: 14px;

    color: #fff;
}
.header .nav-vertical > ul > li:hover > a:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 0;
    height: 0;
    margin-top: -6px;

    content: '';

    border-width: 7px 7px 7px 0;
    border-style: solid;
    border-color: transparent #7d0000 transparent transparent;
}
.header .nav-vertical > ul > li:hover .level-2
{
    display: block;
}
.header .nav-vertical > ul > li .level-2
{
    position: absolute;
    top: 50%;
    left: 100%;

    display: none;

    padding: 20px 0;

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

    background: -webkit-linear-gradient(left, #7d0000, transparent);
    background:         linear-gradient(to right, #7d0000, transparent);
}
.header .nav-vertical > ul > li .level-2 li a
{
    font-size: 14px;
    line-height: 2;

    display: block;

    padding: 0 40px 0 14px;

    color: #fff;
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 46px;
    margin-top: 47px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        display: inline-block;
        float: none;

        margin-top: 17px;
    }
}
.header .logo a
{
    display: inline-block;
}
.header .logo a.logotext
{
    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .logo a.logotext
    {
        display: none;
    }
}
.header .logo a.logoa
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .logo a.logob
{
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.header .logo img
{
    height: 100%;
}
.header .logo h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 16px 0 0 0;

    letter-spacing: 4px;

    color: #333;
}
.header .logo p
{
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;

    margin-top: 4px;

    color: #dc0b16;
}
.header .nav-collapse
{
    position: absolute;
    top: 20px;
    right: 5px;

    display: none;

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

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        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: #fff;
}
.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: #fff;
}
.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 .nav
{
    display: none;
    float: left;
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        text-align: center;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 80px;

        position: relative;

        display: block;

        padding: 0 36px;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 0;
        margin-left: -4px;

        content: '';

        border-width: 0 7px 7px 7px;
        border-style: solid;
        border-color: transparent transparent #7d0000 transparent;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        width: auto;
        padding: 10px 0;

        text-align: left;

        background-color: #7d0000;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        display: block;

        list-style: none;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        line-height: 34px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 20px;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: relative;

        overflow: hidden;

        margin: 0 -10px;
        padding: 20px 0;
    }
    .header .nav .nav-list1 .nav-list3:before
    {
        position: absolute;
        top: 0;
        left: 10%;

        width: 80%;
        height: 1px;

        content: '';

        border-top: 1px dashed #dcd342;
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: inline-block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:before
    {
        display: inline-block;

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

        content: '';
        vertical-align: middle;

        background-color: #df0023;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        color: #df0023;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1360px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 14px;
    }
}
@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;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        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
{
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 16px;
    line-height: 50px;

    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
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 9919px)
{
    .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: 18px;
        line-height: 2.6;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 9919px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 9919px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 9919px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav2-list2 .img-box
    {
        width: 250px;
        height: 90px;
        padding-bottom: 0;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 992px)
{
    .header .cart-box-xs
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .header .cart-box-xs
    {
        font-size: 24px;

        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;

        color: #fff;
    }
    .header .cart-box-xs span
    {
        font-size: 16px;
        line-height: 26px;

        display: inline-block;

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

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

        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .lang
{
    font-size: 12px;

    position: relative;

    float: right;

    width: 140px;
    padding: 39px 0;

    text-align: center;

    border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .lang h3
{
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #888;
}
.header .lang h3::before
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after
{
    position: relative;
    top: -2px;

    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul
{
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li
{
    font-size: 13px;
    line-height: 38px;

    clear: both;

    width: 100%;
    height: 29px;
    padding-left: 14px;

    list-style: none;
}
.header .lang li a::before
{
    display: inline-block;
    float: left;

    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover
{
    color: #fff100;
}
.header .lang li.zh a::before
{
    background-position: -42px 0;
}
.header .lang li.en a::before
{
    background-position: -2px 0;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .cart
{
    position: relative;

    float: right;

    margin-top: 53px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        display: none;
    }
}
.header .cart a
{
    line-height: 32px;

    display: block;

    height: 34px;
    padding: 0 20px;

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

    color: #fff;
    border: 1px solid #fff;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    margin-right: 10px;

    content: '\e625';
    vertical-align: middle;
}
.header .cart a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .cart a:hover
{
    color: #7d0000;
    background-color: #fff;
}
.header .cart b
{
    font-weight: normal;
}
.header .find
{
    line-height: 140px;

    float: right;

    margin-left: 34px;

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

    color: #fff;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 22px;

    float: left;

    content: '\e62c';
}
.header .find:hover
{
    color: #fff100;
}
@media (max-width: 1360px)
{
    .header .find
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 80px;

        position: absolute;
        top: 0;
        left: 10px;

        margin-left: 0;
    }
}
.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(0, 0, 0, .96);
}
.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;

    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: '\e62c';

    color: #343434;
}
@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: '\e62c';

    color: #fff100;
}
.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: 3px solid #1f1e1e;
    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;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

    color: #fff;
}
.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 .nav-phone
{
    position: absolute;
    bottom: 30px;

    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-phone
    {
        display: block;
    }
}
.header .nav-phone ul
{
    margin: 0 -10px;
}
.header .nav-phone ul li
{
    display: inline-block;
}
.header .nav-phone ul li a
{
    font-size: 16px;

    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.header.header-down
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 1199px)
{
    .header.header-down
    {
        height: 60px;
    }
}
.header.header-down .logo
{
    margin-top: 17px;
}
@media (max-width: 1199px)
{
    .header.header-down .logo
    {
        margin-top: 6px;
    }
}
.header.header-down .logo a.logoa
{
    width: 0;

    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.header.header-down .logo a.logob
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.header.header-down .nav
{
    display: block;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .header.header-down .nav
    {
        display: none;
    }
}
.header.header-down .nav-vertical
{
    -webkit-animation: fadeOutLeft .5s 0s ease both;
            animation: fadeOutLeft .5s 0s ease both;
}
.header.header-down .cart
{
    margin-top: 23px;
}
.header.header-down .cart a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #333;
    border: 1px solid #666;
}
.header.header-down .cart a:hover
{
    color: #fff;
    background-color: #666;
}
.header.header-down .find
{
    line-height: 80px;

    color: #333;
}
@media (max-width: 1199px)
{
    .header.header-down .find
    {
        line-height: 60px;
    }
}
.header.header-down .find:hover
{
    color: #7d0000;
}
.header.header-down .nav-collapse .btn-line,
.header.header-down .nav-collapse .btn-line:nth-child(1),
.header.header-down .nav-collapse .btn-line:nth-child(3)
{
    background-color: #666;
}
.header.header-down .nav-collapse
{
    top: 10px;
}
.online
{
    position: fixed;
    z-index: 99;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -340px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    position: relative;

    display: block;

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

    cursor: pointer;
    text-decoration: none;

    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
}
.online a:last-child
{
    border-bottom: none;
}
.online a.online-email
{
    background-position: 0 0;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype
{
    background-position: 0 -50px;
}
.online a.online-skype:hover
{
    background-color: #3dbb2a;
}
.online a.online-tel
{
    background-position: 0 -100px;
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin
{
    background-position: 0 -150px;
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat
{
    background-position: 0 -200px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top
{
    background-position: 0 -250px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p
{
    line-height: 50px;

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

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p
{
    font-size: 13px;

    margin: 8px 0 0 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 52px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #fff100;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;

    background-color: #000;
}
.banner .item
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.banner .index-banner .item img
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
}
.banner .owl-theme .owl-pagination
{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 34px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .owl-theme .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.banner .owl-theme .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-theme .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: 1;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    width: 24px;

    border-radius: 6px;
}
.banner .owl-theme .owl-buttons
{
    display: none;
}
.banner .owl-theme .owl-buttons .owl-prev,
.banner .owl-theme .owl-buttons .owl-next
{
    line-height: 50px;

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

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

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

    opacity: 1;
    border: 1px solid #7d0000;
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px)
{
    .banner .owl-theme .owl-buttons .owl-prev,
    .banner .owl-theme .owl-buttons .owl-next
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.banner .owl-theme .owl-buttons .owl-prev:before,
.banner .owl-theme .owl-buttons .owl-next:before
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;

    content: '\e601';

    color: #7d0000;
}
.banner .owl-theme .owl-buttons .owl-prev:hover,
.banner .owl-theme .owl-buttons .owl-next:hover
{
    background-color: #7d0000;
}
.banner .owl-theme .owl-buttons .owl-prev:hover:before,
.banner .owl-theme .owl-buttons .owl-next:hover:before
{
    color: #fff;
}
.banner .owl-theme .owl-buttons .owl-next
{
    right: 4%;
    left: auto;
}
.banner .owl-theme .owl-buttons .owl-next:before
{
    content: '\e827';
}
.banner-in
{
    height: auto;
}
@media (max-width: 1199px)
{
    .banner-in .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner-in .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .owl-theme
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
@-webkit-keyframes bounce2
{
    0%,
    100%
    {
        -webkit-transform: scale(1.1);
    }
    50%
    {
        -webkit-transform: scale(1);
    }
}
@keyframes bounce2
{
    0%,
    100%
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.swiper-slide
{
    position: relative;

    width: 100%;
}
.swiper-button-next
{
    z-index: 9;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 50%;

    width: 26px;
    height: 40px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    background: none;
}
.swiper-button-next .wheel
{
    position: absolute;
    left: 11px;

    display: inline-block;

    width: 2px;
    height: 5px;

    -webkit-animation: jump 1.6s infinite;
            animation: jump 1.6s infinite;

    background-color: rgba(255, 255, 255, .5);
    background-size: cover;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
    position: relative;

    width: auto;
    padding: 0 15px 0 15px;

    opacity: .5;
    border: none;
    background: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet:before
{
    font-size: 12px;

    position: absolute;
    top: -5px;
    right: -200px;

    display: block;

    width: 60px;

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

    color: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover:before
{
    right: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet:after
{
    display: block;

    width: 14px;
    height: 14px;

    content: '';

    border: 1px solid #fff;
    border-radius: 50%;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 30px 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active
{
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active:after
{
    background-color: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets
{
    right: 0;
}
.box
{
    position: relative;

    height: 100%;
}
.box-center
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.title b
{
    font-family: 'Arial Rounded MT';
    font-size: 44px;
    font-weight: bold;
    line-height: 106px;

    display: inline-block;

    width: 318px;

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

    color: #7d0000;
    background: url(../images/title_bg.png) no-repeat center;
}
@media (max-width: 991px)
{
    .title b
    {
        background-size: contain;
    }
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
        line-height: 40px;
    }
}
.box-product
{
    font-size: 0;

    background-color: #fff;
}
.box-product .product
{
    position: relative;

    height: 100%;
}
.box-product .slick-product
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box-product .slick-product .item
{
    position: relative;

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

   background-color: #fff;
}
@media (max-width: 991px)
{
    .box-product .slick-product .item.item-1 .img-box
    {
        padding-bottom: 380%;
    }
    .box-product .slick-product .item.item-1 .img-box img
    {
        width: auto;
        height: 100%;
    }
}
.box-product .slick-product .item .img-box
{
    padding-bottom: 123.07692308%;

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

    opacity: .2;
}
.box-product .slick-product .item .mask
{
    position: absolute;
    top: 0%;

    width: 100%;
 top: 60%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-product .slick-product .item .mask .pic
{
    overflow: hidden;
width: 50%;
margin: 0 auto;
    margin-top: 20px;

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

    opacity: 1;
    border-radius: 50%;
}

@media(max-width: 1560px){
    .box-product .slick-product .item .mask .pic{
        width: 70%;
    }
}
.box-product .slick-product .item .mask .pic .img-box
{
    padding-bottom: 63.15789474%;

    opacity: 1;
}
.box-product .slick-product .item .mask p
{
    font-family: 'Arial Rounded MT';
    font-size: 30px;
    line-height: 36px;

    margin: 0;
    padding: 0 10px;
    /* opacity: 0; */

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

    color: #333333;
}
@media (max-width: 1560px)
{
    .box-product .slick-product .item .mask p
    {
        font-size: 22px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .box-product .slick-product .item .mask p
    {
        font-size: 16px;
    }
}
@media (max-width: 375px)
{
    .box-product .slick-product .item .mask p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.box-product .slick-product .item .mask1
{
    position: absolute;
    top: 80%;

    width: 100%;
    padding: 0 10px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .box-product .slick-product .item .mask1
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.box-product .slick-product .item .mask1 h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .box-product .slick-product .item .mask1 h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .box-product .slick-product .item .mask1 h3
    {
        font-size: 16px;
    }
}
@media (max-width: 375px)
{
    .box-product .slick-product .item .mask1 h3
    {
        font-size: 14px;
    }
}
.box-product .slick-product .item .mask1 p
{
    margin: 0;
}
@media (max-width: 991px)
{
    .box-product .slick-product .item .mask1 p
    {
        margin: 10px 0 0 0;
    }
}
.box-product .slick-product .item .mask1 p a
{
    font-family: 'Arial Rounded MT';
    font-size: 16px;
    line-height: 1.5;

    display: inline-block;
}
@media (max-width: 991px)
{
    .box-product .slick-product .item .mask1 p a
    {
        font-size: 14px;
    }
}
@media (max-width: 375px)
{
    .box-product .slick-product .item .mask1 p a
    {
        font-size: 12px;
    }
}
.box-product .slick-product .item .mask1 p a:after
{
    content: '、';
}
.box-product .slick-product .item .mask1 p a:last-child:after
{
    display: none;
}
.box-product .slick-product .item .mask1 .more
{
    margin-top: 20px;

    text-align: center;
}
.box-product .slick-product .item .mask1 .more a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    padding: 0 44px;

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

    color: #fff;
    background-color: #7d0000;
}
@media (max-width: 991px)
{
    .box-product .slick-product .item .mask1 .more a
    {
        padding: 0 14px;
    }
}
.box-product .slick-product .item .mask1 .more a:hover
{
    background-color: #a70606;
}
@media (min-width: 992px)
{
    .box-product .slick-product .item:hover
    {
    background-color: #7d0000;
    }
    .box-product .slick-product .item:hover .img-box
    {
        opacity: .2;
    }
    .box-product .slick-product .item:hover .mask
    {

    }
    .box-product .slick-product .item:hover .mask .pic
    {
        opacity: 1;
        width: 100%;
    }
    .box-product .slick-product .item:hover .mask p
    {
        color: #ffffff;
    }
    .box-product .slick-product .item:hover .mask1
    {
        top: 60%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .box-product .slick-product .item:hover .mask1 h3,
    .box-product .slick-product .item:hover .mask1 p a
    {
        color: #333;
    }
}
.box-product .slick-arrow
{
    position: absolute;
    z-index: 5;
    top: 80%;
    left: 0;

    padding: 0;

    cursor: pointer;

    background: none;
}
.box-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e601';

    color: #fff;
}
.box-product .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.box-product .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-product .slick-arrow:hover:before
{
    color: #7d0000;
}
.box-about
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .box-about
    {
        display: block;
    }
}
.box-about .left,
.box-about .right
{
    display: table-cell;

    width: 50%;

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

        width: 100%;
        height: 50%;
    }
}
.box-about .left
{
    height: 100%;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-about .left
    {
        height: 50%;
        padding-top: 90px;
    }
}
.box-about .about
{
    padding: 0 10%;
}
@media (max-width: 1440px)
{
    .box-about .about
    {
        margin-top: -80px;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        margin-top: 0;
        padding: 0 15px;
    }
}
.box-about .about .text
{
    overflow: hidden;

    max-height: 190px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        max-height: 120px;
    }
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 2.375;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-about .about .text p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.box-about .about .more
{
    margin-top: 50px;
}
@media (max-width: 1560px)
{
    .box-about .about .more
    {
        margin-top: 20px;
    }
}
.box-about .about .more a
{
    line-height: 48px;

    display: inline-block;

    height: 48px;
    padding: 0 46px;

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

    color: #fff;
    background-color: #7d0000;
}
@media (max-width: 991px)
{
    .box-about .about .more a
    {
        line-height: 30px;

        height: 30px;
        padding: 0 30px;
    }
}
.box-about .about .more a:hover
{
    background-color: #a70606;
}
.box-about .video
{
    position: relative;

    overflow: hidden;

    height: 100%;

    background-color: #000;
}
.box-about .video img
{
    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1560px)
{
    .box-about .video img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .box-about .video img
    {
        width: 100%;
        margin: 0;
    }
}
.box-about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.box-about .video .play
{
    font-size: 18px;

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .box-about .video .play
    {
        font-size: 16px;
    }
}
.box-about .video .play:before
{
    font-family: 'iconfont';
    font-size: 70px;
    font-weight: normal;

    display: block;

    content: '\e617';

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .video .play:before
    {
        font-size: 50px;
    }
}
.box-about .video:hover img
{
    opacity: .8;
}
.box-news
{
    position: relative;

    height: 100%;

    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .title
{
    text-align: center;
}
.box-news .slick-news
{
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 1400px)
{
    .box-news .slick-news
    {
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 20px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 10px 0;
}
.box-news .slick-news .item
{
    display: block;

    margin: 0 15px;

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

    background-color: #fff;
}
.box-news .slick-news .item .img-box
{
    padding-bottom: 55%;
}
.box-news .slick-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .slick-news .item .note
{
    padding: 20px;
}
@media (max-width: 1400px)
{
    .box-news .slick-news .item .note
    {
        padding: 10px;
    }
}
.box-news .slick-news .item .note:after
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    display: block;

    margin-top: 10px;

    content: '\e7cf';

    color: #7d0000;
}
@media (max-width: 1400px)
{
    .box-news .slick-news .item .note:after
    {
        margin: 0;
    }
}
.box-news .slick-news .item b
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .slick-news .item span
{
    font-size: 12px;
    font-style: italic;

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

    color: #b0b0b0;
}
.box-news .slick-news .item p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1400px)
{
    .box-news .slick-news .item p
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .box-news .slick-news .item p
    {
        display: block;
    }
}
.box-news .slick-news .item:hover
{
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.box-news .slick-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .slick-news .item:hover b,
.box-news .slick-news .item:hover span
{
    color: #7d0000;
}
.swiper-slide-active .box-about .left
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
@media (max-width: 991px)
{
    .swiper-slide-active .box-about .left
    {
        -webkit-animation: fadeInDown 1s 0s ease both;
                animation: fadeInDown 1s 0s ease both;
    }
}
.swiper-slide-active .box-about .video
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
@media (max-width: 991px)
{
    .swiper-slide-active .box-about .video
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
}
.swiper-slide-active .box-news .title
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.swiper-slide-active .box-news .slick-news
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.ani-slideout .box-about .left
{
    -webkit-animation: fadeOutLeft 1s 0s ease both;
            animation: fadeOutLeft 1s 0s ease both;
}
@media (max-width: 991px)
{
    .ani-slideout .box-about .left
    {
        -webkit-animation: fadeOutUp 1s 0s ease both;
                animation: fadeOutUp 1s 0s ease both;
    }
}
.ani-slideout .box-about .video
{
    -webkit-animation: fadeOutRight 1s 0s ease both;
            animation: fadeOutRight 1s 0s ease both;
}
@media (max-width: 991px)
{
    .ani-slideout .box-about .video
    {
        -webkit-animation: fadeOutDown 1s 0s ease both;
                animation: fadeOutDown 1s 0s ease both;
    }
}
.ani-slideout .box-news .title
{
    -webkit-animation: fadeOutUp 1s 0s ease both;
            animation: fadeOutUp 1s 0s ease both;
}
.ani-slideout .box-news .slick-news
{
    -webkit-animation: fadeOutDown 1s 0s ease both;
            animation: fadeOutDown 1s 0s ease both;
}
.box-footer
{
    position: relative;

    height: auto !important;

    background-color: #2d2f2c;
}
.box-footer .foot
{
    padding: 90px 0 70px;
}
@media (max-width: 991px)
{
    .box-footer .foot
    {
        display: none;

        padding: 20px 0 50px;
    }
}
.box-footer .foot > ul
{
    padding: 0;

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

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

    content: '';
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
.box-footer .foot > ul > li
{
    text-align: left;
}
@media (min-width: 1200px)
{
    .box-footer .foot > ul > li
    {
        display: inline-block;

        max-width: 438px;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li
    {
        display: inline-block;

        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li
    {
        width: 100%;
    }
}
.box-footer .foot > ul > li h3
{
    font-size: 25px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li h3
    {
        font-size: 18px;
    }
    .box-footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.box-footer .foot > ul > li .item
{
    max-width: 390px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .item-1
    {
        display: none;
    }
}
.box-footer .foot > ul > li .item-1 p
{
    line-height: 2;

    margin: 0;

    color: #c1c1c1;
}
.box-footer .foot > ul > li .item-1 .share
{
    margin-top: 12px;
}
.box-footer .foot > ul > li .item-1 .share ul li
{
    display: inline-block;
}
.box-footer .foot > ul > li .item-1 .share ul li a
{
    display: block;

    margin-right: 10px;

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

    color: #fff;
}
.box-footer .foot > ul > li .item-1 .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.box-footer .foot > ul > li .item-1 .share ul li.twitter a:before
{
    content: '\e60b';
}
.box-footer .foot > ul > li .item-1 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.box-footer .foot > ul > li .item-1 .share ul li.instagram a:before
{
    content: '\e612';
}
.box-footer .foot > ul > li .item-1 .share ul li.youtube a:before
{
    content: '\e6d7';
}
.box-footer .foot > ul > li .item-1 .share ul li.google a:before
{
    content: '\e6b3';
}
.box-footer .foot > ul > li .item-1 .share ul li.amazon a:before
{
    content: '\e612';
}
.box-footer .foot > ul > li .item-1 .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}
.box-footer .foot > ul > li .item-2 p
{
    line-height: 1.71428571;

    color: #c1c1c1;
}
.box-footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.box-footer .foot > ul > li .item-3
{
    max-width: 330px;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .item-3
    {
        max-width: 100%;
    }
}
.box-footer .foot > ul > li .item-3 input
{
    line-height: 24px;

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

    color: #fff;
    border: 1px solid #999;
    background: none;
}
.box-footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #a9a9a9;
}
.box-footer .foot > ul > li .item-3 input:-o-placeholder,
.box-footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #a9a9a9;
}
.box-footer .foot > ul > li .item-3 input::-moz-placeholder,
.box-footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #a9a9a9;
}
.box-footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #a9a9a9;
}
.box-footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #7d0000;
}
.box-footer .foot > ul > li .item-3 .submit:hover
{
    background-color: #a70606;
}
.box-footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 1400px)
{
    .box-footer .foot > ul > li .info-down
    {
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
    }
}
.box-footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.box-footer .copyright
{
    line-height: 30px;

    padding: 20px 0;

    background-color: #242623;
}
@media (max-width: 767px)
{
    .box-footer .copyright
    {
        padding: 10px 0;
    }
}
.box-footer .copyright p
{
    font-size: 12px;
    line-height: 30px;

    margin: 0;

    text-align: center;

    color: #8b8b8b;
}
.box-footer .copyright p a
{
    display: inline-block;

    margin-left: 30px;

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

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

    color: #fff;
}
.inquire-sheet-box
{
    position: fixed;
    z-index: 9;
    top: 20%;
    right: 0;

    width: 280px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .inquire-sheet-box
    {
        display: none;
    }
}
.inquire-sheet-box .j-title
{
    position: relative;

    background-color: #191818;
}
.inquire-sheet-box .j-title h2
{
    font-size: 14px;
    line-height: 50px;

    margin: 0;
    padding: 0 30px;

    color: #fff;
}
.inquire-sheet-box .j-title h2:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e625';
}
.inquire-sheet-box .j-title .inquire-close
{
    line-height: 50px;

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

    display: inline-block;

    cursor: pointer;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close
{
    float: right;

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

    content: '\e78d';
}
.inquire-sheet-box .J-shoping-close:hover
{
    color: #7d0000;
}
.inquire-sheet-box .J-inquiry
{
    padding: 20px;

    background-color: #fff;
}
.inquire-sheet-box .J-inquiry a
{
    line-height: 38px;

    display: block;

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

    color: #fff;
    background-color: #7d0000;
}
.inquire-sheet-box .J-inquiry a:hover
{
    background-color: #a70606;
}
.inquire-sheet-box .J-inquiry a::before
{
    /* font-family: 'iconfont'; */
    font-size: 20px;

    display: inline-block;

    margin-right: 14px;

    /* content: '\e6a4'; */
    content: '$';
    vertical-align: middle;
}
.inquire-sheet-box .J-shoping-body
{
    overflow-y: auto;

    max-height: 330px;

    background-color: #fff;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 15px 20px;

    border-bottom: 1px dashed #e4e4e4;
}
.inquire-sheet-box .list .pic
{
    float: left;
    overflow: hidden;

    width: 70px;

    border: 1px solid #e4e4e4;
}
.inquire-sheet-box .list .pic .img-box
{
    padding-bottom: 73.07692308%;
}
.inquire-sheet-box .list p
{
    line-height: 50px;

    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 140px;
    height: 30px;
    margin: 0;
    padding: 0 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar
{
    position: absolute;
    right: 0;

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

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 50px;

    display: none;
}
/* @media (max-width: 991px)
{
    .cart-icon
    {
        display: block;
    }
} */
.cart-icon a
{
    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 40px;

    content: '\e625';

    color: #fff;
}
.cart-icon a:hover
{
    background-color: #000;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 10;
    top: -6px;
    right: -3px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #7d0000;
}
.cartpc-icon
{
    top: 25%;
    bottom: auto;
}
@media (max-width: 991px)
{
    .cartpc-icon
    {
        display: none;
    }
}
.inside-nav
{
    position: relative;

    margin-top: 40px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
}
@media (max-width: 991px)
{
    .inside-nav .container
    {
        padding: 0;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    background-color: #f4f4f4;

    -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;

    white-space: nowrap;
}
.inside-nav ul li
{
    position: relative;

    display: inline-block;

    margin-left: -3px;
}
.inside-nav ul li:after
{
    font-size: 14px;
    line-height: 50px;

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

    content: '|';

    color: #7d0000;
}
.inside-nav ul li:last-child:after
{
    display: none;
}
.inside-nav ul li a
{
    font-family: 'Arial Rounded MT';
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    padding: 0 70px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        padding: 0 24px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #fff;
    background-color: #7d0000;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 80px 0 100px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-family: 'Arial Rounded MT';
    font-size: 36px;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 1.5;

    max-width: 930px;
    margin: 0 auto;
    margin-top: 20px;

    color: #999;
}
.wrap-location
{
    border-bottom: 1px solid #7d0000;
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e62a';
}
.wrap-location .location a
{
    line-height: 70px;

    display: inline-block;
}
.wrap-location .location a:after
{
    margin: 0 4px;

    content: '>';
}
.wrap-location .location a:last-child:after
{
    display: none;
}
.wrap-location .location a:hover
{
    color: #7d0000;
}
.wrap-left
{
    float: left;

    width: 24%;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-left .title-side
{
    position: relative;
    z-index: 2;

    text-align: center;

    color: #fff;
    background-color: #7d0000;
}
@media (max-width: 991px)
{
    .wrap-left .title-side
    {
        padding: 0 10px;

        text-align: left;
    }
}
@media (max-width: 991px)
{
    .wrap-left .title-side:before
    {
        font-size: 30px;
        line-height: 50px;

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

        content: '+';
    }
}
.wrap-left .title-side b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-left .title-side b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-left .product-side
    {
        overflow: hidden;

        height: 0;
        max-height: 30px;

        -webkit-transition: max-height 1s;
                transition: max-height 1s;
    }
}
.wrap-left .product-side > ul
{
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.wrap-left .product-side > ul > li
{
    position: relative;

    border-bottom: 1px solid #e4e4e4;
}
.wrap-left .product-side > ul > li > a
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 40px 10px 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-left .product-side > ul > li > a
    {
        font-size: 15px;

        padding: 4px 20px 4px 10px;
    }
}
.wrap-left .product-side > ul > li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 44px;

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

    content: '\e827';
}
.wrap-left .product-side > ul > li ul.level-2
{
    display: none;

    padding: 4px 0 14px;
}
.wrap-left .product-side > ul > li ul.level-2 li
{
    position: relative;
}
@media (max-width: 991px)
{
    .wrap-left .product-side > ul > li ul.level-2 li
    {
        display: inline-block;
    }
}
.wrap-left .product-side > ul > li ul.level-2 a
{
    line-height: 28px;

    position: relative;

    display: block;

    padding: 0 40px;

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

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-left .product-side > ul > li ul.level-2 a
    {
        font-size: 14px;
        line-height: 2;

        padding: 0 10px;
    }
}
.wrap-left .product-side > ul > li ul.level-2 a:before
{
    margin-right: 10px;

    content: '>';
}
.wrap-left .product-side > ul > li ul.level-2 a:hover
{
    color: #7d0000;
}
.wrap-left .product-side > ul > li ul.level-3 li a{
	padding-left: 59px;
	font-size: 13px;
	font-weight: 400;
	color: #999;
}
.wrap-left .product-side > ul > li ul.level-3 li a:before{
	content: '-';
}
.wrap-left .product-side > ul > li.active > a,
.wrap-left .product-side > ul > li:hover > a
{
    color: #7d0000;
}
.wrap-left .product-side > ul > li.active > a:after,
.wrap-left .product-side > ul > li:hover > a:after
{
    display: inline-block;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (max-width: 991px)
{
    .wrap-left .product-side > ul > li.active ul.level-2
    {
        display: block;
    }
}
.wrap-left.pactive .title-side:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-left.pactive .title-side:before
{
    content: '-';
}
.wrap-left.pactive .product-side
{
    height: auto;
    max-height: 700px;
}
.wrap-left .product-side > ul > li ul.level-2::-webkit-scrollbar
{
    position: absolute;
    right: 0;

    width: 18px;
}
.wrap-left .product-side > ul > li ul.level-2::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-left .product-side > ul > li ul.level-2::-webkit-scrollbar-thumb
{
    background-color: #7d0000;
}
.wrap-right
{
    float: right;

    width: 76%;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about .about .text p
{
    line-height: 2.71428571;

    margin: 0;

    color: #666;
}
.wrap-about .about .text img
{
    max-width: 100%;
}
.wrap-about .about .note
{
    margin-top: 60px;
}
.wrap-about .about .note img
{
    float: right;

    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-about .about .note img
    {
        float: none;
    }
}
.wrap-about .about .note strong
{
    font-size: 18px;
    line-height: 2;

    color: #7d0000;
}
.wrap-about .about .note p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-about .about .number
{
    margin-top: 50px;
    padding: 20px 0;

    background-color: #f5f5f5;
}
.wrap-about .about .number ul
{
    font-size: 0;
}
.wrap-about .about .number ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin: 10px 0;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about .number ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .number ul li
    {
        width: 100%;
    }
}
.wrap-about .about .number ul li .item
{
    position: relative;

    padding: 0 30px 0 160px;
}
@media (max-width: 991px)
{
    .wrap-about .about .number ul li .item
    {
        padding: 0 15px 0 90px;
    }
}
.wrap-about .about .number ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    left: 70px;

    display: block;

    width: 60px;
    height: 60px;

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

    color: #7d0000;
    border: 1px dashed #7d0000;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .about .number ul li .item:before
    {
        left: 15px;
    }
}
.wrap-about .about .number ul li .item-certificates:before
{
    font-size: 26px;

    content: '\e640';
}
.wrap-about .about .number ul li .item-product:before
{
    content: '\e648';
}
.wrap-about .about .number ul li .item h3
{
    font-size: 30px;

    margin: 0;

    color: #7d0000;
}
.wrap-about .about .number ul li .item h3 i
{
    font-size: 16px;
    font-style: normal;

    display: inline-block;

    vertical-align: middle;
}
.wrap-about .about .number ul li .item p
{
    font-size: 14px;
    line-height: 2;
}
.wrap-philosophy .philosophy ul.list li
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-philosophy .philosophy ul.list li
    {
        margin-top: 30px;
    }
}
.wrap-philosophy .philosophy ul.list li:nth-child(2n) .note
{
    margin-right: -2%;
    margin-left: 0;
}
@media (max-width: 767px)
{
    .wrap-philosophy .philosophy ul.list li:nth-child(2n) .note
    {
        margin: 0;
    }
}
.wrap-philosophy .philosophy .item
{
    font-size: 0;
}
.wrap-philosophy .philosophy .item .pic,
.wrap-philosophy .philosophy .item .note
{
    display: inline-block;

    width: 51%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-philosophy .philosophy .item .pic,
    .wrap-philosophy .philosophy .item .note
    {
        width: 100%;
    }
}
.wrap-philosophy .philosophy .item .pic
{
    position: relative;
    z-index: 1;
}
.wrap-philosophy .philosophy .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-philosophy .philosophy .item .pic-phone
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-philosophy .philosophy .item .pic-phone
    {
        display: block;
    }
}
@media (max-width: 991px)
{
    .wrap-philosophy .philosophy .item .pic-pc
    {
        display: none;
    }
}
.wrap-philosophy .philosophy .item .note
{
    position: relative;
    z-index: 2;

    margin-left: -2%;
    padding: 30px 60px;

    background-color: #f4f4f4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .wrap-philosophy .philosophy .item .note
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-philosophy .philosophy .item .note
    {
        margin: 0;
        padding: 30px 15px;
    }
}
.wrap-philosophy .philosophy .item .note b
{
    font-size: 24px;
    line-height: 1.66666667;

    display: block;

    color: #7d0000;
}
@media (max-width: 991px)
{
    .wrap-philosophy .philosophy .item .note b
    {
        font-size: 20px;
    }
}
.wrap-philosophy .philosophy .item .note p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-philosophy .philosophy .item .note p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-marketing .title-marketing
{
    text-align: center;
}
.wrap-marketing .title-marketing b
{
    font-size: 24px;
    line-height: 1.66666667;

    display: block;

    color: #7d0000;
}
@media (max-width: 991px)
{
    .wrap-marketing .title-marketing b
    {
        font-size: 20px;
    }
}
.wrap-marketing .marketing
{
    margin-top: 50px;
}
.wrap-marketing .marketing .pic img
{
    max-width: 100%;
}
.wrap-marketing .marketing .text
{
    position: relative;
    z-index: 2;

    max-width: 1070px;
    margin: 0 auto;
    margin-top: -100px;
    padding: 50px 60px;

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .wrap-marketing .marketing .text
    {
        max-width: 98%;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-marketing .marketing .text
    {
        margin-top: -50px;
        padding: 30px 15px;
    }
}
.wrap-marketing .marketing .text .note
{
    margin-top: 20px;

    text-align: center;
}
.wrap-marketing .marketing .text .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-marketing .network
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-marketing .network
    {
        margin-top: 50px;
    }
}
.wrap-marketing .network .note
{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.wrap-marketing .network .note p
{
    line-height: 2.42857143;

    margin: 0;

    color: #666;
}
.wrap-marketing .network .share
{
    margin-top: 20px;

    text-align: center;
}
.wrap-marketing .network .share ul
{
    display: inline-block;

    padding-bottom: 10px;

    border-bottom: 1px solid #c8c8c8;
}
.wrap-marketing .network .share ul:before,
.wrap-marketing .network .share ul:after
{
    display: inline-block;

    width: 39px;
    height: 9px;

    content: '';
    vertical-align: middle;

    background: url(../images/share-dot1.png) no-repeat;
}
@media (max-width: 767px)
{
    .wrap-marketing .network .share ul:before,
    .wrap-marketing .network .share ul:after
    {
        display: none;
    }
}
.wrap-marketing .network .share ul:after
{
    background: url(../images/share-dot2.png) no-repeat;
}
.wrap-marketing .network .share ul li
{
    display: inline-block;
}
.wrap-marketing .network .share ul li a
{
    display: block;

    margin: 0 30px;

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

    color: #4966a8;
}
@media (max-width: 991px)
{
    .wrap-marketing .network .share ul li a
    {
        margin: 0 15px;
    }
}
.wrap-marketing .network .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-marketing .network .share ul li a:before
    {
        font-size: 20px;
    }
}
.wrap-marketing .network .share ul li.twitter a:before
{
    content: '\e60b';

    color: #01abea;
}
.wrap-marketing .network .share ul li.linkedin a:before
{
    content: '\e6f0';

    color: #0072b1;
}
.wrap-marketing .network .share ul li.instagram a:before
{
    content: '\e612';

    color: #f07436;
}
.wrap-marketing .network .share ul li.youtube a:before
{
    content: '\e6d7';

    color: #d61724;
}
.wrap-marketing .network .share ul li.google a:before
{
    content: '\e6b3';
}
.wrap-marketing .network .share ul li.amazon a:before
{
    content: '\e612';
}
.wrap-marketing .network .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.wrap-marketing .social
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-marketing .social
    {
        margin-top: 50px;
    }
}
.wrap-marketing .social .item
{
    margin-top: 40px;

    border: 1px solid #e8e8e8;
}
@media (max-width: 991px)
{
    .wrap-marketing .social .item
    {
        margin-top: 20px;
    }
}
.wrap-marketing .social .item .img-box
{
    padding-bottom: 73.33333333%;
}
.wrap-marketing .support
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-marketing .support
    {
        margin-top: 50px;
    }
}
.wrap-marketing .support .note
{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-marketing .support .note
    {
        margin-top: 20px;
    }
}
.wrap-marketing .support .note p
{
    line-height: 2.42857143;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-marketing .support .note p
    {
        line-height: 2;
    }
}
.wrap-marketing .support .title-a
{
    text-align: center;
}
.wrap-marketing .support .title-a b
{
    font-size: 20px;

    display: block;

    color: #7d0000;
}
.wrap-marketing .support .advertising
{
    margin-top: 40px;
}
.wrap-marketing .support .advertising .list
{
    margin-top: 20px;
}
.wrap-marketing .support .advertising .list .item
{
    margin-top: 30px;
}
.wrap-marketing .support .advertising .list .item .img-box
{
    padding-bottom: 63.49206349%;
}
.wrap-marketing .support .sales
{
    margin-top: 40px;
}
.wrap-marketing .support .sales .list ul
{
    font-size: 0;

    margin: 0 -5px;
}
.wrap-marketing .support .sales .list ul li
{
    display: inline-block;

    width: 40%;
    padding: 0 5px;

    vertical-align: top;
}
.wrap-marketing .support .sales .list ul li:first-child
{
    width: 23.7%;
}
.wrap-marketing .support .sales .list ul li:nth-child(2),
.wrap-marketing .support .sales .list ul li:nth-child(3)
{
    width: 38.15%;
}
.wrap-marketing .support .sales .list ul li:nth-child(4)
{
    width: 39.7%;
}
.wrap-marketing .support .sales .list ul li:nth-child(5)
{
    width: 36.7%;
}
.wrap-marketing .support .sales .list ul li:nth-child(6)
{
    width: 23.6%;
}
.wrap-marketing .support .sales .list ul li .item
{
    margin-top: 30px;
}
.wrap-marketing .support .sales .list ul li .item-1 .img-box
{
    padding-bottom: 126.66666667%;
}
.wrap-marketing .support .sales .list ul li .item-2 .img-box
{
    padding-bottom: 77.55102041%;
}
.wrap-marketing .support .sales .list ul li .item-3 .img-box
{
    padding-bottom: 77.55102041%;
}
.wrap-marketing .support .sales .list ul li .item-4 .img-box
{
    padding-bottom: 74.50980392%;
}
.wrap-marketing .support .sales .list ul li .item-5 .img-box
{
    padding-bottom: 80.85106383%;
}
.wrap-marketing .support .sales .list ul li .item-6 .img-box
{
    padding-bottom: 126.66666667%;
}
.wrap-sustainability .sustainability .sustainability-text
{
    margin-top: 30px;

    text-align: center;
}
.wrap-sustainability .sustainability .sustainability-text p
{
    font-size: 16px;
    line-height: 1.875;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .sustainability-text p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-sustainability .sustainability .environmental
{
    overflow: hidden;
}
.wrap-sustainability .sustainability .environmental .pic
{
    position: relative;

    margin-top: 80px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .pic
    {
        margin-top: 30px;
    }
}
.wrap-sustainability .sustainability .environmental .pic img
{
    display: block;

    margin-left: 50%;

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

    opacity: .6;
}
.wrap-sustainability .sustainability .environmental .pic .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 8%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .pic .text
    {
        padding: 0 15px;
    }
}
.wrap-sustainability .sustainability .environmental .pic .text .title-environmental b
{
    font-size: 26px;
    line-height: 1.53846154;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .pic .text .title-environmental b
    {
        font-size: 20px;
    }
}
.wrap-sustainability .sustainability .environmental .pic .text .note
{
    margin-top: 10px;
}
.wrap-sustainability .sustainability .environmental .pic .text .note p
{
    line-height: 2;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .pic .text .note p
    {
        font-size: 12px;
        line-height: 1.42857143;

        margin: 0;
    }
}
.wrap-sustainability .sustainability .environmental .list ul
{
    font-size: 0;

    margin: 0 -35px;
}
@media (max-width: 1350px)
{
    .wrap-sustainability .sustainability .environmental .list ul
    {
        margin: 0 -15px;
    }
}
.wrap-sustainability .sustainability .environmental .list ul li
{
    display: inline-block;

    width: 50%;
    padding: 0 35px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-sustainability .sustainability .environmental .list ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainability .sustainability .environmental .list ul li
    {
        width: 100%;
    }
}
.wrap-sustainability .sustainability .environmental .list .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .list .item
    {
        margin-top: 20px;
    }
}
.wrap-sustainability .sustainability .environmental .list .item .title-item
{
    padding: 0 20px;

    background-color: #7d0000;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .list .item .title-item
    {
        padding: 0 10px;
    }
}
.wrap-sustainability .sustainability .environmental .list .item .title-item b
{
    font-size: 18px;
    line-height: 38px;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .environmental .list .item .title-item b
    {
        font-size: 16px;
    }
}
.wrap-sustainability .sustainability .environmental .list .item .note
{
    margin-top: 20px;
}
.wrap-sustainability .sustainability .environmental .list .item .note p
{
    font-size: 14px;
    line-height: 2;

    color: #666;
}
.wrap-sustainability .sustainability .sustainability-list
{
    overflow: hidden;
}
.wrap-sustainability .sustainability .sustainability-list ul
{
    font-size: 0;

    margin: 0 -35px;
}
@media (max-width: 1350px)
{
    .wrap-sustainability .sustainability .sustainability-list ul
    {
        margin: 0 -15px;
    }
}
.wrap-sustainability .sustainability .sustainability-list ul li
{
    display: inline-block;

    width: 50%;
    padding: 0 35px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-sustainability .sustainability .sustainability-list ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainability .sustainability .sustainability-list ul li
    {
        width: 100%;
    }
}
.wrap-sustainability .sustainability .sustainability-list .item
{
    position: relative;

    margin-top: 50px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .sustainability-list .item
    {
        margin-top: 30px;
    }
}
.wrap-sustainability .sustainability .sustainability-list .item img
{
    display: block;

    margin-left: 50%;

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

    opacity: .6;
}
.wrap-sustainability .sustainability .sustainability-list .item .note
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10px;

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

    color: #fff;
}
.wrap-sustainability .sustainability .sustainability-list .item .note p
{
    font-size: 22px;
    line-height: 1.27272727;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-sustainability .sustainability .sustainability-list .item .note p
    {
        font-size: 18px;
    }
}
.wrap-news .news .item
{
    font-size: 0;

    display: block;

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

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

    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 6px;
    }
}
.wrap-news .news .item .pic
{
    position: relative;

    display: inline-block;

    width: 32%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 55%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    display: inline-block;

    width: 68%;
    padding: 0 30px 0 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
        padding: 0 15px 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note span
{
    font-size: 14px;
    line-height: 1.42857143;

    display: block;

    color: #999;
}
.wrap-news .news .item .note p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .note i
{
    font-size: 14px;
    font-style: normal;
    line-height: 28px;

    display: inline-block;

    height: 28px;
    margin-top: 20px;
    padding: 0 12px;

    color: #7d0000;
    border: 1px solid #7d0000;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note i
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item:hover
{
    background-color: #7d0000;
}
.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: #fff;
}
.wrap-news .news .item:hover .note span
{
    color: #fff;
}
.wrap-news .news .item:hover .note p
{
    color: #fff;
}
.wrap-news .news .item:hover .note i
{
    color: #fff;
    border-color: #fff;
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news span
{
    display: block;

    margin-top: 14px;

    color: #999;
}
.wrap-news-show .news-show .text
{
    margin-top: 40px;
}
.wrap-news-show .news-show .text p
{
    line-height: 2.14285714;

    color: #666;
}
.wrap-news-show .news-show .text img
{
    max-width: 100%;
    margin: 5px 0;
}
.wrap-news-show .news-show .relate
{
    position: relative;

    margin-top: 50px;
    padding-top: 10px;
    padding-right: 110px;

    border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .relate
    {
        padding-right: 0;
    }
}
.wrap-news-show .news-show .relate ul li a
{
    font-size: 16px;
    line-height: 36px;

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

    height: 36px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .relate ul li a span
{
    color: #333;
}
.wrap-news-show .news-show .relate ul li a:hover span
{
    text-decoration: underline;

    color: #7d0000;
}
.wrap-news-show .news-show .relate .return
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .relate .return
    {
        position: relative;
        top: 0;

        margin-top: 20px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.wrap-news-show .news-show .relate .return a
{
    line-height: 2;

    color: #7d0000;
}
.wrap-news-show .news-show .relate .return a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-left: 10px;

    content: '\e626';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-news-show .news-show .relate .return a:hover
{
    text-decoration: underline;
}
.wrap-download .download .item
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        margin-top: 30px;
    }
}
.wrap-download .download .item .pic
{
    position: relative;

    padding: 10px;

    border: 1px solid #e1e1e1;
}
.wrap-download .download .item .pic .down
{
    line-height: 60px;

    position: absolute;
    top: 10px;
    right: 10px;

    display: block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    background-color: #b00003;
}
.wrap-download .download .item .pic .down:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.wrap-download .download .item .pic .down:hover
{
    background-color: #7d0000;
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 71.79487179%;
}
.wrap-download .download .item p
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 24px 0 0 0;

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

        margin-top: 14px;
    }
}
.wrap-product .product
{
    margin-top: -40px;
}
@media (max-width: 1560px)
{
    .wrap-product .product
    {
        margin-top: -20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin-top: 0;
    }
}
.wrap-product .product .item
{
    display: block;

    margin-top: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1560px)
{
    .wrap-product .product .item
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic
{
    border: 1px solid #e4e4e4;
    border-bottom: none;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 73.07692308%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    padding: 0 10px;

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

    color: #666;
    background-color: #f2f2f2;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product .product .item p
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product .product .item:hover .pic
{
    border-color: #7d0000;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover p
{
    color: #fff;
    background-color: #7d0000;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    padding: 0;

    border: 1px solid #e4e4e4;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 73.07692308%;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: relative;

    margin: 0 -2px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #7d0000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    margin: 0 4px;
    padding: 0;

    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .info
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info
    {
        margin-top: 40px;
    }
}
.wrap-product-show .carousel-wrap .info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info .note
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info .note p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info .picbox
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info .picbox ul
{
    margin: 0 5px;
}
.wrap-product-show .carousel-wrap .info .picbox ul li
{
    float: left;

    width: 25%;
    margin-top: 10px;
    padding: 0 5px;
}
.wrap-product-show .carousel-wrap .info .picbox .item
{
    border: 1px solid #e4e4e4;
}
.wrap-product-show .carousel-wrap .info .picbox .item .img-box
{
    padding-bottom: 50%;
}
.wrap-product-show .carousel-wrap .info .link
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry,
.wrap-product-show .carousel-wrap .info .link a.addcart
{
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 10px;
    padding: 0 30px;

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

    color: #fff;
    border: 1px solid #7d0000;
    background-color: #7d0000;
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry:before,
.wrap-product-show .carousel-wrap .info .link a.addcart:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    float: left;

    margin-right: 10px;

    content: '\e6a3';
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry:hover,
.wrap-product-show .carousel-wrap .info .link a.addcart:hover
{
    color: #fff;
    background-color: #a70606;
}
.wrap-product-show .carousel-wrap .info .link a.addcart
{
    margin-right: 20px;

    color: #666;
    border: 1px solid #e4e4e4;
    background: none;
}
.wrap-product-show .carousel-wrap .info .link a.addcart:before
{
    content: '\e625';
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry:before
{
    content: '$';
}
.wrap-product-show .parameter
{
    margin-top: 60px;
}
.wrap-product-show .parameter .title-parameter
{
    padding: 0 40px;

    background-color: #7d0000;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .title-parameter
    {
        padding: 0 15px;
    }
}
.wrap-product-show .parameter .title-parameter b
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .title-parameter b
    {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 40px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
}
.wrap-product-show .parameter .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquire
{
    position: relative;

    margin-top: 60px;
}
.wrap-product-show .inquire .title-inquire
{
    padding: 0 40px;

    background-color: #7d0000;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire .title-inquire
    {
        padding: 0 15px;
    }
}
.wrap-product-show .inquire .title-inquire b
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire .title-inquire b
    {
        font-size: 16px;
    }
}
.wrap-product-show .inquire .message
{
    position: relative;
    z-index: 2;

    padding: 40px;

    background-color: #fbfbfb;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire .message
    {
        padding: 30px 15px;
    }
}
.wrap-product-show .inquire .message p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquire .message form
{
    margin-top: 10px;
}
.wrap-product-show .inquire .message input,
.wrap-product-show .inquire .message textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 30px;

    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire .message input,
    .wrap-product-show .inquire .message textarea
    {
        margin-top: 10px;
        padding: 10px 20px;
    }
}
.wrap-product-show .inquire .message input::-webkit-input-placeholder,
.wrap-product-show .inquire .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquire .message input:-o-placeholder,
.wrap-product-show .inquire .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquire .message input::-moz-placeholder,
.wrap-product-show .inquire .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquire .message input:-ms-input-placeholder,
.wrap-product-show .inquire .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquire .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquire .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire .message input:focus::-o-placeholder,
.wrap-product-show .inquire .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire .message input:focus::-moz-placeholder,
.wrap-product-show .inquire .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquire .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquire .message .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input:-o-placeholder,
.wrap-product-show .inquire .message .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input::-moz-placeholder,
.wrap-product-show .inquire .message .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input:-ms-input-placeholder,
.wrap-product-show .inquire .message .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquire .message .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input:focus::-o-placeholder,
.wrap-product-show .inquire .message .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquire .message .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquire .message .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire .message .send
{
    text-align: center;
}
.wrap-product-show .inquire .message .submit
{
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #7d0000;
}
.wrap-product-show .inquire .message .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6a4';
    vertical-align: middle;
}
.wrap-product-show .inquire .message .submit:hover
{
    background-color: #a70606;
}
.wrap-product-show .title-inquiry h3,
.wrap-product-show .title-relate h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin: 0;
}
.wrap-product-show .title-inquiry h3:before,
.wrap-product-show .title-relate h3:before
{
    display: inline-block;

    width: 21px;
    height: 24px;
    margin-right: 18px;

    content: '';
    vertical-align: middle;

    background: url(../images/title-icon1.png) no-repeat;
}
.wrap-inquiry .product .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .product .item
    {
        margin-top: 20px;
    }
}
.wrap-inquiry .product .item .pic
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    border: 1px solid #7d0000;
}
.wrap-inquiry .product .item .pic .img-box
{
    padding-bottom: 73.07692308%;
}
.wrap-inquiry .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-inquiry .product .item .pic .J-shoping-close
{
    font-size: 18px;
    line-height: 34px;

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

    width: 34px;
    height: 34px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #7d0000;
}
.wrap-inquiry .product .item .pic .J-shoping-close:before
{
    font-family: 'iconfont' !important;

    content: '\e78d';
}
.wrap-inquiry .product .item .note p
{
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #7d0000;

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

        height: 40px;
    }
}
.wrap-inquiry .product .item .note p a
{
    display: block;
}
.wrap-inquiry .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-inquiry .product .item:hover .pic p
{
    top: 50%;

    opacity: 1;
}
.wrap-inquiry .title-inquiry
{
    background-color: #7d0000;
}
.wrap-inquiry .title-inquiry h3
{
    font-size: 18px;
    line-height: 50px;

    margin: 0;
    padding: 0 40px;

    color: #fff;
}
.wrap-inquiry .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry
    {
        padding-top: 60px;
    }
}
.wrap-inquiry .inquiry .row .list:last-child
{
    text-align: center;
}
.wrap-inquiry .inquiry .info
{
    padding: 40px 50px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .info
    {
        padding: 30px 15px;
    }
}
.wrap-inquiry .inquiry .info p
{
    line-height: 2.14285714;

    color: #666;
}
.wrap-inquiry .inquiry .info input,
.wrap-inquiry .inquiry .info textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 30px;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .info input,
    .wrap-inquiry .inquiry .info textarea
    {
        margin-top: 10px;
        padding: 10px 20px;
    }
}
.wrap-inquiry .inquiry .info input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .info textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry .info input:-o-placeholder,
.wrap-inquiry .inquiry .info textarea:-o-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry .info input::-moz-placeholder,
.wrap-inquiry .inquiry .info textarea::-moz-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry .info input:-ms-input-placeholder,
.wrap-inquiry .inquiry .info textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry .info input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .info textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .info input:focus::-o-placeholder,
.wrap-inquiry .inquiry .info textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .info input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .info textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .info input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .info textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .info .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .info .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input:-o-placeholder,
.wrap-inquiry .inquiry .info .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input::-moz-placeholder,
.wrap-inquiry .inquiry .info .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .info .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .info .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .info .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .info .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .info .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry .info .send
{
    text-align: center;
}
.wrap-inquiry .inquiry .info .submit
{
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #7d0000;
}
.wrap-inquiry .inquiry .info .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6a4';
    vertical-align: middle;
}
.wrap-inquiry .inquiry .info .submit:hover
{
    background-color: #a70606;
}
.wrap-contact .contact
{
    overflow: hidden;

    margin-top: 60px;
    padding: 10px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .item
{
    margin-top: 10px;
    padding: 40px;

    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item
    {
        padding: 30px 10px;
    }
}
.wrap-contact .contact .item-1
{
    position: relative;

    text-align: center;
}
.wrap-contact .contact .item-1 b
{
    font-size: 26px;
    line-height: 1.15384615;

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

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item-1 b
    {
        font-size: 20px;

        position: relative;
        top: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.wrap-contact .contact .item-2
{
    float: right;
}
.wrap-contact .contact .item-2 p
{
    line-height: 1.71428571;

    margin: 14px 0;

    color: #666;
}
.wrap-contact .contact .item-2 p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;

    content: '\e75d';
    text-align: center;
    vertical-align: middle;

    color: #8baedd;
    border: 1px solid #8baedd;
    border-radius: 50%;
}
.wrap-contact .contact .item-2 p span
{
    display: inline-block;

    width: 90%;
    padding-left: 16px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item-2 p span
    {
        width: 84%;
    }
}
@media (max-width: 375px)
{
    .wrap-contact .contact .item-2 p span
    {
        width: 80%;
    }
}
.wrap-contact .contact .item-2 p.tel:before
{
    content: '\e62b';

    color: #b0d79c;
    border-color: #b0d79c;
}
.wrap-contact .contact .item-2 p.address:before
{
    content: '\e619';

    color: #e8a06d;
    border-color: #e8a06d;
}
.wrap-contact .contact .item-2 p a:hover
{
    text-decoration: underline;
}
.wrap-contact .message
{
    margin-top: 50px;
}
.wrap-contact .message .title-message
{
    text-align: center;
}
.wrap-contact .message .title-message b
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message b
    {
        font-size: 20px;
    }
}
.wrap-contact .message form
{
    margin-top: 30px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 28px;

    width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding: 10px 20px;

    color: #333;
    border: 1px solid #c4c4c4;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        margin-top: 10px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #7d0000;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #7d0000;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #7d0000;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #7d0000;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    margin-top: 40px;

    text-align: center;
}
.wrap-contact .message .send .submit
{
    line-height: 50px;

    padding: 0 68px;

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

    color: #fff;
    border-radius: 0;
    background-color: #7d0000;
}
.wrap-contact .message .send .submit:hover
{
    background-color: #a70606;
}
.map
{
    height: 500px;
}
@media (max-width: 991px)
{
    .map
    {
        height: 360px;
    }
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
.page ul li
{
    display: inline-block;
}
.page ul li.prev a,
.page ul li.next a
{
    font-size: 16px;

    width: 120px;

    border: none;
    border-radius: 50px;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .page ul li.prev a,
    .page ul li.next a
    {
        font-size: 14px;

        width: 80px;
    }
}
.page ul li.omit:hover a
{
    color: #333;
    background-color: #fff;
}
.page ul li.active a,
.page ul li:hover a
{
    color: #fff;
    border-color: #7d0000;
    background-color: #7d0000;
}
.page a
{
    font-size: 14px;
    line-height: 45px;

    display: inline-block;
    overflow: hidden;

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

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

    border-radius: 50%;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.table-box
{
    overflow: auto;

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

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

    text-align: center;
}
.table-box table tr,
.table-box table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.table-box table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.zoomDiv
{
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}


.act{
    color: #7d0000 !important;
}



.header .nav-vertical > ul > li .level-2{
    min-width: 220px;
}

.header .search-box .input-submit::before{
    color: #ffffff;
    font-size: 30px;
}
.header .search-box{
    background-color: rgba(0, 0, 0, .8);
}
.header .search-lg .input-text{
    width: 100%;
}

.header .search-lg .search{
    border-bottom: 1px solid #ffffff;
}



.fix-share
{
    margin-top: 12px;
    position: fixed;
    right: 40px;
    width: 40px;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-share ul li
{
    display: block;
    margin: 10px 0;
}
.fix-share ul li a
{
    display: block;

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

    color: #fff;
}
.fix-share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 40px;
    height: 40px;
/*     background-color: #7d0000; */
    background-color: rgba(125, 0, 0, .8);
    border-radius: 50%;
    line-height: 40px;
    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.fix-share ul li.twitter a:before
{
    content: '\e60b';
}
.fix-share ul li.linkedin a:before
{
    content: '\e6f0';
}
.fix-share ul li.instagram a:before
{
    content: '\e612';
}
.fix-share ul li.youtube a:before
{
    content: '\e6d7';
}
.fix-share ul li.google a:before
{
    content: '\e6b3';
}
.fix-share ul li.amazon a:before
{
    content: '\e612';
}
.fix-share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}


.fix-share-index ul li a:before{
    background: none;
}
.banner .owl-dots
{
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 34px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .owl-dots
    {
        bottom: 14px;

        text-align: center;
    }
}
.banner .owl-dots .owl-dot
{
    display: inline-block;
}
.banner .owl-dots .owl-dot span
{
    display: inline-block;

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

    opacity: 1;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.banner .owl-dots .owl-dot.active span
{
    width: 24px;

    border-radius: 6px;
}

 .badv{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: inline-block;
}
 .badv img{
	max-width: 500px;
}
.badv .icon{
	position: absolute;
	right: -30px;
	top: -30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background-color: #a70606;
	color: #ffffff;
	font-style: normal;
}
.badv .icon:before{
	font-family: 'iconfont' !important;
	content: '\e61b';
}
@media(max-width:991px){
	 .badv {
		width: 70%;
	}
	 .badv img{
		max-width: 100%;
	}
}