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

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

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

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

    color: #333;

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

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

    display: block;
    overflow: hidden;

    padding: 0;

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

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

    display: inline-block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -8px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #0262c4;
}
.header
{
    font-size: 0;

    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 150px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .header-top
{
    height: 50px;

    background-color: #313131;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top p.email
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-top p.email
    {
        display: none;
    }
}
.header .header-top p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e6a4';
}
.header .header-top p.email a:hover
{
    text-decoration: underline;
}
.header .header-top .share
{
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .header-top .share
    {
        display: block;

        text-align: right;
    }
}
.header .header-top .share ul
{
    font-size: 0;

    display: inline-block;
}
.header .header-top .share ul li
{
    display: inline-block;
}
.header .header-top .share ul li a
{
    font-size: 18px;
    line-height: 50px;

    display: block;

    width: 24px;
    margin: 0 4px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-top .share ul li a
    {
        line-height: 30px;
    }
}
.header .header-top .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.header .header-top .share ul li.facebook a:before
{
    font-size: 16px;
}
.header .header-top .share ul li.twitter a:before
{
    content: '\e601';
}
.header .header-top .share ul li.linkedin a:before
{
    content: '\e670';
}
.header .header-top .share ul li.instagram a:before
{
    content: '\e6b6';
}
.header .header-top .share ul li.youtube a:before
{
    content: '\e62e';
}
.header .header-top .share ul li.google a:before
{
    content: '\e645';
}
.header .header-top .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .header-top .share ul li:hover a
{
    color: #0262c4;
}
.header .header-top .nav-top
{
    display: inline-block;
    float: right;

    color: #fff;
}
@media (max-width: 767px)
{
    .header .header-top .nav-top
    {
        display: none;
    }
}
.header .header-top .nav-top > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.header .header-top .nav-top > ul > li:after
{
    font-size: 12px;

    display: inline-block;

    margin: 0 20px;

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

    color: #989797;
}
@media (max-width: 1199px)
{
    .header .header-top .nav-top > ul > li:after
    {
        margin: 0 10px;
    }
}
.header .header-top .nav-top > ul > li:last-child:after
{
    display: none;
}
.header .header-top .nav-top > ul > li > a
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .header-top .nav-top > ul > li > a
    {
        line-height: 30px;
    }
}
.header .header-top .nav-top > ul > li > a:hover
{
    text-decoration: underline;
}
.header .logo
{
    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 20px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .language
{
    display: inline-block;
    float: right;

    width: 36px;
    margin-top: 32px;
    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 17px;
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        width: 26px;
        margin: 23px 10px 0 10px;
    }
}
.header .language img
{
    width: 100%;
}
.header .nav-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .header .nav-xs
    {
        position: absolute;
        bottom: 20px;

        display: block;

        width: 100%;
    }
}
.header .nav-xs > ul > li
{
    display: inline-block;

    vertical-align: top;

    color: #fff;
}
.header .nav-xs > ul > li:after
{
    font-size: 12px;

    display: inline-block;

    margin: 0 20px;

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

    color: #989797;
}
@media (max-width: 1199px)
{
    .header .nav-xs > ul > li:after
    {
        margin: 0 10px;
    }
}
.header .nav-xs > ul > li:last-child:after
{
    display: none;
}
.header .nav-xs > ul > li > a
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .nav-xs > ul > li > a
    {
        line-height: 30px;
    }
}
.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: 15px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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

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

        display: none;

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

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

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

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

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

        position: relative;

        display: inline-block;

        padding: 0 26px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #e10101;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

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

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

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

        display: block;

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

        padding: 0 30px;

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

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

        display: none;

        width: 200px;
        padding: 10px 0;

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

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

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

        display: block;

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

        color: #0262c4;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

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

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

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: block;
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

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

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

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

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

        padding: 0 4px;

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

        display: block;
        overflow: hidden;

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

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

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

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.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;

        display: none;

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

    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

    color: #0262c4;
}
.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: 16px;
    line-height: 36px;

    display: inline-block;
    float: right;

    width: 36px;
    height: 36px;
    margin-top: 32px;
    margin-left: 30px;

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

    color: #fff;
    background-color: #313131;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 17px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        line-height: 26px;

        width: 26px;
        height: 26px;
        margin-top: 23px;
    }
}
.header .find:before
{
    font-family: 'iconfont';

    content: '\e660';
}
.header .find:hover
{
    background-color: #e10101;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 100px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 80px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

    color: #898989;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

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

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

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    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
    {
        background-color: rgba(2, 98, 196, .8);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

    width: 100%;

    background-color: #0262c4;
    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-right: 1px solid #004a95;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

    content: '\e81a';
}
.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: '\e826';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

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

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

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

    content: '\e609';
}
.xs-online ul li.skype > a:before
{
    content: '\e752';
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;
}
@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: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    line-height: 28px;

    position: relative;

    display: inline-block;

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

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

    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
}
.banner .slick-dots li:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    border: 1px solid rgba(255, 255, 255, .6);
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 90px;

    left: 4%;

    width: 60px;

    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        left: 12%;

        width: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner .slick-arrow:hover
{
    color: #fff;
    background-color: #0262c4;
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

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

    display: inline-block;

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

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

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

    display: inline-block;

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

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

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

    width: 100%;

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

    width: auto;
    max-width: 100%;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 66%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 70%;
    }
}
.banner-in .text-in h3
{
    font-size: 44px;
    font-weight: 900;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h3
    {
        font-size: 20px;
    }
}
.banner-in .text-in p
{
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.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: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;

    color: #08093a;
}
@media (max-width: 1350px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title h2:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    content: '\e6c0';

    color: #e10101;
}
.title p
{
    font-size: 14px;
    line-height: 32px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    padding-bottom: 0;
}
.box-product .product
{
    position: relative;

    margin-top: 30px;
    padding-bottom: 90px;

    background-color: #f3efeb;
}
@media (max-width: 1199px)
{
    .box-product .product
    {
        padding-bottom: 50px;
    }
}
.box-product .product:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 40px;

    content: '';

    background-color: #fff;
}
.box-product .product .sort
{
    position: relative;
    z-index: 2;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-product .product .sort
    {
        margin-top: 14px;
    }
}
.box-product .product .sort > ul
{
    font-size: 0;
}
.box-product .product .sort > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 16.66666667%;
    padding: 0 8px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-product .product .sort > ul > li
    {
        width: 33.33333333%;
        margin: 5px 0;
    }
}
@media (max-width: 767px)
{
    .box-product .product .sort > ul > li
    {
        width: 50%;
    }
}
.box-product .product .sort > ul > li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 10px 14%;

    color: #666;
    color: #fff;
    background-color: #0262c4;
}
@media (max-width: 1470px)
{
    .box-product .product .sort > ul > li a
    {
        font-size: 16px;

        padding: 10px;
    }
}
@media (max-width: 1350px)
{
    .box-product .product .sort > ul > li a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .box-product .product .sort > ul > li a
    {
        font-weight: normal;

        padding: 4px 8px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .sort > ul > li a
    {
        font-size: 13px;
    }
}
.box-product .product .sort > ul > li.active a
{
    background-color: #04519f;
}
.box-product .product .slick-product
{
    margin: 0 -15px;
    margin-top: 30px;
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin-top: 20px;
        margin-right: -8px;
        margin-left: -8px;
    }
}
.box-product .product .slick-product .slick-slide
{
    padding: 10px 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 10px 8px;
    }
}
.box-product .product .slick-product .slick-arrow
{
    left: 3%;
}
.box-product .product .slick-product .slick-arrow.slick-next
{
    right: 3%;
}
.box-product .product .slick-product .item
{
    display: block;
    overflow: hidden;

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

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.box-product .product .slick-product .item .img-box
{
    padding-bottom: 92.5%;
}
.box-product .product .slick-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .slick-product .item .note
{
    padding-bottom: 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .box-product .product .slick-product .item .note
    {
        padding-bottom: 0;
    }
}
.box-product .product .slick-product .item .note p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .product .slick-product .item .note p
    {
        font-size: 14px;
        font-weight: normal;
    }
}
@media (min-width: 1200px)
{
    .box-product .product .slick-product .item:hover
    {
        border-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .box-product .product .slick-product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .slick-product .item:hover .note p
    {
        color: #0262c4;
    }
}
.box-product .product .slick-arrow
{
    left: -5%;
}
@media (max-width: 991px)
{
    .box-product .product .slick-arrow
    {
        left: -10px;
    }
}
.box-product .product .slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .box-product .product .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.box-number .number > ul,
.wrap-about .number > ul
{
    font-size: 0;
}
.box-number .number > ul > li,
.wrap-about .number > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-number .number .item,
.wrap-about .number .item
{
    position: relative;

    padding-left: 90px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .box-number .number .item,
    .wrap-about .number .item
    {
        margin: 10px 0;
        padding-left: 70px;
    }
}
.box-number .number .item:before,
.wrap-about .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

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

    display: block;

    width: 50px;
    height: 50px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0262c4;
}
@media (max-width: 991px)
{
    .box-number .number .item:before,
    .wrap-about .number .item:before
    {
        top: 10px;
    }
}
.box-number .number .item-engaged:before,
.wrap-about .number .item-engaged:before
{
    font-size: 20px;

    content: '\e656';
}
.box-number .number .item-countries:before,
.wrap-about .number .item-countries:before
{
    content: '\e676';
}
.box-number .number .item-hundred:before,
.wrap-about .number .item-hundred:before
{
    font-size: 20px;

    content: '\e62a';
}
.box-number .number .item b,
.wrap-about .number .item b
{
    font-size: 14px;
    font-weight: normal;

    color: #666;
}
.box-number .number .item b span,
.wrap-about .number .item b span
{
    font-family: 'Oswald', Arial;
    font-size: 66px;
    font-weight: bold;
    line-height: 1;

    color: #0262c4;
}
@media (max-width: 1470px)
{
    .box-number .number .item b span,
    .wrap-about .number .item b span
    {
        font-size: 56px;
    }
}
@media (max-width: 1199px)
{
    .box-number .number .item b span,
    .wrap-about .number .item b span
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .box-number .number .item b span,
    .wrap-about .number .item b span
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item b span,
    .wrap-about .number .item b span
    {
        font-size: 30px;
    }
}
.box-number .number .item p,
.wrap-about .number .item p
{
    font-size: 14px;
    line-height: 20px;

    margin: 10px 0 0 0;
}
@media (min-width: 1200px)
{
    .box-number .number .item:hover,
    .wrap-about .number .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
.box-about
{
    padding-top: 300px;
    padding-bottom: 0;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
}
@media (max-width: 1199px)
{
    .box-about
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .box-about
    {
        padding-top: 50px;
    }
}
.box-about .about
{
    font-size: 0;

    position: relative;

    color: #fff;
    background-color: #0262c4;
}
.box-about .about .text
{
    padding: 60px 50px 60px 54%;
}
@media (max-width: 1199px)
{
    .box-about .about .text
    {
        padding: 30px 30px 40px 50%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        padding: 20px 10px;
    }
}
.box-about .about .text .title-about h2
{
    font-size: 14px;

    margin: 0;
}
.box-about .about .text .title-about h1
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    margin: 16px 0;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 1350px)
{
    .box-about .about .text .title-about h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about .text .title-about h1
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .text .title-about h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text .title-about h1
    {
        font-size: 20px;
    }
}
.box-about .about .text .title-about h1:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    margin-top: 14px;

    content: '\e6c0';

    color: #e10101;
}
.box-about .about .text .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 102px;
    margin-top: 20px;

    color: #d8dbde;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .box-about .about .text .note
    {
        margin-top: 10px;
    }
}
.box-about .about .text .note p
{
    font-size: 14px;
    line-height: 34px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .box-about .about .text .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about .text .note p b
{
    font-size: 18px;
}
.box-about .about .text .more
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .box-about .about .text .more
    {
        margin-top: 20px;
    }
}
.box-about .about .text .more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    padding: 0 50px;

    color: #fff;
    background-color: #e10101;
}
@media (max-width: 991px)
{
    .box-about .about .text .more a
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 30px;
    }
}
.box-about .about .pic
{
    position: absolute;
    bottom: 60px;
    left: 50px;

    width: 47%;

    border: 6px solid #fff;
}
@media (max-width: 1199px)
{
    .box-about .about .pic
    {
        bottom: 40px;
        left: 30px;

        width: 44%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .pic
    {
        position: relative;
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
.box-about .about .pic img
{
    max-width: 100%;
}
.box-about .more
{
    margin-top: 20px;
}
.box-about .more a,
.box-about .more img
{
    display: inline-block;

    vertical-align: middle;
}
.box-about .more a
{
    line-height: 44px;

    margin-right: 30px;
    padding: 0 24px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #e10101;
}
@media (max-width: 991px)
{
    .box-about .more a
    {
        margin-right: 0;
    }
}
.box-about .more a:hover
{
    background-color: #0262c4;
}
@media (max-width: 767px)
{
    .box-about .more img
    {
        width: 70px;
    }
}
.box-advantage .title
{
    text-align: left;
}
.box-advantage .title span
{
    line-height: 24px;

    display: block;

    margin-bottom: 10px;

    text-transform: uppercase;

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

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.box-advantage .list .item
{
    position: relative;

    margin-top: 40px;
    padding-left: 100px;
}
@media (max-width: 991px)
{
    .box-advantage .list .item
    {
        margin-top: 20px;
        padding-left: 80px;
    }
}
.box-advantage .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 80px;

    position: absolute;
    left: 0;

    display: block;

    width: 80px;
    height: 80px;

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

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

        width: 60px;
        height: 60px;
    }
}
.box-advantage .list .item-products:before
{
    content: '\e62f';
}
.box-advantage .list .item-services:before
{
    font-size: 40px;

    content: '\e649';
}
.box-advantage .list .item b
{
    font-size: 24px;
    font-style: italic;
    line-height: 30px;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 991px)
{
    .box-advantage .list .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .list .item b
    {
        font-size: 18px;

        margin: 0;
    }
}
.box-advantage .list .item p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .box-advantage .list .item p
    {
        font-size: 12px;
        line-height: 22px;
    }
}
.box-advantage .pic
{
    font-size: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-advantage .pic
    {
        margin-top: 20px;

        text-align: center;
    }
}
.box-advantage .pic img
{
    display: inline-block;

    max-width: 48%;
    margin-left: 2%;
}
@media (max-width: 991px)
{
    .box-advantage .pic img
    {
        max-width: 50%;
        margin: 0;
    }
}
.box-news
{
    background-color: #f3f5f8;
}
.box-news .title
{
    text-align: left;
}
.box-news .slick-news
{
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-news .slick-news
    {
        margin: 0 -8px;
        margin-top: 20px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .box-news .slick-news .slick-slide
    {
        padding: 8px;
    }
}
.box-news .slick-news .item
{
    background-color: #fff;
}
.box-news .slick-news .item .pic
{
    position: relative;
}
.box-news .slick-news .item .pic .img-box
{
    padding-bottom: 48.88888889%;
}
.box-news .slick-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .slick-news .item .pic .date
{
    line-height: 40px;

    position: absolute;
    z-index: 2;
    top: 40px;
    left: 0;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border: none;
    border-radius: 0 30px 30px 0;
    background-color: rgba(2, 98, 196, .8);
}
@media (max-width: 991px)
{
    .box-news .slick-news .item .pic .date
    {
        line-height: 30px;

        top: 10px;
    }
}
.box-news .slick-news .item .text
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .box-news .slick-news .item .text
    {
        padding: 20px 10px;
    }
}
.box-news .slick-news .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .slick-news .item .text p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item .text a.more
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    color: #0262c4;
}
.box-news .slick-news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .slick-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .slick-news .item:hover .pic .date
{
    background-color: #e10101;
}
.box-news .slick-news .item:hover .text
{
    border-color: #fff;
}
.box-news .slick-news .item:hover .text a.more
{
    color: #e10101;
}
.footer
{
    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #313131;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot-nav
{
    padding: 30px 0;

    text-align: center;

    border-bottom: 1px solid #5a5a5a;
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        padding: 16px 0;
    }
}
.footer .foot-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot-nav > ul > li:after
{
    font-size: 12px;

    display: inline-block;

    margin: 0 20px;

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

    color: #989797;
}
@media (max-width: 1199px)
{
    .footer .foot-nav > ul > li:after
    {
        margin: 0 10px;
    }
}
.footer .foot-nav > ul > li:last-child:after
{
    display: none;
}
.footer .foot-nav > ul > li > a
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .footer .foot-nav > ul > li > a
    {
        line-height: 24px;
    }
}
.footer .foot-nav > ul > li > a:hover
{
    text-decoration: underline;
}
.footer .foot
{
    font-size: 0;

    padding: 30px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 14px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

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

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

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

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: block;

        width: 100%;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item .title-foot h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item .title-foot h3
    {
        font-size: 14px;
        line-height: 24px;
    }
    .footer .foot > ul > li .item .title-foot h3:after
    {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e629';
    }
}
.footer .foot > ul > li .item-1
{
    width: 430px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-1 img
{
    display: block;

    max-width: 100%;
    margin-bottom: 20px;
}
.footer .foot > ul > li .item-1 p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-1 p
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.footer .foot > ul > li .item-1 p a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

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

        display: inline-block;

        padding: 0 4px;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-2 a:hover
{
    color: #fff;
}
.footer .foot > ul > li .item-4
{
    width: 430px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-4
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-4 .row
{
    margin: 0 -6px;
    margin-top: 24px;
}
.footer .foot > ul > li .item-4 .row .itembox
{
    padding: 0 6px;
}
.footer .foot > ul > li .item-4 input,
.footer .foot > ul > li .item-4 textarea
{
    line-height: 24px;

    width: 100%;
    margin-bottom: 10px;
    padding: 6px 14px;

    resize: vertical;

    color: #fff;
    border: 1px solid #6f6f6f;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-4 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input:-o-placeholder,
.footer .foot > ul > li .item-4 textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input:-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-o-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 .submit
{
    line-height: 44px;

    display: block;

    width: 100%;
    padding: 0 14px;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #1b1b1b;
}
.footer .foot > ul > li .item-4 .submit:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-4 a.sitemap
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-4 a.sitemap
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-4 a.sitemap
    {
        font-size: 14px;
    }
}
.footer .foot > ul > li .item-4 a.sitemap:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .info-down
{
    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;
    }
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    padding: 30px 0;

    color: #fff;
    background-color: #1b1b1b;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 15px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .copyright .share
    {
        display: block;
        float: none;

        text-align: center;
    }
}
.footer .copyright .share ul
{
    font-size: 0;

    display: inline-block;
}
.footer .copyright .share ul li
{
    display: inline-block;
}
.footer .copyright .share ul li a
{
    font-size: 22px;
    line-height: 30px;

    display: block;

    width: 24px;
    margin: 0 4px;

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

    color: #fff;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.footer .copyright .share ul li.facebook a:before
{
    font-size: 16px;
}
.footer .copyright .share ul li.twitter a:before
{
    content: '\e601';
}
.footer .copyright .share ul li.linkedin a:before
{
    content: '\e670';
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .copyright .share ul li.youtube a:before
{
    content: '\e62e';
}
.footer .copyright .share ul li.google a:before
{
    content: '\e645';
}
.footer .copyright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    color: #0262c4;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-sidenav
{
    padding: 20px 0;

    text-align: center;

    color: #fff;
    background-color: #0262c4;
}
@media (max-width: 991px)
{
    .title-sidenav
    {
        display: none;
    }
}
.title-sidenav h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .title-sidenav h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .title-sidenav h2
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .sidenav
    {
        padding: 10px 0;

        border-bottom: 1px solid #dcdcdc;
    }
}
.sidenav ul > li
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .sidenav ul > li
    {
        display: inline-block;

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

    position: relative;

    display: block;

    padding: 30px;

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

    border: 1px solid #e5e5e5;
    background-color: #e6f0fa;
}
@media (max-width: 991px)
{
    .sidenav ul > li > a
    {
        font-weight: bold;
        line-height: 24px;

        padding: 0 10px;

        border: none;
        background: none;
    }
}
.sidenav ul > li > a:after
{
    position: absolute;
    top: 30px;
    right: 20px;

    content: '+';

    color: #999;
}
@media (max-width: 991px)
{
    .sidenav ul > li > a:after
    {
        display: none;
    }
}
.sidenav ul > li.active > a,
.sidenav ul > li:hover > a
{
    color: #fff;
    background-color: #0262c4;
}
@media (max-width: 991px)
{
    .sidenav ul > li.active > a,
    .sidenav ul > li:hover > a
    {
        color: #0262c4;
        background: none;
    }
}
.sidenav ul > li.active > a:after,
.sidenav ul > li:hover > a:after
{
    content: '-';

    color: #fff;
}
.wrap-sidenav
{
    margin-top: 30px;
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav .sidenavlevel-1
{
    text-align: center;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 34px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li > a
    {
        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li > a:after
{
    display: block;

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

    content: '';

    background-color: #0262c4;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active > a,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover > a
{
    color: #0262c4;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active > a:after,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover > a:after
{
    height: 20px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover
    {
        display: block;
    }
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active .sidenavlevel-2,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover .sidenavlevel-2
    {
        position: relative;

        display: block;

        margin: 10px 0;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2
{
    position: absolute;
    z-index: 2;
    top: 100%;

    display: none;

    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li a
{
    line-height: 30px;

    display: block;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li a
    {
        font-size: 12px;

        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li:hover a
{
    color: #0262c4;
}
.wrap-sidenav .slick-arrow
{
    font-size: 18px;
    line-height: 50px;

    top: 14px;
    left: -30px;

    height: 50px;

    background: none;
}
@media (max-width: 991px)
{
    .wrap-sidenav .slick-arrow
    {
        left: -10px;
    }
}
.wrap-sidenav .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-sidenav .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-sidenav .slick-arrow:hover
{
    color: #0262c4;
}
.wrap-sidenav .product-sidenav .sidenavlevel-1
{
    padding: 0 30px;
}
.product-link
{
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .product-link
    {
        display: block;
    }
}
.product-link > ul > li
{
    display: block;
}
.product-link > ul > li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.product-link > ul > li.active a,
.product-link > ul > li:hover a
{
    color: #0262c4;
}
.contact-sidenav
{
    margin: 20px 0;
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .contact-sidenav
    {
        display: block;
    }
}
.contact-sidenav p
{
    font-size: 16px;
    line-height: 32px;

    position: relative;

    margin: 10px 0;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .contact-sidenav p
    {
        font-size: 14px;
    }
}
.contact-sidenav p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e637';

    color: #0262c4;
}
.contact-sidenav p.fax:before
{
    content: '\e633';
}
.contact-sidenav p.phone:before
{
    content: '\e640';
}
.contact-sidenav p.whatsapp:before
{
    content: '\e751';
}
.contact-sidenav p.wechat:before
{
    content: '\e66f';
}
.contact-sidenav p.email:before
{
    content: '\e63d';
}
.contact-sidenav p.website:before
{
    content: '\e623';
}
.contact-sidenav a:hover
{
    text-decoration: underline;

    color: #0262c4;
}
.wrap-about .about .text .title-about h2
{
    font-size: 14px;

    margin: 0;
}
.wrap-about .about .text .title-about h1
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    margin: 16px 0;

    text-transform: capitalize;
}
@media (max-width: 1350px)
{
    .wrap-about .about .text .title-about h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .text .title-about h1
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .text .title-about h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text .title-about h1
    {
        font-size: 20px;
    }
}
.wrap-about .about .text .title-about h1:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    margin-top: 14px;

    content: '\e6c0';

    color: #e10101;
}
.wrap-about .about .text .note
{
    margin-top: 20px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .text .note
    {
        margin-top: 10px;
    }
}
.wrap-about .about .text .note p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-about .about .text .note p
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.wrap-about .about .text .note p b
{
    font-size: 18px;
}
@media (max-width: 1350px)
{
    .wrap-about .about .text .note p b
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .number
{
    padding-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        padding-top: 30px;
    }
}
.wrap-about .factory
{
    margin-top: 30px;
}
.wrap-about .factory .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .factory .item
    {
        margin-top: 14px;
    }
}
.wrap-about .factory .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-about .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-enterprise .enterprise
{
    margin-top: 40px;
}
.wrap-enterprise .enterprise .title-enterprise
{
    padding: 10px 20px;

    background-color: #e0f0f7;
}
.wrap-enterprise .enterprise .title-enterprise h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .title-enterprise h3
    {
        font-size: 16px;
    }
}
.wrap-enterprise .enterprise .slick-enterprise
{
    font-size: 0;

    position: relative;

    margin: 0 -15px;
    margin-top: 20px;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide
{
    padding: 0 15px;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item
{
    display: block;
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .slick-enterprise .slick-slide .item
    {
        margin-top: 14px;
    }
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (min-width: 1200px)
{
    .wrap-enterprise .enterprise .slick-enterprise .slick-arrow
    {
        font-size: 20px;
        line-height: 50px;

        top: -46px;
        right: 62px;
        left: auto;

        width: 45px;
        height: 50px;

        color: #fff;
        background-color: rgba(0, 0, 0, .3);
    }
    .wrap-enterprise .enterprise .slick-enterprise .slick-arrow.slick-next
    {
        right: 15px;
    }
    .wrap-enterprise .enterprise .slick-enterprise .slick-arrow:hover
    {
        background-color: #0262c4;
    }
}
.wrap-news .news .item
{
    margin-top: 30px;

    border: 1px solid #e5e5e5;
}
.wrap-news .news .item .pic
{
    position: relative;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 48.88888889%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .pic .date
{
    line-height: 40px;

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

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border: none;
    border-radius: 30px 0 0 30px;
    background-color: rgba(2, 98, 196, .8);
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic .date
    {
        line-height: 30px;

        bottom: -15px;
    }
}
.wrap-news .news .item .text
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .text p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .text a.more
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;

    color: #0262c4;
}
.wrap-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.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 .pic .date
{
    background-color: #e10101;
}
.wrap-news .news .item:hover .text
{
    border-color: #fff;
}
.wrap-news .news .item:hover .text a.more
{
    color: #e10101;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

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

    display: block;

    margin-top: 14px;

    color: #666;
}
.wrap-news-show .news-show
{
    margin-top: 30px;

    color: #666;
}
.wrap-news-show .news-show p
{
    font-size: 14px;
    line-height: 36px;

    margin: 0;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate
    {
        margin-top: 30px;
    }
}
.wrap-news-show .news-relate a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-relate a b
{
    font-style: italic;

    color: #333;
}
.wrap-news-show .news-relate a:hover
{
    color: #0262c4;
}
.wrap-product
{
    padding-top: 0;
}
.wrap-product .product .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

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

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 92.5%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    padding-bottom: 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note
    {
        padding-bottom: 0;
    }
}
.wrap-product .product .item .note p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
        font-weight: normal;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover
    {
        border-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .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 .note p
    {
        color: #0262c4;
    }
}
.wrap-product .title-product,
.wrap-product-show .title-product
{
    position: relative;

    padding: 15px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-product .title-product:before,
.wrap-product-show .title-product:before
{
    position: absolute;
    bottom: -1px;
    left: -30px;

    display: block;

    width: 30px;
    height: 1px;

    content: '';

    background-color: #e5e5e5;
}
.wrap-product .title-product h2,
.wrap-product-show .title-product h2
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    margin: 0;
}
.wrap-product .title-product .location,
.wrap-product-show .title-product .location
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .wrap-product .title-product .location,
    .wrap-product-show .title-product .location
    {
        display: block;
        float: none;
    }
}
.wrap-product .title-product .location > ul > li,
.wrap-product-show .title-product .location > ul > li
{
    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;
}
.wrap-product .title-product .location > ul > li:after,
.wrap-product-show .title-product .location > ul > li:after
{
    margin: 0 4px;

    content: '>';
}
.wrap-product .title-product .location > ul > li:last-child:after,
.wrap-product-show .title-product .location > ul > li:last-child:after
{
    display: none;
}
.wrap-product .title-product .location > ul > li > a,
.wrap-product-show .title-product .location > ul > li > a
{
    line-height: 40px;
}
@media (max-width: 767px)
{
    .wrap-product .title-product .location > ul > li > a,
    .wrap-product-show .title-product .location > ul > li > a
    {
        line-height: 24px;
    }
}
.wrap-product .title-product .location > ul > li > a:hover,
.wrap-product-show .title-product .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #0262c4;
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .carousel-wrap
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    padding-bottom: 20px;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video
{
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video .img-box
{
    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

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

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

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

    content: '\e698';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 22px;

    left: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 10px;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -6px;
    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 6px;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        margin: 10px 0 0 0;
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

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

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

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

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

    opacity: .6;
    color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #0262c4;
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .text b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #333;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        line-height: 24px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a
{
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #0262c4;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:hover
{
    color: #fff;
    background-color: #04519f;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    display: inline-block;
    clear: both;

    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .share p
{
    font-weight: bold;
}
.wrap-product-show .title-product-show h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

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

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

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

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .inquiry .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 14px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    border: 1px solid #e1e1e1;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        padding: 10px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .send
{
    text-align: center;
}
.wrap-product-show .inquiry .submit
{
    font-weight: bold;
    font-weight: normal;
    line-height: 44px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0262c4;
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #04519f;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .title-contact h1
{
    font-size: 34px;
    font-weight: bold;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-contact .title-contact h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h1
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact h1
    {
        font-size: 18px;
    }
}
.wrap-contact .message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-message h2
{
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 18px;
    }
}
.wrap-contact .message form
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .message form
    {
        margin: 0;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 30px;

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

    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 12px;
    }
}
.wrap-contact .message textarea
{
    resize: vertical;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #777;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #777;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #777;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #777;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #0262c4;
}
.wrap-contact .message .submit:hover
{
    background-color: #04519f;
}
.wrap-contact .message .row
{
    margin: 0 -10px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .contact .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .text p
{
    line-height: 30px;

    position: relative;

    margin: 24px 0 0 0;
    padding-left: 60px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p
    {
        font-size: 13px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.wrap-contact .contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #fff;
    background-color: #0262c4;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p:before
    {
        top: 0;
    }
}
.wrap-contact .contact .text p.factory:before
{
    content: '\e652';
}
.wrap-contact .contact .text p.tel:before
{
    content: '\e715';
}
.wrap-contact .contact .text p.fax:before
{
    font-size: 18px;

    content: '\e66e';
}
.wrap-contact .contact .text p.email:before
{
    font-size: 26px;

    content: '\e619';
}
.wrap-contact .contact .text p.website:before
{
    font-size: 24px;

    content: '\e781';
}
.wrap-contact .contact .text p.whatsapp:before
{
    content: '\e649';
}
.wrap-contact .contact .text p b
{
    font-size: 18px;

    display: block;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text p b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .text p a
{
    display: block;

    color: inherit;
}
.wrap-contact .contact .text p a:hover
{
    text-decoration: underline;

    color: #0262c4;
}
@media (max-width: 991px)
{
    .map
    {
        margin-top: 30px;
    }
}
#dituContent
{
    height: 530px;
}
@media (max-width: 767px)
{
    #dituContent
    {
        height: 340px;
    }
}
.wrap-sitemap .title-sitemap
{
    text-align: center;
}
.wrap-sitemap .title-sitemap h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-sitemap .title-sitemap h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .title-sitemap h2
    {
        font-size: 24px;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    min-width: 160px;

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

    color: #fff;
    background-color: #0262c4;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 15px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 15px;

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

        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #0262c4;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

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

    display: block;

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

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

    color: #666;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.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-color: #013366;
    border-radius: 50%;
    background-color: #013366;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #013366;
    border-radius: 50%;
    background-color: #013366;
}
