.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

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

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 52px;

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

    width: 56px;
    height: 56px;
    padding: 0;

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

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

        left: -10px;

        width: 44px;
        height: 44px;

        text-align: center;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    color: #b30000;
    background-color: #fff;
}
.slick-dots
{
    margin: 0 -3px;

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

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

    vertical-align: top;

    border: 1px solid #b30000;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #b30000;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 30px;
    left: 5%;

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

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

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

    border-radius: 5px;
    background-color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1660px)
{
    .header
    {
        left: 2%;

        width: 96%;
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;

        border-radius: 0;
    }
}
.header .logo
{
    display: inline-block;

    height: 100px;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        padding: 10px 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 0;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .translate
{
    display: inline-block;

    min-width: 179px;
    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .translate
    {
        display: none;
    }
}
.header .translate:before
{
    font-size: 16px;

    display: inline-block;

    margin-right: 20px;

    content: '|';
    vertical-align: middle;

    color: #ccc;
}
.header .translate #google_translate_element
{
    display: inline-block;

    vertical-align: middle;
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

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

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.header .nav-collapse-2
{
    top: 0;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

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

        display: none;

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

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

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

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

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

        display: block !important;

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

        display: inline-block;

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

        position: relative;

        display: block;

        padding: 0 32px;

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

        color: #555;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: underline;

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

        display: none;

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

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

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

        display: block;

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

        display: block;

        padding: 0 24px;

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

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

        display: none;

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

        text-align: center;
        text-align: left;
        white-space: nowrap;

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

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

        display: block;

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

        color: #b30000;
    }
    .header .nav .nav-list1 .nav-listbox
    {
        font-size: 14px;

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

        display: none;

        width: 100%;

        text-align: left;

        border-top: 1px solid #c5d6e2;
        border-bottom: 1px solid #c5d6e2;
        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menubox
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menubox:after
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 40%;

        display: block;

        width: 1px;
        height: 100%;

        content: '';

        background-color: #c5d6e2;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2
    {
        display: block;

        width: 30%;
        min-width: auto;
        padding: 30px 8% 30px 0;

        background-color: #f5f9fc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2:before
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: -1000px;

        display: block;

        width: 1000px;
        height: 100%;

        content: '';

        background-color: #f5f9fc;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2 > li > a
    {
        font-size: 20px;
        line-height: 30px;

        position: relative;

        display: block;

        padding: 20px 0;
        padding-right: 30px;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2 > li > a:before
    {
        font-family: 'iconfont' !important;

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

        content: '\e625';
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2 > li > a .icon
    {
        font-size: 30px;

        display: inline-block;

        margin-right: 30px;

        vertical-align: middle;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2 > li.active > a
    {
        color: #b30000;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu3
    {
        position: absolute;
        top: 0;
        left: 30%;

        display: block;
        display: none;

        width: 30%;
        padding: 30px 6%;

        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu3 > li > a
    {
        font-size: 18px;
        line-height: 30px;

        display: block;

        padding: 10px 0;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu3 > li.active > a
    {
        text-decoration: underline;

        color: #b30000;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        width: 100%;
        padding: 30px 0;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li a
    {
        font-size: 16px;
        line-height: 24px;

        position: relative;

        display: block;

        padding: 10px 10%;

        color: #666;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li a:before
    {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: -2px;

        display: block;

        width: 3px;
        height: 0;

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

        background-color: #b30000;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li.active a,
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li:hover a
    {
        text-decoration: underline;

        color: #b30000;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li.active a:before,
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li:hover a:before
    {
        height: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-listbox .nav-menu2
    {
        padding-right: 5%;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-listbox .nav-menu2 > li > a
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-listbox .nav-menu2 > li > a .icon
    {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-listbox .nav-menu3
    {
        padding: 30px 5%;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-listbox .nav-menu3 > li > a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li a
    {
        font-size: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

    display: block;

    width: 100%;
    margin: 0;

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

    overflow: auto;

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

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

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

    margin: 10px 0;

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

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

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

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

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

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

        max-height: 100%;
        margin: 0;

        opacity: 1;

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

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

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

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

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

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

        width: 40px;

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

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

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

        display: block !important;

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

        opacity: 0;
    }
}
.header .find
{
    font-size: 16px;
    line-height: 100px;

    display: inline-block;

    margin-left: 30px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .find
    {
        margin-left: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;
    }
}
.header .find .icon
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;

    color: #999;
}
.header .find:hover
{
    color: #b30000;
}
.header .find:hover .icon
{
    color: #b30000;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #b30000;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.fixed-header
{
    top: 0;
    left: 0;

    width: 100%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.mobile.fixed .header .translate
{
    position: fixed;
    z-index: 1000000000;
    bottom: 30px;
    left: 15px;

    display: block;
}
.mobile.fixed .header .translate:before
{
    display: none;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: #151516;
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .online-wrap .online a:hover:before
    {
        color: #b30000;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e624';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #b30000;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

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

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

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

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

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

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

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

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

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

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

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

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

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner img
{
    display: block;

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

    width: auto;
    width: 100%;

    text-align: center;
}
.banner .swiper-pagination-bullet
{
    font-size: 20px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    width: auto;
    width: 12px;
    height: 12px;
    margin: 0 30px !important;
    margin: 0 7px !important;

    vertical-align: middle;

    opacity: 1;
    opacity: .5;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    opacity: 1;
}
.banner .slick-arrow
{
    font-size: 30px;

    text-align: center;

    border: none;
}
.banner .slick-prev
{
    left: 5%;
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

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

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #b30000 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: 65%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner-in .text-in h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 66px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h2
    {
        font-size: 56px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
.banner-in .text-in h2 span
{
    color: #b30000;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box-bottom
{
    padding-bottom: 0;
}
.box-top
{
    padding-top: 0;
}
.title
{
    text-align: center;
}
.title h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.title h2:after
{
    display: block;

    width: 50px;
    height: 5px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/title-line.png) no-repeat center;
    background-size: cover;
}
.title h2 span
{
    color: #b30000;
}
.title p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
    margin-top: 14px;

    color: #999;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
@media (max-width: 991px)
{
    .box-category .category ul
    {
        margin: 0 -7px;
    }
}
@media (max-width: 991px)
{
    .box-category .category ul li
    {
        padding: 0 7px;
    }
}
.box-category .category .item
{
    position: relative;

    display: block;

    margin-top: 30px;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-category .category .item
    {
        margin-top: 14px;
    }
}
.box-category .category .item .img-box
{
    padding-bottom: 104.44444444%;
}
.box-category .category .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 20px 5%;
   transition: all .2s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-image:         linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}
.box-category .category .item .note h3
{
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .box-category .category .item .note h3
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-category .category .item .note h3
    {
        font-size: 16px;
    }
}
@media (min-width: 768px)
{
    .box-category .category .item .note h3
    {
        /* display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; */
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .note h3
    {
        font-size: 14px;
        line-height: 24px;

        height: auto;
        padding: 10px 0;
    }
}
.box-category .category .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}
@media (max-width: 1199px)
{
    .box-category .category .item .mask
    {
        display: none;
    }
}
.box-category .category .item .mask h3
{
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;

    text-transform: uppercase;
}
.box-category .category .item .mask p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 260px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
@media (max-width: 1470px)
{
    .box-category .category .item .mask p
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 182px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
}
.box-category .category .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .item:hover .note
{
    opacity: 0;
}
.box-category .category .item:hover .mask
{
    opacity: 1;
}
.box-about-choose .number,
.wrap-number .number
{
    position: relative;
    z-index: 2;

    margin-top: 20px;
}
.box-about-choose .number .item,
.wrap-number .number .item
{
    margin-top: 50px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .box-about-choose .number .item,
    .wrap-number .number .item
    {
        margin-top: 20px;
    }
}
.box-about-choose .number .item h3,
.wrap-number .number .item h3
{
    font-size: 18px;
    line-height: 1;

    margin: 0;
}
.box-about-choose .number .item h3 b,
.wrap-number .number .item h3 b
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 60px;
}
@media (max-width: 1470px)
{
    .box-about-choose .number .item h3 b,
    .wrap-number .number .item h3 b
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .box-about-choose .number .item h3 b,
    .wrap-number .number .item h3 b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about-choose .number .item h3 b,
    .wrap-number .number .item h3 b
    {
        font-size: 30px;
    }
}
.box-about-choose .number .item h3 sup,
.wrap-number .number .item h3 sup
{
    top: 10px;

    vertical-align: top;
}
.box-about-choose .number .item p,
.wrap-number .number .item p
{
    line-height: 20px;

    margin: 10px 0 0 0;
}
.box-about-choose .number .item:hover,
.wrap-number .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about-choose
{
    background: url(../images/about_choose_bg.jpg) no-repeat top center;
    background-size: cover;
}
.box-about-choose .about-info
{
    color: #fff;
}
.box-about-choose .about-info .about
{
    padding-right: 8%;
}
.box-about-choose .about-info .about .title
{
    text-align: left;
}
.box-about-choose .about-info .about .title h2:after
{
    display: none;
}
.box-about-choose .about-info .about .text
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-about-choose .about-info .about .text
    {
        height: 72px;
    }
}
.box-about-choose .about-info .about .text p
{
    font-size: 15px;
    line-height: 28px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-about-choose .about-info .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about-choose .about-info .about .more
{
    margin-top: 24px;
}
.box-about-choose .about-info .about .more a
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;
}
.box-about-choose .about-info .about .more a .icon
{
    font-size: 12px;

    display: inline-block;

    margin-left: 8px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
.box-about-choose .about-info .about .more a:hover .icon
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.box-about-choose .video
{
    position: relative;

    overflow: hidden;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .box-about-choose .video
    {
        margin-top: 30px;
    }
}
.box-about-choose .video img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .box-about-choose .video img
    {
        width: 200%;
        margin-left: -50%;
    }
}
.box-about-choose .video .play
{
    line-height: 80px;

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

    width: 80px;
    height: 80px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #131312;
}
@media (max-width: 767px)
{
    .box-about-choose .video .play
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.box-about-choose .video .play .icon
{
    font-size: 30px;
}
.box-about-choose .video .play:hover
{
    background-color: #b30000;
}
.box-about-choose .choose
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .box-about-choose .choose
    {
        margin-top: 30px;
    }
}
.box-about-choose .choose .item,
.box-about-choose .choose .title
{
    display: block;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-about-choose .choose .item,
    .box-about-choose .choose .title
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about-choose .choose .item,
    .box-about-choose .choose .title
    {
        margin-top: 14px;
    }
}
.box-about-choose .choose .title
{
    text-align: left;
}
.box-about-choose .choose .title h2:after
{
    display: none;
}
.box-about-choose .choose .title .link-contact
{
    margin-top: 24px;
}
.box-about-choose .choose .title .link-contact a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    border-radius: 40px;
    background-color: #b30000;
}
@media (max-width: 767px)
{
    .box-about-choose .choose .title .link-contact a
    {
        line-height: 40px;
    }
}
.box-about-choose .choose .title .link-contact a .icon
{
    display: inline-block;

    vertical-align: middle;
}
.box-about-choose .choose .item
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .box-about-choose .choose .item
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.box-about-choose .choose .item .icon
{
    font-size: 24px;
    line-height: 54px;

    display: block;

    width: 54px;
    height: 54px;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    background-color: #222;
}
@media (max-width: 991px)
{
    .box-about-choose .choose .item .icon
    {
        line-height: 40px;

        display: inline-block;

        width: 40px;
        height: 40px;

        vertical-align: middle;
    }
}
.box-about-choose .choose .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-about-choose .choose .item h3
    {
        font-size: 18px;

        display: inline-block;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .box-about-choose .choose .item h3
    {
        font-size: 16px;

        margin: 10px 0 6px;
    }
}
.box-about-choose .choose .item p
{
    font-size: 15px;
    line-height: 1.46666667;

    margin: 0;

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

        margin: 10px 0 0 0;
    }
}
.box-about-choose .choose .item:hover
{
    color: #fff;
    background-color: #b30000;
}
.box-about-choose .choose .item:hover .icon
{
    background-color: #870000;
}
.box-about-choose .choose .item:hover p
{
    color: #fff;
}
@-webkit-keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);

        opacity: .1;
    }
}
@keyframes scaleDraw
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);

        opacity: .1;
    }
}
.box-news .news .item,
.wrap-news .news .item
{
    display: block;

    color: #fff;
}
.box-news .news .item .pic,
.wrap-news .news .item .pic
{
    position: relative;
}
.box-news .news .item .pic .img-box,
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.box-news .news .item .pic .img-box img,
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .pic .date,
.wrap-news .news .item .pic .date
{
    line-height: 44px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 20px;

    padding: 0 20px;

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

    background-color: #000;
}
.box-news .news .item .text,
.wrap-news .news .item .text
{
    margin-top: 20px;
}
.box-news .news .item .text h3,
.wrap-news .news .item .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item:hover .pic .img-box img,
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .pic .date,
.wrap-news .news .item:hover .pic .date
{
    background-color: #b30000;
}
.box-news .news .item:hover .text h3,
.wrap-news .news .item:hover .text h3
{
    text-decoration: underline;
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-news
    {
        background-attachment: fixed;
    }
}
.box-news .title h2
{
    color: #fff;
}
.box-news .title h2:after
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.box-news .news
{
    margin-top: 30px;
}
.box-news .news .slick-news
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news
    {
        margin: 0 -7px;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-news .news .slick-news .slick-slide
    {
        padding: 0 7px;
    }
}
.box-news .news .slick-news .slick-arrow
{
    top: 40%;
}
.box-news .link
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-news .link
    {
        margin-top: 30px;
    }
}
.box-news .link .slick-arrow
{
    position: relative;
    top: auto;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    vertical-align: middle;
}
.box-news .link .slick-arrow .slick-next
{
    right: 0;
}
.box-news .link .more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.box-news .link .more:hover
{
    color: #b30000;
}
@media (max-width: 767px)
{
    .box-share
    {
        padding: 30px 0;
    }
}
.box-share .item .title-share h3
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .box-share .item .title-share h3
    {
        font-size: 18px;
    }
}
.box-share .item .title-share h3 .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;

    color: #b30000;
}
.box-share .item .iframebox
{
    position: relative;

    display: block;

    background-color: #000;
}
.box-share .item .iframebox .img-box
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-share .item .iframebox .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-share .item .iframebox .msk
{
    position: absolute;
    z-index: 6;
    top: 50%;

    width: 100%;

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

    opacity: 0;
    color: #fff;
}
.box-share .item .iframebox .msk .icon
{
    font-size: 80px;
}
.box-share .item .iframebox:hover .img-box
{
    opacity: .3;
}
.box-share .item .iframebox:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-share .item .iframebox:hover .msk
{
    opacity: 1;
}
.footer
{
    color: #eee;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 60px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .footer .foot > ul
    {
        font-size: 0;

        display: block;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        font-size: 14px;

        display: inline-block;

        width: 33.33333333%;
        padding: 10px 10px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .title-foot
    {
        margin-top: 20px;
    }
}
.footer .foot .title-foot h3
{
    font-family: 'Oswald';
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .footer .foot .title-foot h3
    {
        font-size: 18px;
    }
}
.footer .foot .title-foot h3:after
{
    display: block;

    width: 40px;
    height: 1px;
    margin-top: 14px;

    content: '';

    background-color: #b30000;
}
.footer .foot .info-down
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .info-down
    {
        margin-top: 10px;
    }
}
.footer .foot .item-1
{
    max-width: 500px;
}
@media (max-width: 991px)
{
    .footer .foot .item-1
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-1
    {
        max-width: 100%;
    }
}
.footer .foot .item-1 .info-down p
{
    font-size: 15px;
    line-height: 1.86666667;

    position: relative;

    padding-left: 60px;
}
.footer .foot .item-1 .info-down p span
{
    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot .item-1 .info-down p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-2 .info-down a
{
    font-size: 15px;
    line-height: 1.86666667;

    display: block;
}
@media (max-width: 1199px)
{
    .footer .foot .item-2 .info-down a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-2 .info-down a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-2 .info-down a:hover
{
    text-decoration: underline;
}
.footer .foot .item-3
{
    max-width: 370px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-3
    {
        max-width: 200px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-3
    {
        max-width: 100%;
    }
}
.footer .foot .item-3 .info-down form
{
    position: relative;

    overflow: hidden;

    border-bottom: 1px solid #353535;
}
.footer .foot .item-3 .info-down form input
{
    font-size: 14px;
    line-height: 46px;

    width: 100%;
    height: 46px;
    padding: 0 50px 0 0;
    padding-right: 90px;

    color: #fff;
    background: none;
}
.footer .foot .item-3 .info-down form input::-webkit-input-placeholder,
.footer .foot .item-3 .info-down form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot .item-3 .info-down form input:-o-placeholder,
.footer .foot .item-3 .info-down form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot .item-3 .info-down form input::-moz-placeholder,
.footer .foot .item-3 .info-down form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot .item-3 .info-down form input:-ms-input-placeholder,
.footer .foot .item-3 .info-down form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot .item-3 .info-down form input:focus::-webkit-input-placeholder,
.footer .foot .item-3 .info-down form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 .info-down form input:focus::-o-placeholder,
.footer .foot .item-3 .info-down form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 .info-down form input:focus::-moz-placeholder,
.footer .foot .item-3 .info-down form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 .info-down form input:focus::-ms-input-placeholder,
.footer .foot .item-3 .info-down form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 .info-down form .submit
{
    line-height: 46px;

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

    width: 50px;
    padding: 0;

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

    border-radius: 0;
    background: none;
}
.footer .foot .item-3 .info-down form .submit .icon
{
    font-size: 24px;
}
.footer .foot .item-3 .info-down form .submit:hover
{
    color: #b30000;
}
.footer .foot .item-3 .info-down .share
{
    display: inline-block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item-3 .info-down .share
    {
        margin-top: 10px;
    }
}
.footer .foot .item-3 .info-down .share ul
{
    display: block;
}
.footer .foot .item-3 .info-down .share ul li
{
    display: inline-block;

    margin-right: 12px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .footer .foot .item-3 .info-down .share ul li
    {
        margin-right: 6px;
    }
}
.footer .foot .item-3 .info-down .share ul li a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .footer .foot .item-3 .info-down .share ul li a
    {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.footer .foot .item-3 .info-down .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;
}
.footer .foot .item-3 .info-down .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

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

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

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.footer .foot .item-3 .info-down .share ul li a:hover
{
    color: #b30000;
    border: 1px solid f #b30000;
}
.footer .foot .item-3 .info-down .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .foot .item-3 .info-down .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .item-3 .info-down .share ul li.linkedin a:before
{
    content: '\e7ea';
}
.footer .foot .item-3 .info-down .share ul li.instagram a:before
{
    content: '\e88f';
}
.footer .foot .item-3 .info-down .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .foot .item-3 .info-down .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot .item-3 .info-down .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot .item-3 .info-down .share ul li:hover a
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);

    color: #fff;
}
.footer .copyright
{
    padding: 30px 0;

    border-top: 1px solid #111;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright a.sitemap
{
    line-height: 30px;

    display: inline-block;
    float: right;
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap-bottom
{
    padding-bottom: 0;
}
.wrap-top
{
    padding-top: 0;
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-common
{
    padding: 10px 20px;

    background: url(../images/title_common.png) no-repeat left center;
}
@media (max-width: 767px)
{
    .title-common
    {
        padding: 10px;

        background-size: 90% 100%;
    }
}
.title-common h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .title-common h3
    {
        font-size: 18px;
    }
}
.wrap-location .location
{
    padding: 20px 0;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        padding: 10px 0;
    }
}
.wrap-location .location > ul:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

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

    color: #b30000;
}
.wrap-location .location > ul > li
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li
    {
        font-size: 15px;
        line-height: 24px;
    }
}
.wrap-location .location > ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child
{
    color: #b30000;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;
}
.wrap-sidenav-product .slevel-1 > li
{
    margin-bottom: 1px;
}
.wrap-sidenav-product .slevel-1 > li > a
{
    font-size: 0;
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 15px 30px;

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

    color: #fff;
    background-color: #000;
}
.wrap-sidenav-product .slevel-1 > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.wrap-sidenav-product .slevel-1 > li.active > a,
.wrap-sidenav-product .slevel-1 > li:hover > a
{
    background-color: #b30000;
}
.wrap-sidenav-product .slevel-2
{
    display: none;

    padding: 0 8%;
}
.wrap-sidenav-product .slevel-2 > li
{
    border-bottom: 1px solid #bbd6e9;
}
.wrap-sidenav-product .slevel-2 > li:last-child
{
    border-bottom: none;
}
.wrap-sidenav-product .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 10px 10px 40px;
}
@media (max-width: 1470px)
{
    .wrap-sidenav-product .slevel-2 > li > a
    {
        padding: 10px 10px 10px 20px;
    }
}
.wrap-sidenav-product .slevel-2 > li.active > a,
.wrap-sidenav-product .slevel-2 > li:hover > a
{
    color: #b30000;
}
.wrap-sidenav-product .slevel-3
{
    display: none;

    border-top: 3px solid #b30000;
    border-radius: 10px;
    background-color: #d2e4f0;
}
.wrap-sidenav-product .slevel-3 > li > a
{
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 10px 5px 40px;

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

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-sidenav-product .slevel-3 > li > a
    {
        padding-left: 20px;
    }
}
.wrap-sidenav-product .slevel-3 > li > a:before
{
    position: absolute;
    top: 15px;
    left: 30px;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #b30000;
}
.wrap-sidenav-product .slevel-3 > li.active > a,
.wrap-sidenav-product .slevel-3 > li:hover > a
{
    text-decoration: underline;

    color: #b30000;
}
.wrap-sidenav-product .slevel-3 > li.active > a:before,
.wrap-sidenav-product .slevel-3 > li:hover > a:before
{
    opacity: 1;
}
.xs-product-nav
{
    overflow: hidden;

    margin-top: 10px;
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;

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

    padding: 0 10px;

    text-transform: capitalize;
}
.xs-product-nav > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.xs-product-nav > ul > li.active > a
{
    color: #b30000;
}
.wrap-about
{
    padding-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about
    {
        padding-top: 10px;
    }
}
.wrap-about .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-number
{
    padding: 50px 0;

    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-number
    {
        padding: 20px 0;
    }
}
.wrap-number .number
{
    margin: 0;

    color: #fff;
}
.wrap-number .number .item
{
    margin: 20px 0;
}
.wrap-factory .slick-factory,
.wrap-honor .slick-factory,
.wrap-factory .slick-honor,
.wrap-honor .slick-honor
{
    font-size: 0;

    margin: 0 -15px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-factory .slick-factory,
    .wrap-honor .slick-factory,
    .wrap-factory .slick-honor,
    .wrap-honor .slick-honor
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-factory .slick-slide,
.wrap-honor .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-factory .slick-slide,
    .wrap-honor .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-factory .item,
.wrap-honor .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .item,
    .wrap-honor .item
    {
        margin-top: 10px;
    }
}
.wrap-factory .item .img-box,
.wrap-honor .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-factory .item .img-box img,
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .item:hover .img-box img,
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .slick-dots,
.wrap-honor .slick-dots
{
    display: inline-block !important;

    vertical-align: middle;
}
.wrap-factory .slick-dots,
.wrap-honor .slick-dots
{
    margin: 0 -3px;
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-factory .slick-dots,
    .wrap-honor .slick-dots
    {
        margin-top: 20px;
    }
}
.wrap-factory .slick-dots li,
.wrap-honor .slick-dots li
{
    line-height: 36px;

    display: inline-block;

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

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

    border: none;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-factory .slick-dots li,
    .wrap-honor .slick-dots li
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-factory .slick-dots li button,
.wrap-honor .slick-dots li button
{
    font-size: 14px;

    display: block;

    margin: 0 auto;
    padding: 0;

    background: none;
}
.wrap-factory .slick-dots li.slick-active,
.wrap-honor .slick-dots li.slick-active
{
    background-color: #f3f3f3;
}
.wrap-factory .prev-next,
.wrap-honor .prev-next
{
    display: inline-block;

    margin-top: 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-factory .prev-next,
    .wrap-honor .prev-next
    {
        margin-top: 20px;
    }
}
.wrap-factory .prev-next .slick-arrow,
.wrap-honor .prev-next .slick-arrow
{
    font-size: 14px;
    line-height: 36px;

    position: relative;
    top: 0;

    display: inline-block;

    width: 36px;
    height: 36px;
    margin: 0 20px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    vertical-align: middle;

    color: #666;
    border: none;
    background: none;
    background-color: #f3f3f3;
}
@media (max-width: 991px)
{
    .wrap-factory .prev-next .slick-arrow,
    .wrap-honor .prev-next .slick-arrow
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 10px;
    }
}
.wrap-factory .prev-next .slick-arrow:hover,
.wrap-honor .prev-next .slick-arrow:hover
{
    color: #fff;
    background-color: #b30000;
}
.wrap-honor
{
    background: url(../images/honor_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .wrap-honor
    {
        background-attachment: fixed;
    }
}
.wrap-honor .honor .img-box
{
    padding-bottom: 136.36363636%;
}
.wrap-download
{
    padding-top: 0;
}
.wrap-download .download
{
    margin-top: -30px;
}
.wrap-download .download .item
{
    font-size: 0;

    position: relative;

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

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

    border: 1px solid #f3f3f3;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 30px 0 50px 0;
    }
}
.wrap-download .download .item .icon,
.wrap-download .download .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .icon
{
    line-height: 1;

    width: 190px;

    text-align: center;

    border-right: 1px solid #f3f3f3;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .icon
    {
        width: 160px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .icon
    {
        width: 100px;
    }
}
.wrap-download .download .item .icon .iconfont
{
    font-size: 100px;

    color: #b30000;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .icon .iconfont
    {
        font-size: 60px;
    }
}
.wrap-download .download .item .note
{
    width: -webkit-calc(100% - 190px);
    width:         calc(100% - 190px);
    padding: 0 5%;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .note
    {
        width: -webkit-calc(100% - 160px);
        width:         calc(100% - 160px);
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.wrap-download .download .item h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item h3
    {
        font-size: 20px;
    }
}
.wrap-download .download .item p
{
    margin: 20px 0 0 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-download .download .item p
    {
        margin-top: 10px;
    }
}
.wrap-download .download .item p span
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    margin-right: 20px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item p span
    {
        margin-right: 10px;
    }
}
.wrap-download .download .item .down
{
    position: absolute;
    right: 30px;
    bottom: 20px;

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

    opacity: 0;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .down
    {
        right: 20px;
        bottom: 10px;

        opacity: 1;
    }
}
.wrap-download .download .item .down a
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .down a
    {
        font-size: 14px;

        color: #666;
    }
}
.wrap-download .download .item .down a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;
    float: left;

    margin-right: 6px;

    content: '\e63b';
    vertical-align: middle;
}
.wrap-download .download .item .down a:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover
    {
        background-color: #b30000;
    }
    .wrap-download .download .item:hover .icon .iconfont
    {
        color: #fff;
    }
    .wrap-download .download .item:hover .title-down:after
    {
        background-color: #fff;
    }
    .wrap-download .download .item:hover h3
    {
        color: #fff;
    }
    .wrap-download .download .item:hover p
    {
        color: #fff;
    }
    .wrap-download .download .item:hover .down
    {
        opacity: 1;
    }
}
.wrap-news .news
{
    margin-top: -40px;
}
.wrap-news .news .item
{
    margin-top: 40px;

    color: #333;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item .date
{
    color: #fff;
}
.wrap-details .title-details h1
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #b30000;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;

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

    vertical-align: middle;
}
.wrap-details .relate-details
{
    margin-top: 50px;
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

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

    height: 40px;
    padding-left: 38px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e6f1';

    color: #999;
}
.wrap-details .relate-details a.next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #b30000;
}
.wrap-details .relate-details a:hover:before
{
    color: #b30000;
}
.wrap-application .application
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .wrap-application .application
    {
        margin: 0;
    }
}
.wrap-application .application .item
{
    display: block;

    margin-top: 30px;

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

    background-color: #e4eff6;
}
@media (max-width: 767px)
{
    .wrap-application .application .item
    {
        margin-top: 14px;
    }
}
.wrap-application .application .item .pic
{
    overflow: hidden;

    border-radius: 5px 5px 0 0;
}
.wrap-application .application .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-application .application .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-application .application .item .note h3
{
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-application .application .item .note h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-application .application .item:hover
{
    background-color: #b30000;
}
.wrap-application .application .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-application .application .item:hover .note h3
{
    color: #fff;
}
.wrap-application-show .title-application-show
{
    text-align: center;
}
.wrap-application-show .title-application-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-application-show .title-application-show h1
    {
        font-size: 24px;
    }
}
.wrap-application-show .application-show .text
{
    margin-top: 20px;
}
.wrap-application-show .application-show .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-application-show .application-show .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-application-show .application-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-application-show .application-show .info
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-application-show .application-show .info
    {
        padding-top: 40px;
    }
}
.wrap-application-show .application-show .application-product
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-application-show .application-show .application-product
    {
        padding-top: 40px;
    }
}
.wrap-application-show .application-show .application-product .title-application-product h3
{
    font-size: 20px;
    font-weight: bold;
}
.wrap-application-show .application-show .application-product .slick-arrow
{
    top: -40px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.wrap-application-show .application-show .application-product .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-solution .solution ul li:nth-child(2n) .item .pic
{
    left: 60%;
}
@media (max-width: 991px)
{
    .wrap-solution .solution ul li:nth-child(2n) .item .pic
    {
        left: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-solution .solution ul li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.wrap-solution .solution ul li:nth-child(2n) .item .text
{
    right: 40%;
}
@media (max-width: 991px)
{
    .wrap-solution .solution ul li:nth-child(2n) .item .text
    {
        right: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-solution .solution ul li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.wrap-solution .solution .item
{
    font-size: 0;

    display: block;

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

    border: 1px solid #e4eff6;
}
.wrap-solution .solution .item .pic,
.wrap-solution .solution .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-solution .solution .item .pic
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .pic
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-solution .solution .item .pic
    {
        width: 100%;
    }
}
.wrap-solution .solution .item .pic .img-box
{
    padding-bottom: 53.57142857%;
}
.wrap-solution .solution .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-solution .solution .item .text
{
    width: 60%;
    padding: 20px 5%;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .text
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-solution .solution .item .text
    {
        width: 100%;
    }
}
.wrap-solution .solution .item .text .icon
{
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #b30000;
}
.wrap-solution .solution .item .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 10px 0;

    color: #b30000;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-solution .solution .item .text p
{
    font-size: 16px;
    line-height: 2;

    max-width: 500px;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .wrap-solution .solution .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-solution .solution .item .text .more
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .wrap-solution .solution .item .text .more
    {
        margin-top: 20px;
    }
}
.wrap-solution .solution .item .text .more a
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    padding: 0 40px;

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

    color: #b30000;
    border-radius: 30px;
    background-color: #e4eff6;
}
.wrap-solution .solution .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-solution .solution .item:hover .text .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-solution .solution .item:hover .text .more a
{
    color: #fff;
    background-color: #b30000;
}
.wrap-solution-show .solution-show-menu
{
    padding: 0 3%;

    border-bottom: 1px solid #d6dae0;
}
.wrap-solution-show .solution-show-menu > ul
{
    margin: 0 -20px;
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show-menu > ul
    {
        margin: 0 -5px;
    }
}
.wrap-solution-show .solution-show-menu > ul > li
{
    display: inline-block;

    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show-menu > ul > li
    {
        padding: 0 5px;
    }
}
.wrap-solution-show .solution-show-menu > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show-menu > ul > li > a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 5px 0;
    }
}
.wrap-solution-show .solution-show-menu > ul > li > a:after
{
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #b30000;
}
.wrap-solution-show .solution-show-menu > ul > li.active > a
{
    color: #b30000;
}
.wrap-solution-show .solution-show-menu > ul > li.active > a:after
{
    width: 100%;
}
.wrap-solution-show .solution-show
{
    margin-top: 30px;
}
.wrap-solution-show .solution-show .solution-item
{
    font-size: 0;

    overflow: hidden;

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

    border-radius: 20px;
    background-color: #f4f6f8;
}
@media (max-width: 991px)
{
    .wrap-solution-show .solution-show .solution-item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show .solution-item
    {
        padding: 10px;
    }
}
.wrap-solution-show .solution-show .solution-item .pic,
.wrap-solution-show .solution-show .solution-item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-solution-show .solution-show .solution-item .pic
{
    overflow: hidden;

    width: 330px;

    border-radius: 5px;
}
@media (max-width: 991px)
{
    .wrap-solution-show .solution-show .solution-item .pic
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show .solution-item .pic
    {
        width: 100%;
    }
}
.wrap-solution-show .solution-show .solution-item .text
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .wrap-solution-show .solution-show .solution-item .text
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show .solution-item .text
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-solution-show .solution-show .solution-item .text .title-solution-item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    color: #b30000;
}
@media (max-width: 991px)
{
    .wrap-solution-show .solution-show .solution-item .text .title-solution-item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show .solution-item .text .title-solution-item h3
    {
        font-size: 18px;
    }
}
.wrap-solution-show .solution-show .solution-item .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show .solution-item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-solution-show .solution-show .solution-item .text h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;

    color: #444;
}
@media (max-width: 767px)
{
    .wrap-solution-show .solution-show .solution-item .text h4
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-solution-show .solution-show .solution-item .text .note
{
    margin-top: 20px;
}
.wrap-solution-show .solution-show .solution-item:hover .text h3
{
    text-decoration: underline;
}
.wrap-product,
.wrap-nosearch
{
    padding-top: 0;
}
.wrap-product .product,
.wrap-nosearch .product
{
    margin-top: -30px;
}
.wrap-product .product .item,
.wrap-nosearch .product .item
{
    display: block;

    margin-top: 30px;
}
.wrap-product .product .item .pic,
.wrap-nosearch .product .item .pic
{
    position: relative;

    overflow: hidden;

    border: 1px solid #f3f3f3;
}
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .mask,
.wrap-nosearch .product .item .mask
{
    z-index: 7 !important;

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

    text-align: center;

    color: #fff;
    background-color: rgba(179, 0, 0, .9);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .mask,
    .wrap-nosearch .product .item .mask
    {
        display: none;
    }
}
.wrap-product .product .item .mask .icon,
.wrap-nosearch .product .item .mask .icon
{
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    color: #b30000;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product .product .item .note h3,
.wrap-nosearch .product .item .note h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item:hover .img-box img,
.wrap-nosearch .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 .note h3,
.wrap-nosearch .product .item:hover .note h3
{
    color: #b30000;
}
.wrap-product nav,
.wrap-nosearch nav
{
    text-align: right;
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .wrap-product-show .carousel-wrap .carousel-left
    {
        width: 45%;
    }
    .wrap-product-show .carousel-wrap .carousel-right
    {
        width: 55%;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .item
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;

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

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

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

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

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

    content: '\e644';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    font-size: 0;

    position: relative;

    margin-top: 10px;
    padding: 0 60px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 6px;

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

    overflow: hidden;

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

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

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

    width: 48px;
    height: 48px;

    content: '\e63d';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 24px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #b30000;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 18px;

    left: 0;

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

    width: 50px;
    height: 100%;

    color: #333;
    border-radius: 0;
    background: none;
    background-color: #f3f3f3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        width: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #b30000;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 22px;
    }
}
.wrap-product-show .info-box .text
{
    min-height: 300px;
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text
    {
        min-height: 200px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #b30000;
}
.wrap-product-show .info-box .text p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 30px;
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a
{
    font-size: 14px;
    line-height: 54px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #b30000;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .btn-cart a
    {
        line-height: 44px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover
{
    color: #fff;
    background-color: #940505;
}
.wrap-product-show .info-box .share
{
    margin-top: 20px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 18px;
    font-weight: bold;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
    padding: 30px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        padding: 20px 14px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    max-width: 750px;
	margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .table-box table
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px 20px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .parameter .table-box table td:nth-child(1)
{
    width: 40% !important;
}
.wrap-product-show .parameter .parameter-specification .table-box table tr:nth-child(1)
{
    font-size: 18px;

    color: #333;
    background-color: #e4eff6;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .parameter-specification .table-box table tr:nth-child(1)
    {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .parameter-specification .table-box table tr:nth-child(1) td
{
    font-weight: bold;
}
.wrap-product-show .title-product-show
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2
{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show h2 span
{
    color: #b30000;
}
.wrap-product-show .title-product-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -7px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 7px;
    }
}
.wrap-product-show .relate-product .item
{
    margin-top: 30px;
}
.wrap-product-show .relate-product .slick-arrow
{
    top: -40px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        right: 60px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 15px;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -5px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 5px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    min-height: 54px;
    margin-top: 14px;
    padding: 15px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input
{
    font-weight: bold;

    color: #fff;
    border: none;
    background-color: #000;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #b30000;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    background-color: #940505;
}
.wrap-contact
{
    font-size: 0;
}
.wrap-contact .contact,
.wrap-contact .messagewrap
{
    font-size: 14px;

    display: inline-block;

    padding: 40px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact,
    .wrap-contact .messagewrap
    {
        padding: 30px 20px;
    }
}
.wrap-contact .title
{
    text-align: left;
}
.wrap-contact .title h2
{
    font-size: 36px;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrap-contact .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title h2
    {
        font-size: 22px;
    }
}
.wrap-contact .title h2:after
{
    display: none;
}
.wrap-contact .contact
{
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-contact .contact .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 20px 0 0 0;

    color: #b30000;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item h3
    {
        font-size: 18px;
    }
}
.wrap-contact .contact .item p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .item a:hover
{
    text-decoration: underline;

    color: #b30000;
}
.wrap-contact .messagewrap
{
    width: 45%;

    color: #fff;
    background-color: #b30000;
}
@media (max-width: 767px)
{
    .wrap-contact .messagewrap
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .messagewrap .message .row
{
    margin: 0 -10px;
}
.wrap-contact .messagewrap .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .messagewrap .message input,
.wrap-contact .messagewrap .message textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 54px;
    margin-top: 20px;
    padding: 12px 30px;

    resize: vertical;

    color: #666;
    outline: none;
}
@media (max-width: 1470px)
{
    .wrap-contact .messagewrap .message input,
    .wrap-contact .messagewrap .message textarea
    {
        min-height: 50px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .messagewrap .message input,
    .wrap-contact .messagewrap .message textarea
    {
        margin-top: 10px;
    }
}
.wrap-contact .messagewrap .message input::-webkit-input-placeholder,
.wrap-contact .messagewrap .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .messagewrap .message input:-o-placeholder,
.wrap-contact .messagewrap .message textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .messagewrap .message input::-moz-placeholder,
.wrap-contact .messagewrap .message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .messagewrap .message input:-ms-input-placeholder,
.wrap-contact .messagewrap .message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .messagewrap .message input:focus::-webkit-input-placeholder,
.wrap-contact .messagewrap .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .messagewrap .message input:focus::-o-placeholder,
.wrap-contact .messagewrap .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .messagewrap .message input:focus::-moz-placeholder,
.wrap-contact .messagewrap .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .messagewrap .message input:focus::-ms-input-placeholder,
.wrap-contact .messagewrap .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .messagewrap .message .submit
{
    line-height: 50px;

    padding: 0 30px;

    border-radius: 0;
    background: none;
}
.wrap-contact .messagewrap .message .submit .icon
{
    font-size: 24px;

    display: inline-block;

    margin-left: 6px;

    vertical-align: middle;
}
.wrap-contact .messagewrap .message .submit:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap-map
{
    overflow: hidden;
}
.wrap-map .map-content
{
    height: 600px;
}
@media (max-width: 991px)
{
    .wrap-map .map-content
    {
        height: 300px;
    }
}
.wrap-sitemap
{
    clear: both;

    padding-top: 0;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

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

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #b30000;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #b30000;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    list-style: none;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 20px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 16px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #b30000;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 10px 60px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
    {
        font-size: 15px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #b30000;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul ul
{
    padding: 0 50px;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul ul > li
{
    display: inline-block;

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

    display: block;

    padding: 10px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul ul > li > a
    {
        font-size: 14px;

        padding: 5px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul ul > li > a:before
{
    margin-right: 2px;

    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul ul > li:hover > a
{
    text-decoration: underline;

    color: #b30000;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

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

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

    vertical-align: middle;

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

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry p
    {
        font-size: 14px;
    }
}
.wrap-inquiry .inquiry-info
{
    font-size: 0;

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 3%;

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

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

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

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiry .close::after
    {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after
{
    color: #b30000;
}
.wrap-inquiry .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .product
{
    margin-top: 0;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    color: #999;
    border-radius: 50%;
    background-color: #f3f3f3;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #b30000;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    line-height: 36px;

    display: block;

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

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

    color: #333;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #333;
    background-color: #f3f3f3;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #333;
    background-color: #f3f3f3;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
