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

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

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

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

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

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

    color: #2c3139;

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

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

    overflow: hidden;

    width: 60px;
    height: 60px;
    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: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    content: '\e62b';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: 6%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: rgba(196, 2, 0, .8);
    background-color: rgba(196, 2, 0, .8);
}
.header
{
    position: fixed;
    z-index: 10;

    width: 100%;
    height: 100px;

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

    background-color: #f5fafa;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .pc-search
{
    position: relative;

    display: inline-block;
    float: right;

    width: 70px;
    margin-top: 35px;
    margin-left: 14px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    line-height: 30px;

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

    border: 1px solid #7e8b93;
    border-radius: 30px;
    background-color: #f5fafa;
}
.header .pc-search .submit
{
    font-size: 14px;
    line-height: 30px;

    position: absolute;
    right: 0;

    width: 30px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
}
.header .pc-search .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e729';
}
.header .language
{
    display: inline-block;
    float: right;

    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-right: 10px;
        margin-left: 0;
    }
}
.header .language a
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #7e8b93;
    border: 1px solid #818e96;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        margin-top: 15px;
        margin-left: 4px;
    }
}
.header .language a:hover
{
    color: #fff;
    border-color: #c40200;
    background-color: #c40200;
}
.header .logo
{
    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .logo p
{
    font-size: 22px;
    font-style: italic;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #c40200;
}
@media (max-width: 1470px)
{
    .header .logo p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .header .logo p
    {
        display: none;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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

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

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(196, 2, 0, .9);
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        position: relative;
    }
    .header .nav .nav-list1 li a
    {
        /* white-space: nowrap; */
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

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

        position: relative;

        display: inline-block;
        overflow: hidden;

        height: 100px;
        padding: 0 16px;

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

        color: #15132c;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #c40200;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2
    {
        left: 0;

        padding: 20px 0;

        background-color: #2d3640;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li
    {
        width: 200px;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .item a
    {
        font-size: 15px;
        line-height: 24px;

        position: relative;

        display: block;

        padding: 8px 30px;

        color: #fff;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .item a:before
    {
        position: absolute;
        left: 10px;

        content: '-';
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li:hover .item a
    {
        background-color: #c40200;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li:hover .desc
    {
        display: block;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li:nth-child(1) .desc
    {
        display: block;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc
    {
        position: absolute;
        top: 0;
        left: 200px;

        display: none;
        overflow: hidden;

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

        background-color: #e7eef2;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .pic
    {
        float: left;

        width: 40%;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .pic .img-box
    {
        padding-bottom: 96.2962963%;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .text
    {
        float: left;

        width: 60%;
        padding: 30px;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .text b
    {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;

        display: -webkit-box;
        overflow: hidden;

        height: 30px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .text p
    {
        font-size: 16px;
        line-height: 30px;

        display: -webkit-box;
        overflow: hidden;

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

        color: #69747a;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .text a.more
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        margin-top: 20px;

        color: #c40200;
    }
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc .text a.more:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 110px;
        padding: 20px 0;

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

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

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

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

        color: #c40200;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc
    {
        width: 600px;
    }
}
@media (min-width: 1200px) and (max-width: 991px)
{
    .header .nav .nav-list1 > li:nth-child(3) .nav-list2 > li .desc
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

    display: none;

    padding: 20px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

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

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

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: rgba(196, 2, 0, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .desc,
    .header .nav-3 .desc
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

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

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

    margin: 0;

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

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

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

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

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

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

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

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

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

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

    content: '\2716';

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

    display: inline-block;
    display: none;
    float: right;

    margin-left: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    -webkit-transition: all .2s;
            transition: all .4s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 20px;
        line-height: 60px;

        display: inline-block;

        margin: 0 4px 0 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
.header .find:hover
{
    color: #c40200;
}
.header .find:hover:before
{
    color: #c40200;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 80px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    height: 50px;
    margin-top: 15px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 84px;

    height: 80px;
}
.header.fixed-header .language a
{
    margin-top: 25px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language a
    {
        margin-top: 15px;
    }
}
.header.fixed-header .pc-search
{
    margin-top: 25px;
}
.header.fixed-header .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    bottom: 55px;
    left: 0;

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

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

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

    display: inline-block;

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

    color: #fff;
}
.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;
    bottom: 180px;
    left: 45px;

    display: none;

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

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

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

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

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

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #c40200;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

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

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 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%;
}
.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;
    font-size: 24px !important;

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

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

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

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

    content: '\e622';
}
.chat-online
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 0;
}
@media (max-width: 991px)
{
    .chat-online
    {
        bottom: 55px;
    }
}
.chat-online a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #c40200;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .chat-online a
    {
        line-height: 40px;
    }
}
.chat-online a:hover
{
    background-color: #9c110f;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item
{
    position: relative;
}
.banner .item img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

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

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

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

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

    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
}
.banner .slick-dots li.slick-active
{
    border-color: #c40200;
    background-color: #c40200;
}
.banner .slick-dots li button
{
    display: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 12%;
    }
    .banner .slick-arrow.slick-next
    {
        right: 12%;
        left: auto;
    }
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

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

    display: inline-block;

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

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

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

    display: inline-block;

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

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

    width: 100%;
}
.banner .scroll-banner
{
    font-size: 26px;
    line-height: 1;

    position: absolute;
    bottom: 30px;

    display: block;

    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .scroll-banner
    {
        font-size: 20px;

        bottom: 0;
    }
}
.banner .scroll-banner:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;

    display: block;

    content: '\e63d';
}
@media (max-width: 991px)
{
    .banner .scroll-banner:before
    {
        font-size: 24px;
    }
}
.banner .scroll-banner:after
{
    font-family: 'iconfont' !important;

    display: block;

    margin-top: 14px;

    content: '\e680';
}
@media (max-width: 991px)
{
    .banner .scroll-banner:after
    {
        margin: 0;
    }
}
.banner .scroll-banner:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

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

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

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-in .text-in b
{
    font-size: 48px;
    line-height: 1;

    display: inline-block;

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

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

    width: 100%;

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

    content: '\e770';

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

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

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

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

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

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 50px;

    display: block;

    content: '\e64c';

    color: #c40200;
}
.title:after
{
    display: block;

    width: 60px;
    height: 3px;
    margin: 0 auto;

    content: '';

    background-color: #c40200;
}
.title-presentation:before
{
    content: '\e68b';
}
.title-history:before
{
    content: '\e642';
}
.title h2
{
    font-size: 36px;
    line-height: 50px;

    margin: 20px 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
        line-height: 30px;
    }
}
.title p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;

    margin: 20px 0 0 0;
}
.title a.more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    text-align: right;
}
.title a.more:after
{
    font-family: 'iconfont' !important;

    content: '\e72f';
}
.title a.more:hover
{
    text-decoration: underline;

    color: #c40200;
}
.indexcontent
{
    position: relative;
    z-index: 2;

    background-color: #f5fafa;
}
.box-advantage
{
    background-color: #edf2f2;
}
.box-advantage .advantage .row
{
    font-size: 0;
}
.box-advantage .advantage .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-advantage .advantage .item
{
    margin: 20px 0;

    text-align: center;
}
.box-advantage .advantage .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 100px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #c40200;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item:before
    {
        font-size: 20px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-advantage .advantage .item-quality:before
{
    font-size: 50px;

    content: '\e7bb';
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item-quality:before
    {
        font-size: 30px;
    }
}
.box-advantage .advantage .item-serve:before
{
    content: '\eb61';
}
.box-advantage .advantage .item-brands:before
{
    content: '\e623';
}
.box-advantage .advantage .item b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin: 14px 0;

    color: #2c3139;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item b
    {
        font-size: 20px;
    }
}
.box-advantage .advantage .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #69747a;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-advantage .advantage .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-product
{
    overflow: hidden;
}
.box-product .product > ul
{
    font-size: 0;
}
.box-product .product > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 1px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-product .product > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-product .product > ul > li
    {
        width: 50%;
    }
}
.box-product .product .item
{
    display: block;

    margin-top: 30px;
}
.box-product .product .item .pic
{
    position: relative;

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

    background-color: #e1e5e6;
}
.box-product .product .item .pic .img-box
{
    padding-bottom: 111.11111111%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-product .product .item .pic span.more
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 2;
    bottom: 14%;
    left: 20%;

    display: block;

    width: 60%;

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

    opacity: 0;
    color: #c40200;
    border: 1px solid #c40200;
    border-radius: 6px;
}
.box-product .product .item p
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #2c3139;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-product .product .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item p
    {
        font-size: 18px;
        line-height: 24px;

        height: 48px;
    }
}
.box-product .product .item-2 .pic
{
    background-color: #a8b0b2;
}
.box-product .product .item-2 .pic .img-box
{
    -webkit-transition: opacity .4s;
            transition: opacity .4s;

    opacity: .2;
}
.box-product .product .item-2 .pic span.more
{
    font-size: 16px;

    top: 50%;
    bottom: auto;

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

    opacity: 1;
    color: #fff;
    border: none;
}
.box-product .product .item-2 .pic span.more:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 1;

    display: block;

    content: '\e649';
}
.box-product .product .item-2:hover .pic .img-box
{
    opacity: .4;
}
@media (min-width: 1200px)
{
    .box-product .product .item-1:hover .pic
    {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .box-product .product .item-1:hover .pic .img-box
    {
        -webkit-transform: translateY(-10%);
            -ms-transform: translateY(-10%);
                transform: translateY(-10%);
    }
    .box-product .product .item-1:hover .pic span.more
    {
        opacity: 1;
    }
}
.box-research
{
    background: url(../images/research_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-research .title-research:after
{
    display: block;

    width: 60px;
    height: 3px;
    margin-top: 20px;

    content: '';

    background-color: #c40200;
}
.box-research .title-research h3
{
    font-size: 36px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-research .title-research h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .box-research .title-research h3
    {
        font-size: 24px;
        line-height: 30px;
    }
}
.box-research .slick-research
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-research .slick-research
    {
        margin-top: 30px;
    }
}
.box-research .slick-research .item
{
    overflow: hidden;
}
.box-research .slick-research .item .text
{
    float: left;

    width: 62%;
    padding-right: 10%;
}
@media (max-width: 991px)
{
    .box-research .slick-research .item .text
    {
        padding-right: 30px;
    }
}
@media (max-width: 767px)
{
    .box-research .slick-research .item .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-research .slick-research .item .text h1
{
    font-size: 36px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-research .slick-research .item .text h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-research .slick-research .item .text h1
    {
        font-size: 18px;
    }
}
.box-research .slick-research .item .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #69747a;
}
@media (max-width: 1350px)
{
    .box-research .slick-research .item .text p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .box-research .slick-research .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-research .slick-research .item .text h3
{
    font-size: 24px;
    line-height: 30px;

    color: #c40200;
}
@media (max-width: 991px)
{
    .box-research .slick-research .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-research .slick-research .item .text h3
    {
        font-size: 18px;
    }
}
.box-research .slick-research .item .text a.more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 2px;
    background-color: #c40200;
}
@media (max-width: 767px)
{
    .box-research .slick-research .item .text a.more
    {
        line-height: 40px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.box-research .slick-research .item .text a.more:hover
{
    background-color: #9c110f;
}
.box-research .slick-research .item .pic
{
    float: left;

    width: 38%;

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

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .box-research .slick-research .item .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-research .slick-research .item .pic:hover
{
    background-color: rgba(255, 255, 255, .7);
}
.box-research .slick-research .slick-dots
{
    position: absolute;
    top: -100px;
    right: 70px;

    width: 90px;
    height: 26px;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-research .slick-research .slick-dots
    {
        top: -110px;
        right: 50px;
    }
}
@media (max-width: 991px)
{
    .box-research .slick-research .slick-dots
    {
        top: -90px;
    }
}
@media (max-width: 767px)
{
    .box-research .slick-research .slick-dots
    {
        top: -40px;
    }
}
.box-research .slick-research .slick-dots li
{
    display: inline-block;

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

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

    border-radius: 50%;
    background: none;
    background-color: #7e8b93;
}
.box-research .slick-research .slick-dots li.slick-active
{
    background-color: #c40200;
}
.box-research .slick-research .slick-dots li button
{
    display: none;
}
.box-research .slick-research .slick-arrow
{
    top: -120px;
    right: 170px;
    left: auto;

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

    color: #7e8b93;
    border-color: #7e8b93;
}
@media (max-width: 1199px)
{
    .box-research .slick-research .slick-arrow
    {
        right: 150px;
    }
}
@media (max-width: 991px)
{
    .box-research .slick-research .slick-arrow
    {
        top: -100px;
    }
}
@media (max-width: 767px)
{
    .box-research .slick-research .slick-arrow
    {
        top: -50px;
    }
}
.box-research .slick-research .slick-arrow.slick-next
{
    right: 0;
}
.box-research .slick-research .slick-arrow:hover
{
    color: #fff;
    border-color: #c40200;
}
.box-presentation .presentation .item
{
    position: relative;

    display: block;

    margin-top: 30px;
}
.box-presentation .presentation .item .pic
{
    background-color: #000;
}
.box-presentation .presentation .item .pic .img-box
{
    opacity: .8;
}
.box-presentation .presentation .item-1 .img-box
{
    padding-bottom: 37.68115942%;
}
.box-presentation .presentation .item-2 .img-box,
.box-presentation .presentation .item-3 .img-box,
.box-presentation .presentation .item-5 .img-box,
.box-presentation .presentation .item-6 .img-box
{
    padding-bottom: 78.78787879%;
}
.box-presentation .presentation .item-4 .img-box
{
    padding-bottom: 166.66666667%;
}
.box-presentation .presentation .item .note
{
    position: absolute;
    z-index: 2;
    top: 0;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-presentation .presentation .item .note
    {
        padding: 10px;
    }
}
.box-presentation .presentation .item .note .title-note:after
{
    display: block;

    width: 0;
    height: 3px;
    margin-top: 20px;

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

    background-color: #c40200;
}
.box-presentation .presentation .item .note .title-note b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .box-presentation .presentation .item .note .title-note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-presentation .presentation .item .note .title-note b
    {
        font-size: 18px;
    }
}
.box-presentation .presentation .item .note .desc
{
    margin-top: 20px;

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

    opacity: 0;
}
.box-presentation .presentation .item .note .desc p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-presentation .presentation .item .note span.more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background-color: #c40200;
}
.box-presentation .presentation .item .note span.more:hover
{
    background-color: #9c110f;
}
@media (min-width: 1200px)
{
    .box-presentation .presentation .item:hover .pic .img-box
    {
        opacity: .36;
    }
    .box-presentation .presentation .item:hover .note .title-note:after
    {
        width: 60px;
    }
    .box-presentation .presentation .item:hover .note .desc,
    .box-presentation .presentation .item:hover .note span.more
    {
        opacity: 1;
    }
}
.box-history
{
    padding-bottom: 0;

    background: url(../images/history_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-history .history
{
    position: relative;

    margin-top: 50px;
    padding-left: 120px;
}
@media (max-width: 767px)
{
    .box-history .history
    {
        padding-left: 80px;
    }
}
.box-history .history .history-left
{
    position: absolute;
    top: 0;
    left: 0;

    width: 120px;
    height: 100%;

    text-align: right;

    background: url(../images/history_nav_bg.png) repeat-y top left;
}
@media (max-width: 767px)
{
    .box-history .history .history-left
    {
        width: 80px;
    }
}
.box-history .history .history-left .slick-arrow
{
    line-height: 30px;

    position: relative;
    z-index: 2;
    top: auto;

    width: 30px;
    height: 30px;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #7e8b93;
    border: 1px solid #7e8b93;
}
.box-history .history .history-left .slick-arrow.slick-next
{
    right: auto;
}
.box-history .history .history-left .slick-arrow:hover
{
    color: #fff;
    border-color: #c40200;
    background-color: #c40200;
}
.box-history .history .history-left .slick-slide
{
    padding: 28px 4px 28px 0;
}
.box-history .history .history-left .item b
{
    font-size: 24px;
    font-weight: 500;
    font-style: italic;

    color: #69747a;
}
@media (max-width: 767px)
{
    .box-history .history .history-left .item b
    {
        font-size: 18px;
    }
}
.box-history .history .history-left .slick-current .item b
{
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;

    display: block;

    height: 34px;

    color: #c40200;
    border-bottom: 1px solid #c40200;
}
@media (max-width: 767px)
{
    .box-history .history .history-left .slick-current .item b
    {
        font-size: 20px;
    }
}
.box-history .history .history-right
{
    padding-bottom: 30px;
    padding-left: 90px;
}
@media (max-width: 767px)
{
    .box-history .history .history-right
    {
        padding-bottom: 50px;
        padding-left: 14px;
    }
}
.box-history .history .history-right .item
{
    overflow: hidden;
}
.box-history .history .history-right .item .text,
.box-history .history .history-right .item .pic
{
    display: inline-block;
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .box-history .history .history-right .item .text,
    .box-history .history .history-right .item .pic
    {
        display: block;

        width: 100%;
    }
}
.box-history .history .history-right .item .text
{
    padding: 0 30px 0 0;
}
@media (max-width: 767px)
{
    .box-history .history .history-right .item .text
    {
        padding: 0;
    }
}
.box-history .history .history-right .item .text .title-text b
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;

    display: block;
}
@media (max-width: 767px)
{
    .box-history .history .history-right .item .text .title-text b
    {
        font-size: 18px;
    }
}
.box-history .history .history-right .item .text .desc
{
    margin-top: 10px;
}
.box-history .history .history-right .item .text .desc p
{
    font-size: 16px;
    line-height: 1.8;

    margin: 0;

    color: #69747a;
}
@media (max-width: 767px)
{
    .box-history .history .history-right .item .text .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-history .history .history-right .item .text a.more
{
    line-height: 30px;

    display: block;

    margin-top: 20px;

    text-decoration: underline;
}
@media (max-width: 767px)
{
    .box-history .history .history-right .item .text a.more
    {
        margin-top: 20px;
    }
}
.box-history .history .history-right .item .pic
{
    position: relative;

    padding: 0 8px 8px 0;
}
@media (max-width: 767px)
{
    .box-history .history .history-right .item .pic
    {
        margin-top: 30px;
    }
}
.box-history .history .history-right .item .pic:before
{
    position: absolute;
    top: 8px;
    left: 8px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #c40200;
}
.box-history .history .history-right .item .pic img
{
    width: 100%;
}
.box-history .history .history-right .item a:hover
{
    color: #c40200;
}
.box-faq-news .row
{
    margin: 0 -40px;
}
.box-faq-news .row .itembox
{
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .box-faq-news .title-faq-news
    {
        margin-top: 30px;
    }
}
.box-faq-news .title-faq-news h3
{
    font-size: 36px;
    line-height: 40px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-faq-news .title-faq-news h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-faq-news .title-faq-news h3
    {
        font-size: 24px;
    }
}
.box-faq-news .title-faq-news h3:before
{
    display: inline-block;

    width: 5px;
    height: 36px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background-color: #c40200;
}
.box-faq-news .title-faq-news a.more
{
    line-height: 40px;

    display: inline-block;
    float: right;

    text-decoration: underline;
}
.box-faq-news .title-faq-news a.more:hover
{
    color: #c40200;
}
.box-faq-news .faq ul li .item
{
    display: block;

    margin-top: 20px;
}
.box-faq-news .faq ul li .item .title-faq
{
    position: relative;

    padding: 0 60px 0 90px;

    cursor: pointer;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-faq-news .faq ul li .item .title-faq
    {
        padding: 0 60px;
    }
}
.box-faq-news .faq ul li .item .title-faq:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

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

    display: block;

    width: 60px;
    height: 50px;

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

    color: #fff;
    background-color: #2c3139;
}
@media (max-width: 991px)
{
    .box-faq-news .faq ul li .item .title-faq:before
    {
        font-size: 20px;

        width: 50px;
    }
}
.box-faq-news .faq ul li .item .title-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 50px;

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

    width: 60px;

    content: '\e85a';
    text-align: center;
}
@media (max-width: 991px)
{
    .box-faq-news .faq ul li .item .title-faq:after
    {
        font-size: 20px;

        width: 40px;
    }
}
.box-faq-news .faq ul li .item .title-faq b
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-faq-news .faq ul li .item .title-faq b
    {
        font-size: 16px;
    }
}
.box-faq-news .faq ul li .item .text
{
    display: none;

    padding: 30px;

    background-color: #edf2f2;
}
@media (max-width: 991px)
{
    .box-faq-news .faq ul li .item .text
    {
        padding: 20px 10px;
    }
}
.box-faq-news .faq ul li .item .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #c40200;
}
@media (max-width: 991px)
{
    .box-faq-news .faq ul li .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-faq-news .faq ul li.current .item .title-faq:after
{
    content: '\e652';

    color: #828585;
}
.box-faq-news .faq ul li.current .item .text
{
    display: block;
}
.box-faq-news .faq-more
{
    margin-top: 20px;

    text-align: center;
}
.box-faq-news .faq-more a
{
    font-size: 18px;
    line-height: 50px;

    display: block;

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

    color: #fff;
    background-color: #c40200;
}
@media (max-width: 991px)
{
    .box-faq-news .faq-more a
    {
        font-size: 16px;
    }
}
.box-faq-news .faq-more a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e64a';
    vertical-align: middle;
}
.box-faq-news .faq-more a:hover
{
    background-color: #9c110f;
}
.box-faq-news .news ul li
{
    margin-top: 20px;
}
.box-faq-news .news .item
{
    font-size: 0;

    padding: 20px;

    background-color: #ebf0f0;
}
@media (max-width: 991px)
{
    .box-faq-news .news .item
    {
        padding: 4px;
    }
}
.box-faq-news .news .item .pic,
.box-faq-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-faq-news .news .item .pic
{
    width: 32%;
}
@media (max-width: 991px)
{
    .box-faq-news .news .item .pic
    {
        width: 45%;
    }
}
.box-faq-news .news .item .pic .img-box
{
    padding-bottom: 63.33333333%;
}
.box-faq-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-faq-news .news .item .note
{
    width: 68%;
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .box-faq-news .news .item .note
    {
        width: 55%;
        padding-left: 10px;
    }
}
.box-faq-news .news .item .note b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-faq-news .news .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-faq-news .news .item .note b
    {
        font-size: 16px;
    }
}
.box-faq-news .news .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #69747a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-faq-news .news .item .note span.date
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-decoration: underline;

    color: #c40200;
}
@media (max-width: 991px)
{
    .box-faq-news .news .item .note span.date
    {
        margin: 0;
    }
}
.box-faq-news .news .item .note span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 8px;

    content: '\e62a';

    color: #7e8b93;
}
.box-faq-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-faq-news .news .item:hover .note b
{
    color: #c40200;
}
.footer
{
    overflow: hidden;

    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot-top
{
    padding-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .footer .foot-top
    {
        padding: 50px 0;
    }
}
.footer .foot-top img
{
    max-width: 100%;
}
.footer .foot-top .note
{
    max-width: 750px;
    margin: 0 auto;
    margin-top: 20px;
}
.footer .foot-top .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #2c3139;
}
@media (max-width: 991px)
{
    .footer .foot-top .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot-top .share
{
    margin-top: 20px;
}
.footer .foot-top .share ul
{
    font-size: 0;

    display: inline-block;

    padding-left: 1px;
}
.footer .foot-top .share ul li
{
    display: inline-block;

    padding: 0 5px;
}
.footer .foot-top .share ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #53575e;
}
.footer .foot-top .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .foot-top .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot-top .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot-top .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot-top .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .foot-top .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot-top .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot-top .share ul li:hover a
{
    color: #fff;
    background-color: #c40200;
}
.footer .foot
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .title-foot h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
.footer .foot .text
{
    margin-top: 10px;
}
.footer .foot .text p
{
    font-size: 16px;
    line-height: 36px;

    position: relative;

    margin: 0;
    padding-left: 30px;

    color: #666;
}
.footer .foot .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 36px;

    position: absolute;
    left: 0;

    content: '\e698';

    color: #333;
}
.footer .foot .text p.tel:before
{
    content: '\e633';
}
.footer .foot .text p.fax:before
{
    content: '\e601';
}
.footer .foot .text p.email:before
{
    content: '\e619';
}
.footer .foot .text p b
{
    position: absolute;
    left: 48px;

    width: 100px;

    color: #333;
}
@media (max-width: 767px)
{
    .footer .foot .text p b
    {
        left: 38px;

        width: 80px;
    }
}
.footer .foot .text p a:hover
{
    text-decoration: underline;

    color: #c40200;
}
.footer .foot .message input,
.footer .foot .message textarea
{
    line-height: 24px;

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

    resize: vertical;

    border: 1px solid #69747a;
    outline: none;
    background-color: #edf1f2;
}
.footer .foot .message input::-webkit-input-placeholder,
.footer .foot .message textarea::-webkit-input-placeholder
{
    color: #2c3139;
}
.footer .foot .message input:-o-placeholder,
.footer .foot .message textarea:-o-placeholder
{
    color: #2c3139;
}
.footer .foot .message input::-moz-placeholder,
.footer .foot .message textarea::-moz-placeholder
{
    color: #2c3139;
}
.footer .foot .message input:-ms-input-placeholder,
.footer .foot .message textarea:-ms-input-placeholder
{
    color: #2c3139;
}
.footer .foot .message input:focus::-webkit-input-placeholder,
.footer .foot .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .message input:focus::-o-placeholder,
.footer .foot .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .message input:focus::-moz-placeholder,
.footer .foot .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .message input:focus::-ms-input-placeholder,
.footer .foot .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .message textarea
{
    line-height: 29px;
}
.footer .foot .message .submit
{
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 4px;
    outline: none;
    background-color: #c40200;
}
.footer .foot .message .submit:hover
{
    background-color: #9c110f;
}
.footer .copyright
{
    padding: 20px 0;

    background-color: #2c3139;
}
.footer .copyright .foot-nav
{
    display: inline-block;
}
@media (max-width: 991px)
{
    .footer .copyright .foot-nav
    {
        display: block;
    }
}
.footer .copyright .foot-nav ul
{
    margin: 0 -16px;
}
.footer .copyright .foot-nav ul li
{
    display: inline-block;

    vertical-align: top;
}
.footer .copyright .foot-nav ul li a
{
    font-size: 14px;
    line-height: 30px;

    padding: 0 16px;

    color: #a3b1b8;
}
.footer .copyright .foot-nav ul li a:hover
{
    text-decoration: underline;

    color: #c40200;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin: 0;

    color: #a3b1b8;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        display: block;

        margin-top: 10px;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #c40200;
}
.wrap-product-sort
{
    position: absolute;
    z-index: 9;
    top: 90%;
    right: 10px;
    width: 100px;




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

   
}
@media (max-width: 1199px)
{
    .wrap-product-sort
    {
        display: none;
    }
}
.wrap-product-sort > ul{
	padding: 50px 0;
	 background-color: #2d3640;
	
}
.wrap-product-sort > ul > li .item a
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 0px 5px 26px;

    color: #fff;
}
.wrap-product-sort > ul > li .item a:before
{
    position: absolute;
    left: 10px;

    content: '-';
}
.wrap-product-sort > ul > li:hover .item a
{
    background-color: #c40200;
}
.wrap-product-sort .desc
{
    position: absolute;
    top: 0;
    right: 100%;

    display: none;
    overflow: hidden;

    width: 720px;
    height: 100%;
    padding: 10px;

    background-color: #e7eef2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-sort .desc .pic
{
    float: left;

    width: 40%;
}
.wrap-product-sort .desc .pic .img-box
{
    padding-bottom: 103.84615385%;
}
.wrap-product-sort .desc .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-sort .desc .text
{
    float: left;

    width: 60%;
    padding: 30px;
}
.wrap-product-sort .desc .text b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-sort .desc .text p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #69747a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-product-sort .desc .text a.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #c40200;
}
.wrap-product-sort .desc:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-sort .desc:hover .text b
{
    color: #c40200;
}
.wrap-product-sort .desc:hover .text a.more
{
    text-decoration: underline;
}
.wrapper
{
    clear: both;

    background-color: #f5fafa;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    position: relative;

    padding-top: 10px;
    padding-left: 20px;
}
.title-in:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 38px;
    height: 34px;

    content: '';

    background: url(../images/title-in-icon.png) no-repeat;
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
.title-in h2:after
{
    display: block;

    width: 60px;
    height: 3px;
    margin-top: 14px;

    content: '';

    background-color: #c40200;
}
.title-in p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: inline-block;
    float: right;

    max-width: 260px;
    margin: 0;
    padding-left: 40px;

    color: #69747a;
}
@media (max-width: 767px)
{
    .title-in p
    {
        float: none;

        margin-top: 20px;
    }
}
.title-in p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: inline-block;

    width: 30px;
    height: 1px;

    content: '';
    vertical-align: top;

    background-color: #69747a;
}
.sidenav-box
{
    background-color: #edf2f2;
}
.sidenav-box .sidenav > ul > li
{
    display: inline-block;

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

    display: block;

    padding: 10px 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .sidenav-box .sidenav > ul > li > a
    {
        font-size: 14px;

        padding: 4px 10px;
    }
}
.sidenav-box .sidenav > ul > li.active > a,
.sidenav-box .sidenav > ul > li:hover > a
{
    color: #fff;
    background-color: #c40200;
}
.product-sort
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .product-sort
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .product-sort ul li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.product-sort ul li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 14px 20px;

    color: #030303;
}
@media (max-width: 1199px)
{
    .product-sort ul li a
    {
        padding: 8px 20px;
    }
}
@media (max-width: 991px)
{
    .product-sort ul li a
    {
        font-size: 16px;

        padding: 8px 10px 8px 20px;
    }
}
.product-sort ul li a:before
{
    font-family: 'iconfont' !important;
    line-height: 50px;

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

    width: 20px;

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

    opacity: 0;
}
.product-sort ul li.active a,
.product-sort ul li:hover a
{
    color: #c40200;
}
.product-sort ul li.active a:before,
.product-sort ul li:hover a:before
{
    opacity: 1;
}
.sidenav ul.level-1 > li
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li
    {
        display: inline-block;
    }
}
.sidenav ul.level-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 18px 50px;
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.sidenav ul.level-1 > li > a:after
{
    position: absolute;
    bottom: -19px;
    left: 20px;

    display: block;

    width: 5px;
    height: 39px;

    content: '';

    opacity: 0;
    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li > a:after
    {
        display: none;
    }
}
.sidenav ul.level-1 > li ul.level-2
{
    display: none;

    padding: 20px 0;
}
.sidenav ul.level-1 > li ul.level-2 li
{
    display: block;
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li ul.level-2 li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav ul.level-1 > li ul.level-2 li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 4px 60px;
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li ul.level-2 li a
    {
        font-size: 14px;

        padding: 4px 10px;
    }
}
.sidenav ul.level-1 > li ul.level-2 li a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 38px;

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

    content: '\e652';

    opacity: 0;
    color: #c40200;
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li ul.level-2 li a:after
    {
        display: none;
    }
}
.sidenav ul.level-1 > li ul.level-2 li.active a,
.sidenav ul.level-1 > li ul.level-2 li:hover a
{
    text-decoration: underline;

    color: #c40200;
}
.sidenav ul.level-1 > li ul.level-2 li.active a:after,
.sidenav ul.level-1 > li ul.level-2 li:hover a:after
{
    opacity: 1;
}
.sidenav ul.level-1 > li.active > a,
.sidenav ul.level-1 > li:hover > a
{
    color: #fff;
    background-color: #c40200;
}
.sidenav ul.level-1 > li.active > a:after,
.sidenav ul.level-1 > li:hover > a:after
{
    opacity: 1;
}
@media (max-width: 991px)
{
    .sidenav ul.level-1 > li.active
    {
        display: block;
    }
}
.sidenav ul.level-1 > li.active > a
{
    position: relative;

    color: #fff;
    background-color: #c40200;
}
.sidenav ul.level-1 > li.active ul.level-2
{
    display: block;
}
.wrap-about .about
{
    font-size: 0;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-about .about
    {
        margin-top: 30px;
    }
}
.wrap-about .about .pic,
.wrap-about .about .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-about .about .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 35%;
    padding-right: 10px;
    padding-bottom: 10px;
	margin-bottom: 30px;
}
@media (max-width: 1470px)
{
    .wrap-about .about .pic
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .about .pic:before
{
    position: absolute;
    top: 10px;
    left: 10px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #c40200;
}
.wrap-about .about .pic img
{
    position: relative;
    z-index: 2;

    width: 100%;
}
/* .wrap-about .about .text
{
    width: 65%;
    padding-right: 8%;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text
    {
        width: 60%;
        padding-right: 4%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
        padding-right: 0;
    }
} */
.wrap-about .about .text .title-about
{
    margin-top: 20px;
}
.wrap-about .about .text .title-about h1
{
    font-size: 24px;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .about .text .title-about h1
    {
        font-size: 20px;
    }
}
.wrap-about .about .text .note
{
    margin-top: 20px;
}
.wrap-about .about .text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #69747a;
}
@media (max-width: 767px)
{
    .wrap-about .about .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-history .history
{
    position: relative;
}
.wrap-history .history:before
{
    position: absolute;
    left: 50%;

    width: 2px;
    height: 100%;

    content: '';

    background-color: #15132c;
}
@media (max-width: 767px)
{
    .wrap-history .history:before
    {
        left: 0;
    }
}
.wrap-history .history .title-in
{
    margin-left: 5%;
    padding-top: 20px;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .wrap-history .history .title-in
    {
        margin-bottom: 30px;
    }
}
.wrap-history .history .title-in:before
{
    left: 0;

    width: 71px;
    height: 62px;

    background: url(../images/title-in-icon2.png) no-repeat;
}
.wrap-history .history .title-in h2
{
    font-size: 60px;
}
@media (max-width: 1350px)
{
    .wrap-history .history .title-in h2
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-history .history .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-history .history .title-in h2
    {
        font-size: 28px;
    }
}
.wrap-history .history .title-in h2:after
{
    display: none;
}
.wrap-history .history .title-in h2 span
{
    color: #c40200;
}
.wrap-history .history > ul > li
{
    margin-top: -220px;
    padding-left: 50%;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li
    {
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-history .history > ul > li:nth-child(2)
{
    margin-top: -120px;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2)
    {
        margin: 0;
    }
}
.wrap-history .history > ul > li .item
{
    position: relative;

    padding: 20px 20px 20px 70px;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li .item
    {
        padding: 20px 20px 20px 40px;
    }
}
.wrap-history .history > ul > li .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 38px;

    content: '';

    background: url(../images/line-1.png) no-repeat left top;
}
.wrap-history .history > ul > li .item .number
{
    font-size: 24px;
    font-style: italic;
    line-height: 60px;

    position: absolute;
    top: 20px;
    left: -30px;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #15132c;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li .item .number
    {
        line-height: 40px;

        left: -20px;

        width: 40px;
        height: 40px;
    }
}
.wrap-history .history > ul > li .item .number span
{
    display: block;
}
.wrap-history .history > ul > li .item .title-item b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-history .history > ul > li .item .title-item b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li .item .title-item b
    {
        font-size: 18px;
    }
}
.wrap-history .history > ul > li .item .note
{
    margin-top: 10px;
}
.wrap-history .history > ul > li .item .note p
{
    font-size: 14px;
    line-height: 1.8;

    margin: 0;

    color: #69747a;
}
@media (max-width: 991px)
{
    .wrap-history .history > ul > li .item .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-history .history > ul > li .item .note img
{
    max-width:80%;
    margin-top: 20px;
}
.wrap-history .history > ul > li:nth-child(2n+1)
{
    padding-right: 50%;
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2n+1)
    {
        padding: 0;
    }
}
.wrap-history .history > ul > li:nth-child(2n+1) .item
{
    padding: 20px 70px 20px 20px;

    /* text-align: right; */
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2n+1) .item
    {
        padding: 20px 20px 20px 40px;

        text-align: left;
    }
}
.wrap-history .history > ul > li:nth-child(2n+1) .item:before
{
    right: 0;
    left: auto;

    background: url(../images/line-2.png) no-repeat right top;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2n+1) .item:before
    {
        background: url(../images/line-1.png) no-repeat left top;
    }
}
.wrap-history .history > ul > li:nth-child(2n+1) .item .number
{
    right: -30px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2n+1) .item .number
    {
        right: auto;
        left: -20px;
    }
}
.wrap-history .history > ul > li:nth-child(1)
{
    margin: 0;
}
.wrap-history .history > ul > li:nth-child(1) .item
{
    padding: 0;

    text-align: left;
}
.wrap-history .history > ul > li:nth-child(1) .item:before
{
    display: none;
}
.wrap-news .news
{
    margin-top: -20px;
}
.wrap-news .news ul li
{
    margin-top: 20px;
}
.wrap-news .news .item
{
    font-size: 0;

    position: relative;

    padding: 20px 250px 20px 20px;

    background-color: #ebf0f0;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px 160px 10px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 22%;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 24%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 63.33333333%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: 78%;
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 76%;
        padding-left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #69747a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note span.date
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-decoration: underline;

    color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note span.date
    {
        margin: 0;
    }
}
.wrap-news .news .item .note span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 8px;

    content: '\e62a';

    color: #7e8b93;
}
.wrap-news .news .item a.more
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 210px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-news .news .item a.more
    {
        width: 140px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item a.more
    {
        font-size: 14px;
        line-height: 40px;

        position: relative;
        top: auto;
        right: auto;

        margin-top: 14px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note b
{
    color: #c40200;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;

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

    display: block;

    margin-top: 10px;

    text-decoration: underline;

    color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show span.date
    {
        margin: 0;
    }
}
.wrap-news-show .title-news-show span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 8px;

    content: '\e62a';

    color: #7e8b93;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    font-size: 16px;
    line-height: 2.25;

    color: #69747a;
}
@media (max-width: 767px)
{
    .wrap-news-show .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 30px;
}
.wrap-news-show .news-relate a
{
    font-size: 16px;
    line-height: 30px;
}
.wrap-news-show .news-relate a:hover
{
    text-decoration: underline;

    color: #c40200;
}
.wrap-news-show .news-relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate .next
    {
        text-align: left;
    }
}
.wrap-product .title-product
{
    padding-bottom: 30px;

    border-bottom: 1px solid #e1e5e5;
}
@media (max-width: 991px)
{
    .wrap-product .title-product
    {
        margin-top: 30px;
    }
}
.wrap-product .title-product h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-product .title-product h2
    {
        font-size: 24px;
    }
}
.wrap-product .product
{
    margin-top: 20px;
}
.wrap-product .product .item
{
    font-size: 0;

    position: relative;

    display: block;

    margin-top: 30px;
}
.wrap-product .product .item:after
{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

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

    background-color: #e1e5e6;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item:after
    {
        height: 3px;

        background-color: #c40200;
    }
}
.wrap-product .product .item b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

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

    height: 30px;

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

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    color: #69747a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-product .product .item .pic
{
    position: relative;

    overflow: hidden;

    margin-top: 10px;
}
.wrap-product .product .item .pic:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    background-color: #2c3139;
}
.wrap-product .product .item .pic span.more
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 20%;

    display: inline-block;

    width: 60%;

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

    color: #fff;
    border-radius: 4px 4px 0 0;
    background-color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic span.more
    {
        font-size: 14px;
        line-height: 30px;

        left: 10%;

        width: 80%;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 105%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover:after
    {
        height: 3px;

        background-color: #c40200;
    }
    .wrap-product .product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover .pic:before
    {
        opacity: .2;
    }
    .wrap-product .product .item:hover .pic span.more
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-product-show .carousel-wrap
{
    font-size: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap
    {
        margin: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    display: inline-block;

    width: 44%;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 45%;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 48%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 105%;
}
.wrap-product-show .carousel-wrap .carousel .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .item:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .2;
    background-color: #8e8e8e;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: relative;

    clear: both;

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

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item:before
{
    background-color: #c40200;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    display: inline-block;

    width: 56%;
    padding: 20px 0 0 60px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        width: 55%;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        width: 52%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        width: 100%;
        padding: 30px 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 24px;
    line-height: 1.5;

    display: block;

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

    color: #69747a;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #333840;
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 50px;

    float: left;

    margin-right: 6px;
    margin-right: 4px;

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:hover
{
    background-color: #9c110f;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    display: inline-block;
    float: right;

    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .share span
{
    font-size: 18px;
}
.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox_v0xa
{
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox_v0xa
{
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .share
    {
        float: none;
    }
}
.wrap-product-show .carousel-wrap .info-box .video
{
    position: relative;

    margin-top: 50px;

    background-color: #333840;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .info-box .video
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .video
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .info-box .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .carousel-wrap .info-box .video .img-box
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .carousel-wrap .info-box .video img
{
    width: 100%;

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

    opacity: .2;
}
.wrap-product-show .carousel-wrap .info-box .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .info-box .video .play
{
    font-size: 60px;
    line-height: 60px;

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

    display: inline-block;

    width: 100%;

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

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

    display: inline-block;

    content: '\e646';
}
.wrap-product-show .carousel-wrap .info-box .video:hover .img-box
{
    opacity: .9;
}
.wrap-product-show .title-product-show h2
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show h2:after
{
    display: inline-block;

    width: 60px;
    height: 3px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #c40200;
}
.wrap-product-show .title-product-show p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 14px 0 0 0;

    color: #69747a;
}
@media (max-width: 1350px)
{
    .wrap-product-show .title-product-show p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .relate-product,
    .wrap-product-show .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
    padding: 30px 20px;

    background-color: #e1e5e6;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        padding: 30px 10px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.875;

    margin: 0;

    color: #69747a;
}
@media (max-width: 1350px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    line-height: 24px;

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

    resize: vertical;

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

        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #69747a;
}
.wrap-product-show .inquiry form .read input
{
    background-color: #e1e5e6;
}
.wrap-product-show .inquiry form .submit
{
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .submit
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #9c110f;
}
.wrap-product-show .table-box
{
    overflow: auto;

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

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

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

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

    background: none !important;
}
.wrap-contact .title-contact
{
    text-align: center;
}
.wrap-contact .title-contact .title-in
{
    display: inline-block;
}
.wrap-contact .title-contact .title-in h2:after
{
    margin: 0 auto;
    margin-top: 20px;
}
.wrap-contact .title-contact p
{
    font-size: 16px;
    line-height: 2.25;

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

    color: #69747a;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-contact .contact
{
    position: relative;

    margin-top: 40px;
    padding-left: 43%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        padding-left: 0;
    }
}
.wrap-contact .contact .map
{
    position: absolute;
    top: 0;
    left: 0;

    width: 43%;
    height: 100%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .map
    {
        position: relative;

        width: 100%;
        height: 300px;
    }
}
.wrap-contact .contact .map #dituContent
{
    height: 100%;
}
.wrap-contact .contact .message
{
    padding: 30px 8% 30px 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        padding: 30px 15px;
    }
}
.wrap-contact .contact .message .title-message h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message .title-message h3
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .message .title-message h3:after
{
    display: inline-block;

    width: 60px;
    height: 3px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #c40200;
}
.wrap-contact .contact .message .title-message p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #69747a;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message .title-message p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    background-color: #e1e5e6;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #2c3139;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #2c3139;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #2c3139;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #2c3139;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .send
{
    margin-top: 20px;
}
.wrap-contact .contact .message .submit
{
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;

    padding: 0 70px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #c40200;
}
.wrap-contact .contact .message .submit:hover
{
    background-color: #9c110f;
}
.wrap-contact .contact-text
{
    padding-top: 40px;
}
.wrap-contact .contact-text .row
{
    font-size: 0;
}
.wrap-contact .contact-text .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-contact .contact-text .item
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-text .item
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact-text .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 50px;

    display: block;

    content: '\e619';

    color: #c40200;
}
.wrap-contact .contact-text .item-tel:before
{
    content: '\e633';
}
.wrap-contact .contact-text .item-fax:before
{
    content: '\e601';
}
.wrap-contact .contact-text .item b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    word-break: break-word;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-text .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-text .item b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact-text .item p
{
    font-size: 16px;
    line-height: 36px;

    margin: 0;

    word-break: break-word;

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

    color: #c40200;
}
.wrap-contact .contact-text .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-faq .faq ul li .item
{
    display: block;

    margin-top: 20px;
}
.wrap-faq .faq ul li .item .title-faq
{
    position: relative;

    padding: 0 60px 0 90px;

    cursor: pointer;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item .title-faq
    {
        padding: 0 60px;
    }
}
.wrap-faq .faq ul li .item .title-faq:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

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

    display: block;

    width: 60px;
    height: 50px;

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

    color: #fff;
    background-color: #2c3139;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item .title-faq:before
    {
        font-size: 20px;

        width: 50px;
    }
}
.wrap-faq .faq ul li .item .title-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 50px;

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

    width: 60px;

    content: '\e85a';
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item .title-faq:after
    {
        font-size: 20px;

        width: 40px;
    }
}
.wrap-faq .faq ul li .item .title-faq b
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-faq .faq ul li .item .title-faq b
    {
        font-size: 16px;
    }
}
.wrap-faq .faq ul li .item .text
{
    display: none;

    padding: 30px;

    background-color: #edf2f2;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-faq .faq ul li .item .text span,
.wrap-faq .faq ul li .item .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #c40200;

}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-faq .faq ul li.current .item .title-faq:after
{
    content: '\e652';

    color: #828585;
}
.wrap-faq .faq ul li.current .item .text
{
    display: block;
}
.wrap-download .download
{
    margin-top: -80px;
}
@media (max-width: 1470px)
{
    .wrap-download .download
    {
        margin-top: -30px;
    }
}
.wrap-download .download .row
{
    margin: 0 -40px;
}
@media (max-width: 1470px)
{
    .wrap-download .download .row
    {
        margin: 0 -15px;
    }
}
.wrap-download .download .row .itembox
{
    padding: 0 40px;
}
@media (max-width: 1470px)
{
    .wrap-download .download .row .itembox
    {
        padding: 0 15px;
    }
}
.wrap-download .download .item
{
    margin-top: 80px;
    padding: 30px 0 30px 30px;

    background-color: #ebf0f0;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        padding-left: 10px;
    }
}
.wrap-download .download .item .note
{
    padding-right: 30px;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note
    {
        padding-right: 10px;
    }
}
.wrap-download .download .item .note b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

    margin: 10px 0 0 0;

    color: #69747a;
}
.wrap-download .download .item .note p span
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .note p span:nth-child(1)
{
    margin-right: 20px;
}
.wrap-download .download .item .pic
{
    position: relative;

    margin-top: 20px;
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .pic a.down
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;

    padding: 0 50px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #c40200;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .pic a.down
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-download .download .item .pic a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 6px;

    content: '\e64d';
}
.wrap-download .download .item .pic a.down:hover
{
    background-color: #9c110f;
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .note b
{
    color: #c40200;
}
.wrap-download .download .item:hover .note a.down
{
    color: #fff;
    background-color: #c40200;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 28px;

    display: block;

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

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

    color: #69747a;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background-color: #e1e5e6;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border: 1px solid #c40200;
    background-color: #c40200;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border: 1px solid #c40200;
    background-color: #c40200;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 60px !important;
}
@media (max-width: 1199px)
{
    .stuck
    {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}

.wrap-history .history > ul > li .item .note .desc{
	height: 150px;
	overflow-y: auto;
}
.wrap-history .history > ul > li .item .note .desc::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    left: 0;
}

.wrap-history .history > ul > li .item .note .desc::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.wrap-history .history > ul > li .item .note .desc::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.box-history .history .history-right .item .text .desc{
	height: 350px;
	overflow-y: auto;
}
.box-history .history .history-right .item .text .desc::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    left: 0;
}

.box-history .history .history-right .item .text .desc::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.box-history .history .history-right .item .text .desc::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.wrap-product-sort .product-sort-close{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: -15px;
	right: 2px;
	font-size: 30px;
	background-color: #fff;
	cursor:pointer;
}
.wrap-product-sort .product-sort-close:after{
	font-family: 'iconfont' !important;
	content: '\e75c';
	color: #c40200;
	display: block;
	transform: rotate(45deg);
}

.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: 18px;
    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 #dcdcdc;
}
@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: #c40200;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: block;

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

    display: block;

    padding: 5px 30px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul
{
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul
    {
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
{
    line-height: 30px;

    display: block;

    padding: 0 10px;

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

    color: #c40200;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    font-weight: bold;

    color: #c40200;
}